summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-10-09 09:56:15 +0000
committerThierry Vignaud <tv@mandriva.org>2008-10-09 09:56:15 +0000
commitf5ccad05a946493df1b8d4aed1443bf7f44aa684 (patch)
treea5649b81bba0f449c48e3a73ed3c5a1fa1e8fbf2
parent5f9b6e425d20e002a3c8170e0aa629cecd460029 (diff)
downloadurpmi-f5ccad05a946493df1b8d4aed1443bf7f44aa684.tar
urpmi-f5ccad05a946493df1b8d4aed1443bf7f44aa684.tar.gz
urpmi-f5ccad05a946493df1b8d4aed1443bf7f44aa684.tar.bz2
urpmi-f5ccad05a946493df1b8d4aed1443bf7f44aa684.tar.xz
urpmi-f5ccad05a946493df1b8d4aed1443bf7f44aa684.zip
remove current translations; we'll just copy translations from trunk since reference catalog is the same when updated
-rw-r--r--po/Makefile49
-rw-r--r--po/af.po3233
-rw-r--r--po/ar.po3701
-rw-r--r--po/az.po3669
-rw-r--r--po/bg.po3646
-rw-r--r--po/bn.po3733
-rw-r--r--po/br.po3265
-rw-r--r--po/bs.po3587
-rw-r--r--po/ca.po3694
-rw-r--r--po/cs.po3227
-rw-r--r--po/cy.po3518
-rw-r--r--po/da.po3208
-rw-r--r--po/de.po3261
-rw-r--r--po/el.po3565
-rw-r--r--po/eo.po3705
-rw-r--r--po/es.po3635
-rw-r--r--po/et.po3294
-rw-r--r--po/eu.po3310
-rw-r--r--po/fa.po3684
-rw-r--r--po/fi.po3274
-rw-r--r--po/fr.po3370
-rw-r--r--po/fur.po3788
-rw-r--r--po/ga.po3221
-rw-r--r--po/gl.po3286
-rw-r--r--po/he.po3180
-rw-r--r--po/hi.po3759
-rw-r--r--po/hr.po3650
-rw-r--r--po/hu.po3521
-rw-r--r--po/id.po3824
-rw-r--r--po/is.po3401
-rw-r--r--po/it.po3257
-rw-r--r--po/ja.po3409
-rw-r--r--po/ka.po3323
-rw-r--r--po/ko.po3420
-rw-r--r--po/ky.po3747
-rw-r--r--po/lt.po3763
-rw-r--r--po/lv.po3468
-rw-r--r--po/mk.po3795
-rw-r--r--po/mn.po3464
-rw-r--r--po/ms.po3105
-rw-r--r--po/mt.po3686
-rw-r--r--po/nb.po3392
-rw-r--r--po/nl.po3313
-rw-r--r--po/nn.po3304
-rw-r--r--po/pa_IN.po3732
-rw-r--r--po/pl.po3341
-rw-r--r--po/pt.po3268
-rw-r--r--po/pt_BR.po3624
-rw-r--r--po/ro.po3983
-rw-r--r--po/ru.po3257
-rw-r--r--po/sc.po3771
-rw-r--r--po/sk.po3801
-rw-r--r--po/sl.po3265
-rw-r--r--po/sq.po3720
-rw-r--r--po/sr.po3699
-rw-r--r--po/sr@Latn.po3710
-rw-r--r--po/sv.po3270
-rw-r--r--po/tg.po3825
-rw-r--r--po/th.po3450
-rw-r--r--po/tl.po3881
-rw-r--r--po/tr.po3296
-rw-r--r--po/uk.po3195
-rw-r--r--po/urpmi.pot3008
-rw-r--r--po/uz.po3219
-rw-r--r--po/uz@cyrillic.po3203
-rw-r--r--po/vi.po3749
-rw-r--r--po/wa.po3544
-rw-r--r--po/zh_CN.po3149
-rw-r--r--po/zh_TW.po3687
69 files changed, 0 insertions, 237351 deletions
diff --git a/po/Makefile b/po/Makefile
deleted file mode 100644
index c370324e..00000000
--- a/po/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# Installation directories
-PREFIX ?= $(DESTDIR)
-localedir = $(PREFIX)/usr/share/locale
-
-PGOAL = urpmi
-
-# perl files to search translatable strings in
-PL_FILES = ../rpm-find-leaves ../urpm.pm ../urpme ../urpmf \
- ../urpmi ../urpmi.addmedia ../gurpmi ../gurpmi2 ../gurpmi.pm \
- ../urpmi.removemedia ../urpmi.update ../urpmq ../urpmi.recover \
- ../urpm/*.pm ../rurpmi
-
-POFILES = $(shell ls *.po)
-MOFILES = $(POFILES:%.po=%.mo)
-LANGS = $(POFILES:%.po=%)
-
-GOALS = $(PGOAL).pot $(MOFILES)
-
-all: $(GOALS)
-
-%.mo: %.po
- msgfmt -o $@ $<
-
-update_n_merge: $(PGOAL).pot merge
-
-merge:
- @for n in $(POFILES); do \
- echo "Merging $$n"; \
- msgmerge "$$n" $(PGOAL).pot > "$$n"t; \
- mv -f "$$n"t "$$n"; \
- done
-
-$(PGOAL).pot: $(PL_FILES)
- perl_checker -q --generate-pot $(PGOAL)_tmp.pot $(PL_FILES)
- [ ! -e $(PGOAL)_tmp.pot ] || msgcat --use-first $(PGOAL)_tmp.pot > $@
- rm -f $(PGOAL)_tmp.pot
-
-install: all
- for l in $(LANGS); do \
- install -d $(localedir)/$$l/LC_MESSAGES; \
- install -m 644 $$l.mo $(localedir)/$$l/LC_MESSAGES/$(PGOAL).mo; \
- done
-
-clean:
- @rm -rf *~ *.mo $(GOALS) $(PGOAL)_tmp.pot
-
-test:
-
-realclean: clean
diff --git a/po/af.po b/po/af.po
deleted file mode 100644
index 372be6cd..00000000
--- a/po/af.po
+++ /dev/null
@@ -1,3233 +0,0 @@
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/af.php3
-#
-# KTranslator Generated File
-# Copyright (C) 2000 Mandriva
-# Schalk W. Cronjé <schalkc@ntaba.co.za>, 1999
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi 3.3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: Fri May 19 2000 13:02:12+0200\n"
-"Last-Translator: Schalk W. Cronjé <schalkc@ntaba.co.za>\n"
-"Language-Team: Afrikaans <mandrake@af.org.za>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KTranslator v 0.6.0\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, fuzzy, c-format
-msgid "RPM installation"
-msgstr "Stelsel-installasie"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Installeer"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Stoor"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "Kanselleer"
-
-#: ../gurpmi:108
-#, fuzzy, c-format
-msgid "Choose location to save file"
-msgstr "Kies 'n lêer"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi uitgawe %s\n"
-"Kopiereg (C) 1999-2008 Mandriva.\n"
-"Hierdie is vry sagteware en mag versprei word onder die terme van die GNU "
-"GPL.\n"
-"\n"
-"gebruik:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr ""
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr ""
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "Geen opdrag gespesifiseer nie"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Asseblief wag..."
-
-#: ../gurpmi2:62
-#, fuzzy, c-format
-msgid "Must be root"
-msgstr "Muispoort"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr "Sommige pakkette kan nie geïnstalleer word nie"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Waarskuwing"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "OK"
-
-#: ../gurpmi2:171
-#, fuzzy, c-format
-msgid " (to upgrade)"
-msgstr "Opgradeer"
-
-#: ../gurpmi2:172
-#, fuzzy, c-format
-msgid " (to install)"
-msgstr "Verlaat installasie"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Slegs een van die volgende pakkette word benodig:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "Staak"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Die volgende pakkette moet verwyder word om die ander te kan opgradeer:\n"
-"%s\n"
-"Kan ons voort gaan?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"Om die afhanklikhede na te kom, moet die volgende pakket(te) ook\n"
-"geïnstalleer word:\n"
-"\n"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Om die afhanklikhede na te kom, moet die volgende pakket(te) ook\n"
-"geïnstalleer word:\n"
-"\n"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d pakket, %d MB)"
-msgstr[1] "(%d pakkette, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Installasievoorbereiding..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, fuzzy, c-format
-msgid "unable to get source packages, aborting"
-msgstr "Kan nie die bronpakette bekom nie."
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, fuzzy, c-format
-msgid "Preparing..."
-msgstr "Herlaaistelsel word voorberei..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Installeer tans pakket %s (%s/%s)...."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Plaas asseblief die media bekend as \"%s\" in aandrywer [%s]"
-
-#: ../gurpmi2:298
-#, fuzzy, c-format
-msgid "Downloading package `%s'..."
-msgstr "Laai tans pakket '%s' (%s/%s) af ..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Klaar"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Installasie probleme, van die lêers is soek:\n"
-"%s\n"
-"Probeer u media se databasis opdateer."
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Installasie het misluk"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Alles is alreeds installeer"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Geïnstalleer"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "verwyder %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, fuzzy, c-format
-msgid "restarting urpmi"
-msgstr "Begin slurpd: "
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - druk hierdie help boodskap.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr ""
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr ""
-
-#: ../rpm-find-leaves:20
-#, fuzzy, c-format
-msgid " defaults to %s.\n"
-msgstr ""
-"\n"
-" DrakBackup Verslag \n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, fuzzy, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Daar was 'n fout met die installasie van die pakkette:"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Probleme met skep van media."
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Laai tans pakket '%s' (%s/%s) af ..."
-
-#: ../urpm.pm:274
-#, fuzzy, c-format
-msgid "unable to open rpmdb"
-msgstr "Kan nie lêer %s oopmaak nie\n"
-
-#: ../urpm.pm:288
-#, fuzzy, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "in lêername"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr ""
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr ""
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, fuzzy, c-format
-msgid "...retrieving failed: %s"
-msgstr "FAT-grootteverandering het gefaal: %s"
-
-#: ../urpm.pm:304
-#, fuzzy, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "Kan nie lêer %s oopmaak nie\n"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "Kan nie lêer %s oopmaak nie\n"
-
-#: ../urpm.pm:317
-#, fuzzy, c-format
-msgid "unable to register rpm file"
-msgstr "Laat \"%s\" toe om die lêer te skryf"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, fuzzy, c-format
-msgid "error registering local packages"
-msgstr "Daar was 'n fout met pakkette:"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr ""
-
-#: ../urpm/args.pm:298
-#, fuzzy, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "kan nie kieslyslêer:%s lees nie"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Ontbrekende velde"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, fuzzy, c-format
-msgid "Copying failed"
-msgstr "Aanteken gevaal"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "Rekening bestaan reeds\n"
-
-#: ../urpm/cdrom.pm:205
-#, fuzzy, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "Ondersoek die afgeleë medialêer '%s'..."
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "Kan nie lêer %s oopmaak nie\n"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "Kan nie lêer %s oopmaak nie\n"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, fuzzy, c-format
-msgid "unable to write config file [%s]"
-msgstr "Kan nie lêer %s oopmaak nie\n"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Gebruiker naam:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Wagwoord:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Aanteken gevaal"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "deur %s wat soek is"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "deur %s wat soek is"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "deur %s wat soek is"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "Verwyder %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "FAT-grootteverandering het gefaal: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr ""
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-
-#: ../urpm/download.pm:886
-#, fuzzy, c-format
-msgid "unable to handle protocol: %s"
-msgstr "Aktiveer Network Time Protocol"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "%s word installeer\n"
-
-#: ../urpm/get_pkgs.pm:127
-#, fuzzy, c-format
-msgid "package %s is not found."
-msgstr "%s is nie gevind nie...\n"
-
-#: ../urpm/get_pkgs.pm:213
-#, fuzzy, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "Ondersoek die afgeleë medialêer '%s'..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-
-#: ../urpm/install.pm:178
-#, fuzzy, c-format
-msgid "unable to create transaction"
-msgstr "Probleme met die skep van 'n ssh identiteit"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "Kan nie die bronpakette bekom nie."
-
-#: ../urpm/install.pm:214
-#, fuzzy, c-format
-msgid "unable to install package %s"
-msgstr "Probleme met Installasue van pakket %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "%s word installeer\n"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "FAT-grootteverandering het gefaal: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "Verwyder pakkette..."
-
-#: ../urpm/install.pm:257
-#, fuzzy, c-format
-msgid "removing package %s"
-msgstr "Verwyder pakkette..."
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "%s word installeer\n"
-
-#: ../urpm/install.pm:281
-#, fuzzy, c-format
-msgid "More information on package %s"
-msgstr "Meer inligting rakende pakket..."
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "Geen opdrag gespesifiseer nie"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "RPM-databasisnavraag het misluk\n"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Waarskuwing"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Installasie het misluk"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Installasie het misluk"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Die volgende pakkette geïnstalleer word:\n"
-
-#: ../urpm/main_loop.pm:140
-#, fuzzy, c-format
-msgid "The following packages have bad signatures"
-msgstr "Die volgende pakkette geïnstalleer word:\n"
-
-#: ../urpm/main_loop.pm:141
-#, fuzzy, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Wil u op hierdie knoppie klik?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "%s word installeer\n"
-
-#: ../urpm/main_loop.pm:178
-#, fuzzy, c-format
-msgid "distributing %s"
-msgstr "Begin %s:"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "%s word installeer\n"
-
-#: ../urpm/main_loop.pm:195
-#, fuzzy, c-format
-msgid "installing %s"
-msgstr "%s word installeer\n"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Moet ons 'n installasie sonder afhanklikheidstoetsing probeer? (j/N) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Moet ons die installasie afdwing (--force) ? (j/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, fuzzy, c-format
-msgid "Installation is possible"
-msgstr "Installasie probleem"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "Ondersoek medialêer '%s'....."
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-
-#: ../urpm/media.pm:206
-#, fuzzy, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "Kan nie lêer %s oopmaak nie\n"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "Kan nie lêer %s oopmaak nie\n"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr ""
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, fuzzy, c-format
-msgid "wrote config file [%s]"
-msgstr "Partisionering het misluk: %s"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr ""
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr ""
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-
-#: ../urpm/media.pm:666
-#, fuzzy, c-format
-msgid "Search start: %s end: %s"
-msgstr "Opsoek na geïnstalleerde lettertipes"
-
-#: ../urpm/media.pm:683
-#, fuzzy, c-format
-msgid "skipping package %s"
-msgstr "Installeer pakket %s"
-
-#: ../urpm/media.pm:699
-#, fuzzy, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "Probleme met Installasue van pakket %s"
-
-#: ../urpm/media.pm:724
-#, fuzzy, c-format
-msgid "medium \"%s\" already exists"
-msgstr "Rekening bestaan reeds\n"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "%s from media %s"
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "Redigeer media \"%s\":"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "Kan nie lêer %s oopmaak nie\n"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "Probleme met skep van media."
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "Maak /etc/hosts ...\n"
-
-#: ../urpm/media.pm:948
-#, fuzzy, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "Kopieer die lêer vir media '%s'..."
-
-#: ../urpm/media.pm:951
-#, fuzzy, c-format
-msgid "selecting multiple media: %s"
-msgstr "%s word installeer\n"
-
-#: ../urpm/media.pm:971
-#, fuzzy, c-format
-msgid "removing medium \"%s\""
-msgstr "Redigeer media \"%s\":"
-
-#: ../urpm/media.pm:1055
-#, fuzzy, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "Konfigureer drukker \"%s\" ..."
-
-#: ../urpm/media.pm:1089
-#, fuzzy, c-format
-msgid "...reconfiguration failed"
-msgstr "Konfigurasie-lêer"
-
-#: ../urpm/media.pm:1095
-#, fuzzy, c-format
-msgid "reconfiguration done"
-msgstr "Bedienerkonfigurasie"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr ""
-
-#: ../urpm/media.pm:1143
-#, fuzzy, c-format
-msgid "examining synthesis file [%s]"
-msgstr "Kan nie lêer: %s skep nie"
-
-#: ../urpm/media.pm:1163
-#, fuzzy, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "%s from media %s"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "Kopieer die lêer vir media '%s'..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, fuzzy, c-format
-msgid "...copying failed"
-msgstr "Aanteken gevaal"
-
-#: ../urpm/media.pm:1229
-#, fuzzy, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "in beskrywings"
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, fuzzy, c-format
-msgid "...copying done"
-msgstr "Aanteken gevaal"
-
-#: ../urpm/media.pm:1265
-#, fuzzy, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "Installasie het misluk"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr ""
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "Installasie het misluk"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "Kan nie lêer: %s skep nie"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "%s word installeer\n"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "Kopieer die lêer vir media '%s'..."
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "in beskrywings"
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "in lêername"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "Ondersoek die afgeleë medialêer '%s'..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr ""
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "Kopieer die lêer vir media '%s'..."
-
-#: ../urpm/media.pm:1536
-#, fuzzy, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "Ondersoek medialêer '%s'....."
-
-#: ../urpm/media.pm:1548
-#, fuzzy, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "Net die supergebruiker kan plaaslike pakkette installeer"
-
-#: ../urpm/media.pm:1552
-#, fuzzy, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "Kan nie lêer %s oopmaak nie\n"
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "Voeg media by"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "Fout met die lees van lêer %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "JjYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Jammer, swak keuse, probeer weer\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Soek"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "Redigeer media \"%s\":"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, fuzzy, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "Kan nie lêer %s oopmaak nie\n"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr ""
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:38
-#, fuzzy, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr " op pallelle poort #%s"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Installasie het misluk"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "Probleme met skep van media."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, fuzzy, c-format
-msgid "mounting %s"
-msgstr "Verwyder %s"
-
-#: ../urpm/removable.pm:103
-#, fuzzy, c-format
-msgid "unmounting %s"
-msgstr "fout met onthegting van %s: %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf uitgawe %s\n"
-"Kopiereg (C) 2002-2006 Mandriva.\n"
-"Hierdie is vry sagteware en mag versprei word onder die terme van die GNU "
-"GPL.\n"
-"\n"
-"gebruik:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, fuzzy, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, fuzzy, c-format
-msgid " --update - use only update media.\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - woordryke modus.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, fuzzy, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr ""
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, fuzzy, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, fuzzy, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, fuzzy, c-format
-msgid " ! - unary NOT.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Lys van data om te herstel:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr ""
-"\n"
-" DrakBackup Verslag \n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr ""
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "Konsole opstelling module"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr ""
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr ""
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr ""
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, fuzzy, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr ""
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "Kopieer die lêer vir media '%s'..."
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "Kopieer die lêer vir media '%s'..."
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "Kopieer die lêer vir media '%s'..."
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, fuzzy, c-format
-msgid "No package named %s"
-msgstr "Teruglus lêernaam: %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, fuzzy, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Die volgende pakkette geïnstalleer word:\n"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Alles is alreeds installeer"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "Alles is alreeds installeer"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "Alles is alreeds installeer"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "deur %s wat soek is"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "Alles is alreeds installeer"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "deur problematiese %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "probeer promosie van %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "om %s te kan behou"
-
-#: ../urpm/select.pm:607
-#, fuzzy, c-format
-msgid "in order to install %s"
-msgstr "om %s te kan behou"
-
-#: ../urpm/select.pm:617
-#, fuzzy, c-format
-msgid "due to conflicts with %s"
-msgstr "deur %s wat soek is"
-
-#: ../urpm/signature.pm:29
-#, fuzzy, c-format
-msgid "Invalid signature (%s)"
-msgstr "Ontbrekende velde"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr ""
-
-#: ../urpm/signature.pm:62
-#, fuzzy, c-format
-msgid "Missing signature (%s)"
-msgstr "Ontbrekende velde"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "Kan nie lêer %s oopmaak nie\n"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Aanteken gevaal"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Aanteken gevaal"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme uitgawe %s\n"
-"Kopiereg (C) 1999-2008 Mandriva.\n"
-"Hierdie is vry sagteware en mag versprei word onder die terme van die GNU "
-"GPL.\n"
-"\n"
-"gebruik:\n"
-
-#: ../urpme:47
-#, fuzzy, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr "Wys outogeselekteerde pakkette."
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr ""
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr ""
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-
-#: ../urpme:73
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Net die supergebruiker kan plaaslike pakkette installeer"
-
-#: ../urpme:106
-#, fuzzy, c-format
-msgid "unknown packages"
-msgstr "Inligting rakende pakkette"
-
-#: ../urpme:106
-#, fuzzy, c-format
-msgid "unknown package"
-msgstr "Onbekend"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] ""
-"Jammer maat, nou wil jy jou Linux rekenaar vernietig:\n"
-"\n"
-msgstr[1] ""
-"Jammer maat, nou wil jy jou Linux rekenaar vernietig:\n"
-"\n"
-
-#: ../urpme:126
-#, fuzzy, c-format
-msgid "Nothing to remove"
-msgstr "Geen etiket om te verwyder nie!"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Geen etiket om te verwyder nie!"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Om die afhanklikhede na te kom, moet die volgende pakket(te) ook\n"
-"geïnstalleer word:\n"
-"\n"
-msgstr[1] ""
-"Om die afhanklikhede na te kom, moet die volgende pakket(te) ook\n"
-"geïnstalleer word:\n"
-"\n"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "Onbekend"
-msgstr[1] "Onbekend"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Verwyder pakkette..."
-msgstr[1] "Verwyder pakkette..."
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, fuzzy, c-format
-msgid " (y/N) "
-msgstr " (J/n) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "Verwyderbare media"
-
-#: ../urpme:181
-#, fuzzy, c-format
-msgid "Removal failed"
-msgstr "Aanteken gevaal"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Aanteken gevaal"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr ""
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr ""
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr ""
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr ""
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr ""
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr ""
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr ""
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr ""
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr ""
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, fuzzy, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - woordryke modus.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, fuzzy, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr "Groep bestaan alreeds, Gebruik asb. 'n ander Groepnaam"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr ""
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "Opgradeer"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr "Opgradeer"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "Verlaat installasie"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "Verlaat installasie"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Om die afhanklikhede na te kom, moet die volgende pakket(te) ook\n"
-"geïnstalleer word:\n"
-"\n"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Wat is u keuse (1-%d)"
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Wil u in elk geval voortgaan?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (J/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr "Sommige pakkette kan nie geïnstalleer word nie"
-
-#: ../urpmi:525
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr "Sommige pakkette kan nie geïnstalleer word nie"
-
-#: ../urpmi:542
-#, fuzzy, c-format
-msgid "removing package %s will break your system"
-msgstr ""
-"Jammer maat, nou wil jy jou Linux rekenaar vernietig:\n"
-"\n"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Die volgende pakkette moet verwyder word om die ander te kan opgradeer:\n"
-"\n"
-"%s\n"
-"\n"
-"Kan ons voort gaan?"
-
-#: ../urpmi:553
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Die volgende pakkette moet verwyder word om die ander te kan opgradeer:\n"
-"\n"
-"%s\n"
-"\n"
-"Kan ons voort gaan?"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Die volgende pakkette moet verwyder word om die ander te kan opgradeer:\n"
-"\n"
-"%s\n"
-"\n"
-"Kan ons voort gaan?"
-
-#: ../urpmi:561
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Die volgende pakkette moet verwyder word om die ander te kan opgradeer:\n"
-"\n"
-"%s\n"
-"\n"
-"Kan ons voort gaan?"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr "Jy moet stam wees om hierdie opdrag te gebruik !\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"Om die afhanklikhede na te kom, moet die volgende pakket(te) ook\n"
-"geïnstalleer word:\n"
-"\n"
-msgstr[1] ""
-"Om die afhanklikhede na te kom, moet die volgende pakket(te) ook\n"
-"geïnstalleer word:\n"
-"\n"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Kanselleer"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Druk ENTER wanneer u reg is..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, fuzzy, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, fuzzy, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Net die supergebruiker kan plaaslike pakkette installeer"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "Kan nie lêer: %s skep nie"
-
-#: ../urpmi.addmedia:128
-#, fuzzy, c-format
-msgid "Can't create config file [%s]"
-msgstr "Kan nie lêer: %s skep nie"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "Jy moet stam wees om hierdie opdrag te gebruik !\n"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "Relatiewe pad na die synthesis/hdlist:"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "Probleme met skep van media."
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover uitgawe %s\n"
-"Kopiereg (C) 2006 Mandriva.\n"
-"Hierdie is vry sagteware en mag versprei word onder die terme van die GNU "
-"GPL.\n"
-"\n"
-"gebruik:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "%s is nie gevind nie...\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Fout met die lees van lêer %s"
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Geen prente beskikbaar"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-
-#: ../urpmi.removemedia:41
-#, fuzzy, c-format
-msgid " -a - select all media.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmi.removemedia:42
-#, fuzzy, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmi.removemedia:59
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Net die supergebruiker kan plaaslike pakkette installeer"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-
-#: ../urpmi.update:43
-#, fuzzy, c-format
-msgid " --update - update only update media.\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-
-#: ../urpmi.update:50
-#, fuzzy, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmi.update:69
-#, fuzzy, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Net die supergebruiker kan plaaslike pakkette installeer"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr ""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "ignoring media %s"
-msgstr "Redigeer media \"%s\":"
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "enabling media %s"
-msgstr "%s word installeer\n"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq uitgawe %s\n"
-"Kopiereg (C) 2000-2006 Mandriva.\n"
-"Hierdie is vry sagteware en mag versprei word onder die terme van die GNU "
-"GPL.\n"
-"\n"
-"gebruik:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr ""
-
-#: ../urpmq:58
-#, fuzzy, c-format
-msgid " --list - list available packages.\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr ""
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr ""
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr ""
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-
-#: ../urpmq:81
-#, fuzzy, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --help - druk hierdie help boodskap.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr ""
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmq:92
-#, fuzzy, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr ""
-
-#: ../urpmq:100
-#, fuzzy, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-
-#: ../urpmq:102
-#, fuzzy, c-format
-msgid " -l - list files in package.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmq:104
-#, fuzzy, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -v - woordryke modus.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr ""
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr ""
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr ""
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, fuzzy, c-format
-msgid "No changelog found\n"
-msgstr "Geen beeld gevind nie"
-
-#, fuzzy
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --help - druk hierdie help boodskap.\n"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "installasie instruksies"
-#~ msgstr[1] "installasie instruksies"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Alles is alreeds installeer"
-
-#, fuzzy
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Slegs een van die volgende pakkette word benodig:"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "RPM-databasisnavraag het misluk\n"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr "Onbekende konneksie tipe"
-
-#, fuzzy
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "Verwyderbare media"
-
-#, fuzzy
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "Probleme met skep van media."
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "Probleme met skep van media."
-
-#, fuzzy
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -v - woordryke modus.\n"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "Kan nie lêer %s oopmaak nie\n"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "in lêername"
-
-#, fuzzy
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "Laat \"%s\" toe om die lêer te skryf"
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "Kan nie lêer %s oopmaak nie\n"
-
-#, fuzzy
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "Kopieer die lêer vir media '%s'..."
-
-#, fuzzy
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "FAT-grootteverandering het gefaal: %s"
-
-#, fuzzy
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "Fout met die lees van lêer %s"
-
-#, fuzzy
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "Fout met die lees van lêer %s"
-
-#, fuzzy
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "%s from media %s"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --help - druk hierdie help boodskap.\n"
-
-#, fuzzy
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "Probleme met skep van media."
-
-#, fuzzy
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "Net die supergebruiker kan plaaslike pakkette installeer"
-
-#, fuzzy
-#~ msgid "unrequested"
-#~ msgstr "Begin sodra gevra word"
-
-#~ msgid " (%d MB)"
-#~ msgstr " (%d MB)"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Die volgende pakkette het verdagte stempels:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Wil u hulle steeds installeer?"
-
-#, fuzzy
-#~ msgid "unable to remove package %s"
-#~ msgstr "Kan nie die bronpakette bekom nie."
-
-#, fuzzy
-#~ msgid "No filelist found\n"
-#~ msgstr "Geen prente beskikbaar"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Is dit aanvaarbaar?"
-
-#~ msgid "installing %s\n"
-#~ msgstr "%s word installeer\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr "Gaan voort"
diff --git a/po/ar.po b/po/ar.po
deleted file mode 100644
index 67ba2204..00000000
--- a/po/ar.po
+++ /dev/null
@@ -1,3701 +0,0 @@
-# translation of ar.po to Arabic
-# translation of ar.po to
-# translation of ar.po to
-# translation of urpmi.po to Arabic
-# Mohammed Gamal <f2c2001@yahoo.com>, 2001.
-# Youcef Rabah Rahal <rahal@arabeyes.org>, 2004.
-# Ossama M. Khayat <okhayat@yahoo.com>, 2004, 2005.
-# Munzir Taha <munzir@kacst.edu.sa>, 2004.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: ar\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2005-09-05 17:40+0300\n"
-"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
-"Language-Team: Arabic <support@arabeyes.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-"Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : n>=3 && n<=10 ? 2 : "
-"3\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "تثبيت RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_موافق"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"لقد اخترت حزمة مصدريّة:\n"
-"\n"
-"%s\n"
-"\n"
-"لم ترد على الأرجح تثبيتها على جهازك (تثبيتها يسمح\n"
-"لك بعمل تعديلات على الشيفرة المصدريّة ثم تجميعها).\n"
-"\n"
-"ماذا تودّ أن تفعل؟"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"أنت على وشك تثبيت حزمة البرنامج التالية على جهازك:\n"
-"\n"
-"%s\n"
-"\n"
-"تريد الاستمرار؟"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"أنت على وشك تثبيت حزمة البرنامج التالية على جهازك:\n"
-"\n"
-"%s\n"
-"\n"
-"قد ترغب بحفظها فقط. ما هو اختيارك؟"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_تثبيت"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_حفظ"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "ال_غاء"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "اختر مكان حفظ الملف"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi إصدارة %s\n"
-"حقّ النّسخ 1999-2008 ماندريبا.\n"
-"هذا برنامج حرّ و يمكن إعادة توزيعه تحت بنود ترخيص GNU GPL.\n"
-"\n"
-"الاستعمال:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - تطبع رسالة المساعدة هذه.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - اختر الحزم آليا لترقية النظام.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - أجبر التنفيذ حتى إن لم تكن بعض الحزم موجودة.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - تأكّد من توقيع rpm قبل التّثبيت\n"
-" (--no-verify-rpm يعطّل هذا الخيار، وهو ممكّن بشكل "
-"افتراضي.)\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - استخدم فقط الوسيط المحدّد، مفصولة بفواصل.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - السماح بالبحث في المعطيات ليجاد حزمة.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - لا تبحث في المعطيات لإيجاد حزمة.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - استخدم جذر آخر لتثبيت حزم rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - تحقّق إن كان بالإمكان التثبيت بشكل صحيح.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - استخدم فقط الوسط المُعطى للبحث عن الحزم المطلوبة (أو "
-"المُحدّثة).\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "لا توجد حزمة بالإسم %s"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "انتظر من فضلك..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "يجب أن تكون جذراً"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"لا يمكن تثبيت بعض الحزم المطلوبة:\n"
-"%s\n"
-"استمرار على أي حال؟"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "تحذير"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "موافق"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (للترقية)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (للتثبيت)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "خيارات الحزم"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "أحد الحزم التالية يُحتاج اليه:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "إ_جهاض"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"يجب ازالة الحزم التالية لكي تتم ترقية الحزم الأخرى:\n"
-"%s\n"
-"هل من الممكن المتابعة؟"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "لإرضاء المُعتمدات، سيتمّ تثبيت الحزمة التّالية (%d ميغابايت)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "لإرضاء المُعتمدات، سيتمّ تثبيت الحزمة التّالية (%d ميغابايت)"
-
-#: ../gurpmi2:244
-#, fuzzy, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d حزم، %d م.ب.)"
-msgstr[1] "(%d حزم، %d م.ب.)"
-msgstr[2] "(%d حزم، %d م.ب.)"
-msgstr[3] "(%d حزم، %d م.ب.)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "تثبيت الحزم..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "لم يمكن الحصول على الحزمة المصدرية، جاري الإنهاء"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "جاري التحضير..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "جاري تثبيت الحزمة `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "يرجى ادخال الوسيط \"%s\" في الجهاز [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "جاري تنزيل الحزمة `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "ا_نتهى"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"لقد فشل التثبيت، بعض الملفات غير موجودة:\n"
-"%s\n"
-"ربما تريد تحديث فاعدة بيانات urpmi الخاصة بك"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "فشل التثبيت"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "كل شئ مثبت مسبقا"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "انتهى التثبيت"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "جاري إزالة %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "إعادة تشغيل urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"الاستعمال: %s [الخيارات]\n"
-"حيث [الخيارات] مأخوذة من\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - تطبع رسالة المساعدة هذه.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - استخدم الجذر المحدد بدلاً من /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - حدّد النّتائج إلى مجموعة معيّنة.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " الافتراضات هي %s.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - تطبع المجموعات أيضا مع الأسماء أيضاً.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "المستخدم الجذر فقط مسموح له بتثبيت الحزم"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "تشغيل urpmi في الوضع المحظور..."
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "تعذر انشاء الدليل [%s] لتقرير العيوب"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "جاري تنزيل الحزمة `%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "تعذر فتح rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "اسم ملف rpm غير موجود [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "جاري استرجاع ملف rpm [%s]..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...تم الاسترجاع"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...فشل الإسترجاع: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "لم يمكن الوصول الى ملف rpm [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "تعذر تحليل \"%s\" في الملف [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "تعذر تسجيل ملف rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "خطأ في تسجيل الحزم المحلية"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "هذه العملية محظورة أثناء العمل في الوضع المحظور"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "تعريف بروكسي خاطئ في سطر الأوامر\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: لم يمكن ايجاد ملف rpm \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "توقيع مفقود (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "فشل النّسخ"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "الوسيط \"%s\" غير مختار"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "لم يمكن قراءة ملف rpm [%s] من الوسيط \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "غير قادر على كتابة ملف الإعدادات [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "غير قادر على كتابة ملف الإعدادات [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "غير قادر على كتابة ملف الإعدادات [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "كلمة المرور:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "فشل النّسخ"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "بسبب فقدان %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "بسبب فقدان %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "بسبب فقدان %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "جاري إزالة %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...فشل الإسترجاع: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "بروتكول غير معرّف لـ%s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "لم يعثر على أي وسيلة تنزيل، وسائل التنزيل المدعومة هي: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "تعذر التعامل مع البروتوكول: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "جاري تثبيت %s من %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "لم يمكن ايجاد الحزمة %s"
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "جاري استرجاع ملفات rpm للوسيط \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "جاري انشاء معاملة للتثبيت على %s (حذف=%d، تثبيت=%d، ترقية=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "تعذر انشاء المعاملة"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "تعذر استخراج rpm من حزمة delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "تعذر تثبيث الحزمة %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "جاري تثبيت %s من %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...فشل الإسترجاع: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "جاري حذف الحزمة %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "جاري حذف الحزمة %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "جاري تثبيت %s من %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "معلومات إضافية حول الحزمة %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "لا توجد حزمة بالإسم %s"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "تم اقفال قاعدة بيانات urpmi"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "تحذير"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "فشل التثبيت"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "فشل التثبيت"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "الحزم التالية تحتوي على توقيعات فاسدة"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "الحزم التالية تحتوي على توقيعات فاسدة"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "هل تريد متابعة التثبيت؟"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "جاري تثبيت %s من %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "جاري توزيع %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "جاري تثبيت %s من %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "جاري تثبيت %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "محاولة التثبيت دون التأكد من الاعتمادات؟ (y[نعم]/N[لا])"
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "حاول التثبيت بشكل أقوى (--force)؟ (y[نعم]/N[لا])."
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "التثبيت ممكن"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "جاري اختبار ملف MD5SUM"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "تحذير: md5sum لـ%s غير متوفر في ملف MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "الوسيط الافتراضي\"%s\" يجب أن يكون له عنوان واضح، تم تجاهل الوسيط"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "لم يمكن الوصول الى ملف قائمة \"%s\"، تم تجاهل الوسيط"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "لم يمكن الوصول الى ملف hdlist لـ\"%s\"، تم تجاهل الوسيط"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "جاري محاولة تخطّي الوسيط الموجود \"%s\"، جري التجاهل"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "كتب ملف التهيئة [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "لا يمكن استخدام وضع التوازي parallel مع وضع استخدم-التوزيع"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "جاري استخدام الوسائط المرتبطة للوضع المتوازي: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis لا يمكن استخدامه مع --media، --excludemedia، --sortmedia، --"
-"update، --use-distrib أو --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "البحث بدءً من: %s وإلى: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "جاري تخطي الحزمة %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "سيتم التثبيت بدلاً من ترقية الحزمة %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "الوسيط \"%s\" موجود مسبقا"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "جاري قراءة الترويسة من الوسيط \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "جاري ازالة الوسيط \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "تعذر فتح rpmdb"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "لم أستطع التّوصّل إلى وسيط التّثبيت الأوّل (ملفّ hdlists غير موجود)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "جاري استرجاع ملف hdlists..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "جاري محاولة اختيار الوسيط غير موجود \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "جاري اختيار الوسيط المتعدد: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "جاري ازالة الوسيط \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "تجري إعادة تهيئة urpmi للوسيط \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...فشلت إعادة التّهيئة"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "تمّت إعادة التّهيئة"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "الوسيط \"%s\" غير مختار"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "جاري اختبار ملف التخليق [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "مشكلة في قراءة ملف التخليق للوسيط \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "جاري كتابة ملف القوائم للوسيط \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...فشل النسخ"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "جاري نسخ وصف الملف لـ\"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...تم النسخ"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "فشل نسخ [%s] (الملفّ صغير بشكل مثيل للشّكّ)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "جاري حساب md5sum لـhdlist المصدر المستحضر (أو التخليق)"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "فشل نسخ [%s] (md5sum غير متطابقة)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "جاري اختبار ملف hdlist [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "جاري تثبيت %s من %s"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "لم يمكن ايجاد ملف hdlist للوسيط \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "جاري نسخ وصف الملف لـ\"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "اسم ملف rpm غير موجود [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "جاري استرجاع hdlist (أو ملف تخليق) \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "تم ايجاد hdlist (أو ملف تخليق) كـ %s..."
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "لم يمكن ايجاد ملف hdlist للوسيط \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "جاري اختبار ملف pubkey لـ\"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...تم استيراد المفتاح %s من ملف pubkey \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "لم يمكن استيراد ملف pubkey الخاص بـ\"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "تمت اضافة الوسيط %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "جاري قراءة ملفات rpm من [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "لاNn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "نyY"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "المعذرة، اختيار سئ، حاول مرة أخرى\n"
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Package"
-msgstr "خيارات الحزم"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "ابحث"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "جاري ازالة الوسيط \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "تعذر تحليل \"%s\" في الملف [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "جاري اختبار المتعامل المتوازي في الملف [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "تم ايجاد المتعامل المتوازي للعقد: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "تعذر استخدام الخيار المتوازي \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "فشل التثبيت"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "لم يمكن الوصول الى الوسيط \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "جاري تجهيز %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "جاري ازالة تجهيز %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf إصدارة %s\n"
-"حقوق النّسخ 2002-2006 ماندريبا.\n"
-"هذا برنامج حرّ و يمكن إعادة توزيعه تحت بنود ترخيص GNU GPL.\n"
-"\n"
-"الاستعمال:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - إعرض معلومات الإصدار ثم اخرج\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr " --env - استخدم بيئة محدّدة (عادة تقرير خطا).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - لا تستخدم الوسيط المحدّد، مفصولة بفواصل.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --root - استخدم جذر آخر لتثبيت حزم rpm.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr " --sortmedia - افرز الوسيط بناءً على النصّ الفرعي مفصول بفواصل.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --synthesis - استخدم التخليق التالي بدلاً من قاعدة بيانات urpmi.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - استخدم التخليق التالي بدلاً من قاعدة بيانات urpmi.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - لا تطبع الأسماء المتشابهة.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - استخدم وسيط التحديث فقط.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - وضع التفصيل.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - تجاهل حالة الأحرف على كلّ الهيئات.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - تجاهل حالة الأحرف على كلّ الهيئات.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - اشمل نصّ perl بشكل مباشر كـ perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - معامل AND الثّنائي،.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - معامل OR الثّنائي،.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - NOT أحاديّة.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( - قوس لجهة اليمين لفتح تعبير مجموعة.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"قائمة البيانات التي سيتم استرجاعها:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - استخدم واجهة X.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " الافتراضات هي %s.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - اطبع الصّفة عنوان url: عنوان url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - اطبع الصّفة جهاز التجميع : جهاز التجميع.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "اعدادات سطر الأوامر"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - اطبع الصّفة يعارض : كل التعارضات.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - اطبع وصف الصّفة : الوصف.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - اطبع الصّفة epoch: epoch.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --name - إطبع أسماء الحزم فقط.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - اسرد الملفّات في الحزمة.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - اطبع علامة المجموعة : المجموعة\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - إطبع أسماء الحزم فقط.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --name - إطبع أسماء الحزم فقط.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - اطبع الصّفة الملغيّات : كل الملغيّات.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - اطبع الصّفة المُغلّف : المغلّف.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - اطبع الصّفة يُوفّر : كل ما يُوفّره.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - اطبع الصّفة يتطلّب : كل ما يتطلّب.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - اطبع حجم الصّفة : الصّفة.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - اطبع الصّفة sourcerpm: الحزمة المصدريّة.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - اطبع الصّفة الملغيّات : كل الملغيّات.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary, -S - عرض التلخيص.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - اطبع الصّفة عنوان url: عنوان url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - وضع التفصيل.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - اسرد الملفّات في الحزمة.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - اطبع النّسخة، الإصدار وarch مع الاسم.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "جاري استخدام بيئة محددة على %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "لم يمكن ايجاد ملف hdlist للوسيط \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "تم بناء ملف تخليق hdlist للوسيط \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "جاري كتابة ملف القوائم للوسيط \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "لا توجد حزمة بالإسم %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "الحزم التالية تحتوي على %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "كل شئ مثبت مسبقا"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "كل شئ مثبت مسبقا"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "كل شئ مثبت مسبقا"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "بسبب فقدان %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "كل شئ مثبت مسبقا"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "بسبب عدم ارضاء %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "جاري محاولة ترقية %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "كي يتم الحفاظ على %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "كي يتم تثبيث %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "بسبب التعارض مع %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "توقيع غير صالح (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "مفتاح هوية غير صالح (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "توقيع مفقود (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "لا يمكن إنشاء ملف التهيئة [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "فشل النّسخ"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "فشل النّسخ"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme إصدارة %s\n"
-"حقّ النّسخ 1999-2008 ماندريبا.\n"
-"هذا برنامج حرّ و يمكن إعادة توزيعه تحت بنود ترخيص GNU GPL.\n"
-"\n"
-"الاستعمال:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - قم باختيار حزمة آلياَ في الاختيارات.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - تحقق إن كان بالإمكان الإزالة بشكل صحيح.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - urpmi موزّع على الأجهزة الخاصّة بالاسم البديل.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - اطبع الصّفة المُغلّف : المغلّف.\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - استخدام جذر آخر لإزالة rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - حدّث فقط وسائط التّحديث.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - اطبع وصف الصّفة : الوصف.\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - هيّئ urpmi بشكل سريع من شجرة توزيع، مفيد\n"
-" لتثبيت/إزالة chroot باستخدام خيار --root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - وضع التفصيل.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - اختر كل الحزم المتفقة مع المعامل.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "يسمح للمستخدم الجذر فقط بحذف الحزم"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "حزم غير معروفة"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "حزمة غير معروفة"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "إزالة الحزمة %s ستتسبب في تعطيل نظامك"
-msgstr[1] "إزالة الحزمة %s ستتسبب في تعطيل نظامك"
-msgstr[2] "إزالة الحزمة %s ستتسبب في تعطيل نظامك"
-msgstr[3] "إزالة الحزمة %s ستتسبب في تعطيل نظامك"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "لا شئ للإزالة"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "لا شئ للإزالة"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "لإرضاء المُعتمدات، ستتم ازالة %d حزمة"
-msgstr[1] "لإرضاء المُعتمدات، ستتم ازالة %d حزمة"
-msgstr[2] "لإرضاء المُعتمدات، ستتم ازالة %d حزمة"
-msgstr[3] "لإرضاء المُعتمدات، ستتم ازالة %d حزمة"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "حزمة غير معروفة"
-msgstr[1] "حزمة غير معروفة"
-msgstr[2] "حزمة غير معروفة"
-msgstr[3] "حزمة غير معروفة"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "جاري حذف الحزمة %s"
-msgstr[1] "جاري حذف الحزمة %s"
-msgstr[2] "جاري حذف الحزمة %s"
-msgstr[3] "جاري حذف الحزمة %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (ن/ل)"
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "جاري أخذ الأجهزة القابلة للإزالة كـ\"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "فشلت عملية الإزالة"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "فشلت عملية الإزالة"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-select - اختر الحزم آليا لترقية النظام.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - عطّل التحقّق من MD5SUM للملفّات.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - أجبر تحديث مفتاح gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - اطبع الصّفة الملغيّات : كل الملغيّات.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr " --no-uninstall - لا تسأل أبداً أن تزيل حزمةً، بل تجاهل التثبيت.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - عدم تثبيت الحزم (فقط تنزيلها)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - إبقاء الحزم الموجودة إن أمكن، ورفض الحزم\n"
-" المطلوبة التي تؤدي إلى إزالة غيرها.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - جزّء على شكل معاملات صغيرة إن كان هناك أكثر من عدد الحزم\n"
-" المحدّة سوف يتمّ تثبيته أو تحديثه، والمفترض هو %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - small transaction length, default is %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - افرض البحث التقريبي.\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - اطبع الصّفة يتطلّب : كل ما يتطلّب.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - ثبّت الحزمة المصدريّة فقط (لا المجمّعة).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - أزل حزمة rpm من الذاكرة المخبّئة قبل أي شيء آخر.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - عدم إخلاء حزم rpms من المخزن.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - اسمح بسؤال المستخدم عن تثبيت الحزم دون\n"
-" التّحقّق من المعتمدات.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - اسمح بسؤال المستخدم عن تثبيت الحزم دون\n"
-" التّحقّق من المعتمدات والتّكامل.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - اطبع الصّفة الملغيّات : كل الملغيّات.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - أعدّ urpmi بشكل سريع من شجرة توزيع، مفيد\n"
-" لتثبيت chroot باستخدام الخيار --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - حدّ من سرعة التنزيل.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - أكمل نقل الملفّات المنزّلة جزئيّاً\n"
-" (يقوم الخيار --no-resume بتعطيله، والوضع الافتراضي هو "
-"معطّل).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - استخدم بروكسي HTTP المحدّد، رقم المنفذ الافتراضي\n"
-" هو 1080 (بتنسيق <proxyhost[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - حدّد اسم المستخدم وكلمة السرّ لاستخدامهما للتّوثيق مع "
-"البروكسي\n"
-" (بتنسيق <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - أخرج تقرير خطأ في الدّليل المحدّد. "
-"بالكلمة التالية.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - استثن المسارات الفصولة بفاصلة.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - استثْن ملفّات التوثيق.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --no-uninstall - لا تسأل أبداً أن تزيل حزمةً، بل تجاهل التثبيت.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - اطبع الصّفة عنوان url: عنوان url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - اطبع وصف الصّفة : الوصف.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - الحزم اللّازم تخطّي إعداداها\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - الحزم اللّازم تخطّي إعداداها\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - في حالة العثور على عدّة حزم، إقترح عددا أكبر من الخيارات\n"
-" عن العدد الافتراضي.\n"
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - عدم إخلاء حزم rpms من المخزن.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - ترقية الحزم ذات البُنية ذاتها فقط.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - اختر كل التطابقات على سطر الأوامر.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - وضع هادئ.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - وضع التفصيل.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " الأسماء أو ملفات rpm المعطاة على سطر الأوامر سيتم تثبيتها.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "ماذا يمكن فعله مع ملف rpm تنفيذي عند استخدام المعامل --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr "الدّليل [%s] موجود مسبقاً، رجاء استخدم دليلاً آخر لتقرير المشكلة أو حذفها"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "تعذر انشاء الدليل [%s] لتقرير العيوب"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"خطأ: يبدو أن %s مركّب بوضع القراءة فقط.\n"
-"استخدم --allow-force لإجبار العملية."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (للترقية)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (للترقية)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (للتثبيت)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (للتثبيت)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "لإرضاء المُعتمدات، ستتم ازالة %d حزمة"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "ما هو اختيارك؟ (1-%d)"
-
-#: ../urpmi:507
-#, fuzzy, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"الحزم التالية لا يمكن تثبيتها لأنها تعتمد على حزم\n"
-"أقدم من المثبتة:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"الحزم التالية لا يمكن تثبيتها لأنها تعتمد على حزم\n"
-"أقدم من المثبتة:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "استمرار على أي حال؟"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (ن/ل)"
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"لا يمكن تثبيت بعض الحزم المطلوبة:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"لا يمكن تثبيت بعض الحزم المطلوبة:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "إزالة الحزمة %s ستتسبب في تعطيل نظامك"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"لم يمكن متابعة التثبيت لأنه يجب ازالة الحزم التالية\n"
-"لكي تتم ترقية الحزم الأخرى:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"لم يمكن متابعة التثبيت لأنه يجب ازالة الحزم التالية\n"
-"لكي تتم ترقية الحزم الأخرى:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"يجب حذف الحزم التالية لترقية الحزم الأخرى:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"يجب حذف الحزم التالية لترقية الحزم الأخرى:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"يجب أن تكون مستخدم جذر لكي تقوم بتثبيت الإعتمادات التالية:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "لإرضاء المُعتمدات، ستتم ازالة %d حزمة"
-msgstr[1] "لإرضاء المُعتمدات، ستتم ازالة %d حزمة"
-msgstr[2] "لإرضاء المُعتمدات، ستتم ازالة %d حزمة"
-msgstr[3] "لإرضاء المُعتمدات، ستتم ازالة %d حزمة"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "إلغاء"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "اضغط Enter عند الاستعداد..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"الاستعمال: urpmi.addmedia [options] <name> <url>\n"
-"<url> يأخذ قيمته من القائمة التّالية\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" removable://<path>\n"
-"\n"
-"و [options] تأخذ قيمها من القائمة التّالية\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - استخدم wget لجلب الملفّات البعيدة.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - استخدم curl لجلب الملفّات البعيدة.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - استخدم curl لجلب الملفّات البعيدة.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - استخدم curl لجلب الملفّات البعيدة.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - حاول أو تجد وتستخدم ملفّ التخليق.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - لا تحاول أن تعثر على أي ملفّ تخليق\n"
-" أو ملف hdlist.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - أنشئ كلّ الوسطاء تلقائيّاً من\n"
-" وسيط التّثبيت\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - اسرد الوسائط المتوفّرة.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - استخدم عنوان url المحدّد للائحة المرايا، والافتراضيّة هي\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - أنشئ وسائط خيالية محدّثة بصفة دائمة،\n"
-" يسمح ببروتوكول file:// فقط.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - عطّل التحقّق من MD5SUM للملفّات.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - عدم استيراد pubkey للوسط المضاف\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - إضافة الوسط في التهيئة، ولكن دون تحديثه.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - وضع هادئ.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - وضع تفصيلي.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "يسمح للمستخدم الجذر فقط بإضافة الوسائط"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "سوف ينشئ ملف التهيئة [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "لا يمكن إنشاء ملف التهيئة [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "لا داعي لإعطاء <المسار النّسبي لـhdlist> مع --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<المسار المُرتبط لـhdlist> مفقود\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "لم يمكن الوصول الى الوسيط \"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover إصدارة %s\n"
-"حقّ النّسخ 2006 ماندريبا.\n"
-"هذا برنامج حرّ و يمكن إعادة توزيعه تحت بنود ترخيص GNU GPL.\n"
-"\n"
-"الاستعمال:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - عدم إخلاء حزم rpms من المخزن.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - اسرد الوسائط المتوفّرة وعناوينها.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-url - اسرد الوسائط المتوفّرة وعناوينها.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --name - إطبع أسماء الحزم فقط.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "لم يمكن ايجاد الحزمة %s"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, fuzzy, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "- تمّت إزالة %s\n"
-msgstr[1] "- تمّت إزالة %s\n"
-msgstr[2] "- تمّت إزالة %s\n"
-msgstr[3] "- تمّت إزالة %s\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "جاري استرجاع ملف rpm [%s]..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "لم يتمّ إيجاد قائمة ملفّات\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"الاستخدام: urpmi.removemedia (-a | <name> ...)\n"
-"حيث أن <name> هو اسم الوسيط المطلوب ازالته.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - استخدم كل الوسائط.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - مطابقة تقريبية على أسماء الوسائط.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "يسمح للمستخدم الجذر فقط بحذف الوسائط"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "لا شء للإزالة (استخدم urpmi.addmedia لإضافة وسيط)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"المدخل المطلوب ازالته غير موجود\n"
-"(واحد من %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"الاستخدام: urpmi.update [options] <name> ...\n"
-"حيث أن <name> هو اسم الوسيط المطلوب تحديثه.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - حدّث فقط وسائط التّحديث.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - أجبر تحديث مفتاح gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - عدم التحديث، ووضع علامة على الوسط كمُتجاهل.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - - عدم التحديث، ووضع علامة على الوسط كمُمكّن.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - لا تحاول أن تعثر على أي ملفّ تخليق\n"
-" أو ملف hdlist.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - اختر كلّ الوسائط الغير قابلة للإزالة.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - أجبر توليد ملفات hdlist.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - أجبر توليد ملفات hdlist.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "يسمح للمستخدم الجذر فقط بتحديث الوسائط"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "لا شئ للتحديث (استخدم urpmi.addmedia لإضافة وسيط)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"المدخل المطلوب تحديثه غير موجود\n"
-"(واحد من %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "تجاهل الوسط %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "تمكين الوسط %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq النسخة %s\n"
-"حقوق النّسخ 2000-2006 ماندريبا.\n"
-"هذا برنامج حرّ و يمكن إعادة توزيعه تحت بنود ترخيص GNU GPL.\n"
-"\n"
-"الاستعمال:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - استخدم فقط الوسط المُعطى للبحث عن الحزم المطلوبة (أو "
-"المُحدّثة).\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - افرض البحث التقريبي (مثل -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - اسرد الحزم المتوفّرة.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - اسرد الوسائط المتوفّرة.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - اسرد الوسائط المتوفّرة وعناوينها.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - اسرد النقاط المتوفّرة عند استخدام --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - إصنع قائمة للأسماء المستعارة الموازية.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr " --dump-config - أكتب الإعداد على شكل متغيّر لـ urpmi.addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - الحزمة التالية هي حزمة مصدريّة (مثل -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - أعط كل الحزم المصدريّة قبل تنزيلها (المستخدم root فقط).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - اطبع الصّفة عنوان url: عنوان url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - أعدّ urpmi بشكل سريع من شجرة التوزيعة.\n"
-" يسمح هذا بالاستعلام من توزيعة.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - اطبع سجلّ التغيير.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - اطبع الصّفة يعارض : كل التعارضات.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - اطبع الصّفة الملغيّات : كل الملغيّات.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - اطبع الصّفة يُوفّر : كل ما يُوفّره.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - اطبع الصّفة يتطلّب : كل ما يتطلّب.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - اطبع الصّفة الملغيّات : كل الملغيّات.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - اطبع الصّفة sourcerpm: الحزمة المصدريّة.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - عرض التلخيص.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - وسّع الاستعلام ليشتمل المعتمدات.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - اعكس البحث لما يتطلّب هذه الحزمة.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - البحث العكسي الموسّع (يشمل الحزم الوهمية).\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - إبحث في المعطيات لإيجاد حزمة.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - مخرجات تامّة مع الحزمة الواجب حذفها.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - تطبع المجموعات أيضا مع الأسماء أيضاً.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - اطبع معلومات مفيدة بشكل مقروء للإنسان.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - اسرد الملفّات في الحزمة.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - وضع هادئ.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - تطبع الإصدار و رقمه أيضا مع الإسم أيضاً.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - الحزمة التالية هي حزمة مصدرية (مثل --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr " -u - أزل الحزمة إن كان هناك إصدارة أحدث منها مثبّتة.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - افرض البحث التّقريبيّ (مثل --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - مثل -y، و لكن بحصر المطابقة دون التّقيّد بشكل الحروف.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " الأسماء أو ملفات rpm المعطاة على سطر الأوامر يتم الاستعلام عنها.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes يمكن استخدامه فقط مع --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "غير قادر على كتابة ملف القوائم لـ \"%s\""
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"ملاحظة: بما أنّه لا يوجد وسيط من الوسائط المبحوث فيها يستعمل hdlist، فإنّ "
-"urpmf لم يستطع إرجاع أيّة نتيجة\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"ملاحظة: بما أنّه لا يوجد وسيط من الوسائط المبحوث فيها يستعمل hdlist، فإنّ "
-"urpmf لم يستطع إرجاع أيّة نتيجة\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"ملاحظة: بما أنّه لا يوجد وسيط من الوسائط المبحوث فيها يستعمل hdlist، فإنّ "
-"urpmf لم يستطع إرجاع أيّة نتيجة\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"ملاحظة: بما أنّه لا يوجد وسيط من الوسائط المبحوث فيها يستعمل hdlist، فإنّ "
-"urpmf لم يستطع إرجاع أيّة نتيجة\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "لم يُعثر على سجلّ تغييرات\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - اعمل وسيط تحديث.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "ادخال مشوه: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "فشل معاملات تثبيت %d"
-#~ msgstr[1] "فشل معاملات تثبيت %d"
-#~ msgstr[2] "فشل معاملات تثبيت %d"
-#~ msgstr[3] "فشل معاملات تثبيت %d"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "كل شئ مثبت مسبقا"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "جاري التحقق لإزالة الحزم التالية"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "تم اقفال قاعدة بيانات urpmi"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "خيارات غير معروفة '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "نقاط تجهيز كثيرة جدا للوسيط القابل للإزالة \"%s\""
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "الوسيط \"%s\" هو صورة ISO، سيتم تثبيتها خلال العمل"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "جاري استخدام الجهاز الآخر القابل للإزالة [%s] لـ\"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "لم يمكن استرجاع اسم المسار للوسيط القابل للإزالة \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "لم يمكن الوصول الى أول وسيط تخزين"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "لم يمكن الوصول للوسيط \"%s\"،\n"
-#~ "قد يحدث هذا إن قيام بتجهيز الدليل يدويّاً عند إنشاء الوسيط."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "تم تحديد الوسيط المفكّك \"%s\" على أنه قابل للإزالة إلا أنه ليس كذلك"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - نظّف دليل ذاكرة الترويسات المخبّئة.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "الوسيط الوهمي يجب أن يكون محلياً"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "لم يمكن تحليل ملف hdlist لـ \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "جاري حساب md5sum لـhdlist المصدر الموجود (أو التخليق)"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "الوسيط الافتراضي \"%s\" يحاول اسنخدام ملف hdlist أو ملف قوائم مستخدم "
-#~ "مسبقا، تم تجاهل الوسيط"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "اسم ملف rpm غير موجود [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "لم يمكن ايحاد ملف القوائم لـ\"%s\"، تم تجاهل الوسيط"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "جاري محاولة اختيار الوسيط غير موجود \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "تم بناء ملف تخليق hdlist للوسيط \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "لم يمكن تحليل ملف hdlist لـ \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "الوسيط \"%s\" يحاول اسنخدام ملف hdlist مستخدم مسبقا، تم تجاهل الوسيط"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr "الوسيط \"%s\" يحاول استخدام قائمة مستخدمة مسبقا، تم تجاهل الوسيط"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "ملاحظة: بما أنّه لا يوجد وسيط من الوسائط المبحوث فيها يستعمل hdlist، فإنّ "
-#~ "urpmf لم يستطع إرجاع أيّة نتيجة\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "جاري القيام بالمرحلة الثانية لحساب المُعتمدات\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "جاري بناء hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr "تعذر إنشاء ملفّ التخليق للوسيط \"%s\". قد يكون ملف hdlist فاسداً."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "مشكلة في قراءة ملف التخليق أو hdlist للوسيط \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "جاري حساب md5sum لـhdlist المصدر المنسوخ (أو التخليق)"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...فشل الإسترجاع: md5sum غير متطابق"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "لم يُعثر على ملفات rpm من [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "تعذر قراءة ملفات rpm من [%s]: %s "
-
-#~ msgid "no rpms read"
-#~ msgstr "لم تُقرأ أية حزم RPM"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "جاري قراءة الترويسة من الوسيط \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - حاول أو تجد وتستخدم ملفّ التخليق.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - حاول أن تجد وتستخدم ملف hdlist.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "ملاحظة: بما أنّه لا يوجد وسيط من الوسائط المبحوث فيها يستعمل hdlist، فإنّ "
-#~ "urpmf لم يستطع إرجاع أيّة نتيجة\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "إستعمل --name للبحث عن أسماء الحزم.\n"
-
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src, -s - الحزمة التالية هي حزمة مصدريّة.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - حاول أن تجد وتستخدم ملف hdlist.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "لم يمكن تحديث الوسيط \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "لم يمكن عمل الوسيط \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "هناك حزم متعددة بنفس اسم ملف rpm \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "تعذر تحليل [%s] بشكل صحيح على القيمة \"%s\""
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "الوسيط \"%s\" يستخدم ملف قوائم غير صالح ربما تكون المرآة غير محدّثة، "
-#~ "جاري محاولة استخدام طريقة بديلة"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "الوسيط \"%s\" لا يعرف أي موقع لملفات rpm"
-
-#~ msgid "unrequested"
-#~ msgstr "غير مطلوب"
-
-#~ msgid " (%d MB)"
-#~ msgstr " (%d ميغابايت)"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "جاري اضافة الحزمة %s (id=%d، eid=%d، تحديث=%d، ملف=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "الحزم التالية لها توقيعات سيئة:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "هل تريد متابعة التثبيت؟"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "يجب أن تكون المستخدم الجذري لتشغيل هذا الأمر ! \n"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "تعذر حذف الحزمة %s"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "لم يتمّ إيجاد قائمة ملفّات\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages will be removed (%d MB)"
-#~ msgstr "لإرضاء المُعتمدات، ستتم ازالة %d حزمة (%d ميغابايت)"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr " -P - لا تبحث في المعطيات لإيجاد حزمة (الافتراض).\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - اعكس البحث لما يتطلّب هذه الحزمة.\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "لإرضاء المُعتمدات، سيتم تثبيت الحزم %d التّالية:\n"
-#~ "%s\n"
-
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "تخطي الوسط %s: لا يحتوي hdlist"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "جاري تثبيت الحزمة `%s' (%s/%s)..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "جاري اختبار ملف التخليق [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "جاري توزيع %s"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "تثبيت الحزم..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "تثبيت الحزم..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - حاول أو تجد وتستخدم ملفّ التخليق.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - حاول أن تجد وتستخدم ملف hdlist.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "`with' مفقودة لوسط الشّبكة\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "خيارات غير معروفة '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "لم يمكن ايجاد ملف hdlist لـ \"%s\"، تم تجاهل الوسيط"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "ملف القوائم لـ\"%s\" متفكّك، تمّ تجاهل الوسيط"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "لم يمكن التفتيش عن ملف قائمة \"%s\"، تم تجاهل الوسيط"
-
-#~ msgid "there doesn't seem to be devices in the chroot in \"%s\""
-#~ msgstr "لا يبدو أن هناك أجهزة في chroot في \"%s\""
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "الوسيط الافتراضي \"%s\" غير محلي، تم تجاهل الوسيط"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "الوسيط الافتراضي \"%s\" يجب أن يكون مصدر تخليق أو hdlist صالح، تم تجاهل "
-#~ "الوسيط"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "جاري نسخ hdlist (أو ملف تخليق) المصدر لـ\"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "فشل استرجاع hdlist (أو ملف تخليق) المصدر"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "الملف [%s] مستخدم مسبقا في الوسيط نفسه \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "لا شئ تمت كتايته في ملف القوائم لـ \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "عُثر على %d ترويسة في الذاكرة المخبّئة"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "تم إزالة %d الترويسات الملغيّة من الذاكرة المخبّئة"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "جاري استخدام العمليّة %d لتنفيذ المعاملة"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --norebuild - لا تحاول إعادة بناء hdlist إن لم يكن قابلاً للقراءة.\n"
-
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "تم افتراض أسماء الحزم التالية: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "جاري نسخ ملف hdlist..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "وصف hdlist غير صالح \"%s\" في ملف hdlists"
-
-#~ msgid "Is this OK?"
-#~ msgstr "هل أنت موافق؟"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - إستخدم نسخة التّوزيعة المحدّدة، الافتراض يؤخذ\n"
-#~ " من نسخة التّوزيعة الّتي تُخبِر بها\n"
-#~ " حزمة إصدارة ماندريبا لينكس المثبّتة.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - إستعمل البنية المحدّدة، الافتراض هو بنية\n"
-#~ " حزمة إصدارة ماندريبا لينكس (mandriva-release) "
-#~ "المثبّتة.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - استخرج الترويسات للحزمة المسردة من قاعدة بيانات urpmi "
-#~ "إلى\n"
-#~ " stdout (المستخدم root فقط).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr "لإرضاء المُعتمدات، سيتم تثبيت الحزم %d التّالية (%d ميغابايت)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "التثبيت %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "التثبيت الآلي للحزم...\n"
-#~ "لقد طلبت تثبيت الحزمة %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: لم يتم يعثر على الأمر\n"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "لا يمكن تثبيت بعض الحزم المطلوبة:\n"
-#~ "%s\n"
-#~ "تريد الاستمرار؟"
-
-#~ msgid ""
-#~ "The following packages have to be removed for others to be upgraded:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "يجب إزالة الحزم التالية كي يمكن ترقية غيرها:\n"
-#~ "%s\n"
-#~ "تريد الاستمرار؟"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5sum غير متطابق"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf إصدارة %s\n"
-#~ "حقوق النّسخ 2002-2004 ماندريبا.\n"
-#~ "هذا برنامج حرّ و يمكن إعادة توزيعه تحت بنود ترخيص GNU GPL.\n"
-#~ "\n"
-#~ "الاستعمال:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr ""
-#~ " --synthesis - استخدم التخليق المحدّد بدلاً من قاعدة بيانات urpmi.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - لا تطبع اسم الصّفة (الوضع الافتراضي إن لم تحدد علامة "
-#~ "على سطر الأمر،\n"
-#~ " وهذا غير متوافق مع الوضع التفاعلي).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - لا تطبع الأسماء المتشابهة.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - اطبع كل الصّفات.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - اطبع تلخيص الصّفة : التلخيص.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - اطبع وصف الصّفة : الوصف.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - اطبع الصّفة جهاز التجميع : جهاز التجميع.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr " --provides - اطبع الصّفة يُوفّر : كل ما يُوفّره.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr " --requires - اطبع الصّفة يتطلّب : كل ما يتطلّب.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - اطبع الصّفة ملفّات : كلّ الملفّات.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr " --obsoletes - اطبع الصّفة الملغيّات : كل الملغيّات.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - استخدم بيئة محدّدة (عادة تقرير\n"
-#~ " خطا).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr " -i - تجاهل حالة الأحرف على كلّ الهيئات.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - معامل AND الثّنائي، true إن كانت العبارتين الجبريّتين "
-#~ "صحيحتين.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - معامل OR الثّنائي، true إن كان أحد العبارتين الجبريّتين "
-#~ "صحيح.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr ""
-#~ " ! - NOT أحاديّة، true إن كانت العبارة الجبريّة خاطئةً.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " ( - قوس لجهة اليسار لفتح تعبير مجموعة.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr " ( - قوس لجهة اليمين لفتح تعبير مجموعة.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "الاتّصال المعاكس هو:\n"
-#~ "%s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "واصل ؟"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "لا يمكن تثبيت بعض الحزم المطلوبة:\n"
-#~ "%s"
diff --git a/po/az.po b/po/az.po
deleted file mode 100644
index ba82ae52..00000000
--- a/po/az.po
+++ /dev/null
@@ -1,3669 +0,0 @@
-# translation of urpmi-az.po to Azerbaijani
-# translation of urpmi-az.po to Azerbaijani Turkish
-# urpmi-az.po faylının Azərbaycan dilinə tərcüməsi
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/az.php3
-#
-# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
-# Vasif Ismailoglu <azerb_linux@hotmail.com> , 2000-2001.
-# Mətin Əmirov <metin@karegen.com>, 2003, 2004.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-az\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2004-09-12 20:33+0300\n"
-"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
-"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.3.1\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, fuzzy, c-format
-msgid "RPM installation"
-msgstr "Sistem qurulumu"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Oldu"
-
-#: ../gurpmi:66
-#, fuzzy, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Siz bu mənbə paketini seçdiniz:\n"
-"\n"
-"%s\n"
-"\n"
-"Deyəsən bunu qurmaq istəmirdiniz (bunun qurulmsı\n"
-"halında mənbə kodunda dəyişikliklər edilib yenidən dərlənə bilər).\n"
-"\n"
-"İndi nə etmək istəyirsiniz?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, fuzzy, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Sisteminizə bu paketləri quracaqsınız:\n"
-"\n"
-"%s\n"
-"\n"
-"Bunun yerinə sadəcə olaraq qeyd etməyi də seçə bilərsiniz.\n"
-"Seçiminiz nədir?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Sisteminizə bu paketləri quracaqsınız:\n"
-"\n"
-"%s\n"
-"\n"
-"Bunun yerinə sadəcə olaraq qeyd etməyi də seçə bilərsiniz.\n"
-"Seçiminiz nədir?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Qur"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Qeyd Et"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Ləğv Et"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Qeyd ediləcək ünvanı seçin"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi buraxılış %s\n"
-"Müəllif Hüququ (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"istifadə qaydası:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - bu kömək ismarışını çap edər.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - sistemi yeniləmək üçün paketləri avtomatik seç.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - bəzi paketlər mövcud olmasa belə istəməyə zorla.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - qurmadan əvvəl rpm imzasını yoxla\n"
-" (--no-verify-rpm bunu qeyri-fəallaşdırır, əsasən "
-"fəaldır).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - ancaq vergüllə ayrılmış verilən mediya(lar)nı işlət.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - paketi tapmaq üçün verilənlər arasında axtarmaya icazə "
-"ver.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - paketi tapmaq üçün verilənlər arasında axtarma.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - rpm qurulumu üçün başqa root işlət.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - qurulumun düzgün edilə biləcəyini yoxla.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --media - ancaq vergüllə ayrılmış verilən mediya(lar)nı işlət.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "Əmr tə'yin edilməyib"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Xahiş edirik gözləyin..."
-
-#: ../gurpmi2:62
-#, fuzzy, c-format
-msgid "Must be root"
-msgstr "Siçan Qapısı"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Bəzi istənən paketlər qurula bilmir:\n"
-"%s"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Xəbərdarlıq"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Oldu"
-
-#: ../gurpmi2:171
-#, fuzzy, c-format
-msgid " (to upgrade)"
-msgstr "Yeniləmə"
-
-#: ../gurpmi2:172
-#, fuzzy, c-format
-msgid " (to install)"
-msgstr "Qurulumun sonu"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Aşağıdakı paketlərin bir dənəsinə ehtiyac var:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Ləğv Et"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Paketlərin yenilənməsi üçün aşağıdakı paketlərin çıxardılması lazımdır:\n"
-"%s"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"Asılıqları ortadan qaldırmaq üçün, aşağıdakılar da qurulmalıdır (%d Mb)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Asılıqları ortadan qaldırmaq üçün, aşağıdakılar da qurulmalıdır (%d Mb)"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d paket, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Paket qurulumu..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "qaynaq paketi alına bilmir, çıxılır"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Hazırlanır..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "`%s' paketi qurulur (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Lütfən \"%s\" medyasını [%s] avadanlığına yerləşdirin"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "`%s' paketi endirilir..."
-
-#: ../gurpmi2:324
-#, fuzzy, c-format
-msgid "_Done"
-msgstr "Qurtardı"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Qurulum bacarılmadı, bəzi fayllar əksikdir:\n"
-"%s\n"
-"Sizə, urpmi databeyzinizi yeniləməyi məsləhət görürük."
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Qurulum iflas etdi"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "hər şey onsuzda quruludur"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Qurulum bitdi"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "%s silinir"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "urpmi yenidən başladılır"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - bu kömək ismarışını çap edər.\n"
-
-#: ../rpm-find-leaves:18
-#, fuzzy, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --synthesis - urpmi db yerinə verilən synthesis'i işlət.\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - nəticələri verilən qrup xaricində qadağan et.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " ön qurğulusu %s-dir.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - adla birlikdə qrupları da göstər.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Paketləri qurma icazəsi ancaq ali istifadəçi verilib"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Xəta raportu üçün [%s] cərgəsi yaradıla bilmədi"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "`%s' paketi endirilir..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "rpmb açıla bilmir"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "hökmsüz rpm fayı adı [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "[%s] rpm faylı alınır ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...alınma bitdi"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...alış bacarılmadı: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "rpm faylı [%s] çatıla bilmir"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "[%s] faylındakı \"%s\" oxuna bilmədi"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "rpm faylı qeydiyyatdan keçirilə bilmədi"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "yerli paket qeydiyyat xətası"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "əmr sətirində hökmsüz vəkil tə'yini\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: \"%s\" rpm faylı oxuna bilmir\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Əksik imza (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Köçütrmə bacarılmadı"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "\"%s\" medyası seçili deyil"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "\"%s\" medyasından [%s] rpm faylı oxuna bilmir"
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "[%s] quraşdırma faylı yazıla bilmir"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "[%s] quraşdırma faylı yazıla bilmir"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "[%s] quraşdırma faylı yazıla bilmir"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "İstifadəçi adı:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Şifrə:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Köçütrmə bacarılmadı"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "%s əksik olduğuna görə"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "%s əksik olduğuna görə"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "%s əksik olduğuna görə"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "%s silinir"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...alış bacarılmadı: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "%s üçün müəyyən edilən protokol namə'lumdur"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "webfetch tapılmadı, dəstəklənən webfetch-lər: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "protokol istifadə edilə bilmir: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "%s qurulur"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "%s paketi tapılmadı."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "\"%s\" mediyumundan rpm faylları alınır..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "%s üstündə qurma üçün keçiş bitdi (sil=%d, qul=%d, yenilə=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "keçiş yaradıla bilmir"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "%s paketi çıxardıla bilmədi"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "%s paketi qurula bilmədi"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "%s qurulur"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...alış bacarılmadı: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "%s peketi silinir"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "%s peketi silinir"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "%s qurulur"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "%s peketi haqqında daha çox məlumat"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "Əmr tə'yin edilməyib"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, fuzzy, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Vericiyə bağlana bilmir"
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "urpmi databeyzi qıfıllıdır"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Xəbərdarlıq"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Qurulum iflas etdi"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Qurulum iflas etdi"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Aşağıdakı paketlər hökmsüz imzaya sahibdir"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Aşağıdakı paketlər hökmsüz imzaya sahibdir"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Quruluma davam etmək istəyirsiniz ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "%s qurulur"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "%s paylanır"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "%s qurulur"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "%s qurulur"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Paket asılılıqlarına fikir vermədən qurmağı sınayım? (b/X) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Quruluşu zorlayaraq sınayım (--force)? (b/X)"
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Qurulum mümkündür"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "MD5SUM faylı sınanır"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "\"%s\" virtual medyumunun düzgün url'si olmalıdır, mediyum rədd edildi"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "\"%s\" siyahı faylına çatıla bilmədi, medya rədd edildi"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "\"%s\" medyası hdlist faylına çatıla bilmir, medya rədd edildi"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "mövcud medya \"%s\" yan keçilməyə çalışıldı, imtina edirəm"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "[%s] quraşdırma faylı yazılır"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "use-distrib modu ilə bərabər paralel mod işlədilə bilməz"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "paralel mod üçün əlaqələndirilmiş mediya işlədilir: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis bunlarla bərabər istifadə edilə bilməz: --media, --excludemedia, "
-"--sortmedia, --update ya da --parallel"
-
-#: ../urpm/media.pm:666
-#, fuzzy, c-format
-msgid "Search start: %s end: %s"
-msgstr "Qurulu yazı növlərini axtar"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "%s paketi keçilir"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "%s yeniləmə paketi yerinə qurula bilər"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "\"%s\" medyası onsuz da vardır"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "\"%s\" medyasından üst mə'lumatlar oxunur"
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "\"%s\" medyumu çıxardılır"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "rpmb açıla bilmir"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"birinci qurulum mediyasına yetişə bilmədim (hdlists faylı tapıla bilmədi)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "hdlists faylı alınır..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "mövcud olmayan \"%s\" medyumu seçilməyə çalışılır"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "birdən çox medya seçilir: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "\"%s\" medyumu çıxardılır"
-
-#: ../urpm/media.pm:1055
-#, fuzzy, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "\"%s\" mediyumundan rpm faylları alınır..."
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...yenidən quraşdırma bacarılmadı"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "yenidən quraşdırma tamamlandı"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "\"%s\" medyası seçili deyil"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "[%s] synthesis faylı sınanır "
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "\"%s\" medyasının synthesis faylı oxuna bilmədi"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "\"%s\" medyası üçün siyahı faylı yazılır"
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...köçütrmə bacarılmadı"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "\"%s\" faylının izahat faylı köçürdülür..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...köçürtmə bitdi"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "[%s] faylının köçürülməsi bacarılmadı (fayl şüphəli dərəcədə kiçikdir)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "alınan mənbə hdlist (ya da synthesis) faylının md5sum'ları hesablanır"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "[%s] köçürülmə əməliyyatı bacarılmadı (md5sum uyğunsuzluğu)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "[%s] hdlist faylı yoxlanır"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "%s qurulur"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "\"%s\" medyası hdlist faylı tapılmadı"
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "\"%s\" faylının izahat faylı köçürdülür..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "hökmsüz rpm fayı adı [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "\"%s\"in mənbə hdlist (ya da synthesis) faylı alınır..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "%s adında sınanmış hdlist (ya da synthesis) tapıldı"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "\"%s\" medyası hdlist faylı tapılmadı"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "\"%s\" faylının pubkey'si yoxlanır..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...\"%s\"nın pubkey faylından %s açarı idxal edildi"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "\"%s\" faylının pubkey'si idxal edilə bilmədi"
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "%s medyası əlavə edildi"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "rpm faylları [%s] üstündən oxunur"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "XxJjNn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "YyBb"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Xətalı seçənək, təkrar sınayın\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Axtar"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "\"%s\" medyumu çıxardılır"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "[%s] faylındakı \"%s\" oxuna bilmədi"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "[%s] faylındakı paralel tutucu yoxlanır"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "düyümlər üçün paralel tutucu tapıldı: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr " \"%s\" paralel seçənəyi işlədilə bilmədi"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Qurulum iflas etdi"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "\"%s\" medyasına çatıla bilmir"
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "%s bağlanır"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "%s ayrılır"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf buraxılış %s\n"
-"Müəllif Hüququ (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"istifadə qaydası:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - Buraxılıs mə'lumatını gösta,rər və çıxar\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr " --env - xüsusi mühit işlət (əsasən bir xəta raportu).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - vergüllə ayrılmış verilən mediya(lar)nı işlətmə.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --root - rpm qurulumu üçün başqa root işlət.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - vergüllə ayrılmış alt qatarlara görə mediyanı sırala.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --synthesis - urpmi db yerinə verilən synthesis'i işlət.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - urpmi db yerinə verilən synthesis'i işlət.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - identik sətirləri göstərmə.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - təkcə güncəl medyanı işlət.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - təfsilatlı mod.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - hər patterndə bötük/kiçik hərf qaydalarını rədd et.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -i - hər patterndə bötük/kiçik hərf qaydalarını rədd et.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - perl kodunu birbaşa perl -e kimi daxil et.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - binary AND operatoru.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - OR operatoru.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - NOT operatoru.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ) - sağ mötərizə qrup ifadəsini bağlamaq üçün.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Geri yüklənəcək mə'lumatların siyahısı:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - X ara üzünü işlət.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " ön qurğulusu %s-dir.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - taq url'sini göstər: url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - taq inşa qovşağını göstər: inşa qovşağı.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "Konsol quraşdırma modulu"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - taq toqquşmalarını göstər: bütün toqquşmalar.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - taq izahatını göstər: izahat.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - taq epoch'unu göstər: epoch.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --name - sadəcə paket adlarını göstər.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - paketdəki faylları göstər.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - taq qrupunu göstər: qrup.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - sadəcə paket adlarını göstər.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --name - sadəcə paket adlarını göstər.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - taq mütləqlərini göstər: bütün mütləqlər.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - taq paketləyicisini göstərr: paketləyici.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - taq gətirənini göstər: bütün gətirənlər.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - taq lazımlılarını göstər: bütün lazımlılar.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - taq böyüklüyünü göstər: böyüklük.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - taq sourcerpm'ini göstər: source rpm.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - taq mütləqlərini göstər: bütün mütləqlər.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - taq icmalını göstər: icmal.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - taq url'sini göstər: url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - təfsilatlı mod.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - paketdəki faylları göstər.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - adla birlikdə buraxılış, yayını və arch'ı da çap et.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "%s üstündə xüsusi mühit istifadə edilir\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "\"%s\" medyası hdlist faylı tapılmadı"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "\"%s\" medyası hdlist sintezi inşa edilid"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "\"%s\" medyası üçün siyahı faylı yazılır"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, fuzzy, c-format
-msgid "No package named %s"
-msgstr "%s adlı paket yoxdur"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Aşağıdakı paketlər %s daxıl edir: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "hər şey onsuzda quruludur"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "hər şey onsuzda quruludur"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "hər şey onsuzda quruludur"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "%s əksik olduğuna görə"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "hər şey onsuzda quruludur"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "razı qalmayan %s olduğuna görə"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "%s irəliləndirməyə çalışılır"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "%s'ı saxlamaq üçün"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "%s paket(lər)ini qurmaq üçün"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "%s ilə yaranan toqquşma səbəbiylə"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Hökmsüz imza (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Hökmsüz Qiymət ID (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Əksik imza (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "[%s] quraşdırma faylı yazıla bilmir"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Köçütrmə bacarılmadı"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Köçütrmə bacarılmadı"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme buraxılış %s\n"
-"Müəllif Hüququ (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"istifadə qaydası:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - seçililər arasında paketi avtomatik seç.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, fuzzy, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - qurulumun düzgün edilə biləcəyini yoxla.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - alias sistemləri arasında paylaşılmış urpmi.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - taq paketləyicisini göstərr: paketləyici.\n"
-
-#: ../urpme:53
-#, fuzzy, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - rpm qurulumu üçün başqa root işlət.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - ancaq yeniləmə medyanı yenilə.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - taq izahatını göstər: izahat.\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr " --use-distrib - urpmi-ni birbaşa distrib ağacından quraşdır.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose - təfsilatlı mod.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - qaydaya uyğun gələn bütün paketləri seç.\n"
-
-#: ../urpme:73
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Medianı silmə icazəsi ancaq ali istifadəçiyə verilib"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "namə'lum paketlər"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "na'məlum paket "
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "%s paketini silmək sisteminizi pozacaq"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Silinəcək heç bir şey yoxdur"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Silinəcək heç bir şey yoxdur"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Asılıqları ortadan qaldırmaq üçün, aşağıdakı paketlər silinəcəkdir (%d MB)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "na'məlum paket "
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "%s peketi silinir"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (b/X) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "çıxardıla bilən avadanlıq \"%s\" olaraq alınır"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Çıxartma bacarılmadı"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Çıxartma bacarılmadı"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-select - sistemi yeniləmək üçün paketləri avtomatik seç.\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - MD5SUM fayl yoxlamasını qeyri fəallaşdır.\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - gpg açarını yeniləməyə məcbur et.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - taq mütləqlərini göstər: bütün mütləqlər.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr " --no-uninstall - paket silməyi qətiyyən soruşma, qurulumu bitir.\n"
-
-#: ../urpmi:87
-#, fuzzy, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --install-src - ancaq mənbə paketini qur (ikililəri yox).\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - mümkündürsə, mövcud paketləri saxlamaya çalış, "
-"paketlərin\n"
-" silinməsini məcbur qılan paketləri rədd et.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - veriləndən çox paket qurulacaq ya da yenilənəcəksə\n"
-" daha qısa keçişlərə böl,\n"
-" əsas qiymət: %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - kiçik keçiş uzunluqu, əsasən %d.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - fuzzy axtarmanı qəbul et ( -y ilə eyni).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - taq lazımlılarını göstər: bütün lazımlılar.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - ancaq mənbə paketini qur (ikililəri yox).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - hərşeydən əvvəl ara yaddaşdan rpm'i sil.\n"
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - rpm'ləri ara yaddaşda işlətmə.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - istifadəçiyə paketi asıllılıqları diqqətə almadan\n"
-" qurma sualı verməyə icazə ver.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - istifadəçiyə paketi asıllılıqları və uyğunluq\n"
-" yoxlanmadan qurma sualı verməyə icazə ver.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - taq mütləqlərini göstər: bütün mütləqlər.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr " --use-distrib - urpmi-ni birbaşa distrib ağacından quraşdır.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - endirmə sür'ətinə sərhəd qoy .\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - qismən endirilən faylların transferini davam et\n"
-" (--no-resume bunu qeyri-fəallaşdırır, əsasən qeyri-"
-"fəaldır).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - müəyyən edilmiş HTTP vəkilini işlət, qapı nömrəsi əsas "
-"olaraq\n"
-" 1080 qəbul edilir (istifadə qaydası: <vəkilqovşaq[:qapı]"
-">).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - vəkil səlahiyyətləndirilməsi üçün istifadə ediləcək\n"
-" istifadəçi adı və şifrə (istifadə qaydası: <istifadəçi:"
-"şifrə>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - bir sonrakı verilən arqumentlə verilmiş cərgəyə\n"
-" xəta raportunu yaz.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - vergüllə ayrılmış daxil etməmə çığırı.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - sənəd fayllarını ixrac et.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --no-uninstall - paket silməyi qətiyyən soruşma, qurulumu bitir.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - taq url'sini göstər: url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - taq izahatını göstər: izahat.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - qurulması keçilə bilən paketlər\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - qurulması keçilə bilən paketlər\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - rpm'ləri ara yaddaşda işlətmə.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - əmr sətirindəki bütün uyğun gələnləri seç.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - səssiz mod.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - təfsilatlı mod.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " əmr sətirində verilən adlar ya da rpm faylları qurulacaq.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "--install-src istifadə edildiyində rpm faylları ilə nə edilə biləcəyi"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"[%s] qovluğu onsuz da mövcuddur, xahiş edirik xəta raportu üçün başqa qovluq "
-"işlədin"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Xəta raportu üçün [%s] cərgəsi yaradıla bilmədi"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "Yeniləmə"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr "Yeniləmə"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "Qurulumun sonu"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "Qurulumun sonu"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Asılıqları ortadan qaldırmaq üçün, aşağıdakı paketlər silinəcəkdir (%d MB)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Seçiminiz? (1-%d)"
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Davam edilsin?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (B/x) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Bəzi istənən paketlər qurula bilmir:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Bəzi istənən paketlər qurula bilmir:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "%s paketini silmək sisteminizi pozacaq"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Qurulum davam edə bilmir çünki paketlərin yenilənməsi üçün\n"
-"aşağıdakı paketlərin çıxardılması lazımdır:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Qurulum davam edə bilmir çünki paketlərin yenilənməsi üçün\n"
-"aşağıdakı paketlərin çıxardılması lazımdır:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Paketlərin yenilənməsi üçün aşağıdakı paketlərin çıxardılması lazımdır:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Paketlərin yenilənməsi üçün aşağıdakı paketlərin çıxardılması lazımdır:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Aşağıdakı asıllılıqları qurmaq üçün ali istifadəçi olmalısınız:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"Asılıqları ortadan qaldırmaq üçün, aşağıdakı paketlər silinəcəkdir (%d MB)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Ləğv et"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Hazır olanda Enter düyməsinə basın..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"istifadə qaydası: urpmi.addmedia [seçənəklər] <ad> <url>\n"
-"burada <url> aşağıdakılardan biridir\n"
-" [file:/]/<cığır>\n"
-" ftp://<istifadəçi adı>:<şifrə>@<verici>/<cığır>\n"
-" ftp://<verici>/<cığır>\n"
-" http://<verici>/<cığır>\n"
-" removable://<cığır>\n"
-"\n"
-"və [seçənəklər] buradan gəlir\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - wget'i uzaqdakı faylları almaq üçün işlədin.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - uzaqdakı faylları almaq üçün curl işlət.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - uzaqdakı faylları almaq üçün curl işlət.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - uzaqdakı faylları almaq üçün curl işlət.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - synthesis faylını tapıb işlətməyə çalış.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - hər hansı bir synthesis ya da hdlist\n"
-" faylı tapmaya cəhd göstərmə.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - bütün medyaları avtomatik olaraq qurulum medyumundan\n"
-" yarat.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - mövcud medyanı göstər.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - əkslərin siyahısı üçün verilən url'ni işlət, əsası\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - həmişə yeni qalan virtual mediya yarat,\n"
-" ancaq file:// protokoluna icazə var.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - MD5SUM fayl yoxlamasını qeyri fəallaşdır.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - səssiz mod.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - təfsilatlı mod.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Media əlavə etmə icazəsi ancaq ali istifadəçiyə verilib"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "[%s] quraşdırma faylı yazılır"
-
-#: ../urpmi.addmedia:128
-#, fuzzy, c-format
-msgid "Can't create config file [%s]"
-msgstr "[%s] quraşdırma faylı yazılır"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "<hdlist'in nisbi yolu>nu --distrib ilə verməyə ehtiyac yoxdur"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<hdlistin nisbi yolu> mövcud deyildir\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "\"%s\" medyasına çatıla bilmir"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover buraxılış %s\n"
-"Müəllif Hüququ (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"istifadə qaydası:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - rpm'ləri ara yaddaşda işlətmə.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - mövcud medyanı və onların URL-lərini göstər.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-url - mövcud medyanı və onların URL-lərini göstər.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --name - sadəcə paket adlarını göstər.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "%s paketi tapılmadı."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "[%s] rpm faylı alınır ..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Heç rəsm tapılmadı"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"istifadə qaydası: urpmi.removemedia (-a | <ad> ...)\n"
-"buradakı <ad> silinəcək mediyanın adıdır.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - medya seç.\n"
-
-#: ../urpmi.removemedia:42
-#, fuzzy, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -a - əmr sətirindəki bütün uyğun gələnləri seç.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Medianı silmə icazəsi ancaq ali istifadəçiyə verilib"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"silinəcək bir şey yoxdur (medya əlavə etmək üçün urpmi.addmedia işlədin)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"çıxardılacaq giriş mövcud deyildir\n"
-"(%s dan (dən) biri)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"istifadə qaydası: urpmi.update [seçənəklər] <ad> ...\n"
-"buradakı <ad> yenilənəcək mediyumun adıdır.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - ancaq yeniləmə medyanı yenilə.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - gpg açarını yeniləməyə məcbur et.\n"
-
-#: ../urpmi.update:46
-#, fuzzy, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --update - ancaq yeniləmə medyanı yenilə.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - hər hansı bir synthesis ya da hdlist\n"
-" faylı tapmaya cəhd göstərmə.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - çıxardıla bilməyən medya seç.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - hdlist fayllarının yaradılmasını məcbur et.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - hdlist fayllarının yaradılmasını məcbur et.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Medianı yeniləmə icazəsi ancaq ali istifadəçiyə verilib"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"yenilənəcək bir şey yoxdur (medya əlavə etmək üçün urpmi.addmedia işlədin)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"güncəllənəcək giriş mövcud deyildir\n"
-"(%s dan (dən) biri)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "ignoring media %s"
-msgstr "\"%s\" mediyumu dəyişdirilir:"
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "enabling media %s"
-msgstr "\"%s\" medyumu çıxardılır"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq buraxılış %s\n"
-"Müəllif Hüququ (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"istifadə qaydası:\n"
-
-#: ../urpmq:48
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --media - ancaq vergüllə ayrılmış verilən mediya(lar)nı işlət.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - fuzzy axtarmanı qəbul et ( -y ilə eyni).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - mövcud paketləri göstər.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - mövcud medyanı göstər.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - mövcud medyanı və onların URL-lərini göstər.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - mövcud düyümləri --paralel işlədərkən göstər.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - mövcud paralel aliasları sırala.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - qurğuları urpmi.addmedia arqumenti formasında göstər.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - növbəti paket mənbə paketidir (-s ilə eyni).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - endirmədən əvvəl bütün mənbə paketini ver (təkcə ali "
-"istifadəçi).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - taq url'sini göstər: url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr " --use-distrib - urpmi-ni birbaşa distrib ağacından quraşdır.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - dəyişmə qeydi faylını göstər.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - taq toqquşmalarını göstər: bütün toqquşmalar.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - taq mütləqlərini göstər: bütün mütləqlər.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - taq gətirənini göstər: bütün gətirənlər.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - taq lazımlılarını göstər: bütün lazımlılar.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - taq mütləqlərini göstər: bütün mütləqlər.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - taq sourcerpm'ini göstər: source rpm.\n"
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary - taq icmalını göstər: icmal.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - sorğunu paketin asıllılıqlarına qədər uzat.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - paketin nəyə ehtiyacı olduğunu tərsdən axtar.\n"
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr " -R - paketin nəyə ehtiyacı olduğunu tərsdən axtar.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" -p - paketi tapmaq üçün verilənlər arasında axtarmaya icazə "
-"ver.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - silinəcək paketlə çıxışı başa çatdır.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - adla birlikdə qrupları da göstər.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - insanın oxuya biləcəyi şəkildə faydalı mə'lumatları "
-"göstər.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - paketdəki faylları göstər.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - səssiz mod.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - adla birlikdə buraxılış və yayını da göstər.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - növbəti paket mənbə paketidir (--src ilə eyni).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr " -u - daha yeni buraxılış qurulu isə paketi çıxart/sil.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - fuzzy axtarmanı qəbul et ( --fuzzy ilə eyni).\n"
-
-#: ../urpmq:108
-#, fuzzy, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -a - əmr sətirindəki bütün uyğun gələnləri seç.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " əmr sətirində verilən adlar ya da rpm faylları sorğulanacaq.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes ancaq --parallel ilə bərabər istifadə edilə bilər"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "\"%s\" fayl siyahısı yazıla bilmi"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, fuzzy, c-format
-msgid "No changelog found\n"
-msgstr "Rəsm tapıla bilmədi"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - yeniləmə mediyumu yarat.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "xətalı giriş: [%s]"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d qurulum daşınmaları bacarılmadı"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "hər şey onsuzda quruludur"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Aşağıdakı paketlər silinmək üçün yoxlanır"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "urpmi databeyzi qıfıllıdır"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "naməlum seçənəklər '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "\"%s\" çıxardıla bilən mediyası üçün həddindən çox bağlama nöqtəsi"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "\"%1$s\" üçün fərqli çıxardıla bilən avadanlıq [%2$s] işlət"
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "\"%s\" çıxardıla bilən mediyumu üçün cığır adı alına bilmədi"
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "Birinci qurulum medyumuna yetişilə bilmir"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "\"%s\" mediyumuna yetişilə bilmədi,\n"
-#~ "bu, mediyum yaradarkən cərgəni əl ilə bağlayanda baş göstərə bilər."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "\"%s\" inkeherent medyası söküləbilən deyə bildirilib, amma deyil"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - başlıq ara yaddaşı cərgəsini təmizlə.\n"
-
-#, fuzzy
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "\"%s\" vertual medyumu yerli deyil, medyum rədd edildi"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "\"%s\" hdlist faylı alına bilmir"
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr ""
-#~ "mövcud mənbə hdlist (ya da synthesis) faylının md5sum'ları hesablanır"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "\"%s\" medyasının hdlist ya da siyahı faylı tə'yin edilməməlidir, medya "
-#~ "rədd edildi"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "hökmsüz rpm fayı adı [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" üçün siyahı faylı tapıla bilmir, medya rədd edilir"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "mövcud olmayan \"%s\" medyumu seçilməyə çalışılır"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "\"%s\" medyası hdlist sintezi inşa edilid"
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "\"%s\" hdlist faylı alına bilmir"
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "\"%s\" medyumu istifadədə olan hdlist'i işlətməyə cəhd etdi, medya rədd "
-#~ "edildi"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "\"%s\" medyumu onsuz da istifadədə olan siyahını işlətməyə cəhd etdi, "
-#~ "medyum rədd edildi"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "asıllılıqlar hesablanmaq üçün ikinci dəfə sınanır\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "[%s] hdlist faylı inşa edilir"
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "\"%s\" medyasının hdlist ya da synthesis faylı oxuna bilmədi"
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr ""
-#~ "köçürdülmüş mənbə hdlist (ya da synthesis) faylının md5sum'ları hesablanır"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...alış bacarılmadı: md5sum uyğunsuzluğu"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "[%s] üstündə rpm fayı tapıla bilmədi"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "[%s]'dan rpm faylı oxuna bilmir: %s"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "\"%s\" medyasından üst mə'lumatlar oxunur"
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - synthesis faylını tapıb işlətməyə çalış.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - hdlist faylını tapıb işlətməyə çalış.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src - növbəti paket mənbə paketidir (-s ilə eyni).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - hdlist faylını tapıb işlətməyə çalış.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr " \"%s\" medyası güncəllənə bilmir\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr " \"%s\" medyası yaradıla bilmir\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "\"%s\" rpm fayl adlı birdən çox fayl tapıldı"
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "\"%s\" qiymətindəki [%s] düzgün oxuna bilmədi"
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "\"%s\" mediyumu hökmsüz siyahı faylı işlədir:\n"
-#~ " yəqin ki əks yenilənməyib, alternativ yöntəmi işlətməyə çalışıram"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "\"%s\" mediyumu hər hansı bir rpm faylının mövqeyini bildirmir"
-
-#~ msgid "unrequested"
-#~ msgstr "tələb edilməmiş"
-
-#~ msgid " (%d MB)"
-#~ msgstr " (%d MB)"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "%s paketi əlavə edilir (id=%d, eid=%d, yeniləmə=%d, fayl=%s)"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Aşağıdakı paketlər hökmsüz imzalara sahibdir:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Yenə də qurulumu davam etdirmək istəyirsiniz?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Bu əmri işlətmək üçün ali istifadəçi olmalısan ! \n"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "%s paketi çıxardıla bilmədi"
-
-#, fuzzy
-#~ msgid "No filelist found\n"
-#~ msgstr "Heç rəsm tapılmadı"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages will be removed (%d MB)"
-#~ msgstr ""
-#~ "Asılıqları ortadan qaldırmaq üçün, aşağıdakı paketlər silinəcəkdir (%d MB)"
-
-#, fuzzy
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - paketi tapmaq üçün verilənlər arasında axtarma.\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - paketin nəyə ehtiyacı olduğunu tərsdən axtar.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Asılıqları ortadan qaldırmaq üçün, aşağıdakı %d paket də qurulmalıdır (%d "
-#~ "MB)"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "`%s' paketi qurulur (%s/%s)..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "[%s] synthesis faylı sınanır "
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "%s paylanır"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "Paket qurulumu..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Paket qurulumu..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - synthesis faylını tapıb işlətməyə çalış.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - hdlist faylını tapıb işlətməyə çalış.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "'with' şəbəkə medyasında əksikdir\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "naməlum seçənəklər '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" üçün hdlist faylı tapıla bilmir, medya rədd edildi"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" üçün inkoherent siyahı faylı, medya rədd edildi"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" faylları siyahısı yoxlana bilmir, medya rədd edildi"
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "\"%s\" vertual medyumu yerli deyil, medyum rədd edildi"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "\"%s\" virtual medyumunun hökmlü mənbə hdlist'i ya da synthesis'i "
-#~ "olmalıdır, medya rədd edildi"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "\"%s\"in mənbə hdlist (ya da synthesis) faylı köçürdülür..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "mənbə hdlist (ya da synthesis) faylının alınması bacarılmadı"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "[%s] faylı onsuzda eyni \"%s\" mediyumda işlədilib"
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "\"%s\" üçün siyahı faylında bir şey yazılmır"
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "ön yaddaşda %d başlıq tapıldı"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "ön yaddaşdakı %d mütləq başlıqlar çıxardılır"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "keçiş icrası üçün %d gedişatı istifadə edilir"
-
-#, fuzzy
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr " --buildhost - taq inşa qovşağını göstər: inşa qovşağı.\n"
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Aşağıdakı paketlər %s daxıl edir: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "hdlist faylı köçürdülür..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "hdlists faylında hökmsüz \"%s\" hdlist izahatı"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Oldu mu?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - müəyyən edilən distribyusiya buraxılışını işlət, "
-#~ "əsası\n"
-#~ " qurulu olan mandriva-release paketindən alınan\n"
-#~ " distribyusiya buraxılışıdır.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - verilən memarlığı işlət, əsası qurulmuş\n"
-#~ " mandriva-release paketinin memarlığıdır.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - urpmi db üçün sıralanan üst mə'lumatları çıxart\n"
-#~ " (ancaq ali istifadəçi).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "Asılıqları ortadan qaldırmaq üçün, aşağıdakı %d paket də qurulmalıdır (%d "
-#~ "MB)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "%s qurulur\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Paketlərin öz özünə qurulması...\n"
-#~ "%s paketlərininin qurulmasını istədiniz\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: əmr tapılmadı\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Bəzi istənən paketlər qurula bilmir:\n"
-#~ "%s"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5sum uyğunsuzluğu"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf buraxılış %s\n"
-#~ "Müəllif Hüququ (C) 2002 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "istifadə qaydası:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr " --synthesis - urpmi db yerinə verilən synthesis'i işlət.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr " --quiet - taq adlarını göstərmə.\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - identik sətirləri göstərmə.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - bütün təqləri göstər.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - taq icmalını göstər: icmal.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - taq izahatını göstər: izahat.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - taq inşa qovşağını göstər: inşa qovşağı.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr " --provides - taq gətirənini göstər: bütün gətirənlər.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr " --requires - taq lazımlılarını göstər: bütün lazımlılar.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - taq fayllarını göstər: bütün fayllar.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr " --obsoletes - taq mütləqlərini göstər: bütün mütləqlər.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - xüsusi mühit işlət (əsasən bir xəta\n"
-#~ " raportu).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr ""
-#~ " -i - hər patterndə bötük/kiçik hərf qaydalarını rədd et.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - binary AND operatoru, ifadələrin ikisi də doğru isə "
-#~ "nəticə də doğrudur.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - OR operatoru, ifadələrdən biri doğrudursa nəticə doğru "
-#~ "olacaq.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr ""
-#~ " ! - NOT operatoru, ifadə səhv isə nəticə doğru olacaq.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " ( - sol mötərizə qrup ifadəsini açmaq üçün.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr " ) - sağ mötərizə qrup ifadəsini bağlamaq üçün.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "geri çağırış :\n"
-#~ "%s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr "Davam Et"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Bəzi istənən paketlər qurula bilmir:\n"
-#~ "%s"
-
-#, fuzzy
-#~ msgid ""
-#~ " --keep - keep existing packages if possible, reject requested\n"
-#~ " packages that leads to remove.\n"
-#~ msgstr ""
-#~ " --keep - mümkündürsə, mövcud paketləri saxlamaya çalış, "
-#~ "paketlərin\n"
-#~ " silinməsini məcbur qılan paketləri rədd et.\n"
-
-#~ msgid ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-#~ msgstr ""
-#~ " --distrib-XXX - distribyusiyanın XXX hissəsi üçün avtomatik olaraq\n"
-#~ " mediyum yarat, XXX main, contrib, updates ya da\n"
-#~ " quraşdırılmış hər şey ola bilər ;-)\n"
-
-#~ msgid "found version %s and arch %s ..."
-#~ msgstr "%s buraxılışı və arch %s tapıldı..."
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "cooker distribyusiyasının yeniləmələri əlavə edilə bilmir\n"
-
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "%s ünvanındakı mirrorlar alınır ..."
diff --git a/po/bg.po b/po/bg.po
deleted file mode 100644
index 57fdc5df..00000000
--- a/po/bg.po
+++ /dev/null
@@ -1,3646 +0,0 @@
-# translation of urpmi-bg.po to Bulgarian
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/bg.php3
-#
-# Copyright (C) 2000,2003 Free Software Foundation, Inc.
-# Copyright (C) 2000, 2001 Mandriva
-# Boyan Ivanov <boyan17@mail.bulgaria.com>, 2000.
-# Niki Mintchev <mintchevn@bioteam.bg>, 2002.
-# Boyan Ivanov <boyan17@bulgaria.com>, 2003.
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-bg\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2003-08-18 15:59+0300\n"
-"Last-Translator: Boyan Ivanov <boyan17@bulgaria.com>\n"
-"Language-Team: Bulgarian <dict@linux.zonebg.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.0.2\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM Инсталация"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Добре"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Вие избрахте пакет с изходен код:\n"
-"\n"
-"%s\n"
-"\n"
-"Вие вероятно не желаете да го инсталирате на своя компютър (инсталирайки го "
-"ще можете да направите промени на изходния код и тогава да го компилирате).\n"
-"\n"
-"Какво бихте желали да направите?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Вие инсталирате следните софтуерни пакети на своя компютър:\n"
-"\n"
-"%s\n"
-"\n"
-"Продължение?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Вие ще инсталирате следния софтуерен пакет на вашия компютър:\n"
-"\n"
-"%s\n"
-"\n"
-"Вие може би предпочитате само да го запишете. Какъв е вашият избор?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Инсталиране"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Запазване"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr " Отказ"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Изберете място за запис на файл"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi версия %s\n"
-"Mandriva 1999-2008, всички права запазени.\n"
-"Това е свободен софтуер и може да бъде разпространяван според условиятана "
-"GNU GPL.\n"
-"\n"
-"начин на ползване:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - показва това помощно съобщение.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - автоматично избира пакети за ъпгрейд на системата.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - продължи дори ако някои пакети не съществуват.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, fuzzy, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --update - обновява само източници на обновяване.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, fuzzy, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -a - избиране на всички съвпадения на командния ред.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, fuzzy, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -r - отпечатай версия и също така реализация с име.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, fuzzy, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --size - отпечатва размера на тага: size."
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - проверка дали изтриването може да се извърши коректно.\n"
-
-# Another meaning of the word is in the sense "The iron is good medium for the eletricity"
-# in this case must be "проводник"
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --update - създаване на ъпдейт посредник.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "Не е въведена команда"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Моля, изчакайте..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Трябва да бъдете root/админ"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Някои необходими пакети не могат да бъдат инсталирани:\n"
-"%s\n"
-"Продължение?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Предупреждение"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Добре"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr "(за обновяване)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr "(към инсталация)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Необходим е един от следните пакети:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Прекъсване"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Следните пакети трябва да бъдат премахнати,за да могат други да бъдат "
-"обновени:\n"
-"%s\n"
-"Продължение"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"За да се запазят зависимостите,тези пакети ще бъдат деинсталирани (%d МБ)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"За да се задоволят зависимостите, следните %d пакети ще\n"
-"бъдат инсталирани:\n"
-"%s\n"
-
-#: ../gurpmi2:244
-#, fuzzy, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "%d пакета"
-msgstr[1] "%d пакета"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Инсталиране на пакети..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "не мога да получа сорс пакетите, прекратявам"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Подготовка..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Инсталиране на пакет `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Моля, поставете източник с име \"%s\" в устройство [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Сваляне на пакет `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Готово"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Инсталирането пропадна, някои файлове липсват:\n"
-"%s\n"
-"Вие вероятно трябва да обновите вашата urpmi база данни."
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Инсталацията провалена"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Пакета(тите) вече са инсталирани"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Инсталацията приключи"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "изтриване на %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, fuzzy, c-format
-msgid "restarting urpmi"
-msgstr "Стартира slurpd: "
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"използване: %s [опции]\n"
-"където [опции] са от\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - показва това помощно съобщение.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - използва се даденият root вместо /\n"
-
-# msgstr " --group - отпечатва групата тагове: group."
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - ограничава резултатите до дадена група.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " по подразбиране е %s.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - отпечатай също групите с имена.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, fuzzy, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Появи се грешка при инсталиране на пакетите:"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Грешка при създаване на директория %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Сваляне на пакет `%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "не мога да отворя rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "грешно rpm име на файла [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "получавам rpm файла [%s] ... "
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...получаването завършено"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...грешка при получаване: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "rpm файлът [%s] е недостъпен"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "невъзможно да се обработи/парсва \"%s\" в файл [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "невъзможно регистрирането на rpm файл"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "грешка при регистрация на локалните пакети"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "грешна прокси декларация на командния ред\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: не може да се прочете rpm файл \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Липсващ подпис (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, fuzzy, c-format
-msgid "Copying failed"
-msgstr "Неуспешно влизане"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "източникът \"%s\" не е избран"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "невъзможно четене на rpm файл [%s] от източник \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "невъзможно да се запише конфигурационен файл [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "невъзможно да се запише конфигурационен файл [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "невъзможно да се запише конфигурационен файл [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Потребител:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Парола:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Неуспешно влизане"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "поради липсващ %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "поради липсващ %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "поради липсващ %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "изтриване на %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...грешка при получаване: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "Зададен е неизвестен протокол за %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "не е намерен webfetch, поддържаните webfetch са: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "не мога да обработя протокол %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "инсталиране %s\n"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "пакет %s не е намерен."
-
-#: ../urpm/get_pkgs.pm:213
-#, fuzzy, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "получаване на rpm файлове от източник \"%s\"... "
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"създадена е транзакция за инсталиране върху %s (премахни=%d, инсталирай=%d, "
-"обнови=%d)"
-
-#: ../urpm/install.pm:178
-#, fuzzy, c-format
-msgid "unable to create transaction"
-msgstr "не може да се създаде/започне транзакция"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "невъзможно е премахването на пакет %s "
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "невъзможно инсталирането на пакет %s "
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "инсталиране %s\n"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...грешка при получаване: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "изтриване на пакет %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "изтриване на пакет %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "инсталиране %s\n"
-
-#: ../urpm/install.pm:281
-#, fuzzy, c-format
-msgid "More information on package %s"
-msgstr "Повече информация от пакет..."
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "Не е въведена команда"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, fuzzy, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Грешка при свързване със сървъра"
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "базата данни на urpmi е заключена"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Предупреждение"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Инсталацията провалена"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Инсталацията провалена"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Следните пакети ще трябва да се инсталират:\n"
-
-#: ../urpm/main_loop.pm:140
-#, fuzzy, c-format
-msgid "The following packages have bad signatures"
-msgstr "Следните пакети ще трябва да се инсталират:\n"
-
-#: ../urpm/main_loop.pm:141
-#, fuzzy, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Искате ли да цъкнете на този бутон?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "инсталиране %s\n"
-
-#: ../urpm/main_loop.pm:178
-#, fuzzy, c-format
-msgid "distributing %s"
-msgstr "Стартирам %s:"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "инсталиране %s\n"
-
-#: ../urpm/main_loop.pm:195
-#, fuzzy, c-format
-msgid "installing %s"
-msgstr "инсталиране %s\n"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Опит за инсталиране без проверка на зависимости? (д/Н) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Опит за инсталиране даже по-силно (--force)? (д/Н) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Инсталацията е възможна"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "проверка на MD5SUM файл"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "предупреждение: md5sum за %s липсва в MD5SUM файла"
-
-#: ../urpm/media.pm:204
-#, fuzzy, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"виртуален източник \"%s\" трябва да има празен url, източникът е игнориран"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "невъзможен достъп до лист файла за \"%s\", източника е игнориран"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "невъзможен достъп до hdlist файла за \"%s\", източника е игнориран"
-
-# Another meaning of the word is in the sense "The iron is good medium for the eletricity"
-# in this case must be "проводник"
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "опит за игнориране на съществуващ източник \"%s\", избягване"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "записва конфигурационен файл [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Не може да се използва паралелен режим при use-distrib режим"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "използвам асоцииран източник за паралелен режим: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis не може да бъде използван с --media, --excludemedia, --"
-"sortmedia, --update или --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Търсенето започнато: %s край: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "пропускане на пакет %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "ще инсталирам, вместо да обновя пакет %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "източникът \"%s\" вече съществува"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "четене на headers от източник \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "премахване на източник \"%s\":"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "не мога да отворя rpmdb"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"невъзможен достъпа до източника за първоначална инсталация (не е намерен "
-"файла hdlists)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "получаване на hdlists файла..."
-
-# Another meaning of the word is in the sense "The iron is good medium for the eletricity"
-# in this case must be "проводник"
-#: ../urpm/media.pm:948
-#, fuzzy, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "опит за избор на несъществуващ източник \"%s\""
-
-# Another meaning of the word is in the sense "The iron is good medium for the eletricity"
-# in this case must be "проводник"
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "избор на множество източници: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "премахване на източник \"%s\":"
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "пренастройка на urpmi за източник \"%s\"..."
-
-#: ../urpm/media.pm:1089
-#, fuzzy, c-format
-msgid "...reconfiguration failed"
-msgstr "...пренастройката неуспешна"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "пренастройката завършена"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "източникът \"%s\" не е избран"
-
-#: ../urpm/media.pm:1143
-#, fuzzy, c-format
-msgid "examining synthesis file [%s]"
-msgstr "проверявам синтезис файл [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "проблем при четенето на синтез файл за източник \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "записване на лист файл за източник \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...неуспешно копиране"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "копиране на описателен файл за \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...копирането завършено"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "грешка при копиране на [%s] (файла е подозрително малък)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "изчисляване на md5 сумата на копирания hdlist (или synthesis)"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "грешко копие на [%s] (грешна md5sum)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "проверка на hdlists файла [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "инсталиране %s\n"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "не е намерен hdlist файл за източник \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "копиране на описателен файл за \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "грешно rpm име на файла [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "четене на source hdlist (или synthesis) от \"%s\""
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "намерен тестван hdlist (или synthesis) като %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "не е намерен hdlist файл за източник \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "проверявам публичен ключ от \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, fuzzy, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...импортиран ключ %s от файл с публични ключове за \"%s\""
-
-#: ../urpm/media.pm:1552
-#, fuzzy, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "невъзможен импорт на файл с публични ключове от \"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "добавен източник %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "четене на rpm файлове от [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "НнNn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "ДдDdYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Съжалявам, грешен избор, опитайте отново\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Търси"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "премахване на източник \"%s\":"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, fuzzy, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "невъзможно да се обработи/парсва \"%s\" в файл [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "проверявам паралелен handler във файл [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "намерен паралелен handler за възли: %s"
-
-#: ../urpm/parallel.pm:38
-#, fuzzy, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "невъзможно е да се ползва паралелен режим \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Инсталацията провалена"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "невъзможен достъп до източник \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "монтиране на %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "демонтиране на %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf версия %s\n"
-"Mandriva 2002-2006, всички права запазени.\n"
-"Това е свободен софтуер и може да бъде разпространяван според условиятана "
-"GNU GPL.\n"
-"\n"
-"начин на ползване:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - показва версията и излиза\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-
-# Another meaning of the word is in the sense "The iron is good medium for the eletricity"
-# in this case must be "проводник"
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, fuzzy, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --update - създаване на ъпдейт посредник.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --size - отпечатва размера на тага: size."
-
-# Another meaning of the word is in the sense "The iron is good medium for the eletricity"
-# in this case must be "проводник"
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, fuzzy, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr " --update - създаване на ъпдейт посредник.\n"
-
-# Another meaning of the word is in the sense "The iron is good medium for the eletricity"
-# in this case must be "проводник"
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --update - създаване на ъпдейт посредник.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, fuzzy, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --url - отпечатва url тага: url.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, fuzzy, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - обновява само източници на обновяване.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - показва всички съобщения\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, fuzzy, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -e - включва perl код направо като perl -e .\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -e - включва perl код направо като perl -e .\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - включва perl код направо като perl -e .\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, fuzzy, c-format
-msgid " -a - binary AND operator.\n"
-msgstr ""
-" -u - премахни пакета ако вече е инсталирана по добра версия.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, fuzzy, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -v - показва всички съобщения\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, fuzzy, c-format
-msgid " ! - unary NOT.\n"
-msgstr " -v - показва всички съобщения\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " -a - избиране на всички съвпадения на командния ред.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Списък на данни за възстановяване:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " -g - отпечатай също групите с имена.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " по подразбиране е %s.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - отпечатва url тага: url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --url - отпечатва url тага: url.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "Настройки на конзолата"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr ""
-" --conflicts - отпечатва конфликтите на тага: всички конфликти "
-"(множество редове)."
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - отпечатва описание на тага: description."
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --help - показва това помощно съобщение.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --all - отпечатва всички тагове.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - извежда файловете в пакет.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --url - отпечатва url тага: url.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --all - отпечатва всички тагове.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --all - отпечатва всички тагове.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-" --conflicts - отпечатва конфликтите на тага: всички конфликти "
-"(множество редове)."
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --summary - отпечатва резюме за тага: summary.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --url - отпечатва url тага: url.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --url - отпечатва url тага: url.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --url - отпечатва url тага: url.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --summary - отпечатва резюме за тага: summary.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr ""
-" --conflicts - отпечатва конфликтите на тага: всички конфликти "
-"(множество редове)."
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - отпечатва резюме за тага: summary.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - отпечатва url тага: url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " -v - показва всички съобщения\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - извежда файловете в пакет.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, fuzzy, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -r - отпечатай версия и също така реализация с име.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr ""
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "не е намерен hdlist файл за източник \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "създаден е hdlist синтезис файл за източник \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "записване на лист файл за източник \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "няма пакет наречен %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Следните пакети съдържат %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Пакета(тите) вече са инсталирани"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "Пакета(тите) вече са инсталирани"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "Пакета(тите) вече са инсталирани"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, fuzzy, c-format
-msgid "due to missing %s"
-msgstr "поради липсващ %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "Пакета(тите) вече са инсталирани"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "поради неопределен %s"
-
-#: ../urpm/select.pm:570
-#, fuzzy, c-format
-msgid "trying to promote %s"
-msgstr "опит за избор на %s"
-
-#: ../urpm/select.pm:571
-#, fuzzy, c-format
-msgid "in order to keep %s"
-msgstr "за да се запази %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "за да се инсталира %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "поради конфликт с %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Невалиден подпис (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Невалиден идентификатор на ключ (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Липсващ подпис (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-# Another meaning of the word is in the sense "The iron is good medium for the eletricity"
-# in this case must be "проводник"
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "невъзможно е да се запише файл [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Неуспешно влизане"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Неуспешно влизане"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme версия %s\n"
-"Mandriva 1999-2008, всички права запазени.\n"
-"Това е свободен софтуер и може да бъде разпространяван според условиятана "
-"GNU GPL.\n"
-"\n"
-"начин на ползване:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - автоматично избира пакет при опции за избор\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - проверка дали изтриването може да се извърши коректно.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --summary - отпечатва резюме за тага: summary.\n"
-
-#: ../urpme:53
-#, fuzzy, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --size - отпечатва размера на тага: size."
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - обновява само източниците за обновяване.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - отпечатва описание на тага: description."
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - автоматична конфигурация на urpmi от дървото, полезна\n"
-" за (де)инсталация на chroot при --root опция.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - показва всички съобщения\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - избиране на всички съвпадащи пакети.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Само superuser-а има право да премахва пакети"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "неизвестни пакети"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "неизвестен пакет"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] ""
-"Премахването на тези пакети би разбило системата ви, съжалявам:\n"
-"\n"
-msgstr[1] ""
-"Премахването на тези пакети би разбило системата ви, съжалявам:\n"
-"\n"
-
-#: ../urpme:126
-#, fuzzy, c-format
-msgid "Nothing to remove"
-msgstr "Няма маркер за изтриване!"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Няма маркер за изтриване!"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"За да се запазят зависимостите,тези пакети ще бъдат деинсталирани (%d МБ)"
-msgstr[1] ""
-"За да се запазят зависимостите,тези пакети ще бъдат деинсталирани (%d МБ)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "неизвестен пакет"
-msgstr[1] "неизвестен пакет"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "изтриване на пакет %s"
-msgstr[1] "изтриване на пакет %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (Д/н) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "Преместваемо устройство е \"%s\""
-
-#: ../urpme:181
-#, fuzzy, c-format
-msgid "Removal failed"
-msgstr "Неуспешно влизане"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Неуспешно влизане"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-select - автоматично избира пакети за ъпгрейд на системата.\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - изключва MD5SUM проверка на файловете.\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - активирай обновяване на gpg ключ.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr ""
-" --conflicts - отпечатва конфликтите на тага: всички конфликти "
-"(множество редове)."
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr ""
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --url - отпечатва url тага: url.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr ""
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr ""
-" --conflicts - отпечатва конфликтите на тага: всички конфликти "
-"(множество редове)."
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr ""
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr ""
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr ""
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - отпечатва url тага: url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - отпечатва описание на тага: description."
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr ""
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - избиране на всички съвпадения на командния ред.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -v - показва всички съобщения\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - показва всички съобщения\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, fuzzy, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr "Групата вече съществува,моля изберете друго име"
-
-#: ../urpmi:253
-#, fuzzy, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Грешка при създаване на директория %s"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "(за обновяване)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr "(за обновяване)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "(към инсталация)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "(към инсталация)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"За да се запазят зависимостите,тези пакети ще бъдат деинсталирани (%d МБ)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Какъв е вашият избор? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Продължение въпреки всичко ?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Д/н) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Някои необходими пакети не могат да бъдат инсталирани:\n"
-"%s\n"
-"Продължение?"
-
-#: ../urpmi:525
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Някои необходими пакети не могат да бъдат инсталирани:\n"
-"%s\n"
-"Продължение?"
-
-#: ../urpmi:542
-#, fuzzy, c-format
-msgid "removing package %s will break your system"
-msgstr ""
-"Премахването на тези пакети би разбило системата ви, съжалявам:\n"
-"\n"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Инсталацията не може да продължи,защото следните пакети\n"
-"трябва да бъдат премахнати за да бъдат обновени други\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Инсталацията не може да продължи,защото следните пакети\n"
-"трябва да бъдат премахнати за да бъдат обновени други\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Следните пакети трябва да бъдат премахнати,за да могат други да бъдат "
-"обновени:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Следните пакети трябва да бъдат премахнати,за да могат други да бъдат "
-"обновени:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr "Трябва да сте root за да ползвате тази команда ! \n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"За да се запазят зависимостите,тези пакети ще бъдат деинсталирани (%d МБ)"
-msgstr[1] ""
-"За да се запазят зависимостите,тези пакети ще бъдат деинсталирани (%d МБ)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Отказ"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Натиснете Enter,когато сте готови..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --url - отпечатва url тага: url.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr ""
-" -h - опитай да намериш и ползваш синтез or hdlist файл.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" -h - опитай да намериш и ползваш синтез or hdlist файл.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - автоматично създаване на всички източници от "
-"инсталационен\n"
-" източник.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - показва наличните източници.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - създава псевдо източник, който винаги е актуален,\n"
-" само file:// протокола е разрешен.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - изключва MD5SUM проверка на файловете.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, fuzzy, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -v - показва всички съобщения\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - показва всички съобщения\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Само superuser-а има правото да инсталира източници"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "ще се създаде конфигурационен файл [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "невъзможно да се създаде конфигурационен файл [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "не се въвежда <относителен път до hdlist> при --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "Липсва относителен път до hdlist\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "невъзможен достъп до източник \"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover версия %s\n"
-"Mandriva 2006, всички права запазени.\n"
-"Това е свободен софтуер и може да бъде разпространяван според условиятана "
-"GNU GPL.\n"
-"\n"
-"начин на ползване:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - показва наличните източници и техните url.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-url - показва наличните източници и техните url.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --all - отпечатва всички тагове.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "пакет %s не е намерен."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "получавам rpm файла [%s] ... "
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Не е намерен файлов-списък\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"употреба: urpmi.removemedia (-a | <име> ...)\n"
-"където <име> е име на източник за премахване.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - избиране на всички източници.\n"
-
-#: ../urpmi.removemedia:42
-#, fuzzy, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - избиране на всички съвпадения на командния ред.\n"
-
-#: ../urpmi.removemedia:59
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Само superuser-а има правото да инсталира източници"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "нищо за премахване (ползвай urpmi.addmedia за добавяне на източник)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"липсва опция за активиране\n"
-"(едно от %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"употреба: urpmi.removemedia [-a] <име> ...\n"
-"където <име> е име на източник за обновяване.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - обновява само източниците за обновяване.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - активирай обновяване на gpg ключ.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --update - не обновявай, маркирай източника като неактивен.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - не обновявай, маркирай източника като активен.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" -h - опитай да намериш и ползваш синтез or hdlist файл.\n"
-
-#: ../urpmi.update:50
-#, fuzzy, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - избиране на всички твърди дискове.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -v - активира създаване на hdlist файлове.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -v - активира създаване на hdlist файлове.\n"
-
-#: ../urpmi.update:69
-#, fuzzy, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Само superuser-а има правото да обновява източниците"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "нищо за ъпгрейд (ползвай urpmi.addmedia за добавяне на източник)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"липсва опцията за обновяване\n"
-"(една от %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "игнориране на източник %s"
-
-# Another meaning of the word is in the sense "The iron is good medium for the eletricity"
-# in this case must be "проводник"
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "активиране на източник %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq версия %s\n"
-"Mandriva (C) 2000-2006, всички права запазени.\n"
-"Това е свободен софтуер и може да бъде разпространяван според условията на "
-"GNU GPL.\n"
-"\n"
-"ползване:\n"
-
-# Another meaning of the word is in the sense "The iron is good medium for the eletricity"
-# in this case must be "проводник"
-#: ../urpmq:48
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr " --update - създаване на ъпдейт посредник.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr ""
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - отпечатва наличните пакети.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - показва наличните източници.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - показва наличните източници и техните url.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - показва наличните възли когато се ползва --parallel.\n"
-
-#: ../urpmq:62
-#, fuzzy, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - показва наличните паралелни синоними.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - съхранява конфигурацията под формата на urpmi.addmedia "
-"аргумент.\n"
-
-#: ../urpmq:64
-#, fuzzy, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --list - отпечатва всички налични пакети.\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - връща всички сорс пакети преди даунлоуд (само root).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - отпечатва url тага: url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - конфигурирай urpmi автоматично от дървото.\n"
-" Това позволява да се извършват запитвания.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - отпечатва списък с промените.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr ""
-" --conflicts - отпечатва конфликтите на тага: всички конфликти "
-"(множество редове)."
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr ""
-" --conflicts - отпечатва конфликтите на тага: всички конфликти "
-"(множество редове)."
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --url - отпечатва url тага: url.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --url - отпечатва url тага: url.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr ""
-" --conflicts - отпечатва конфликтите на тага: всички конфликти "
-"(множество редове)."
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --summary - отпечатва резюме за тага: summary.\n"
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary - отпечатва резюме за тага: summary.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - разшири запитването и към пакетните зависимости.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " -R - обратно търсене за това кой изисква пакета.\n"
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr " -R - обратно търсене за това кой изисква пакета.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - търсене в provides за да се намери пакет.\n"
-
-#: ../urpmq:98
-#, fuzzy, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - пълен отчет с пакета който ще бъде изтрит.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - отпечатай също групите с имена.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - отпечатай полезна информация за четене от човек.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - извежда файловете в пакет.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -v - показва всички съобщения\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - отпечатай версия и номер а също и име.\n"
-
-#: ../urpmq:105
-#, fuzzy, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -r - отпечатай версия и също така реализация с име.\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - премахни пакета ако вече е инсталирана по-нова версия.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr ""
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - като -y, но не се отчитат главни-малки букви.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr "имена или rpm файлове от командния ред се обработват.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, fuzzy, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes може да се използва само с --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "невъзможен запис на лист файл за \"%s\""
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Не е намерен changelog\n"
-
-#, fuzzy
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - обновява само източници на обновяване.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "грешно въвеждане: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d инсталационните транзакции не можаха да се осъществят"
-#~ msgstr[1] "%d инсталационните транзакции не можаха да се осъществят"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Пакета(тите) вече са инсталирани"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Проверка за премахване на следните пакети"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "базата данни на urpmi е заключена"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr "Неизвестен хост %1"
-
-# Another meaning of the word is in the sense "The iron is good medium for the eletricity"
-# in this case must be "проводник"
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "твърде много точки на монтиране за сменяем източник \"%s\""
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "Източника \"%s\" е ISO образ, ще бъде монтиран автоматично"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "използване на различно сменяемо устройство [%s] за \"%s\""
-
-# Another meaning of the word is in the sense "The iron is good medium for the eletricity"
-# in this case must be "проводник"
-#, fuzzy
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "невъзможно възстановяване на пътя до сменяем източник \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "невъзможен достъп до източника за първоначална инсталация"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "няма достъп до източник \"%s\",\n"
-#~ "това може да стане ако ръчно сте монтирали директорията когато есъздаден "
-#~ "източника."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr ""
-#~ "некоректен източник \"%s\" е маркиран като сменяем, но в действителност "
-#~ "не е"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - почистване на хедър кеш директорията.\n"
-
-# Another meaning of the word is in the sense "The iron is good medium for the eletricity"
-# in this case must be "проводник"
-# "list" is translated in the meaning of "list file"
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "виртуалния източник трябва да бъде локален"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "невъзможно да се обработи hdlist файла за \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr ""
-#~ "изчисляване на md5 сумата на съществуващ source hdlist (или synthesis)"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "виртуален източник \"%s\" не трябва да има дефиниран hdlist или лист "
-#~ "файл, източникът е игнориран"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "грешно rpm име на файла [%s]"
-
-#, fuzzy
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "невъзможен прегледа на лист файла за \"%s\", източника е игнориран"
-
-# Another meaning of the word is in the sense "The iron is good medium for the eletricity"
-# in this case must be "проводник"
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "опит за избор на несъществуващ източник \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "създаден е hdlist синтезис файл за източник \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "невъзможно да се обработи hdlist файла за \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "източникът \"%s\" опит за използване на вече използван hdlist, източникът "
-#~ "е игнориран"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "посредникът \"%s\" опит за използване не вече използван списък, "
-#~ "източникът е игнориран"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "извършвам втори опит за определяне на зависимостите\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "прави се hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "Не може да се създаде синтезис файл от изтчоник \"%s\". Вашия hdlist файл "
-#~ "може би е повреден."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr ""
-#~ "грешка при четенето на hdlist или synthesis файла от източника \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "изчисляване на md5 сумата на копирания hdlist (или synthesis)"
-
-#, fuzzy
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...грешка при получаване: %s"
-
-#, fuzzy
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "не са намерени rpm файлове от [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "невъзможно четенето на rpm файлове от [%s] : %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "няма прочетени rpm файлове"
-
-#, fuzzy
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "четене на headers от източник \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr ""
-#~ " -h - опитай да намериш и ползваш синтез or hdlist файл.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " -h - опитай да намериш и ползваш синтез or hdlist файл.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --list - отпечатва всички налични пакети.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " -h - опитай да намериш и ползваш синтез or hdlist файл.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "невъзможност за обновяване на източник \"%s\"\n"
-
-#, fuzzy
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "Невъзможност за създаване на източник."
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "съществуват многобройни пакети с едно и също rpm име \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "не може коректно да се обработи [%s] за стойност \"%s\""
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "източник \"%s\" не определя местоположение за rpm файлове"
-
-#, fuzzy
-#~ msgid "unrequested"
-#~ msgstr "незаявен"
-
-#~ msgid " (%d MB)"
-#~ msgstr " (%d МБ)"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "добавяне на пакет %s (id=%d, eid=%d, обнови=%d, файл=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Следните пакети са с невалидни подписи:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Искате ли да продължите въпреки това ?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Трябва да сте root за да ползвате тази команда ! \n"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "невъзможно е премахването на пакет %s "
-
-#~ msgid "No filelist found\n"
-#~ msgstr "Не е намерен файлов-списък\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages will be removed (%d MB)"
-#~ msgstr ""
-#~ "За да се запазят зависимостите,тези пакети ще бъдат деинсталирани (%d МБ)"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr " -P - не търси в provides за намиране на пакет.\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - обратно търсене за това кой изисква пакета.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgstr[0] ""
-#~ "За да се запазят зависимостите,тези пакети ще бъдат деинсталирани (%d МБ)"
-#~ msgstr[1] ""
-#~ "За да се запазят зависимостите,тези пакети ще бъдат деинсталирани (%d МБ)"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "За да се задоволят зависимостите, следните %d пакети ще\n"
-#~ "бъдат инсталирани:\n"
-#~ "%s\n"
-
-#, fuzzy
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "пропускам източник %s: няма hdlist\n"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Инсталиране на пакет `%s' (%s/%s)..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "проверявам синтезис файл [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "Стартирам %s:"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "Инсталиране на пакети..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Инсталиране на пакети..."
-
-#, fuzzy
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr ""
-#~ " -h - опитай да намериш и ползваш синтез or hdlist файл.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "`with' липса на мрежов източник\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "непознати опции '%s'\n"
-
-#, fuzzy
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "невъзможен прегледа на hdlist файл за \"%s\", източника е игнориран"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "непоследователен списков файл за \"%s\", източника е игнориран"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "невъзможен преглед на лист файла за \"%s\", източника е игнориран"
-
-#, fuzzy
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "виртуалния източник \"%s\" не е локален източникът е игнориран"
-
-#, fuzzy
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "виртулания източник \"%s\" трябва да има дефиниран валиден hdlist или "
-#~ "synthesis,източникът е игнориран"
-
-#, fuzzy
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "копиране на съществуващ source hdlist (или synthesis) за \"%s\"..."
-
-#, fuzzy
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "грешка при копиране от hdlist източник (или synthesis)"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "файла [%s] вече е използван от същият източник \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "нищо не е записано в лист файла за \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "намерени %d headers в кеша"
-
-#, fuzzy
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "премахване на %d невалидни headers от кеша"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "използва се процес %d за изпълнение на транзакция"
-
-#, fuzzy
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --requires - отпечатва изисквания на тага: всички изисквания "
-#~ "(множество редове)."
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Следните пакети съдържат %s: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "копиране на hdlists файла..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "невалидно hdlist описание \"%s\" в hdlists файла"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Това добре ли е"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - извежда заглавията за пакет описан в urpmi db към\n"
-#~ " стандартния изход (само за root).\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "За да се задоволят зависимостите, следните пакети трябва също\n"
-#~ "да бъдат инсталирани:\n"
-#~ "\n"
-
-#~ msgid "installing %s\n"
-#~ msgstr "инсталиране %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Автоматична инсталация на пакети ...\n"
-#~ "Вие пожелахте инсталация на пакет %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: командата не е намерена\n"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Някои необходими пакети не могат да бъдат инсталирани:\n"
-#~ "%s\n"
-#~ "Продължение?"
-
-#~ msgid ""
-#~ "The following packages have to be removed for others to be upgraded:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Следните пакети трябва да бъдат премахнати,за да могат други да бъдат "
-#~ "обновени:\n"
-#~ "%s\n"
-#~ "Продължение"
-
-#, fuzzy
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5-сумите не съвпадат"
-
-#, fuzzy
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - не отпечатва името на тага (по подразбиране ако не е "
-#~ "зададен таг на командата"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - отпечатва всички тагове.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - отпечатва резюме за тага: summary.\n"
-
-#, fuzzy
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr ""
-#~ " -u - премахни пакета ако вече е инсталирана по добра "
-#~ "версия.\n"
-
-#, fuzzy
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr ""
-#~ " -a - избиране на всички съвпадения на командния ред.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr "Продължи"
-
-#, fuzzy
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr "Някои пакети не могат да бъдат инсталирани"
-
-#~ msgid "found version %s and arch %s ..."
-#~ msgstr "намерена версия %s и архитектура %s ..."
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "не могат да се добавят обновявания при тестова версия\n"
-
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "получаване на огледални източници %s"
diff --git a/po/bn.po b/po/bn.po
deleted file mode 100644
index 516015c3..00000000
--- a/po/bn.po
+++ /dev/null
@@ -1,3733 +0,0 @@
-# This file is distributed under the same license as the PACKAGE package.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
-# Omi Azad <omi@ekushey.org>, 2004.
-# Jamil Ahmed <jamil@bengalinux.org>, 2004, 2005.
-#
-# This is a list of chars acceptable as a 'yes' answer to a Yes/No question;
-# you can put here the letters for 'yes' for your language, so people
-# can hit those keys in their keyboard to reply.
-# please keep the 'Yy' for compatibility reasons
-# এখানে কথাটা ঠিক পরিষ্কার হচ্ছেনা। একবার বলছে "yes" এর বদলে আমার ভাষা দিয়ে লিখে দিতে, আবার শেষে বলেছে Yy-ই রেখে দিতে। কি করা যায়?
-# This is a list of chars acceptable as a 'yes' answer to a Yes/No question;
-# you can put here the letters for 'yes' for your language, so people
-# can hit those keys in their keyboard to reply.
-# please keep the 'Yy' for compatibility reasons
-# This is a list of chars acceptable as a 'no' answer to a Yes/No question;
-# you can put here the letters for 'no' for your language, so people
-# can hit those keys in their keyboard to reply.
-# please keep the 'Nn' for compatibility reasons
-# একই সমস্যা এখানে
-# This is a list of chars acceptable as a 'no' answer to a Yes/No question;
-# you can put here the letters for 'no' for your language, so people
-# can hit those keys in their keyboard to reply.
-# please keep the 'Nn' for compatibility reasons
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2005-02-13 13:39+0600\n"
-"Last-Translator: Jamil Ahmed <jamil@bengalinux.org>\n"
-"Language-Team: Bangla <mdk-translation@bengalinux.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "আরপিএম ইনস্টলেশন"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "ঠিক আছে (_ঠ)"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"আপনি একটি সোর্স প্যাকেজ নির্বাচন করেছেন:\n"
-"\n"
-"%s\n"
-"\n"
-"আপনি হয়তো এটা আপনার কম্পিউটারে ইনস্টল করতে চান নি (এটা\n"
-"ইনস্টল করলে আপনি এর সোর্স কোডের পরিবর্তন করে কম্পাইল করতে পারবেন)।\n"
-"\n"
-"আপনি কি করতে চান?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"আপনি নিম্নলিখিত প্যাকেজগুলি আপনার কম্পিউটারে ইনস্টল করতে যাচ্ছেন:\n"
-"\n"
-"%s\n"
-"\n"
-"এগিয়ে যাবো?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"আপনি নিম্নলিখিত প্যাকেজগুলি আপনার কম্পিউটারে ইনস্টল করতে যাচ্ছেন:\n"
-"\n"
-"%s\n"
-"\n"
-"আপনি হয়তো এটা সেভ করে রাখতে চাইবেন। আপনার পছন্দ কি?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_ইনস্টল"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_সংরক্ষণ"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "বাতিল (_ত)"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "ফাইল সংরক্ষণ করার অবস্থান বেছে নিন"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi সংস্করণ %s\n"
-"কপিরাইট (C) ১৯৯৯-২০০৬ ম্যান্ড্রিব।\n"
-"এটি মুক্ত সফ্টওয়্যার এবং GNU GPL এর নিয়মানুযায়ী হয়তো এটা পুনঃবিতরণ করা যাবে।\n"
-"\n"
-"ব্যবহার:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - এই সাহায্যকারী বার্তাটি ছাপাও।\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - সিস্টেমটি আপগ্রেড করার জন্য সয়ংক্রিয়ভাবে প্যাকেজ নির্বাচন করো।\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - প্যাকেজ না থাকলেও জোড় করে আমন্ত্রন করো।\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - ইনস্টলের আগে rpm স্বাক্ষর যাচাই করো\n"
-" (--no-verify-rpm অকার্যকর করবে, স্বাভাবিকভাবে কার্যকর).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - শুধুমাত্র প্রদত্ত মাধ্যম ব্যবহার করো, কমা দিয়ে ভাগ করা।\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - প্যাকেজ খোঁজ করতে অনুমতি দাও।\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - প্যাকেজ খোঁজার জন্য প্রদত্তের মধ্যে খোঁজ করবে না।\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - rpm ইনস্টলেশনের জন্য অন্য রুট ব্যবহার করো।\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - ইনস্টলেশনটি সঠিকভাবে হবে কি-না যাচাই করো।\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - অনুরোধকৃত (অথবা আপডেটকৃত) প্যাকেজসমুহ খোঁজার জন্য শুধুমাত্র প্রদত্ত "
-"মাধ্যম ব্যবহার করো।\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "কোন নির্দেশ পাওয়া যায় নি"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "অনুগ্রহ করে অপেক্ষা করুন..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "অবশ্যই root হতে হবে"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"আবেদনকৃত কিছু প্যাকেজ ইনস্টল করা যায়নি:\n"
-"%s\n"
-"এগিয়ে যাবো?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "নোটিশ"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "ঠিক আছে"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (আপগ্রেডের জন্য)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (ইনস্টলের জন্য)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "নিম্নলিখিত প্যাকেজসমুহের মধ্যে একটির প্রয়োজন আছে:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_বাতিল"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"অন্য প্যাকেজগুলো আপগ্রেড করার জন্য নিম্নলিখিত প্যাকেজগুলো অবশ্যই সরাতে হবে:\n"
-"%s\n"
-"এগিয়ে যাবো?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"নিম্নলিখিত প্যাকেজগুলি ইনস্টল হতে যাচ্ছে, ডিপেন্ডেন্সিদের সন্তুষ্ট করতে (%d এমবি)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"ডিপেন্ডেন্সি সন্তুষ্ট করতে নিম্নলিখিত %d প্যাকেজগুলো ইনস্টল হতে যাচ্ছে:\n"
-"%s\n"
-
-#: ../gurpmi2:244
-#, fuzzy, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "%d প্যাকেজ সমূহ"
-msgstr[1] "%d প্যাকেজ সমূহ"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "প্যাকেজ ইনস্টলেশন..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "সোর্স প্যাকেজ গুলি পাওয়া যায়নি, থামানো হচ্ছে"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "প্রস্তুত করা হচ্ছে..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "`%s' প্যাকেজ ইনস্টল করা হচ্ছে (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "অনুগ্রহ করে \"%s\" নামের মাধ্যম [%s] নামের ডিভাইসে প্রবেশ করান"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "`%s' প্যাকেজ ডাউনলোড করা হচ্ছে..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_সম্পন্ন"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"কিছু ফাইল নেই, ইনস্টলেশন ব্যর্থ হয়েছে:\n"
-"%s\n"
-"আপনি হয়তো আপনার urpmi ডাটাবেস আপডেট করতে চাইবেন"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "ইনস্টলেশন ব্যর্থ"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "সবকিছু আগে থেকেই ইনস্টল করা আছে"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "ইনস্টলেশন প্রক্রিয়া সম্পূর্ণ হয়েছে"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "%s সরানো হচ্ছে"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "urpmi আবার শুরু করা হচ্ছে"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"ব্যবহার: %s [অপশনসমূহ]\n"
-"[অপশসসমূহ] যেখান থেকে\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - এই সাহায্য বার্তাটি প্রিন্ট করো।\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - / এর পরিবর্তে প্রদত্ত root টি ব্যবহার করো\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - ফলাফলসমূহ প্রদত্ত গ্রুপের মধ্যেই সীমাবদ্ধ রাখো।\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " %s ডিফল্ট।\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - নাম সহ গ্রুপ প্রিন্ট করো।\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "শুধুমাত্র superuser-এর প্যাকেজ ইনস্টল করার ক্ষমতা আছে"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "ত্রুটি রিপোর্টের জন্য [%s] ডিরেক্টরি তৈরি করতে অক্ষম"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "`%s' প্যাকেজ ডাউনলোড করা হচ্ছে..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "rpmdb খুলতে অক্ষম"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "অবৈধ rpm ফাইল নাম [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "rpm ফাইল [%s] আনা হচ্ছে..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...আনা হয়ে গেছে"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...আনতে ব্যর্থ হয়েছি: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "rpm ফাইল [%s] ব্যবহার করা যাচ্ছে না"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "\"%s\"-এর পরিচয় [%s] ফাইলে দেয়া সম্ভব হয়নি"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "আরপিএম ফাইল রেজিস্টার করতে অক্ষম"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "স্থানীয় প্যাকেজসমূহ রেজিস্টার করতে সমস্যা হয়েছে"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "কমান্ড লাইনের ওপর বাজে প্রক্সি ঘোষণা\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: \"%s\" rpm ফাইল পড়া যাচ্ছেনা\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "(%s) স্বাক্ষর পাওয়া যাচ্ছে না"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "কপি করতে ব্যর্থ"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "মাধ্যম \"%s\" নির্বাচিত হয়নি"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "\"%s\" মাধ্যমের জন্য [%s] rpm ফাইল পড়া যায়নি"
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "কনফিগ ফাইল [%s]-এ লেখা সম্ভব হয়নি"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "কনফিগ ফাইল [%s]-এ লেখা সম্ভব হয়নি"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "কনফিগ ফাইল [%s]-এ লেখা সম্ভব হয়নি"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "ব্যবহারকারীর নাম:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "পাসওয়ার্ড:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "কপি করতে ব্যর্থ"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "%s অনুপস্থিতির কারনে"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "%s অনুপস্থিতির কারনে"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "%s অনুপস্থিতির কারনে"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "%s সরানো হচ্ছে"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...আনতে ব্যর্থ হয়েছি: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "অজানা প্রোটোকল নির্ধারনের জন্য %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "কোন webfetch পাওয়া যায়নি, সমর্থিত webfetch সমূহ হচ্ছে: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "%s প্রোটকল নিয়ন্ত্রন করা সম্ভব হয়নি"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "%s ইনস্টল করা হচ্ছে %s থেকে"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "প্যাকেজ %s পাওয়া যায়নি।"
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "rpm ফাইল আনা হচ্ছে \"%s\" মাধ্যম থেকে..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"%s-এ ইনস্টল করার জন্য লেনদেন প্রস্তুত করা হচ্ছে (সরাও=%d, ইনস্টল=%d, আপগ্রেড=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "লেনদেন তৈরিতে অক্ষম"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "%s প্যাকেজ সরানো গেলনা"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "%s প্যাকেজ ইনস্টল করা যায়নি"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "%s ইনস্টল করা হচ্ছে %s থেকে"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...আনতে ব্যর্থ হয়েছি: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "%s প্যকেজ সরানো হচ্ছে"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "%s প্যকেজ সরানো হচ্ছে"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "%s ইনস্টল করা হচ্ছে %s থেকে"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "%s প্যাকেজের আরও তথ্য"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "কোন নির্দেশ পাওয়া যায় নি"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, fuzzy, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "colormap এন্ট্রি বরাদ্দ করতে ব্যর্থ"
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "urpmi ডাটাবেস লক করা আছে"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "নোটিশ"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "ইনস্টলেশন ব্যর্থ"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "ইনস্টলেশন ব্যর্থ"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "নিম্নের প্যাকেজগুলিতে বাজে স্বাক্ষর রয়েছে"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "নিম্নের প্যাকেজগুলিতে বাজে স্বাক্ষর রয়েছে"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "আপনি কি ইনস্টলেশন চলিয়ে যেতে চাচ্ছেন ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "%s ইনস্টল করা হচ্ছে %s থেকে"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "বিতরণ করা হচ্ছে %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "%s ইনস্টল করা হচ্ছে %s থেকে"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "%s ইনস্টল করা হচ্ছে"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "ডিপেন্ডেন্সিসমুহ পরীক্ষা না করে ইনস্টলেশনের চেষ্টা করবো? (y/N)"
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "আরও জোরালোভাবে ইনস্টলের চেষ্টার করবো (--force)? (y/N)"
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "ইনস্টলেশন সম্ভব"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "MD5SUM ফাইল পরীক্ষা করা হচ্ছে"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "সাবধান বাণী: MD5SUM ফাইলে %s এর md5sum অনুপস্হিত"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"virtual \"%s\" মাধ্যমে একটি পরিষ্কার url থাকা উচিত্‍‌, মাধ্যম উপেক্ষা করা হয়েছে"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "\"%s\"-এর list ফাইল ব্যবহার করা যায়নি, মাধ্যম অগ্রহ্য করা হয়েছে"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "\"%s\"-এর hdlist ফাইল ব্যবহার করা যায়নি, মাধ্যম অগ্রহ্য করা হয়েছে"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "বিদ্যমান মাধ্যম \"%s\" এড়াবার চেষ্টা করা হচ্ছে, এড়িয়ে চলছি"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "কনফিগ ফাইল [%s] লিখো"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "use-distrib মোডের সাথে সমান্তরাল মোডে ব্যবহার করা যাচ্ছে না"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "সংশ্লিষ্ট মিডিয়া জন্য সমান্তরাল মোডের ব্যবহার: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--media, --excludemedia, --sortmedia, --update অথবা --parallel এর সাথে --"
-"synthesis ব্যবহার করা যাবেনা"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "খোঁজো শুরু: %s শেষ: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "প্যাকেজ %s উপেক্ষা করা হচ্ছে"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "%s প্যাকেজ আপগ্রেড করার বদলে ইনস্টল করবে"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "মাধ্যম \"%s\" আগে থেকেই আছে"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "\"%s\" মাধ্যম থেকে হেডার পড়া হচ্ছে"
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "\"%s\" মাধ্যম সরানো হচ্ছে"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "rpmdb খুলতে অক্ষম"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"প্রথম ইনস্টলেশন মাধ্যম ব্যবহার করা যাচ্ছে নাহ্ (কোন hdlists ফাইল পাওয়া যায়নি)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "hdlists ফাইল আনা হচ্ছে..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "অনুপস্হিত মাধ্যম \"%s\" নির্বাচন করার চেষ্টা করছি"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "একাধিক মিডিয়া নির্বাচন করা হচ্ছে: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "\"%s\" মাধ্যম সরানো হচ্ছে"
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "\"%s\" মাধ্যমকে urpmi এর জন্য পুনরায় কনফিগার করা হচ্ছে"
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...পুনরায় কনফিগারেশন করতে ব্যর্থ"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "পুনরায় কনফিগারেশন সমপন্ন"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "মাধ্যম \"%s\" নির্বাচিত হয়নি"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "synthesis ফাইল [%s] পরীক্ষা করা হচ্ছে"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "\"%s\" মাধ্যমের synthesis ফাইল পড়তে সমস্যা হয়েছে"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "\"%s\"-এর তালিকা ফাইল লিখছি..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...কপি করতে ব্যর্থ"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "\"%s\"-এর বিবরণ ফাইল কপি করা হচ্ছে..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...কপি করা সম্পন্ন"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "[%s]-এর কপি ব্যর্থ হয়েছে (ফাইলটি অস্বাভাবিক ছোট)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "উদ্ধারকৃত সোর্স hdlist (অথবা synthesis)-এর md5sum হিসেব করা হচ্ছে"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "[%s]-এর কপি ব্যর্থ হয়েছে (md5sum মেলেনি)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "hdlist ফাইল [%s] পরীক্ষা করা হচ্ছে"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "%s ইনস্টল করা হচ্ছে %s থেকে"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "\"%s\" মাধ্যমের জন্য কোন hdlist ফাইল পাওয়া যায়নি"
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "\"%s\"-এর বিবরণ ফাইল কপি করা হচ্ছে..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "অবৈধ rpm ফাইল নাম [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "\"%s\"-এর hdlist (বা synthesis) সোর্স আনা হচ্ছে..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "আরম্ভ করা hdlist (বা synthesis) %s রূপে পাওয়া গিয়েছে"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "\"%s\" মাধ্যমের জন্য কোন hdlist ফাইল পাওয়া যায়নি"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "\"%s\"-এর pubkey পরীক্ষা করছি..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...\"%s\"-এর pubkey থেকে %s কী ইমপোর্ট করা হয়েছে"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "\"%s\"-এর pubkey ইমপোর্ট করা যায়নি"
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "মাধ্যম %s যোগ করা হয়েছে"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "[%s] থেকে আর-পি-এম ফাইল পড়া হচ্ছে"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nnন"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "Yyহ"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "দুঃখিত, খারাপ পছন্দ, পুনরায় চেষ্টা করুন\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "অনুসন্ধান"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "\"%s\" মাধ্যম সরানো হচ্ছে"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "\"%s\"-এর পরিচয় [%s] ফাইলে দেয়া সম্ভব হয়নি"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "[%s] ফাইলে সমান্তরাল পরিচালক পর্যবেক্ষণ করা হচ্ছে"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "সমান্তরাল পরিচলাক পাওয়া গিয়েছে নোডসমূহের জন্য: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "সমান্তরাল অপশন \"%s\" ব্যবহারে অক্ষম"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "ইনস্টলেশন ব্যর্থ"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "\"%s\" মাধ্যম ব্যবহার করা যায়নি"
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "%s মাউন্ট করা হচ্ছে"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "%s আনমাউন্ট করা হচ্ছে"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf সংস্করণ %s\n"
-"কপিরাইট (C) ২০০২-২০০৬ ম্যান্ড্রিব।\n"
-"এটি মুক্ত সফ্টওয়্যার এবং GNU GPL এর নিয়মানুযায়ী হয়তো এটা পুনঃবিতরণ করা যাবে।\n"
-"\n"
-"ব্যবহার: urpmf [options] pattern-expression\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - এই সাহায্যকারী বার্তাটি ছাপাও।\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - সুনির্দিষ্ট পরিবেশ ব্যবহার করো (বিশেষত একটি ত্রুটি রিপোর্ট।)\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - প্রদত্ত মাধ্যম ব্যবহার করবেনা, কমা দিয়ে ভাগ করা।\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --root - rpm ইনস্টলেশনের জন্য অন্য রুট ব্যবহার করো।\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr " --sortmedia - কমা দ্বারা বিচ্ছিন্ন মতে মাধ্যম ক্রমান্বয়ে সাজাও।\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --synthesis - urpmi db'র পরিবর্তে প্রদত্ত synthesis ব্যবহার করো।\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - urpmi db'র পরিবর্তে প্রদত্ত synthesis ব্যবহার করো।\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - identical লাইনসমূহহ ছাপাবে না।\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - শুধু আপডেট মিডিয়া ব্যবহার করো।\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - verbose মোড।\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - সকল প্যাটার্ণ এ case distinctions অগ্রাহ্য করো ।\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - সকল প্যাটার্ণ এ case distinctions অগ্রাহ্য করো ।\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - perl কোড perl -e এর মতো সরাসরি অন্তর্ভুক্ত করো।\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - বানারি AND অপারেটর.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - বাইনারি OR অপারেটর.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - ইউনারি NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ) - group expression শেষ করার জন্য।\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"যে সকল তথ্য ব্যাক-আপ থেকে পুনরুদ্ধার করতে হবে তাদের তালিকা:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - ইন্টারফেস ব্যবহার করো।\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " %s ডিফল্ট।\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - url: url ট্যাগ ছাপাও।\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - build host: buildhost ট্যাগ ছাপাও।\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "কনসোল কনফিগারেশন মডিউল"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - all conflicts: conflicts ট্যাগ ছাপাও।\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --epoch - description: description ট্যাগ ছাপাও।\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - epoch: epoch ট্যাগ ছাপাও।\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --name - শুধুমাত্র প্যাকেজ নাম সমুহ ছাপাও।\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - প্যাকেজে ফাইলের তালিকা\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - group: group ট্যাগ ছাপাও।\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - শুধুমাত্র প্যাকেজ নাম সমুহ ছাপাও।\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --name - শুধুমাত্র প্যাকেজ নাম সমুহ ছাপাও।\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - all obsoletes: obsoletes ট্যাগ ছাপাও।\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - packager: packager ট্যাগ ছাপাও।\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - all provides: provides ট্যাগ ছাপাও।\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - all requires: requires ট্যাগ ছাপাও।\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - size: size ট্যাগ ছাপাও।\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - source rpm: sourcerpm ট্যাগ ছাপাও।\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - all obsoletes: obsoletes ট্যাগ ছাপাও।\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --epoch - summary: summary ট্যাগ ছাপাও।\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - url: url ট্যাগ ছাপাও।\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - verbose মোড।\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - প্যাকেজে ফাইলের তালিকা\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - ভার্সন, প্রকাশ এবং আর্ক এর সঙ্গে নাম ছাপাও।\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "%s-এর ওপর সুনির্দিষ্ট পরিবেশ ব্যবহার করো\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "\"%s\" মাধ্যমের জন্য কোন hdlist ফাইল পাওয়া যায়নি"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "\"%s\" মাধ্যমের জন্য hdlist synthesis ফাইল তৈরি করা হচ্ছে"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "\"%s\"-এর তালিকা ফাইল লিখছি..."
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "%s নামের কোন প্যাকেজ নেই"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "এই প্যাকেজগুলিতে রয়েছে %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "সবকিছু আগে থেকেই ইনস্টল করা আছে"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "সবকিছু আগে থেকেই ইনস্টল করা আছে"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "সবকিছু আগে থেকেই ইনস্টল করা আছে"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "%s অনুপস্থিতির কারনে"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "সবকিছু আগে থেকেই ইনস্টল করা আছে"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "%s অসন্তুষ্টির কারনে"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "%s প্রোমট করার চেষ্টা করছি"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "%s রাখার জন্য"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "%s ইনস্টলের জন্য"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "%s-এর সাথে সংঘাতের কারনে"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "অবৈধ স্বাক্ষর (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "অবৈধ কী পরিচয় (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "(%s) স্বাক্ষর পাওয়া যাচ্ছে না"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "ফাইল [%s]-এ লেখা সম্ভব হয়নি"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "কপি করতে ব্যর্থ"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "কপি করতে ব্যর্থ"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme সংস্করণ %s\n"
-"কপিরাইট (C) ১৯৯৯-২০০৬ ম্যান্ড্রিব।\n"
-"এটি মুক্ত সফ্টওয়্যার এবং GNU GPL এর নিয়মানুযায়ী হয়তো এটা পুনঃবিতরণ করা যাবে।\n"
-"\n"
-"ব্যবহার:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - পছন্দসমূহ থেকে সয়ংক্রিয়ভাবে প্যাকেজ নির্বাচন করো।\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - সরানোটি সঠিকভাবে সম্পন্ন করা যাবে কি-না যাচাই করো।\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - এলিয়াসের মেশিনসমূহের মধ্যে বিতরণকৃত urpmi\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - packager: packager ট্যাগ ছাপাও।\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - rpm সরানোর জন্য আরেকটি root ব্যবহার করো।\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - শুধুমাত্র আপডেট মাধ্যম আপডেট করো।\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --epoch - description: description ট্যাগ ছাপাও।\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - distrib ট্রি থেকে চলন্ত অবস্থায় urpmi কনফিগার করো, --root\n"
-" অপশনের সাথে croot (আন)ইনস্টলে কার্যকর।\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - verbose মোড।\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - expression মিলিয়ে সমস্ত প্যাকেজ নির্বাচন করো।\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "শুধুমাত্র superuser-এর প্যাকেজ সরাবার অনুমতি আছে"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "অজানা প্যাকেজসমুহ"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "অজানা প্যাকেজ"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "%s প্যাকেজ সরালে আপনার সিস্টেমের সমস্যা হবে"
-msgstr[1] "%s প্যাকেজ সরালে আপনার সিস্টেমের সমস্যা হবে"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "সরানোর মতো কিছুই নেই"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "সরানোর মতো কিছুই নেই"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "ডিপেন্ডেন্সি সন্তুষ্ট করতে, নিম্নলিখিত %d প্যাকেজগুলো সরানো হবে (%d এমবি)"
-msgstr[1] "ডিপেন্ডেন্সি সন্তুষ্ট করতে, নিম্নলিখিত %d প্যাকেজগুলো সরানো হবে (%d এমবি)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "অজানা প্যাকেজ"
-msgstr[1] "অজানা প্যাকেজ"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "%s প্যকেজ সরানো হচ্ছে"
-msgstr[1] "%s প্যকেজ সরানো হচ্ছে"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr "(y/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "স্থানান্তরযোগ্য ডিভাইসকে \"%s\" হিসেবে নেয়া হলো"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "সরাতে ব্যর্থ"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "সরাতে ব্যর্থ"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-select - সিস্টেমটি আপগ্রেড করার জন্য সয়ংক্রিয়ভাবে প্যাকেজ নির্বাচন করো।\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - MD5SUM ফাইল পরীক্ষা নিষ্ক্রিয় করো।\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - gpg কী আপডেটের জন্য জোর দাও।\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - all obsoletes: obsoletes ট্যাগ ছাপাও।\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - প্যাকেজ আন-ইনস্টলেশন করতে কখনো জিজ্ঞাসা করো না, ইনস্টলেশন "
-"বাতিল করো।\n"
-
-#: ../urpmi:87
-#, fuzzy, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-" --install-src - শুধুমাত্র সোর্স প্যাকেজ সমুহ ইনস্টল করো (বাইনারি সমুহ নয়)।\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - বিদ্যমান প্যাকেজসুমহকে সম্ভব হলে রাখো, আবেদনকৃত প্যাকেজসমুহ\n"
-" যেগুলো সরানো হবে তা নাকচ করো ।\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - প্রদত্ত প্যাকেজের চাইতে বেশী ইনস্টল বা আপগ্রড হলে\n"
-" লেনদেন ছোট খন্ড করে নাও,\n"
-" স্বাভাবিক হলো %d\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - ছোট লেনদেনের দৈর্ঘ্য, স্বাভাবিক হচ্ছে %d.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - fuzzy খোঁজ চালাও (অনুরূপ -y)।\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - all requires: requires ট্যাগ ছাপাও।\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - শুধুমাত্র সোর্স প্যাকেজ সমুহ ইনস্টল করো (বাইনারি সমুহ নয়)।\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - কিছু করার পুর্বে ক্যাশ থেকে আর-পি-এম পরিষ্কার করো।\n"
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - ক্যাশ এ ব্যবহৃত নয় এমন আর-পি-এম রাখো।\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - ডিপেন্ডন্সি পরীক্ষা ছাড়া প্যাকেজ ইনস্টল করতে\n"
-" ব্যবহারকারী কে জিজ্ঞাসার জন্য অনুমতি দাও।\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - ডিপেন্ডন্সি এবং অখন্ডতা পরীক্ষা ছাড়া প্যাকেজ ইনস্টল করতে\n"
-" ব্যবহারকারী কে জিজ্ঞাসার জন্য অনুমতি দাও।\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - all obsoletes: obsoletes ট্যাগ ছাপাও।\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - distrib ট্রি থেকে চলন্ত অবস্থায় urpmi কনফিগার করো, --root\n"
-" অপশনের সাথে chroot ইনস্টলে কার্যকর।\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - ডাউনলোড গতির সীমা নির্ধারণ।\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - আংশিক-ডাউনলোডকৃত ফাইলসমুহ পুনরায় আরম্ভ করো\n"
-" (--no-resume অকার্যকর করবে, স্বাভাবিকভাবে কার্যকর).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - উল্লেখিত HTTP প্রক্সি ব্যবহার করো, ডিফল্ট ভাবে পোর্ট নম্বরটি\n"
-" ১০৮০ ধরা যায় (ফর্ম্যাট হচ্ছে <proxyhost[:port]>)।\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - প্রক্সির সত্যতা যাচাই এর জন্য ব্যবহারকারী এবং পাসওয়ার্ড\n"
-" উল্লেখ করো (ফর্ম্যাট হচ্ছে <user:password>)।\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - পরের আরগুমেন্টে উল্লেখিত ডিরেক্টরিতে একটি বাগ রিপোর্ট\n"
-" তৈরী করো।\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - কমা দিয়ে ভাগকরা পাথ বাদ দাও।\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - ডকুমেন্ট ফাইল বাদে।\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - প্যাকেজ আন-ইনস্টলেশন করতে কখনো জিজ্ঞাসা করো না, ইনস্টলেশন "
-"বাতিল করো।\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - url: url ট্যাগ ছাপাও।\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --epoch - description: description ট্যাগ ছাপাও।\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - যেসব প্যাকেজসমুহ ইনস্টলেশনের বাদ দেয়া উচিত\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - যেসব প্যাকেজসমুহ ইনস্টলেশনের বাদ দেয়া উচিত\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - যখন কয়েকটি প্যাকেজ পাওয়া যাবে, ডিফল্টের\n"
-" অধিক প্রস্তাব করবে\n"
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - ক্যাশ এ ব্যবহৃত নয় এমন আর-পি-এম রাখো।\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - শুধুমাত্র একই আরকিটেক্চারের প্যাকেজসমুহকে আপগ্রেড করো।\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - কমান্ড লাইনের সমস্ত মিল নির্বাচন করো।\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - নির্বিকার ভাবে।\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - verbose মোড।\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " ইনস্টলের জন্য কমান্ডলাইনে প্রদত্ত নাম অথবা আরপিএম।\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "--install-src ব্যবহারের সময় বায়নারি rpm ফাইলগুলির সাথে কি করা যেতে পারে"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"ডিরেক্টরি [%s] আগে থেকেই উপস্থিত, ত্রুটি রিপোর্টের জন্য অনুগ্রহ করে অন্য ডিরেক্টরি "
-"ব্যবহার করুন বা এটা মুছে ফেলুন"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "ত্রুটি রিপোর্টের জন্য [%s] ডিরেক্টরি তৈরি করতে অক্ষম"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"সমস্যা: %s শুধুমাত্র পড়ার জন্য মাউন্ট করা মনে হচ্ছে।\n"
-"বলপুর্বক কাজের জন্য --allow-force ব্যবহার করুন।"
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr " (আপগ্রেডের জন্য)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr " (আপগ্রেডের জন্য)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr " (ইনস্টলের জন্য)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr " (ইনস্টলের জন্য)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "ডিপেন্ডেন্সি সন্তুষ্ট করতে, নিম্নলিখিত %d প্যাকেজগুলো সরানো হবে (%d এমবি)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "আপনার পছন্দ কি? (1-%d) "
-
-#: ../urpmi:507
-#, fuzzy, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"নিম্নলিখিত প্যাকেজসমুহকে ইনস্টল করা যাবে না কারন তারা এমন প্যাকেজের পুরাতন "
-"সংস্করণের উপর নির্ভরশীল যার নতুন সংস্করণ ইনস্টল করা আছে:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"নিম্নলিখিত প্যাকেজসমুহকে ইনস্টল করা যাবে না কারন তারা এমন প্যাকেজের পুরাতন "
-"সংস্করণের উপর নির্ভরশীল যার নতুন সংস্করণ ইনস্টল করা আছে:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "অগ্রসর হবে?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr "(Y/n)"
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"আবেদনকৃত কিছু প্যাকেজ ইনস্টল করা যায়নি:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"আবেদনকৃত কিছু প্যাকেজ ইনস্টল করা যায়নি:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "%s প্যাকেজ সরালে আপনার সিস্টেমের সমস্যা হবে"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"এই ইনস্টলটি চালিয়ে যাওয়া যাবেনা কারণ নিম্নলিখিত প্যাকেজগুলি সরাতে হবে অন্যগুলি "
-"আপগ্রেড করার জন্য:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"এই ইনস্টলটি চালিয়ে যাওয়া যাবেনা কারণ নিম্নলিখিত প্যাকেজগুলি সরাতে হবে অন্যগুলি "
-"আপগ্রেড করার জন্য:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"নিম্নলিখিত প্যাকেজগুলি অবশ্যই সরাতে হবে অন্যগুলি আপগ্রেড করার জন্য:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"নিম্নলিখিত প্যাকেজগুলি অবশ্যই সরাতে হবে অন্যগুলি আপগ্রেড করার জন্য:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"নিম্নলিখিত ডিপেন্ডেন্সিসমূহ ইনস্টল করার জন্য আপনাকে রুট হতে হবে:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "ডিপেন্ডেন্সি সন্তুষ্ট করতে, নিম্নলিখিত %d প্যাকেজগুলো সরানো হবে (%d এমবি)"
-msgstr[1] "ডিপেন্ডেন্সি সন্তুষ্ট করতে, নিম্নলিখিত %d প্যাকেজগুলো সরানো হবে (%d এমবি)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "বাতিল"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "প্রস্তুত হলে Enter চাপুন..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"ব্যবহারবিধি: urpmi.addmedia [options] <name> <url>\n"
-"যেখানে <url> হচ্ছে নিম্নের যে কোন একটি\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" removable://<path>\n"
-"\n"
-"এবং [options] গুলো এর থেকে\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - দুরবর্তী ফাইল আনার জন্য wget ব্যবহার করো।\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - দুরবর্তী ফাইল আনার জন্য curl ব্যবহার করো।\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - দুরবর্তী ফাইল আনার জন্য curl ব্যবহার করো।\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - দুরবর্তী ফাইল আনার জন্য curl ব্যবহার করো।\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - একটি synthesis ফাইল খুঁজে ব্যবহারের চেষ্টা করো।\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - কোন synthesis বা hdlist ফাইল খোঁজের\n"
-" চেষ্টা করবে না।\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - একটি ইনস্টলেশনের মাধ্যম থেকে সমস্থ মাধ্যম তৈরী করো\n"
-" সয়ংক্রিয়ভাবে।\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - উপস্থিত মাধ্যমের তালিকাবদ্ধ করো।\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - মিরর লিস্টের জন্য উল্লেখিত URL ব্যাবহার করো, স্বাভাবিক হলো\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - ভার্চুয়াল মাধ্যম তৈরী করো যারা সবসময় আপ-টু-ডেট থাকে,\n"
-" শুধুমাত্র file:// প্রটোকল অনুমতি পাবে।\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - MD5SUM ফাইল পরীক্ষা নিষ্ক্রিয় করো।\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - নির্বিকার ভাবে।\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - verbose মোড।\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "মাধ্যম যোগ করার অনুমতি শুধুমাত্র superuser এর আছে"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "কনফিগ ফাইল [%s] তৈরী করবে"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "কনফিগ ফাইল [%s] তৈরী করা যাচ্ছ না"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "--distrib এর সাথে <relative path of hdlist> দেয়ার প্রয়োজন নেই"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<relative path of hdlist> পাওয়া যাচ্ছে না\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "\"%s\" মাধ্যম ব্যবহার করা যায়নি"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recoveer সংস্করণ %s\n"
-"কপিরাইট (C) ২০০৬ ম্যান্ড্রিব।\n"
-"এটি মুক্ত সফ্টওয়্যার এবং GNU GPL এর নিয়মানুযায়ী হয়তো এটা পুনঃবিতরণ করা যাবে।\n"
-"\n"
-"ব্যবহার:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - ক্যাশ এ ব্যবহৃত নয় এমন আর-পি-এম রাখো।\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - উপস্থিত মাধ্যম এবং তাঁদের url তালিকাবদ্ধ করো।\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-url - উপস্থিত মাধ্যম এবং তাঁদের url তালিকাবদ্ধ করো।\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --name - শুধুমাত্র প্যাকেজ নাম সমুহ ছাপাও।\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "প্যাকেজ %s পাওয়া যায়নি।"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, fuzzy, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "- %s অপসারিত হয়েছে\n"
-msgstr[1] "- %s অপসারিত হয়েছে\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "rpm ফাইল [%s] আনা হচ্ছে..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "filelist পাওয়া যায়নি\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"যেখানে <name> সরানোর জন্য একটি মাধ্যমের নাম।\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - সমস্থ মাধ্যম নির্বাচন করো।\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - fuzzy match on media names.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "শুধুমাত্র superuser-এর মাধ্যম সরাবার ক্ষমতা আছে"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "সরানোর জন্য কিছু নেই (মাধ্যম যোগ করার জন্য ব্যবহার করো)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"সরানোর এন্ট্রি পাওয়া যাচ্ছে না\n"
-"(%s-এর একটা)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"usage: urpmi.update [অপশনসমূহ] <নাম> ...\n"
-"যেখানে <নাম> আপডেট করার জন্য মাধ্যমের নাম।\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - শুধুমাত্র আপডেট মাধ্যম আপডেট করো।\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - gpg কী আপডেটের জন্য জোর দাও।\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - আপডেট করো না, মাধ্যমটিকে অগ্রাহ্য হিসেবে চিহ্নিত করো।\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - আপগ্রেড করো না, মাধ্যমটিকে সক্রিয় হিসেবে চিহ্নিত করো।\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - কোন synthesis বা hdlist ফাইল খোঁজের\n"
-" চেষ্টা করবে না।\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - স্থানান্তরযোগ্য অযোগ্য এরকম সমস্থ মাধ্যম নির্বাচিত করো।\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - hdlist ফাইলসমূহ তৈরী করার জন্য জোর দাও।\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - hdlist ফাইলসমূহ তৈরী করার জন্য জোর দাও।\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "শুধুমাত্র superuser-ই মাধ্যম আপডেট করতে পারবে"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "আপডেট করার কিছুই নাই (মাধ্যম যোগ করতে urpmi.addmedia ব্যবহার করো)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"আপডেটের এন্ট্রি পাওয়া যাচ্ছে না\n"
-"(%s-এর একটা)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "\"%s\" মাধ্যমটি অগ্রাহ্য করা হচ্ছে"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "\"%s\" মাধ্যমটি সক্রিয় করা হচ্ছে"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq সংস্করণ %s\n"
-"কপিরাইট (ক) ২০০০-২০০৬ ম্যান্ড্রিব।\n"
-"GNU GPL নীতিমালার অধীনে এই মুক্ত সফ্টওয়্যারটি পুনরায় বিতরন করা যেতে পারে।\n"
-"\n"
-"ব্যবহারবিধি:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - অনুরোধকৃত (অথবা আপডেটকৃত) প্যাকেজসমুহ খোঁজার জন্য শুধুমাত্র প্রদত্ত "
-"মাধ্যম ব্যবহার করো।\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - fuzzy খোঁজ চালাও (অনুরূপ -y)।\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - উপস্থিত প্যাকেজসমূহের তালিকাবদ্ধ করো।\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - উপস্থিত মাধ্যমের তালিকাবদ্ধ করো।\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - উপস্থিত মাধ্যম এবং তাঁদের url তালিকাবদ্ধ করো।\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - ব্যবহারের সময় উপস্থিত নোডগুলির তালিকা বরাদ্দ করো --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - সমান্তরাল alias সমূহের তালিকা দাও।\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr " --dump-config - urpmi.addmedia-এর মত কনফিগ ডাম্প করো।\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - পরবর্তি প্যাকেজটি একটি সোর্স প্যাকেজ (অনুরূপ --s)।\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - ডাউনলোড করার আগ সমস্থ সোর্স প্যাকেজের দাও (শুধুমাত্র রুটে)।\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - url: url ট্যাগ ছাপাও।\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - একটি distrib ট্রি থেকে চলন্ত অবস্থায় urpmi কনফিগার করো।\n"
-" এটা distro নিরীক্ষনের অনুমতি দেবে।\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - প্রিন্টের changelog.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - all conflicts: conflicts ট্যাগ ছাপাও।\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - all obsoletes: obsoletes ট্যাগ ছাপাও।\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - all provides: provides ট্যাগ ছাপাও।\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - all requires: requires ট্যাগ ছাপাও।\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - all obsoletes: obsoletes ট্যাগ ছাপাও।\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - source rpm: sourcerpm ট্যাগ ছাপাও।\n"
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --epoch - summary: summary ট্যাগ ছাপাও।\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - প্যাকেজ নির্ভরতার প্রতি নিরীক্ষা প্রসারিত করো।\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - প্যাকেজের কি প্রয়োজন তার জন্য উল্টা খোঁজ করো।\n"
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr " -R - প্যাকেজের কি প্রয়োজন তার জন্য উল্টা খোঁজ করো।\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - পরিবেশকদের মধ্যে প্যাকেজের খোঁজ করো।\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - অপসারিত প্যাকেজের সম্পূর্ন ফলাফল।\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - নাম সহ গ্রুপ প্রিন্ট করো।\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - মানুষের পড়ারমত প্রয়োজনীয় তথ্য প্রিন্ট করো।\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - প্যাকেজে ফাইলের তালিকা\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - নির্বিকার ভাবে।\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - নাম সহ ভার্সন এবং রিলিজ প্রিন্ট করো।\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - পরবর্তি প্যাকেজটি একটি সোর্স প্যাকেজ (অনুরূপ --src)।\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - যদি সাম্প্রতিক সংস্ককরন উপস্থিত থাকে তাহলে প্যাকেজ অপসরন করো।\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - fuzzy খোঁজ চালাও (অনুরূপ --fuzzy)।\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - -y এর মতই, কিন্তু case-insensitively মিলাতে বাধ্য করবে।\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " কমান্ডলাইনে প্রদত্ত নাম বা rmp ফাইলসমূহ নিরীক্ষণ করা হয়েছে।\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes শুধুমাত্র --parallel এর সাথে ব্যবহৃত হতে পারে"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "\"%s\"-এর তালিকা ফাইল লেখা যায়নি"
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"নোট: যেহেতু কোনো মাধ্যম hdlists ব্যবহার করে সন্ধান করে নি, urpmf কোনো ফলাফল দিতে "
-"পারে নি\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"নোট: যেহেতু কোনো মাধ্যম hdlists ব্যবহার করে সন্ধান করে নি, urpmf কোনো ফলাফল দিতে "
-"পারে নি\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"নোট: যেহেতু কোনো মাধ্যম hdlists ব্যবহার করে সন্ধান করে নি, urpmf কোনো ফলাফল দিতে "
-"পারে নি\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"নোট: যেহেতু কোনো মাধ্যম hdlists ব্যবহার করে সন্ধান করে নি, urpmf কোনো ফলাফল দিতে "
-"পারে নি\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "changelog পাওয়া যায়নি\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - একটি আপডেট মাধ্যম তৈরী করো।\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "ত্রুটিপূর্ণ ইনপুট: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d ইনস্টলেশনের লেনদেন ব্যর্থ হয়েছে"
-#~ msgstr[1] "%d ইনস্টলেশনের লেনদেন ব্যর্থ হয়েছে"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "সবকিছু আগে থেকেই ইনস্টল করা আছে"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "নিম্নলিখিত প্যাকেজসমূহ সরানোর জন্য পরীক্ষা করা হচ্ছে"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "urpmi ডাটাবেস লক করা আছে"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "অপরিচিত অপশনসমূহ '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "স্থানান্তরযোগ্য মাধ্যম \"%s\"-এর জন্য প্রচুর মাউন্ট পয়েন্ট"
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "\"%s\" মাধ্যম একটি ISO ইমেজ, এটি চালানোর সময় মাউন্ট করা হবে"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "অন্যান্য স্থানান্তরযোগ্য ডিভাইস [%s]-কে \"%s\"-এর জন্য ব্যবহার করা হচ্ছে"
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "স্থানান্তরযোগ্য মাধ্যম \"%s\"-এর পাথনেম উদ্ধার করা সম্ভব হয়নি"
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "প্রথম ইনস্টলেশন মাধ্যম ব্যবহার করা যাচ্ছেনা"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "\"%s\" মাধ্যম ব্যবহার করা যায়নি,\n"
-#~ "মাধ্যম তৈরীর সময় আপনি নিজ হাতে ডিরেক্টরী তৈরী করার কারনে এরকম হতে পারে।"
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr ""
-#~ "\"%s\" incoherent মাধ্যম স্থানান্তরযোগ্য হিসেবে চিহ্নিত হয়েছে কিন্তু আসলে তা নয়"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - হেডার ক্যাশ ডিরেক্টরি পরিষ্কার করো।\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "ভার্চুয়াল মাধ্যম স্থানীয় হতে হবে"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "\"%s\" এর hdlist ফাইল পার্স করা যায়নি"
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "উপস্থিত সোর্স hdlist (অথবা synthesis)-এর md5sum হিসেব করা হচ্ছে"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "virtual \"%s\" মাধ্যমে hdlist অথবা list ফাইল উল্লেখ থাকার কথা নয়, মাধ্যম "
-#~ "অগ্রাহ্য করা হয়েছে"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "অবৈধ rpm ফাইল নাম [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "unable to find list file for \"%s\", medium ignored"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "অনুপস্হিত মাধ্যম \"%s\" নির্বাচন করার চেষ্টা করছি"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "\"%s\" মাধ্যমের জন্য hdlist synthesis ফাইল তৈরি করা হচ্ছে"
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "\"%s\" এর hdlist ফাইল পার্স করা যায়নি"
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "\"%s\" মাধ্যমটি একটি hdlist ব্যবহারের চেষ্টা করছে যা আগে থেকেই ব্যবহারে আছে, "
-#~ "মাধ্যম অগ্রাহ্য করা হয়েছে"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "\"%s\" মাধ্যমটি একটি list ব্যবহারের চেষ্টা করছে যা আগে থেকেই ব্যবহারে আছে, "
-#~ "মাধ্যম অগ্রাহ্য করা হয়েছে"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "নোট: যেহেতু কোনো মাধ্যম hdlists ব্যবহার করে সন্ধান করে নি, urpmf কোনো ফলাফল "
-#~ "দিতে পারে নি\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "ডিপেন্ডেন্সিসমূহ হিসাব করার জন্য দ্বিতীয় পাস সম্পাদন করা হচ্ছে\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "hdlist প্রস্তুত করা হচ্ছে [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "\"%s\" মাধ্যমের জন্য সিনথিসিস ফাইল তৈরী করা যাচ্ছে না। আপনার hdlist ফাইলটি "
-#~ "মনে হয় ত্রুটিপূর্ণ।"
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "মাধ্যম \"%s\"-এর hdlist বা synthesis ফাইল পড়তে সমস্যা হচ্ছে"
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "কপিকৃত সোর্স hdlist (অথবা synthesis)-এর md5sum হিসেব করা হচ্ছে"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...আনতে ব্যর্থ হয়েছি: md5sum মিলেনি"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "[%s] থেকে কোন rpm ফাইল পাওয়া যায়নি"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "rpm ফাইল পড়া যাচ্ছেনা [%s] থেকে: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "কোন আরপিএম পড়ছে না"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "\"%s\" মাধ্যম থেকে হেডার পড়া হচ্ছে"
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - একটি synthesis ফাইল খুঁজে ব্যবহারের চেষ্টা করো।\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - একটি hdlist ফাইল খুঁজে ব্যবহারের চেষ্টা করো।\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "নোট: যেহেতু কোনো মাধ্যম hdlists ব্যবহার করে সন্ধান করে নি, urpmf কোনো ফলাফল "
-#~ "দিতে পারে নি\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "প্যাকেজ নাম সমুহ খোঁজার জন্য আপনি --name ব্যবহার করতে পারেন।\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src - পরবর্তি প্যাকেজটি একটি সোর্স প্যাকেজ (অনুরূপ --s)।\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - একটি hdlist ফাইল খুঁজে ব্যবহারের চেষ্টা করো।\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "\"%s\" মাধ্যম আপডেট করা যায়নি\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "\"%s\" মাধ্যম তৈরী করা যায়নি\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "এখানে একই rpm ফাইলনেমের বিভিন্ন প্যাকেজ আছে \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "\"%s\" ভ্যালুর ওপর [%s] সঠিকভাবে পার্স হয়নি"
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "\"%s\" মাধ্যম একটি অবৈধ তালিকা ফাইল ব্যবহার করছে:\n"
-#~ " সম্ভবত মিরর আপ-টু-ডেট নয়, বিকল্প উপায় ব্যবহার করার চেষ্টা করছি"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "মাধ্যম \"%s\"-এর rpm ফাইলের জন্য কোন অবস্থান নির্দেশিত নেই"
-
-#~ msgid "unrequested"
-#~ msgstr "অ-অনুরোধকৃত"
-
-#~ msgid " (%d MB)"
-#~ msgstr " (%d এমবি)"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "%s যোগ করছি (id=%d, eid=%d, আপডেট=%d, ফাইল=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "নিম্নোক্ত প্যাকেজগুলোতে ত্রুটিপূর্ণ স্বাক্ষর রয়েছে:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "আপনি কি ইনস্টলেশন প্রক্রিয়া চালিয়ে যেতে ইচ্ছুক ?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "ডিরেক্টরি শেয়ার করতে হলে আপনাকে অনুমোদিত ব্যবহারকারী হতে হবে"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "%s প্যাকেজ সরানো গেলনা"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "filelist পাওয়া যায়নি\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages will be removed (%d MB)"
-#~ msgstr "ডিপেন্ডেন্সি সন্তুষ্ট করতে, নিম্নলিখিত %d প্যাকেজগুলো সরানো হবে (%d এমবি)"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr " -P - পরিবেশকদের মধ্যে প্যাকেজের খোঁজ করোনা (স্বাভাবিক)।\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - প্যাকেজের কি প্রয়োজন তার জন্য উল্টা খোঁজ করো।\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "ডিপেন্ডেন্সি সন্তুষ্ট করতে নিম্নলিখিত %d প্যাকেজগুলো ইনস্টল হতে যাচ্ছে:\n"
-#~ "%s\n"
-
-#, fuzzy
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "%s মাধ্যম উপেক্ষা করা হচ্ছে: কোন hdlist নেই\n"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "`%s' প্যাকেজ ইনস্টল করা হচ্ছে (%s/%s)..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "synthesis ফাইল [%s] পরীক্ষা করা হচ্ছে"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "বিতরণ করা হচ্ছে %s"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "প্যাকেজ ইনস্টলেশন..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "প্যাকেজ ইনস্টলেশন..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - একটি synthesis ফাইল খুঁজে ব্যবহারের চেষ্টা করো।\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - একটি hdlist ফাইল খুঁজে ব্যবহারের চেষ্টা করো।\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "নেটওয়ার্ক মাধ্যমের জন্য `with' পাওয়া যাচ্ছে না\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "অপরিচিত অপশনসমূহ '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "\"%s\"-এর জন্য hdlist ফাইল খোঁজা সম্ভব হয়নি, মাধ্যম অগ্রাহ্য করা হয়েছে"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "\"%s\"-এর জন্য list ফাইল খোঁজা সম্ভব হয়নি, মাধ্যম অগ্রাহ্য করা হয়েছে"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" এর list ফাইলপরিদর্শন করা সম্ভব হলোনা, মাধ্যম অগ্রাহ্য হলো"
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "\"%s\" ভার্চুয়াল মাধ্যম স্থানীয় নয়, মাধ্যম অগ্রাহ্য করা হয়েছে"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "\"%s\" ভার্চুয়াল মাধ্যমের বৈধ সোর্স hdlist বা synthesis থাকা উচিত, মাধ্যম "
-#~ "অগ্রাহ্য হয়েছে"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "\"%s\"-এর সোর্স hdlist (বা synthesis) কপি করা হচ্ছে..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "সোর্স hdlist (অথবা synthesis)-এর উদ্ধার ব্যর্থ হয়েছে"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "ফাইল [%s] আগে থেকেই একই মাধ্যম \"%s\" এর ব্যবহারে রয়েছে"
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "\"%s\"-এর তালিকা ফাইলে কিছুই লেখা হয়নি"
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "ক্যাশের মধ্যে %d হেডার সমূহ পাওয়া গেছে"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "ক্যাশ থেকে অব্যবহৃত হেডার %d গুলি সরানো হচ্ছে"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "লেনদেন চালানোর জন্য %d প্রসেস ব্যবহার করা হচ্ছে"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --norebuild - পড়তে না পারলে পুনরায় hdlist তৈরী করতে চেষ্টা করো না।\n"
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "এই প্যাকেজগুলিতে রয়েছে %s: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "hdlists ফাইল কপি করা হচ্ছে..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "\"%s\" hdlists ফাইলে অবৈধ বিবরণ রয়েছে"
-
-#~ msgid "Is this OK?"
-#~ msgstr "ঠিক আছে?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - উল্লেখিত বিতরণ সংস্করণ ব্যবহার করো, ইনস্টলকৃত\n"
-#~ " ম্যান্ড্রিব লিনাক্স-রিলিজ প্যাকেজের সংস্করণ থেকে\n"
-#~ " ডিফল্টটি নেয়া হয়েছে।\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - উল্লেখিত আকিটেক্‌চারটি ব্যবহার করো, স্বাভিবিক arch টি "
-#~ "ইনস্টলকৃত\n"
-#~ " ম্যান্ড্রিব লিনাক্স-রিলিজ প্যাকেজ।\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - tdout-এ urpmi db-এ তালিকাভূক্ত প্যাকেজসমূহের হেডার\n"
-#~ " এক্সট্রাক্ট করো (শুধুমাত্র রুটে)।\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "নিম্নলিখিত %d প্যাকেজগুলি ইনস্টল হতে যাচ্ছে, ডিপেন্ডেন্সিদের সন্তুষ্ট করতে (%d এমবি)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "%s ইনস্টল করা হচ্ছে\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "প্যাকেজের স্বয়ংক্রীয় ইনস্টলেশন...\n"
-#~ "আপনি %s প্যাকেজ ইনস্টল করার জন্য অনুরোধ করেছেন\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s কমান্ড পাওয়া যায়নি\n"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "আবেদনকৃত কিছু প্যাকেজ ইনস্টল করা যায়নি:\n"
-#~ "%s\n"
-#~ "এগিয়ে যাবো?"
-
-#~ msgid ""
-#~ "The following packages have to be removed for others to be upgraded:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "অন্য প্যাকেজগুলো আপগ্রেড করার জন্য নিম্নলিখিত প্যাকেজগুলো অবশ্যই সরাতে হবে:\n"
-#~ "%s\n"
-#~ "এগিয়ে যাবো?"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5sum মিলেনি"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf সংস্করণ %s\n"
-#~ "কপিরাইট (C) ২০০২-২০০৪ ম্যান্ড্রিব।\n"
-#~ "এটি মুক্ত সফ্টওয়্যার এবং GNU GPL এর নিয়মানুযায়ী হয়তো এটা পুনঃবিতরণ করা যাবে।\n"
-#~ "\n"
-#~ "ব্যবহার:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr " --synthesis - urpmi db'র পরিবর্তে প্রদত্ত synthesis ব্যবহার করো।\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - ট্যাগের নাম প্রিন্ট করবেনা (কমান্ডলইনে কোন ট্যাগ প্রদত্ত না\n"
-#~ " থাকলে ডিফল্ট থাকবে, ইন্টারঅ্যাকটিভ মোডে অসঙ্গত)।\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - identical লাইনসমূহহ ছাপাবে না।\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - সব ট্যাগ ছাপাও।\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --epoch - summary: summary ট্যাগ ছাপাও।\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --epoch - description: description ট্যাগ ছাপাও।\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - build host: buildhost ট্যাগ ছাপাও।\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr " --provides - all provides: provides ট্যাগ ছাপাও।\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr " --requires - all requires: requires ট্যাগ ছাপাও।\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - all files: files ট্যাগ ছাপাও।\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr " --obsoletes - all obsoletes: obsoletes ট্যাগ ছাপাও।\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - সুনির্দিষ্ট পরিবেশ ব্যবহার করো (বিশেষত একটি ত্রুটি\n"
-#~ " রিপোর্ট।)\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr " -i - সকল প্যাটার্ণ এ case distinctions অগ্রাহ্য করো ।\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr " -a - বানারি AND অপারেটর, সত্য যদি উভয় মান সত্য।\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr " -o - বাইনারি OR অপারেটর, সত্য যদি একটি মান সত্য।\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr " ! - ইউনারি NOT, সত্য যদি মানটি মিথ্যা হয়।\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " ( - group expression আরম্ভ করার জন্য।\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr " ) - group expression শেষ করার জন্য।\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "কলব্যাক হলো :\n"
-#~ "%s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "অগ্রসর হবো?"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "আবেদনকৃত কিছু প্যাকেজ ইনস্টল করা যায়নি:\n"
-#~ "%s"
-
-#, fuzzy
-#~ msgid ""
-#~ " --keep - keep existing packages if possible, reject requested\n"
-#~ " packages that leads to remove.\n"
-#~ msgstr ""
-#~ " --keep - বিদ্যমান প্যাকেজসুমহকে সম্ভব হলে রাখো, আবেদনকৃত প্যাকেজসমুহ\n"
-#~ " যেগুলো সরানো হবে তা নাকচ করো ।\n"
-
-#~ msgid ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-#~ msgstr ""
-#~ " --distrib-XXX - একটি বিতরনের XXX অংশের জন্য সয়ংক্রিয়ভাবে একটি\n"
-#~ " মাধ্যম তৈরী করো, XXX মূল, contrib, আপডেট অথবা\n"
-#~ " কনফিগার করা অন্য কিছু হতে পারে ;-)\n"
-
-#~ msgid "found version %s and arch %s ..."
-#~ msgstr "ভার্সন %s এবং আর্ক %s পাওয়া গেছে ..."
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "cooker বিতরণে আপডেট যোগ করা যাবেনা\n"
-
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "মিররসমূহ আনা হচ্ছে %s -এ..."
diff --git a/po/br.po b/po/br.po
deleted file mode 100644
index d8d54af6..00000000
--- a/po/br.po
+++ /dev/null
@@ -1,3265 +0,0 @@
-# urpmi e brezhoneg
-# Copyright (C) 2004 Free Software Foundation, Inc.
-# Thierry Vignaud <tvignaud@mandriva.com>, 2004.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-03-17 17:50+0100\n"
-"Last-Translator: Thierry Vignaud <tvignaud@mandriva.com>\n"
-"Language-Team: Breton <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1;plural=0\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Staliadur ar RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Fazi : n'hell ket bet kavet ar restr %s, nullaet vo"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ya"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"War bouez staliañ ar pakadoù a-heul war hoc'h urzhiataer :\n"
-"\n"
-"%s\n"
-"\n"
-"Gra ?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"War bouez staliañ ar pakadoù a-heul war hoc'h urzhiataer :\n"
-"\n"
-"%s\n"
-"\n"
-"Martese e plij deoc'h enrollañ anezhañ kentoc'h. Petra a blij deoc'h ?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Staliañ"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Enrollañ"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Nullañ"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Dibabit lec'hiadur da enrollañ ar restr"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi stumm %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Ur meziant frank eo an hini-mañ ha moien zo da zal'ch anezhañ hervez GNU "
-"GPL.\n"
-"\n"
-"arveriadur :\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Dibarzhoù :"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr ""
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr ""
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr ""
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "N'eus pakad dibabet ebet"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Gortozit mar plij ..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Red eo da bezañ root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Ne m'eus ket gallet staliañ un darn pakad goulennet :\n"
-"%s\n"
-"Kenderc'hel ar staliadur evelato ?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Diwallit"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ya"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (da vremanaat)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (da staliañ)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Choazh ar pakad"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Unan eus ar pakadoù a-heul a zo war-nes bezañ staliet :"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Dilaoskel"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Ar pakadoù a-heul a zo war-nes bezañ lamet ma z'eus moien da staliañ ar re "
-"all:\n"
-"%s\n"
-"Kenderc'hel evelato ?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Ar pakad a-heul a zo war-nes bezañ staliet evit dalc'hen an ezhommoù :"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Ar pakadoù a-heul a zo war-nes bezañ staliet evit dalc'hen an ezhommoù :"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d pakad, %d Mo)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "O staliañ ar pakad ..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "n'hellan ket tigas ar pakadoù tarzh, emaon o terriñ"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "O prientiñ ..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "O staliañ ar pakad `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Enlakait ar medium a vez graet « %s » anezhañ"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "O tigas ar pakad « %s » ..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Graet"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Sac'het eo an staliadur :"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Staliet eo ar pakad(où) c'hoazh"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Echu eo ar staliadur"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "lemel %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "oc'h adloc'hañ urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr ""
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr ""
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr ""
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr ""
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr ""
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Nemet ez-euz moien da staliañ pakadoù gant ar gourarveriad"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "N'eus ket tu krouiñ ar renkell %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "N'eus ket tu skrivañ e renkell adpakadiñ [%s]\n"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "fazi en ur zigeriñ rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "n'eo ket mat an ar restr rpm [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "o tigas ar restr rpm [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "... echu eo ar resev"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "... sac'het eo ar resev : %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "n'eo ket possubl da voned ar restr rpm [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "n'hellan ket bet lennet ar restr spec %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "n'hell ket bet enskrivet ar restr rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "fazi en ur enskrivañ ar pakadoù lec'hel"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr ""
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq : n'hellan ket lenn ar restr rpm « %s »\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Mankout a ra ar sinadur (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "n'eo ket endeo renkell ar chroot"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Fazi en ur eilañ"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "n'eo ket dibret ar medium « %s »"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "n'hellan ket lenn ar restr rpm [%s] eus ar medium « %s »"
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "n'hellan ket skrivañ restr ar c'hefluniadur [%s]"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "n'hell ket bet lenn restr ar c'hefluniadur [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "n'hellan ket skrivañ restr ar c'hefluniadur [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Anv an arveriad :"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Tremenger :"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "fazi en ur eilañ"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "mank a ra wget\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "mank a ra curl\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "mank a ra rsync\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "mank a ra ssh\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "mank a ra prozilla\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "mank a ra aria2\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% a %s zo echu, ETA = %s, tizh = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% echu, tizh = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "o tegas %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "%s resevet"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "dianav eo ar c'homenad spisaet evit %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-
-#: ../urpm/download.pm:886
-#, fuzzy, c-format
-msgid "unable to handle protocol: %s"
-msgstr "n'hellan ket staliañ ar pakad %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "o naetaat %s ha %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "ar pakad %s n'eo ket bet kavet."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "o tigas ar restroù rpm eus ar medium « %s » ..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[oc'h adpakadiñ]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "n'hell ket bet krouet ur gra"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "n'hell ket eztennet an rpm deus ar pakad delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "n'hellan ket staliañ ar pakad %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "o lemel pakad fall (%s) eus %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "sac'het eo bet lemel %s : %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "O lemel ar pakad %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "lemel pakad %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "o lemel pakadoù staliet (%s) eus %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Titouroù muioc'h diwwar-benn ar pakad %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "N'eus pakad dibabet ebet"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "N'eus ket tu kevreañ ouzh URI LDAP :"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "krouilhet eo stlennvon %s, o c'hortoz ..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "o nulaat"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "krouilhet eo stlennvon %s (ur program all zo oc'h implij anezhi)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Sac'het eo an staliadur"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Sac'het eo an staliadur, fall eo pakadoù :\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Bez eus sinadur fall gant ar pakadoù a-heul"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Bez eus sinadur fall gant ar pakadoù a-heul"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Fellout a ra deoc'h kenderc'hel staliañ ?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "o lemel pakadoù staliet (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "o skignañ %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "o staliañ %s eus %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "o staliañ %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Klask staliañ hep sell ouzh an ezhommoù ? (y/N)"
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Bremañaet eo ar pakadoù"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Possubl eo an staliadur"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "o sell ouzh ar restr %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "n'hellan ket kavout restr roll « %s », medium dibvrud"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "n'hellan ket kavout restr synthesis a « %s », medium dibvrud"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr ""
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "skrivet e oa ar restr [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr ""
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr ""
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Deroù ar glask : %s fin : %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "o tremen e-biou ar pakad %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "bez vefe staliet ar pakad %s e-lec'h bezañ bremañet"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "endeo eo ar medium « %s »"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "oc'h ouzhpennañ ar vedium « %s » a-raok ar vedium « %s »"
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "oc'h ouzhpennañ ar vedium « %s »"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "n'eo ket endeo ar renkell %s"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "n'hell ket bet lennet ar restr media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "o tigas ar restr media.cfg ..."
-
-#: ../urpm/media.pm:948
-#, fuzzy, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "o skrivañ restr ar roll evit ar medium « %s »"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "o tibab meur a media : %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "o lemel ar medium « %s »"
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "oc'h adkefluniañ urpmi evit ar media « %s »"
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "... sac'het eo an adkefluniadur"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "graet eo an adkefluniadur"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Fazi en ur sevel anvioù restr : n'hell ket bet kavet an ezhomm %d"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "bremañ eo ar medium « %s » dija"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "o sell ouzh ar restr synthesis [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "fazi en ur lenn restr synthesis ar vedium « %s »"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "oc'h eilañ [%s] evit ar medium « %s » ..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "... sac'het eo ar staliadur "
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "oc'h eilañ restr deskrivadur eus « %s » ..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "... graet eo an eil"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "sac'het eo eil [%s] (re vihan eo ar restr)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "o jediñ md5sum ar synthesis degaset"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "sac'het eo degas [%s] (ne glot ket ar md5sum)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "sac'het eo bet genhdlist2 gant %s"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "o naetaat %s ha %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "siek eo restr hdlist %s evit ar vedium « %s »"
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "oc'h eilañ restr MD5SUM a « %s » ..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "n'eo ket mat an ar restr rpm [%s]"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "o resev synthesis tizh evit « %s » ..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "kavet eo bet synthesis evel « %s »"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "n'eus restr synthesis kavet ebet evit ar medium « %s »"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "o sell ouzh restr pubkey « %s » ..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "... bez e oa enporzhet an alc'hwezh %s eus restr pubkey « %s »"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "n'hell ket bet enporzhet restr pubkey « %s »"
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "bremañet eo bet ar medium « %s »"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "sac'het eo bet degas [%s]"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "o lenn roll ar melezourioù eus %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "YyOo"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Ho tigarez, fall eo an dibab-mañ, klaskit adarre\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Pakad"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Stumm"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Stummig"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr ""
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(damantet)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "medium « %s »"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "b"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "ko"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "Mo"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "Go"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "To"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "n'hellan ket bet lennet « %s » e-barzh ar restr [%s]\""
-
-#: ../urpm/parallel.pm:23
-#, fuzzy, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "o sell ouzh ar restr hdlist [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:38
-#, fuzzy, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "n'hell ket bet bremañaet ar medium « %s »\n"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Sac'het eo an staliadur"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "sac'het eo scp war an ostiz %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, fuzzy, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "sac'het eo scp war an ostiz %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "n'eo ket possubl da voned ar vedia « %s »."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "o marc'hañ %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "o divarc'hañ %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf stumm %s\n"
-"Copyright (C) 2003-2006 Mandriva.\n"
-"Ur meziant frank eo an hini-mañ ha moien zo da zal'ch anezhañ hervez GNU "
-"GPL.\n"
-"\n"
-"arveriadur : urpmf [dibarzhoù] sil\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr ""
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - implij ur gwrizienn all evit stlennvon urpmi hag evit "
-"staliañ pakadoù.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr ""
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr ""
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr ""
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr ""
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr ""
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr ""
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr ""
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr ""
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr ""
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr ""
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr ""
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr ""
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - ostiz ar sevel\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - amzer ar sevel\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles -restroù kefluniadur\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - deskrivadur ar pakad\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr ""
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - anv restr ar pakad\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - roll ar restroù hag a zo er pakad\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - strollad\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - anv ar pakad\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - anv ar pakad\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr ""
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - ment pa 'vez staliet\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - anv ar rpm tizh\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - liketennoù damantet\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - diverrañ\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - url\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr ""
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr ""
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr ""
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "n'eus restr hdlist ebet evit ar medium « %s »"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "n'eus restr synthesis ebet evit ar medium « %s »"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "n'eus titour XML ebet evit ar medium « %s »"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "N'eus pakad ebet ket a vez graet %s anezhañ"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "%s zo er pakadoù a-heul : %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "N'hell ket bet staliet ar pakadoù %s"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Staliet eo ar pakad %s c'hoazh"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Staliet eo ar pakadoù %s c'hoazh"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "peogwir %s zo manket"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "peogwir eo staliet ar pakad %s c'hoazh"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "peogwir %s zo manket"
-
-#: ../urpm/select.pm:570
-#, fuzzy, c-format
-msgid "trying to promote %s"
-msgstr "N'eus pakad da zilemel ebet"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "evit mirout %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "evit staliañ %s"
-
-#: ../urpm/select.pm:617
-#, fuzzy, c-format
-msgid "due to conflicts with %s"
-msgstr "peogwir %s zo manket"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "N'eo ket mat ar sinadur (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "N'eo ket mat ID an alc'hwezh (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Mankout a ra ar sinadur (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "N'hell ket bet skrivet ar restr"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "N'hell ket bet digoret ar restr"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "N'hell ket bet fiñvet ar restr eus %s da %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme stumm %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Ur meziant frank eo an hini-mañ ha moien zo da zal'ch anezhañ hervez GNU "
-"GPL.\n"
-"\n"
-"arveriadur :\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr ""
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --adpakadiñ - Adpakadiñ ar restroù a-raok lemel anezho\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - implij ur gwrizienn all evit lemel pakadoù.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - deskrivadur ar pakad\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr ""
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Ar gourarveriad hepken a c'hell lemel pakadoù"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "dianav eo ar pakadoù"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "pakad anavez"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "sac'het e vo ho reizhiad ma eo lemelet ar pakad %s"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "N'eus pakad da zilemel ebet"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "N'eus pakad da zilemel ebet"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Ar %d pakad a-heul a zo war-nes bezañ distaliet evit dalc'hen an ezhommoù :"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "pakad anavez"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Lemel %d pakad ?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (y/N)"
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "Trobarzhell lem-laka"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Fazi en ur lemel"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Fazi en ur lemel"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --suggests - liketennoù damantet\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr ""
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --filename - anv restr ar pakad\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr ""
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --suggests - liketennoù damantet\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr ""
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr ""
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr ""
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr ""
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr ""
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr ""
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --buildtime - amzer ar sevel\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr ""
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "N'hell ket bet krouer ar renkell [%s] evit reiñ da c'houzout ur gudenn"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s : %s (evit bremanaat)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (evit bremanaat)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s : %s (evit staliañ)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (evit staliañ)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Unan eus ar pakadoù a-heul a zo ret bezañ staliet evit dalc'hen an ezhomm « %"
-"s » :"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Petra eo ho choazh ? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Kenderc'hel evelato ?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Y/n)"
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Ne m'eus ket gallet staliañ ur pakad goulennet :\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Ne m'eus ket gallet staliañ un darn pakad goulennet :\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "sac'het e vo ho reizhiad ma eo lemelet ar pakad %s"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr "Red eo da lemel ar pakadoù-mañ"
-
-#: ../urpmi:553
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr "Red eo da lemel ar pakadoù-mañ"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Red eo lemel ar pakad-mañ a-raok staliañ ar re nevez all:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Red eo lemel ar pakadoù-mañ a-raok staliañ ar re nevez all:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"Ar %d pakad a-heul a zo war-nes bezañ distaliet evit dalc'hen an ezhommoù :"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "%s egor pladenn ouzphenn a vo bet implijet."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "%s egor pladenn a vo bet dieubet."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "%s a bakad a vo bet degaset."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "War-nes bezañ staliañ eo %d pakad. Mont war-raok ?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Nullañ"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Gwaskit « enkas » pa eo prest ar vedium ..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --root - implij ur gwrizienn all evit lemel pakadoù.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Ar gourarveriad hepken a c'hell ouzhpennañ ur vedia"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "o krouiñ ar restr kefluniadur [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Ne 'meus ket ar restr kefluniadur [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr ""
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr ""
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "n'eus ket tu da ouzhpennañ ar vedium"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover stumm %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Ur meziant frank eo an hini-mañ ha moien zo da zal'ch anezhañ hervez GNU "
-"GPL.\n"
-"\n"
-"arveriadur :\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - lazhañ adpakadiñ\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "N'eo ket spiset ar renkell adpakadiñ\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "N'eus ket tu skrivañ e renkell adpakadiñ [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "O naetaat ar renkell adpakadiñ [%s] ...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Red eo deoc'h bezañ gourarveriad"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "O skrivañ restr makroù rpm [%s] ...\n"
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Filelist kavet ebet\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "O lazhañ adpakadiñ\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr ""
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr ""
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Ar gourarveriad hepken a c'hell lemel ur vedia"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"bez eus netra da lemel (implij urpmi.addmedia evit ouzhpennañ ur vedia)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"mankout a ra ar vouetadur da lemel\n"
-"(unan eus %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr ""
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr ""
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " --url - url\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr ""
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Ar gourarveriad hepken a c'hell bremañaat ar media"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"bez eus netra da vremañaat (implij urpmi.addmedia evit ouzhpennañ ur vedia)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"mankout a ra ar vouetadur da vremañaat\n"
-"(unan eus %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "« %s »"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "o tremen e-biou ar vedia %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "o bevaat ar media %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq stumm %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Ur meziant frank eo an hini-mañ ha moien zo da zal'ch anezhañ hervez GNU "
-"GPL.\n"
-"\n"
-"arveriadur :\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr ""
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr ""
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr ""
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr ""
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr ""
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr ""
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --buildtime - amzer ar sevel\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --buildtime - amzer ar sevel\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --buildtime - amzer ar sevel\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --buildtime - amzer ar sevel\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - liketennoù damantet\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - anv ar rpm tizh\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - diskouez an diverrañ.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr ""
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr ""
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr ""
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr ""
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " --url - url\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr ""
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr ""
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr ""
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "n'hell ket skrivañ restr hdlist « %s »"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Changelog kavet ebet\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "URL siek : [%s]"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d gourc'hemenn staliañ zo bet sac'het"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "N'hell ket bet staliet ar pakad %s"
-
-#~ msgid "%s database locked"
-#~ msgstr "krouilhet eo ar stlennvon %s"
-
-#~ msgid "Unknown option %s"
-#~ msgstr "Dianav eo an dibarzh %s"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "bez eus re poentoù marc'hañ evit ar medium lem/laka « %s »"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "oc'h implij un trobarzhell lem-laka all [%s] evit « %s »"
-
-#, fuzzy
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "bez eus re poentoù marc'hañ evit ar medium lem/laka « %s »"
-
-#~ msgid "Error generating names file: Can't write to file (%s)"
-#~ msgstr ""
-#~ "Fazi en ur sevel anvioù restr : n'hell ket bet skrivet ar restr (%s)"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "n'hell ket bet lennet restr hdlist « %s »"
-
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "o jediñ md5sum an hdlist a zo endro (pe an synthesis) « %s » ..."
-
-#, fuzzy
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr "n'hellan ket kavout ar restr hdlist evit « %s », medium dibvrud"
-
-#~ msgid "invalid hdlist name"
-#~ msgstr "anv hdlist siek"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "N'hellan ket kavout restr ar roll evit « %s », medium dibvrud"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "savet eo bet ar restr synthesis hdlist evit ar vedium « %s »"
-
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "n'hell ket bet lennet restr roll « %s »"
-
-#~ msgid "wrote %s"
-#~ msgstr "%s skrivet"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "o sevel an hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "N'hell ket bet savet ar restr synthesis hdlist evit ar vedium « %s ». "
-#~ "Marteze eo sac'het ho restr hdlist."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "fazi en ur lenn restr hdlist pe synthesis ar vedium « %s »"
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "o jediñ md5sum an hdlist eilet (pe an synthesis)"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "... sac'het eo ar resev : ne glot ket ar md5sum"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "n'eus restr rpm kavet eus [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "n'hellan ket lenn ar restroù rpm eus [%s] : %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "n'eus ket rpm lennet ebet"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "o lenn reollinoù eus ar medium « %s »"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "n'hell ket bet bremañaet ar medium « %s »\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "ne m'eus ket krouiñ ar mediom « %s »\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "bez euz meur a bakad gant ar memes anv restr rpm « %s »"
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "n'hell ket bet lennet [%s] gant ar werzh « %s »"
-
-#~ msgid "unrequested"
-#~ msgstr "n'eo ket goulennet"
-
-#~ msgid " (%d MB)"
-#~ msgstr " (%d Mo)"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "oc'h ouzhpennañ ar pakad %s (id=%d, eid=%d, update=%d, restr=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Sinadur fall a zo gant ar pakadoù-mañ :\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Ha fellout a ra deoc'h da genderc'hel ar staliadur ?"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "n'hellan ket lemel ar pakad %s"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "Filelist kavet ebet\n"
-
-#~ msgid "Proceed with the installation of the %d package? (%d MB)"
-#~ msgid_plural "Proceed with the installation of the %d packages? (%d MB)"
-#~ msgstr[0] "War-nes bezañ staliañ eo %d pakad (%d Mo). Mont war-raok ?"
-
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "o tremen e-biou ar vedia %s : n'eus ket hdlist ebet"
-
-#~ msgid "Distributing files to nodes..."
-#~ msgstr "O skignañ ar restroù d'ar skoulmoù ..."
-
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "O staliañ ar pakadoù war ar skoulmoù..."
-
-#~ msgid "Distributing files to %s..."
-#~ msgstr "O skignañ ar restroù ad %s ..."
-
-#~ msgid "Performing install on %s..."
-#~ msgstr "O staliañ war %s ..."
-
-#~ msgid "Preparing install on %s..."
-#~ msgstr "O prientiñ da staliañ war %s ..."
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "bez eo implijet c'hoazh ar restr [%s] er memes medium « %s »"
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "bez eus netra skriver e restr roll evit « %s »"
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "kavet eo %d reollin er grubuilh"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "o lemel %d reollin kozh er grubuilh"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "oc'h eilañ ar restr hdlists ..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "n'eo ket mat deskrivadur an hdlist « %s » er restr hdlists"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s : n'eo ket bet kavet an urzhiad\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr "Ne m'eus ket gallet staliañ pakadoù bennak"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "Kenderc'hel ?"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Ne m'eus ket gallet staliañ un darn pakad goulennet :\n"
-#~ "%s"
diff --git a/po/bs.po b/po/bs.po
deleted file mode 100644
index 6aa09531..00000000
--- a/po/bs.po
+++ /dev/null
@@ -1,3587 +0,0 @@
-# translation of bs.po to Bosnian
-# translation of urpmi-bs.po to Bosanski
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/bs.php3
-#
-# Copyright (C) 2001,2003, 2004, 2005, 2006. Free Software Foundation, Inc.
-# Amila Akagić <bono@lugbih.org>, 2001.
-# Vedran Ljubovic <vljubovic@smartnet.ba>, 2003, 2004, 2005, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: bs\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2006-09-13 21:02+0200\n"
-"Last-Translator: Vedran Ljubovic <vljubovic@smartnet.ba>\n"
-"Language-Team: Bosnian <lokal@linux.org.ba>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.10.2\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
-"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM instalacija"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Greška: ne mogu naći datoteku %s, prekidam operaciju"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_U redu"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Izabrali ste paket sa izvornim kodom:\n"
-"\n"
-"%s\n"
-"\n"
-"Vjerovatno ga ne želite instalirati na vaš računar (što vam omogućuje da "
-"pravite izmjene u izvornom kodu prije kompajliranja).\n"
-"\n"
-"Šta želite uraditi?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Upravo ćete instalirati sljedeće softverske pakete na vaš računar:\n"
-"\n"
-"%s\n"
-"\n"
-"Da nastavim?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Upravo ćete instalirati sljedeće softverske pakete na vaš računar:\n"
-"\n"
-"%s\n"
-"\n"
-"Možda želite da ih samo snimite. Šta je vaš izbor?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Instaliraj"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Snimi"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Odustani"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Izaberi lokaciju za snimanje"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi verzija %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Ovo je slobodan software i može biti distribuiran pod uslovima GNU GPL-a.\n"
-"\n"
-"upotreba:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - ispiši ovu poruku.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - ne-interaktivni režim, koristi ponuđene odgovore na sva "
-"pitanja.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - automatski izaberi pakete za unaprijeđenje sistema.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - prisili pozivanje čak i ako neki paketi ne postoje.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - provjeri potpis rpm-a prije instalacije\n"
-" (--no-verify-rpm isključuje, normalno je uključeno).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - koristi samo navedene medije, razdvojene zarezom.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - uključi pretragu 'provides' taga radi nalaženja paketa.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - ne pretražuj 'provides' pri traženju paketa.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - koristi drugi dir. za rpm instalaciju.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - provjeri da li se instalacija može ispravno izvršiti.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --searchmedia - koristi samo navedene medije za pretragu paketa.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Nije naveden paket"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Molim sačekajte..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Morate biti root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Neki od traženih paketa se ne mogu instalirati:\n"
-"%s\n"
-"Da nastavim?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Upozorenje"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "U redu"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (za ažuriranje)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (za instalaciju)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Izbor paketa"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Jedan od sljedećih paketa je potreban:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Prekini"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Sljedeći paketi trebaju biti uklonjeni da bi drugi mogli biti nadograđeni:\n"
-"%s\n"
-"Da nastavim?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Da bih zadovoljio ovisnosti, instaliraću sljedeći paket"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Da bih zadovoljio ovisnosti, instaliraću sljedeće pakete"
-
-#: ../gurpmi2:244
-#, fuzzy, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d paketa, %d MB)"
-msgstr[1] "(%d paketa, %d MB)"
-msgstr[2] "(%d paketa, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Instalacija paketa..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "ne mogu dobiti izvorne pakete, prekidam"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Pripremam..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Instaliram paket `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Molim ubacite medij sa imenom \"%s\" u uređaj [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Downloadujem paket `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Gotovo"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Instalacija nije uspjela, neke od datoteka nedostaju:\n"
-"%s\n"
-"Možda ćete trebati osvježiti vašu urpmi bazu podataka"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Instalacija nije uspjela:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "sve je već instalirano"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Instalacija završena"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "uklanjam %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "restartujem urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"upotreba: %s [opcije]\n"
-"gdje su [opcije] nešto od\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - ispiši ovu poruku.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - koristi zadani korijenski direktorij umjesto /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [grupa] - ograniči rezultate na datu grupu.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " podrazumijeva se %s.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - ispiši grupe sa imenom.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Samo administrator (root) može instalirati pakete"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Pokrećem urpmi u ograničenom režimu..."
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Ne mogu pisati u direktorij za prepakiranje [%s]\n"
-
-#: ../urpm.pm:112
-#, fuzzy, c-format
-msgid "invalid owner for directory %s"
-msgstr "Neispravan datum ili trajanje [%s]\n"
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Ne mogu pisati u direktorij za prepakiranje [%s]\n"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "ne mogu otvoriti rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "neispravno ime rpm datoteke [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "dobavljam rpm datoteku [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...download završen"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...dobavljanje nije uspjelo: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "ne mogu pristupiti rpm datoteci [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "ne mogu obraditi spec datoteku %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "ne mogu registrovati rpm datoteku"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Nekompatibilna arhitektura za paket [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "greška pri registrovanju lokalnih paketa"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Ova operacija je zabranjena dok ste u ograničenom režimu"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "pogrešna deklaracija proxy-ja na komandnoj liniji\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: ne mogu pročitati rpm datoteku \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, fuzzy, c-format
-msgid "unexpected expression %s"
-msgstr "Izrazi za uzorke:\n"
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Nedostaje potpis (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, fuzzy, c-format
-msgid "no expression to close"
-msgstr "Izrazi za uzorke:\n"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, fuzzy, c-format
-msgid "chroot directory doesn't exist"
-msgstr "Direktorij okruženja %s ne postoji"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Previše argumenata\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Kopiranje nije uspjelo"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "medij \"%s\" nije izabran"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "ne mogu pročitati rpm datoteku [%s] sa medija \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "ne mogu da zapišem konf. datoteku [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "ne mogu da zapišem konf. datoteku [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "ne mogu da zapišem konf. datoteku [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Molim unesite vaše podatke radi pristupa proxy serveru\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Korisničko ime:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Šifra:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Kopiranje nije uspjelo"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "zbog nedostajućeg %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "zbog nedostajućeg %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "zbog nedostajućeg %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "uklanjam %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...dobavljanje nije uspjelo: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "nepoznat protokol je definisan za %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s nije dostupan, prelazim na %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "nije pronađen download program, podržani su: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "ne mogu rukovati protokolom: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "Instaliram %s na %s..."
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "paket %s nije pronađen"
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "dobavljam rpm datoteke za medij \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[prepakujem]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"napravio transakciju za instaliranje na %s (ukloni=%d, instaliraj=%d, "
-"unaprijedi=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "ne mogu napraviti transakciju"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "ne mogu ekstraktovati rpm iz delta-rpm paketa %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "ne mogu instalirati paket %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "instaliram %s iz %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...dobavljanje nije uspjelo: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "uklanjam paket %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "uklanjam paket %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "instaliram %s iz %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Više informacija o paketu %s"
-
-#: ../urpm/ldap.pm:71
-#, fuzzy, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Ne mogu pisati u direktorij za prepakiranje [%s]\n"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "Nije naveden paket"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "urpmi baza podataka je zaključana"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Upozorenje"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Instalacija nije uspjela"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Instalacija nije uspjela na čvoru %s"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Sljedeći paketi imaju neispravne potpise"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Sljedeći paketi imaju neispravne potpise"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Želite li nastaviti instalaciju ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "instaliram %s iz %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "distribuiram %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "instaliram %s iz %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "instaliram %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Da pokušam instalaciju bez provjere ovisnosti? (d/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Pokušaj instalaciju još jače (--force opcija)? (d/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Instalacija nije moguća"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "ispitujem MD5SUM datoteku"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "pažnja: md5 suma za %s nije dostupna u datoteci MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "virtuelni medij \"%s\" bi trebao imati čist url, ignorišem medij"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "ne mogu pristupiti list datoteci za \"%s\", ignorišem medij"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "ne mogu pristupiti hdlist datoteci za \"%s\", ignorišem medij"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "pokušavam prepisati postojeći medij \"%s\", preskačem"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "zapiši konf. datoteku [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Nije moguće istovremeno koristi parallel i use-distrib"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "koristi pridruženi medij za paralelni mod: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis se ne može koristiti zajedno sa --media, --excludemedia, --"
-"sortmedia, --update, --use-distrib or --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Početak pretrage: %s kraj: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "preskačem paket %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "instaliraću umjesto unaprjeđenja paketa %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "medij \"%s\" već postoji"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "dobavljam zaglavlja sa medija \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "uklanjam medij \"%s\""
-
-#: ../urpm/media.pm:808
-#, fuzzy, c-format
-msgid "directory %s does not exist"
-msgstr "Direktorij okruženja %s ne postoji"
-
-#: ../urpm/media.pm:816
-#, fuzzy, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "izgleda da ovaj URL ne sadrži distrib"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "ne mogu obraditi media.cfg"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"ne mogu pristupiti prvom instalacionom mediju (nije pronađena hdlist "
-"datoteka)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "skidam media.cfg datoteku..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "ne mogu izabrati nepostojeći medij \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "biram više medija: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "uklanjam medij \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "rekonfigurišem uprmi za medij \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...rekonfiguracija nije uspjela"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "rekonfiguracija završena"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Greška pri pravljenju names datoteke: zavisnost %d nedostaje"
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "medij \"%s\" nije izabran"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "ispitujem synthesis datoteku [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problem pri čitanju synthesis datoteke za medij \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "ispisujem list datoteku za medij \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...kopiranje nije uspjelo"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "kopiram opisnu datoteku za \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopiranje završeno"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "kopiranje [%s] nije uspjelo (datoteka je sumnjivo mala)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "izračunavam md5sum za dobavljeni hdlist (ili synthesis)"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "kopiranje [%s] nije uspjelo (md5sum se ne poklapa)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "ispitujem hdlist datoteku [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "Instaliram %s na %s..."
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "nije pronađena hdlist datoteka za medij \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "kopiram opisnu datoteku za \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "neispravno ime rpm datoteke [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "dobavljam hdlist (ili synthesis) za \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "pronašao traženi hdlist (ili synthesis) kao %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "nije pronađena hdlist datoteka za medij \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "istražujem pubkey datoteku za \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...uveo sam ključ %s iz pubkey datoteke \"%s\"-a"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "ne mogu uvesti pubkey datoteku za \"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "dodao medij %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "čitam RPM datoteke iz [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "DdYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Žalim, pogrešan izbor, probajte kasnije\n"
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Package"
-msgstr "Izbor paketa"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr ""
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "uklanjam medij \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "ne mogu obraditi \"%s\" u datoteci [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "ispitujem paralelni držač u datoteci [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "pronašao paralelni držač za čvorove: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "ne mogu koristiti paralelnu opciju \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "na čvoru %s"
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Instalacija nije uspjela"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp nije uspio, možda je čvor nedostupan"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput nije uspio, možda je čvor nedostupan"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "scp nije uspio na računaru %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, fuzzy, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "scp nije uspio na računaru %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, fuzzy, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr "računar %s nema ispravnu verziju urpmi (%d)"
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "ne mogu pristupiti mediju \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "montiram %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "demontiram %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf verzija %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Ovo je slobodan software i može biti distribuiran pod uslovima GNU GPL-a.\n"
-"\n"
-"upotreba: urpmf [opcije] izraz\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - ispisuje broj verzije ovog alata.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - koristi navedenu okolinu (tipično izvještaj o bugu).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - ne koristi navedene medije, razdvojene zarezom.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - bez prepoznavanja uzorka, koristi argument kao doslovan "
-"tekst.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --root - koristi drugi dir. za rpm instalaciju.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - sortiraj medije prema podstringovima razdvojenim "
-"zarezom.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --synthesis - koristi zadani synthesis umjesto urpmi baze.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - koristi zadani synthesis umjesto urpmi baze.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - ne ispisuj identične linije.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - koristi samo medije za unaprjeđenje.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - rječiti mod.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - ne razlikuj velika i mala slova u uzorcima.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -I - razlikuj velika i mala slova u uzorcima.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - promjena razdjelnika polja (standardno je ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Izrazi za uzorke:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text - svaki tekst se tretira kao regexp, osim ako se koristi -"
-"I.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - uključi perl kod direktno kao perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - binarni I operator.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - binarni OR operator.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - unarno NE.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - lijeva i desna zagrada.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Spisak tagova:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - određuje format izlaza nalik na printf\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " primjer: '%%ime:%%datoteke'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - arhitektura\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - računar na kojem je kompajliran\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - vrijeme kompajliranja\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - konfiguracione datoteke\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - tagovi za konflikte\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - opis paketa\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - distribucija\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - epoha\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - ime datoteke paketa\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - lista datoteka u paketu\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - grupa\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - ime paketa\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - ime paketa\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - tag 'prevaziđeno'\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - autor paketa\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - tag 'pruža'\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - tag 'zahtijeva'\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - veličina nakon instalacije\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - naziv izvornog rpm-a\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - tag 'prevaziđeno'\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - sažetak.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - URL\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - izdavač\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - medij na kojem je paket pronađen\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - štampa verziju, izdanje i arhitekturu sa imenom.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Neispravan format: možete koristiti samo jedan viševrijednosni tag"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "koristim navedenu okolinu na %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "nije pronađena hdlist datoteka za medij \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "izgrađena hdlist synthesis datoteka za medij \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "ispisujem list datoteku za medij \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Nema paketa pod imenom %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Sljedeći paketi sadrže %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "sve je već instalirano"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "sve je već instalirano"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "sve je već instalirano"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "zbog nedostajućeg %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "sve je već instalirano"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "zbog nezadovoljenih %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "pokušavam promovirati %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "kako bi zadržao %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "da bih instalirao %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "zbog konflikta sa %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Neispravan potpis (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Neispravan ID ključa (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Nedostaje potpis (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "Ne mogu napraviti konf. datoteku [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Kopiranje nije uspjelo"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Kopiranje nije uspjelo"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme verzija %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Ovo je slobodan software i može biti distribuiran pod uslovima GNU GPL-a.\n"
-"\n"
-"upotreba:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - automatski izaberi pakete u izborima.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - provjeri da li se uklanjanje može ispravno izvršiti.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - distribuirani urpmi preko mašina sa aliasom.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - Prepakuj datoteke prije brisanja\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - koristi drugi korijen za uklanjanje RPM-a.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - osvježi samo medije za update.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - ne izvršavaj skripte u paketu.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - podesi urpme u letu iz distrib stabla, korisno za\n"
-" chroot de-instalacije uz korištenje --root opcije.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - rječiti mod.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - izaberi sve pakete koji odgovaraju izrazu.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Samo administrator (superkorisnik) može uklanjati pakete"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "nepoznati paket"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "nepoznat paket"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "uklanjanje paketa %s će pokvariti vaš sistem"
-msgstr[1] "uklanjanje paketa %s će pokvariti vaš sistem"
-msgstr[2] "uklanjanje paketa %s će pokvariti vaš sistem"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Nema ništa za uklanjanje"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Nema ništa za uklanjanje"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Da bih zadovoljio ovisnosti, ukloniću sljedećih %d paketa (%d MB)"
-msgstr[1] "Da bih zadovoljio ovisnosti, ukloniću sljedećih %d paketa (%d MB)"
-msgstr[2] "Da bih zadovoljio ovisnosti, ukloniću sljedećih %d paketa (%d MB)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "nepoznat paket"
-msgstr[1] "nepoznat paket"
-msgstr[2] "nepoznat paket"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Da uklonim %d paketa?"
-msgstr[1] "Da uklonim %d paketa?"
-msgstr[2] "Da uklonim %d paketa?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (d/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "uzimam izmjenjivi uređaj kao \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Uklanjanje nije uspjelo"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Uklanjanje nije uspjelo"
-
-#: ../urpmf:153
-#, fuzzy, c-format
-msgid "unterminated expression (%s)"
-msgstr "Izrazi za uzorke:\n"
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-select - automatski izaberi pakete za unaprijeđenje sistema.\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - isključi provjeru MD5SUM datoteke.\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - prinudi update gpg ključa.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - tag 'prevaziđeno'\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - nikad ne pitaj za deinstalaciju paketa, prekini "
-"instalaciju.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - nemoj instalirati pakete (samo ih preuzmi)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - čuvaj postojeće pakete ako je moguće, odbaci tražene\n"
-" pakete koji vode uklanjanju.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - podijeli u više manjih transakcija ako će navedeni\n"
-" paketi biti instalirani ili unaprijeđeni,\n"
-" podrazumijeva se %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - mala dužina transakcije, podrazumijeva se %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - nametni fuzzy pretragu.\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - tag 'zahtijeva'\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - instaliraj samo izvorne pakete (bez binarnih).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - ukloni rpm iz spremnika prije svega ostalog.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - čuvaj neiskorištene rpm-ove u spremniku.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - dozvoli pitanje korisniku da instalira pakete\n"
-" bez provjere ovisnosti.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - dozvoli pitanje korisniku da instalira pakete bez\n"
-" provjere ovisnosti i integriteta.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - tag 'prevaziđeno'\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - podesi urpmi u letu iz distrib stabla, korisno za\n"
-" chroot instalacije uz korištenje --root opcije.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - dodatne opcije za curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- dodatne opcije za rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - dodatne opcije za wget\n"
-
-#: ../urpmi:121
-#, fuzzy, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --curl-options - dodatne opcije za curl\n"
-
-#: ../urpmi:122
-#, fuzzy, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --curl-options - dodatne opcije za curl\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - ograniči brzinu downloada.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - nastavi prijenos djelomično prenesenih datoteka\n"
-" (--no-resume isključuje, što je i podrazumijevano).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - koristi navedeni HTTP proxy, broj porta se pretpostavlja\n"
-" da je 1080 (format je <proxyhost[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - navedi korisnika i šifru potrebne za proxy\n"
-" autentifikaciju (format je <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - ispiši izvještaj o bugu u direktorij naveden u\n"
-" idućem argumentu.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - isključi puteve razdvojene zarezom.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - isključi docs datoteke.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - ne provjeravaj slobodan prostor na disku.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --ignorearch - dozvoli instalaciju RPMova za druge arhitekture.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - ne izvršavaj skripte u paketu\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - paketi čija instalacija treba biti preskočena\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - paketi čija instalacija treba biti preskočena\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - ako je pronađeno više paketa, ponudi više izbora\n"
-" nego što je uobičajeno.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - ne zaključavaj RPM bazu.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - ažuriraj samo pakete sa istom arhitekturom.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - izaberi sve pogotke na komandnoj liniji.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - tihi mod.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - rječiti mod.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" imena ili rpm datoteke dati na komandnoj liniji će biti instalirani.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Greška: Da biste generisali prijavu buga, navedite uobičajene argumente i\n"
-"dodajte --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Ne možete instalirati binarne RPM datoteke koristeći --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Direktorij [%s] već postoji, molim koristite neki drugi direktorij za "
-"prijavu buga ili ga obrišite"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Ne mogu napraviti direktorij [%s] za prijavu buga"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Direktorij okruženja %s ne postoji"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Greška: izgleda da je %s montiran samo za čitanje.\n"
-"Koristite opciju --allow-force za prinudnu operaciju."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Ažuriram medije...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr " (za ažuriranje)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr " (za ažuriranje)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr " (za instalaciju)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr " (za instalaciju)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Da bih zadovoljio ovisnosti, ukloniću sljedećih %d paketa (%d MB)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Vaš izbor je? (1-%d) "
-
-#: ../urpmi:507
-#, fuzzy, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Sljedeći paketi se ne mogu instalirati pošto zavise od sljedećih paketa\n"
-"koji su stariji od instaliranih:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Sljedeći paketi se ne mogu instalirati pošto zavise od sljedećih paketa\n"
-"koji su stariji od instaliranih:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Svejedno nastavljate instalaciju?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (D/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Neki od traženih paketa se ne mogu instalirati:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Neki od traženih paketa se ne mogu instalirati:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "uklanjanje paketa %s će pokvariti vaš sistem"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Instalacija se ne može nastaviti zato što sljedeći paketi trebaju biti\n"
-"uklonjeni da bi drugi mogli biti nadograđeni:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Instalacija se ne može nastaviti zato što sljedeći paketi trebaju biti\n"
-"uklonjeni da bi drugi mogli biti nadograđeni:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Sljedeći paketi trebaju biti uklonjeni da bi drugi mogli biti nadograđeni:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Sljedeći paketi trebaju biti uklonjeni da bi drugi mogli biti nadograđeni:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(samo testiraj, uklanjanje neće biti izvršeno)"
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Morate biti root da biste instalirali sljedeće ovisnosti:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Da bih zadovoljio ovisnosti, ukloniću sljedećih %d paketa (%d MB)"
-msgstr[1] "Da bih zadovoljio ovisnosti, ukloniću sljedećih %d paketa (%d MB)"
-msgstr[2] "Da bih zadovoljio ovisnosti, ukloniću sljedećih %d paketa (%d MB)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(samo testiraj, instalacija neće biti izvršena)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, fuzzy, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Da nastavim sa instalacijom %d paketa? (%d MB)"
-msgstr[1] "Da nastavim sa instalacijom %d paketa? (%d MB)"
-msgstr[2] "Da nastavim sa instalacijom %d paketa? (%d MB)"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Odustani"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Pritisnite Enter kada budete spremni..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"upotreba: urpmi.addmedia [opcije] <ime> <url>\n"
-"gdje je <url> jedan od\n"
-" [file:/]/<put>\n"
-" ftp://<korisničko_ime>:<šifra>@<host>/<put>\n"
-" ftp://<host>/<put>\n"
-" http://<host>/<put>\n"
-" removable://<put>\n"
-"\n"
-"a [opcije] su\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - koristi wget za download datoteka.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - koristi curl za download datoteka.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - koristi curl za download datoteka.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - koristi curl za download datoteka.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - pokušaj naći i koristiti synthesis datoteku.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - ne pokušavaj pronaći synthesis ili\n"
-" hdlist datoteku.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - automatski napravi sve medije iz instalacionog\n"
-" medija.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr " --interactive - sa --distrib, pitaj prije svakog medija\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - sa --distrib, dodaj sve navedene medije\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - koristi navedeni url za listu mirrora, podrazumijeva se\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - napravi virtuelne medije koji su uvijek osvježeni,\n"
-" dozvoljen je samo protokol file:// .\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - isključi provjeru MD5SUM datoteke.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - nemoj uvoziti pubkey dodanog medija\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - dodaj medij u konfiguraciju, ali bez ažuriranja.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - tihi mod.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - rječiti mod.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Samo administrator (superkorisnik) može dodavati medije"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "Napraviću konf. datoteku [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Ne mogu napraviti konf. datoteku [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "nema potrebe da navodite <relativnu putanju do hdlist> sa --distrib"
-
-#: ../urpmi.addmedia:144
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Želite li dodati medij '%s'"
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<relativni put do datoteke hdlist> nedostaje\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "ne mogu pristupiti mediju \"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover verzija %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Ovo je slobodan software i može biti distribuiran pod uslovima GNU GPL-a.\n"
-"\n"
-"upotreba:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - podesi početak prepakiranja na trenutno vrijeme\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - nemoj prazniti repackage direktorij na kontrolnoj tački\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-" --list - spisak transakcija nakon navedenog datuma/trajanja\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - spisak svih transakcija u rpmdb (dugačko)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - spisak transakcija nakon kontrolne tačke\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - vrati na zadani datum,\n"
-" ili vrati zadani broj transakcija\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - isključi prepakiranje\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Neispravan datum ili trajanje [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Direktorij za prepakiranje nije definisan\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Ne mogu pisati u direktorij za prepakiranje [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Čistim direktorij za prepakiranje [%s]...\n"
-
-#: ../urpmi.recover:72
-#, fuzzy, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "Uklonjeno %d datoteka\n"
-msgstr[1] "Uklonjeno %d datoteka\n"
-msgstr[2] "Uklonjeno %d datoteka\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Neispravni argumenti na komandnoj liniji [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Ne možete istovremeno navesti --checkpoint i --rollback\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Ne možete istovremeno navesti --checkpoint i --list\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Ne možete istovremeno navesti --rollback i --list\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Ne možete istovremeno navesti --disable i neku drugu opciju"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Nema transakcija nakon %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Morate biti root korisnik za ovo"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Zapisujem rpm macros datoteku [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Nije pronađen rollback datum\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Vraćam se na datum %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Isključujem prepakiranje\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"upotreba: urpmi.removemedia (-a | <ime> ...)\n"
-"gdje je <ime> naziv medija za uklanjanje.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - izaberi sve medije.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - fuzzy izbor imena medija.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Samo administrator (superkorisnik) može uklanjati medije"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "ništa za uklanjanje (koristite urpmi.addmedia da dodate medij)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"stavka za brisanje nedostaje\n"
-"(jedan od %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"upotreba: urpmi.update [opcije] <ime> ...\n"
-"gdje je <ime> naziv medija za unaprjeđenje.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - osvježi samo medije za update.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - prinudi update gpg ključa.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - ne ažuriraj, označi medij kao ignorisan.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - ne ažuriraj, označi medij kao uključen.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - ne pokušavaj pronaći synthesis ili\n"
-" hdlist datoteku.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - izaberi ne-izmjenjive medije.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - prisili pravljenje hdlist datoteka.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - prisili pravljenje hdlist datoteka.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Samo administrator (superkorisnik) može ažurirati medije"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "ništa za update (koristite urpmi.addmedia da dodate medij)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"stavka za update nedostaje\n"
-"(jedan od %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "ignorišem medij %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "uključujem medij %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq verzija %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Ovo je slobodan software i može biti distribuiran pod uslovima GNU GPL-a.\n"
-"\n"
-"upotreba:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - koristi samo navedene medije za pretragu (ili ažuriranje) "
-"paketa.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - nametni fuzzy pretragu (isto što i -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - lista dostupnih paketa.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - izlistaj dostupne medije.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - izlistaj dostupne medije i njihove URLove.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - izlistaj dostupne nodove kod korištenja --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - izlistaj dostupne paralelne aliase.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - ispiši konfiguraciju u obliku argumenata za urpmi."
-"addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - sljedeći paket je source paket (isto što i -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - daj sve source pakete prije downloada (samo root).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --ignorearch - dozvoli upite na RPMove za druge arhitekture.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - podesi urpmi u letu iz distrib stabla.\n"
-" Ovo omogućuje ispitivanje distribucije.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - ispiši dnevnik izmjena.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - tagovi za konflikte\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - tag 'prevaziđeno'\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - tag 'pruža'\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - tag 'zahtijeva'\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - tag 'prevaziđeno'\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - naziv izvornog rpm-a\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - ispiši sažetak.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - proširi upit na ovisnosti paketa.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - obrnuta pretraga za ono što zahtijeva paket.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - proširena obrnuta pretraga (uključuje virtuelne "
-"pakete).\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - uključi pretragu 'provides' taga radi nalaženja.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - kompletan izlaz sa paketom za uklanjanje.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - ispiši grupe sa imenom.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - ispiši korisne informacije u čitljivom obliku.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - lista datoteka u paketu.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - tihi mod.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - ispiši verziju i izdanje sa imenom.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - sljedeći paket je source paket (isto što i --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - ukloni paket ako je već instalirana novija verzija.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - nametni fuzzy pretragu (isto što i --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - kao -y, ali pretraga ne razlikuje mala i velika slova.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " imena ili rpm datoteke dati na komandnoj liniji će biti ispitani.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes se može koristiti samo sa --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "ne mogu zapisati list datoteku za \"%s\""
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"Napomena: pošto nijedan od pretraženih medija ne koristi hdliste, urpmf nije "
-"mogao vratiti rezultate\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"Napomena: pošto nijedan od pretraženih medija ne koristi hdliste, urpmf nije "
-"mogao vratiti rezultate\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"Napomena: pošto nijedan od pretraženih medija ne koristi hdliste, urpmf nije "
-"mogao vratiti rezultate\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"Napomena: pošto nijedan od pretraženih medija ne koristi hdliste, urpmf nije "
-"mogao vratiti rezultate\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Nije pronađen changelog\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - napravi medij za unaprjeđenje.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "neispravan URL: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d instalacionih transakcija nije uspjelo"
-#~ msgstr[1] "%d instalacionih transakcija nije uspjelo"
-#~ msgstr[2] "%d instalacionih transakcija nije uspjelo"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "sve je već instalirano"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Provjeravam uklanjanje sljedećih paketa"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "urpmi baza podataka je zaključana"
-
-#, fuzzy
-#~ msgid ""
-#~ " --auto - non-interactive mode, assume default answers to "
-#~ "questions. --auto\n"
-#~ msgstr ""
-#~ " --auto - ne-interaktivni režim, koristi ponuđene odgovore na "
-#~ "sva pitanja.\n"
-
-#~ msgid "Unknown option %s"
-#~ msgstr "Nepoznata opcija '%s'"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "previše tačaka montiranja za izmjenjivi medij \"%s\""
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "Medij \"%s\" je ISO imidž, biće automatski montiran"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "koristeći različit izmjenjivi uređaj [%s] za \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "ne mogu dobaviti put direktorija za uklonjivi medij \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "ne mogu pristupiti prvom instalacionom mediju"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "ne mogu pristupiti mediju \"%s\",\n"
-#~ "ovo se moglo desiti ako ste ručno montirali direktorij prilikom "
-#~ "pravljenja medija."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr ""
-#~ "nekoherentan medij \"%s\" je označen kao izmjenljiv, mada nije ustvari"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - očisti direktorij sa spremnikom zaglavlja.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "virtuelni medij mora biti lokalan"
-
-#~ msgid "Error generating names file: Can't write to file (%s)"
-#~ msgstr ""
-#~ "Greška pri pravljenju names datoteke: Ne mogu pisati u datoteku (%s)"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "ne mogu obraditi hdlist datoteku za \"%s\""
-
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "izračunavam md5sum postojećeg izvornog hdlista (ili synthesis) [%s]"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "virtuelni medij \"%s\" ne bi trebao imati hdlist ili list datoteku, "
-#~ "ignorišem ga"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "neispravno ime rpm datoteke [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "ne mogu naći list datoteku za \"%s\", ignorišem medij"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "ne mogu izabrati nepostojeći medij \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "izgrađena hdlist synthesis datoteka za medij \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "ne mogu obraditi hdlist datoteku za \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "medij \"%s\" pokušava koristiti već korištenu hdlist, ignorišem medij"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "medij \"%s\" pokušava koristiti već iskorištenu listu, medij je ignorisan"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Napomena: pošto nijedan od pretraženih medija ne koristi hdliste, urpmf "
-#~ "nije mogao vratiti rezultate\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "izvršavam drugi prolaz izračunavanja ovisnosti\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "pravim hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "Ne mogu napraviti synthesis datoteku za medij \"%s\". Vaša hdlist "
-#~ "datoteka je možda neispravna."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "problem u čitanju hdlist ili synthesis datoteke za medij \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "izračunavam md5sumu kopirane hdlist (ili synthesis) datoteke"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...dobavljanje nije uspjelo: md5sum ne odgovara"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "nisam našao RPM datoteke sa [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "ne mogu čitati RPM datoteke iz [%s]: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "nijedan RPM nije pročitan"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "dobavljam zaglavlja sa medija \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-synthesis - pokušaj naći i koristiti synthesis datoteku.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - pokušaj pronaći i koristiti hdlist datoteku.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Napomena: pošto nijedan od pretraženih medija ne koristi hdliste, urpmf "
-#~ "nije mogao vratiti rezultate\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "Možda želite koristiti --name da biste tražili imena paketa.\n"
-
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src, -s - sljedeći paket je source paket.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - pokušaj pronaći i koristiti hdlist datoteku.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "ne mogu update-irati medij \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "ne mogu napraviti medij \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "postoji više paketa sa istim imenom rpm datoteke \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "ne mogu ispravno obraditi [%s] na vrijednosti \"%s\""
-
-#~ msgid "(retry as root?)"
-#~ msgstr "(da pokušam kao root?)"
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "medij \"%s\" koristi neispravnu list datoteku:\n"
-#~ " mirror je vjerovatno zastario, pokušavam koristiti alternativnu metodu"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "medij \"%s\" ne određuje lokaciju rpm datoteka"
-
-#~ msgid "unrequested"
-#~ msgstr "nije tražen"
-
-#~ msgid " (%d MB)"
-#~ msgstr " (%d MB)"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "dodajem paket %s (id=%d, eid=%d, update=%d, file=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Sljedeći paketi imaju neispravne potpise:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Želite li nastaviti instalaciju?"
-
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Morate biti root kako biste koristili --use-distrib"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "ne mogu ukloniti paket %s"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "Nije nađena lista datoteka\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages will be removed (%d MB)"
-#~ msgstr "Da bih zadovoljio ovisnosti, ukloniću sljedećih %d paketa (%d MB)"
-
-#, fuzzy
-#~ msgid "Proceed with the installation of the %d package? (%d MB)"
-#~ msgid_plural "Proceed with the installation of the %d packages? (%d MB)"
-#~ msgstr[0] "Da nastavim sa instalacijom %d paketa? (%d MB)"
-#~ msgstr[1] "Da nastavim sa instalacijom %d paketa? (%d MB)"
-#~ msgstr[2] "Da nastavim sa instalacijom %d paketa? (%d MB)"
-
-#~ msgid "(%d packages, %d MB)"
-#~ msgstr "(%d paketa, %d MB)"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - ne pretražuj 'provides' pri traženju paketa "
-#~ "(default).\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - obrnuta pretraga za ono što zahtijeva paket.\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Da bih zadovoljio ovisnosti, instaliraću sljedećih %d paketa:\n"
-#~ "%s\n"
-
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "preskačem medij %s: nema hdliste"
-
-#~ msgid "node %s has an old version of urpme, please upgrade"
-#~ msgstr "čvor %s ima staru verziju urpme, molim ažurirajte"
-
-#~ msgid "Propagating synthesis to nodes..."
-#~ msgstr "Propagiram synthesis na čvorove..."
-
-#~ msgid "Resolving dependencies on nodes..."
-#~ msgstr "Razrješujem ovisnosti na čvorovima..."
-
-#~ msgid "Distributing files to nodes..."
-#~ msgstr "Distribuiram datoteke na čvorove..."
-
-#~ msgid "Verifying if install is possible on nodes..."
-#~ msgstr "Provjeravam da li je moguće instalirati na čvorove..."
-
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Instaliram pakete na čvorove..."
-
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "Propagiram synthesis na %s..."
-
-#~ msgid "Resolving dependencies on %s..."
-#~ msgstr "Razrješujem ovisnosti na %s..."
-
-#~ msgid "Distributing files to %s..."
-#~ msgstr "Distribuiram datoteke na %s..."
-
-#~ msgid "Verifying if install is possible on %s..."
-#~ msgstr "Provjeravam da li je moguće instalirati na %s..."
-
-#~ msgid "Performing install on %s..."
-#~ msgstr "Izvršavam instalaciju na %s..."
-
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Pripremam instalaciju na %s..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-synthesis - pokušaj naći i koristiti synthesis datoteku.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - pokušaj pronaći i koristiti hdlist datoteku.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "`with' nedostaje za mrežni medij\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "nepoznate opcije '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "ne mogu naći hdlist datoteku za \"%s\", ignorišem medij"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "nekoherentna datoteka s listom za \"%s\", medij je ignorisan"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "ne mogu istražiti list datoteku za \"%s\", medij je ignorisan"
-
-#~ msgid "there doesn't seem to be devices in the chroot in \"%s\""
-#~ msgstr "izgleda da ne postoje uređaji u chroot-u za \"%s\""
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "virtuelni medij \"%s\" nije lokalan, ignorišem ga"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "virtuelni medij \"%s\" bi trebao imati ispravan hdlist ili synthesis, "
-#~ "ignorišem ga"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "kopiram izvorni hdlist (ili synthesis) za \"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "skidanje hdlist (ili synthesis) datoteke nije uspjelo"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "datoteka [%s] se već koristi na istom mediju \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "ništa nije zapisano u list datoteku za \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "pronašao %d zaglavlja u spremniku"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "uklanjam %d prevaziđenih zaglavlja iz spremnika"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "koristi proces %d za izvršenje transakcije"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --norebuild - ne pokušavaj regenerisati hdlist ako je nečitljiv.\n"
-
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Sljedeća imena paketa su pretpostavljena: %s"
diff --git a/po/ca.po b/po/ca.po
deleted file mode 100644
index e007b901..00000000
--- a/po/ca.po
+++ /dev/null
@@ -1,3694 +0,0 @@
-# translation of ca.po to Catalan
-# translation of urpmi.po to Catalan
-# Traducció per Softcatalà <info@softcatala.org>
-# Excepte la part d'Albert Astals Cid
-# Copyright (C) 2000,2003, 2004, 2005 Free Software Foundation, Inc.
-# Jordi Mas <jmas@softcatala.org>, 2000-2001.
-# Albert Astals Cid <astals11@terra.es>, 2003, 2004, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: ca\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2005-09-19 23:29+0200\n"
-"Last-Translator: Albert Astals Cid <astals11@terra.es>\n"
-"Language-Team: Catalan <kde-i18n-ca@kde.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-"Plural-Forms: nplurals=2; plural=n!=1;\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Instal·lació de RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_D'acord"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Heu seleccionat un paquet font:\n"
-"\n"
-"%s\n"
-"\n"
-"Probablement no voleu instal·lar-lo al vostre ordinador(fer-ho us permetrà "
-"canviar el codi fount i compilar-lo).\n"
-"\n"
-"Què voleu fer?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Esteu a punt d'instal·lar els següents paquets de programari al vostre "
-"ordinador:\n"
-"\n"
-"%s\n"
-"\n"
-"Voleu continuar?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Esteu a punt d'instal·lar el següents paquet de programari al vostre "
-"ordinador:\n"
-"\n"
-"%s\n"
-"\n"
-"Potser preferiu només desar-lo. Que voleu fer?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Instal·lació"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Desa"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Cancel·la"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Escolliu la ubicació un desar el fitxer"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi versió %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Aquest programa és lliure i es pot redistribuir sota els termes de la GPL de "
-"GNU.\n"
-"\n"
-"sintaxi:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - mostra aquest missatge d'ajuda.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - selecciona automàticament els paquets per actualitzar el "
-"sistema.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - força l'execució tot i que hi hagi paquets que no "
-"existeixen.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - verifica la signatura rpm abans de la instal·lació\n"
-" (--no-verify-rpm la deshabilita, per defecte està "
-"habilitat)\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - utilitza només les fonts donades, s'han de separar amb "
-"comes.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - permet la cerca en allò que proporcionen els paquets per "
-"a trobar-los.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - no busquis en 'provides' per a trobar paquets.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - usa una altre arrel per la instal·lació de rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - verifica si la instal·lació pot ser duta a terme.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - utilitza només les fonts donades per cercar "
-"paquets.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "No s'ha especificat cap paquet"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Si us plau, espereu..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "S'ha de ser root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Alguns dels paquets demanats no s'ha pogut instal·lar:\n"
-"%s\n"
-"Voleu continuar igualment?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Advertència"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "D'acord"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (a actualitzar)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (a instal·lar)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Cal un dels paquets següents:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Avorta"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Els paquets següents s'han d'eliminar per poder actualitzar uns altres:\n"
-"%s\n"
-"Voleu continuar igualment?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Per complir les dependències, s'instal·lara el següent paquet:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Per complir les dependències, s'instal·laran els paquets següents:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d paquet, %d MB)"
-msgstr[1] "(%d paquets, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Instal·lació de paquets..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "no es poden recuperar els paquets font. S'està interrompent"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "S'està preparant..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "S'està instal·lant el paquet `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Si us plau, inseriu la font anomenada \"%s\" al dispositiu [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "S'està descarregant el paquet `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Fet"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"La instal·lació ha fallat, falten alguns fitxers.\n"
-"\n"
-"%s\n"
-"Potser voleu actualitzar la base de dades urpmi"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "La instal·lació ha fallat:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Ja està tot instal·lat"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Instal·lació finalitzada"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "s'està eliminant %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "s'esta reiniciant urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"sintaxi: %s [opcions]\n"
-"on [opcions] pot ser\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - mostra aquest missatge d'ajuda.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <ruta> - utilitza la ruta donada en comptes de /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - restringeix els resultats al grup donat.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " el valor per defecte és %s.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - imprimeix grups amb el nom.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "El superusuari és l'únic autoritzat per a instal·lar paquets"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "No s'ha pogut crear el directori [%s] per a l'informe d'errors"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "S'està descarregant el paquet `%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "no s'ha pogut obrir rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "el nom del fitxer rpm és incorrecte [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "s'està recuperant els fitxer rpm [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...recuperació feta"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...ha fallat la recuperació: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "no s'ha pogut accedir al fitxer rpm [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "no es pot analitzar \"%s\" en el fitxer [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "no s'ha pogut registrar el fitxer rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "error registrant els paquets locals"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "declaració errònia del proxy a la línia de comandes\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: no s'ha pogut llegir el fitxer rpm \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Falta la signatura (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "La còpia ha fallat"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "la font \"%s\" no ha estat seleccionada"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "no s'ha pogut llegir el fitxer rpm [%s] des de la font \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "no s'ha pogut escriure el fitxer de configuració [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "no s'ha pogut escriure el fitxer de configuració [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "no s'ha pogut escriure el fitxer de configuració [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-"Si us plau, entreu les vostres dades per accedir al servidor intermediari\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Nom d'usuari:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Contrasenya:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "la còpia ha fallat"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "degut a que falten %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "degut a que falten %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "degut a que falten %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "s'està eliminant %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...ha fallat la recuperació: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "el protocol definit per a %s és desconegut"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-"no s'ha trobat cap programa per baixar coses de la xarxa, els programes "
-"suportats són: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "incapaç de gestionar el protocol: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "s'està instal·lant %s des de %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "no s'ha trobat el paquet %s."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "s'està recuperant els fitxers rpm de la font \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"s'ha creat una transacció per instal·lar a %s (elimina=%d, instal·la=%d, "
-"actualitza=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "no s'ha pogut crear la transacció"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "no s'ha pogut eliminar el paquet %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "no s'ha pogut instal·lar el paquet %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "s'està instal·lant %s des de %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...ha fallat la recuperació: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "s'està eliminant el paquet %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "s'està eliminant el paquet %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "s'està instal·lant %s des de %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Més informació en quant el paquet %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "No s'ha especificat cap paquet"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, fuzzy, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "No s'ha pogut connectar al servidor"
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "la base de dades de l'urpmi està bloquejada"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Advertència"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "La instal·lació ha fallat"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "La instal·lació ha fallat:"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Els paquets següents tenen signatures incorrectes"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Els paquets següents tenen signatures incorrectes"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Voleu continuar la instal·lació ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "s'està instal·lant %s des de %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "s'està distribuint %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "s'està instal·lant %s des de %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "s'està instal·lant %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr ""
-"Voleu intentar la instal·lació sense comprovar les dependències? (s/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Voleu intentar la insta·lació encara amb més força (--force)? (s/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "La instal·lació és possible"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "s'està examinant el fitxer MD5SUM"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "atenció: l'md5sum de %s no està disponible al fitxer MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "la font virtual \"%s\" ha de tenir una url neta, font ignorada"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "no es pot accedir al fitxer list de \"%s\", s'ignora la font"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "no es pot accedir al fitxer hdlist de \"%s\", font ignorada"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "provant de passar per alt la font existent \"%s\", evitant"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "escriure fitxer de configuració [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "No es pot usar el mode paral·lel amb el mode use-distrib"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "s'està utilitzant la font associada al mode paral·lel : %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis no es pot usar amb --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib ni --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr ""
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "s'està saltant el paquet %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "instal·laria en comptes d'actualitzar el paquet %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "la font \"%s\" ja existeix"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "s'estan llegint les capçaleres de la font \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "s'està esborrant la font \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "no s'ha pogut obrir rpmdb"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"no s'ha pogut accedir la primera font d'instal·lació (no s'ha trobat fitxer "
-"hdlists)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "s'està recuperant el fitxer hdlists..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "s'ha intentant seleccionar una font inexistent \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "s'està seleccionant múltiples fonts: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "s'està esborrant la font \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "s'està reconfigurant l'urpmi per la font \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "..la reconfiguració ha fallat"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "reconfiguració acabada"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "la font \"%s\" no ha estat seleccionada"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "s'està examinant el fitxer de síntesi [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "s'ha trobat un problema llegint el fitxer de síntesi de la font \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "s'està escrivint el fitxer list per la font \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "..la còpia ha fallat"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "s'està copiant el fitxer de descripció de \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...còpia feta"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "la còpia de [%s] ha fallat (el fitxer és sospitosament petit)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "s'està computant el md5sum de la font hdlist (o síntesi) recuperada"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "la còpia de [%s] ha fallat (el md5sum no concorda)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "s'està examinant el fitxer hdlist [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "s'està instal·lant %s des de %s"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "no s'ha trobat el fitxer hdlist per a la font \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "s'està copiant el fitxer de descripció de \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "el nom del fitxer rpm és incorrecte [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "s'està recuperant el hdlist font (o la síntesi) de \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "s'ha trobat l'hdlist (o síntesi) buscat a %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "no s'ha trobat el fitxer hdlist per a la font \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "s'està examinant el fitxer de clau pública de \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...s'ha importat la clau %s del fitxer de clau pública de \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "no s'ha pogut importat el fitxer de clau pública de \"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "s'ha afegit la font %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "s'està llegint els fitxers rpm des de [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "SsYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Elecció incorrecta, torneu-ho a provar\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Cerca"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "s'està esborrant la font \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "no es pot analitzar \"%s\" en el fitxer [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "s'està examinant manegador paral·lel en fitxer [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "s'ha trobat un manegador paral·lel per als nodes: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "no s'ha pogut usar l'opció de paral·lel \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "La instal·lació ha fallat"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "no s'ha pogut accedir a al font \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "s'està muntant %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "s'està desmuntant %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf versió %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Aquest programa és lliure i es pot redistribuir sota els termes de la GPL de "
-"GNU.\n"
-"\n"
-"sintaxi: urpmf [opcions] patró-expressió\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - mostra la informació de la versió.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - utilitza un entorn concret (normalment un\n"
-" informe d'errors).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - no usis les fonts donades, separades per comes.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --root - usa una altre arrel per la instal·lació de rpm.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - ordena les fonts segons les cadenes donades, s'han de "
-"separar amb comes.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-" --synthesis - utilitza la síntesi donada en comptes de la bd de urpmi.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - utilitza la síntesi donada en comptes de la bd de urpmi.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - no imprimeix línies idèntiques.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - utilitza només les fonts d'actualització.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " -verbose - mode detallat.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - ignora les distincions de majúscules en els patrons.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -i - ignora les distincions de majúscules en els patrons.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr ""
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - operador binari AND.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - operador binari OR.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - NOT unari.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr ""
-" ( ) - parentesis esquerre i dret per expressions de grup.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Llista de etiquetes:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - utilitza l'interfície X.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " exemple: '%%name:%%files'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - mostra l'etiqueta url: url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - màquina de construcció.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "Mòdul de configuració de la consola"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr ""
-" --conflicts - mostra l'etiqueta conflicts: tots els conflictes.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - mostra la descripció.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - mostra l'etiqueta epoch: època.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --name - imprimeix només els noms dels paquets.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - llista els fitxers del paquet.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - mostra el grup del paquet.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - imprimeix només els noms dels paquets.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --name - imprimeix només els noms dels paquets.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-" --obsoletes - mostra l'etiqueta obsoletes: tots els paquets que deixa "
-"obsolets.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - empaquetador.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr ""
-" --provides - mostra l'etiqueta provides: tots allò que proporciona.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr ""
-" --requires - mostra l'etiqueta requires: tots allò que necessita.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - mostra l'etiqueta size: mida.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - mostra l'etiqueta sourcerpm: rpm de codi font.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr ""
-" --obsoletes - mostra l'etiqueta obsoletes: tots els paquets que deixa "
-"obsolets.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - imprimeix el resum.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - mostra l'etiqueta url: url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " -verbose - mode detallat.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - llista els fitxers del paquet.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - mostra la versió, llançament i arquitectura amb el nom.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr ""
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "no s'ha trobat el fitxer hdlist per a la font \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "s'ha construït el fitxer de síntesi hdlist per a la font \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "s'està escrivint el fitxer list per la font \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "No hi cap paquet anomenat %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Els paquets següents contenen %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Ja està tot instal·lat"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "Ja està tot instal·lat"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "Ja està tot instal·lat"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "degut a que falten %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "Ja està tot instal·lat"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "degut a %s no satisfetes"
-
-#: ../urpm/select.pm:570
-#, fuzzy, c-format
-msgid "trying to promote %s"
-msgstr "Res a eliminar"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "per tal de mantenir %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "per tal d'instal·lar %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "degut a conflictes amb %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Signatura no vàlida (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "ID de clau no vàlid (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Falta la signatura (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "no s'ha pogut escriure el fitxer [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "La còpia ha fallat"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "La còpia ha fallat"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme versió %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Aquest programa és lliure i es pot redistribuir sota els termes de la GPL de "
-"GNU.\n"
-"\n"
-"sintaxi:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr ""
-" --auto - en escollir, selecciona un paquets automàticament.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - verifica si l'eliminació pot ser duta a terme.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - urpmi distribuït pels ordinadors de l'àlias.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - mostra l'etiqueta packager: empaquetador.\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - usa una altre arrel per l'eliminació de rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - utilitza només les fonts d'actualització.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - mostra l'etiqueta description: descripció.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - mode detallat.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-" -a - selecciona tots els paquets que coincideixen amb "
-"l'expressió.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "El superusuari és l'únic autoritzat per a eliminar paquets"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "paquets desconeguts"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "paquet desconegut"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "eliminar el paquet %s trencarà el vostre sistema"
-msgstr[1] "eliminar el paquet %s trencarà el vostre sistema"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Res a eliminar"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Res a eliminar"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Per a complir les dependències, s'eliminara el següent paquet"
-msgstr[1] ""
-"Per a complir les dependències, s'eliminaran els següents %d paquets"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "paquet desconegut"
-msgstr[1] "paquet desconegut"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Elimina %d paquet?"
-msgstr[1] "Elimina %d paquets?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (s/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "agafant dispositiu extraïble com a \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "L'eliminació ha fallat"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "L'eliminació ha fallat"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-select - selecciona automàticament els paquets per actualitzar el "
-"sistema.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - deshabilita la comprovació MD5SUM.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - força l'actualització de la clau gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr ""
-" --obsoletes - mostra l'etiqueta obsoletes: tots els paquets que deixa "
-"obsolets.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - mai demana desinstal·lar un paquet, avorta la "
-"instal·lació.\n"
-
-#: ../urpmi:87
-#, fuzzy, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-" --install-src - instal·la només paquets de codi font (cap binari).\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - manté els paquets existents si és possible, rebutja els "
-"paquets demanats\n"
-" que porten a la eliminació d'altres paquets.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - utilitza cerca difusa.\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr ""
-" --requires - mostra l'etiqueta requires: tots allò que necessita.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - instal·la només paquets de codi font (cap binari).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-" --clean - esborra els rpm de la memòria cau abans de res més.\n"
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr ""
-" --noclean - conserva els rpm que no s'utilitzen a la memòria cau.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - permet de preguntar a l'usuari si vol instal·lar paquets "
-"sense\n"
-" comprovar les dependències.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - permet de preguntar a l'usuari si vol instal·lar paquets "
-"sense\n"
-" comprovar les dependències i la integritat.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr ""
-" --obsoletes - mostra l'etiqueta obsoletes: tots els paquets que deixa "
-"obsolets.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - limita la velocitat de descàrrega.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - utilitza el proxy HTTP especificat, el número de port "
-"s'assumeix\n"
-" que és el 1080 per defecte (el format és "
-"<ordinadorcentralproxy[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - especifica l'usuari i la contrasenya per a utilitzar la "
-"autenticació\n"
-" del proxy (el format és <usuari:contrasenya>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - crea un informe d'errors en el directori\n"
-" que s'indica en l'argument següent.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr ""
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - exclou els fitxers de documentació.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - mai demana desinstal·lar un paquet, avorta la "
-"instal·lació.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - mostra l'etiqueta url: url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - mostra l'etiqueta description: descripció.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - paquets que han de saltase en la instal·lació\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - paquets que han de saltase en la instal·lació\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr ""
-" --noclean - conserva els rpm que no s'utilitzen a la memòria cau.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr ""
-" -a - selecciona totes les coincidències en la línia d'ordres.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - mode silenciós.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " -verbose - mode detallat.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" els noms o fitxers rpm subministrats en la línia d'ordres seran "
-"instal·lats.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"El directori [%s] ja existeix, si us plau usa un altre directori per "
-"l'informe d'error o esborra'l"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "No s'ha pogut crear el directori [%s] per a l'informe d'errors"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (a actualitzar)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (a actualitzar)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (a instal·lar)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (a instal·lar)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Per a complir les dependències, s'eliminara el següent paquet"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Quina és la vostra elecció? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Voleu continuar igualment?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (S/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Alguns dels paquets demanats no es poden instal·lar:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Alguns dels paquets demanats no es poden instal·lar:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "eliminar el paquet %s trencarà el vostre sistema"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"La instal·lació no pot continuar ja que el següent paquet\n"
-"s'ha d'eliminar per poder actualitzar uns altres:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"La instal·lació no pot continuar ja que els següents paquets\n"
-"s'han d'eliminar per poder actualitzar uns altres:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"El paquets següent s'ha d'eliminar per poder actualitzar uns altres:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Els paquets següents s'han d'eliminar per poder actualitzar uns altres:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Es necessita ser 'root' per a instal·lar les següents dependències:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Per a complir les dependències, s'eliminara el següent paquet"
-msgstr[1] ""
-"Per a complir les dependències, s'eliminaran els següents %d paquets"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, fuzzy, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "No s'han pogut instal·lar els paquets (%s)!"
-msgstr[1] "No s'han pogut instal·lar els paquets (%s)!"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Cancel·la"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Premeu Intro quan estigui fet..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"sintaxi: urpmi.addmedia [opcions] <nom> <url>\n"
-"on <url> és un dels següents:\n"
-" [file:/]/<camí>\n"
-" ftp://<usuari>:<contrasenya>@<ordinador>/<camí>\n"
-" ftp://<ordinador>/<camí>\n"
-" http://<ordinador>/<camí>\n"
-" removable://<camí>\n"
-"\n"
-"i [opcions] són\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - usa wget per a recuperar fitxers llunyans.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - usa curl per a recuperar fitxers llunyans.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - usa prozilla per a recuperar fitxers llunyans.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - usa curl per a recuperar fitxers llunyans.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - usa el fitxer de síntesi.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - no intenta buscar cap fitxer síntesi o hdlist.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - automàticament crea tots les fonts des d'una font\n"
-" d'instal·lació.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - llista les fonts disponibles.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - usa la url especificada per a la llista de rèpliques, \n"
-" la url per defecte és %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - deshabilita la comprovació MD5SUM.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - mode silenciós.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - mode detallat.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "El superusuari és l'únic autoritzat per a afegir fonts"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "Crearà el fitxer de configuració [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "No s'ha pogut crear el fitxer de configuració [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "no fa falta proporcionar el <camí relatiu de l'hdlist> amb --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "falta el <camí relatiu de l'hdlist>\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "no s'ha pogut accedir a al font \"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover versió %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Aquest programa és lliure i es pot redistribuir sota els termes de la GPL de "
-"GNU.\n"
-"\n"
-"sintaxi:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - conserva els rpm que no s'utilitzen a la memòria cau.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - llista les fonts disponibles i la seva url.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-url - llista les fonts disponibles i la seva url.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --name - imprimeix només els noms dels paquets.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "no s'ha trobat el paquet %s."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "s'està recuperant els fitxer rpm [%s] ..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "No s'ha trobat la llista de fitxers\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"sintaxi: urpmi.removemedia (-a | <nom> ...)\n"
-"on <nom> és el nom de la font a eliminar.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - selecciona totes les fonts.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr ""
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "El superusuari és l'únic autoritzat per a eliminar fonts"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"no hi ha res per eliminar (utilitzeu urpmi.addmedia per afegir una font)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"falta l'entrada per a eliminar\n"
-"(una de %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"sintaxi: urpmi.update [opcions] <nom> ...\n"
-"on <nom> és el nom de la font a actualitzar.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - utilitza només les fonts d'actualització.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - força l'actualització de la clau gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - no intenta buscar cap síntesi o\n"
-" fitxer hdlist.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - selecciona tots les fonts no extraïbles.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr ""
-" -f - força l'actualització dels fitxers synthesis/hdlist\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr ""
-" -f - força l'actualització dels fitxers synthesis/hdlist\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "El superusuari és l'únic autoritzat per a actualitzar fonts"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"no hi ha res per actualitzar (utilitzeu urpmi.addmedia per afegir una font)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"falta l'entrada per actualitzar\n"
-"(una de %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "s'està ignorant la font %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "s'està habilitant la font %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq versió %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Aquest programa és lliure i es pot redistribuir sota els termes de la GPL de "
-"GNU.\n"
-"\n"
-"sintaxi:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - utilitza només les fonts donades per cercar (o "
-"actualitzar) paquets.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - utilitza cerca difusa (igual que -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - llista els paquets disponibles.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - llista les fonts disponibles.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - llista les fonts disponibles i la seva url.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - llista els nodes disponibles quan s'utilitza --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - llista els àlias paral·lels disponibles.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - el paquet següent és un paquet font (igual que -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - dóna tots els paquets font abans de la baixada (només "
-"'root').\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - mostra l'etiqueta url: url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - mostra els canvis.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr ""
-" --conflicts - mostra l'etiqueta conflicts: tots els conflictes.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr ""
-" --obsoletes - mostra l'etiqueta obsoletes: tots els paquets que deixa "
-"obsolets.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr ""
-" --provides - mostra l'etiqueta provides: tots allò que proporciona.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr ""
-" --requires - mostra l'etiqueta requires: tots allò que necessita.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr ""
-" --obsoletes - mostra l'etiqueta obsoletes: tots els paquets que deixa "
-"obsolets.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - mostra l'etiqueta sourcerpm: rpm de codi font.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - imprimeix el resum.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - amplia la cerca a les dependències dels paquets.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - cerca inversa a que necessita el paquet.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - cerca inversa a que necessita el paquet.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - busca en 'provides' per a trobar paquets.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr ""
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - imprimeix grups amb el nom.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - mostra informació útil en un forma llegible pels humans.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - llista els fitxers del paquet.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - mode silenciós.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr ""
-" -r - mostra la versió i llançament juntament amb el nom.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - el següent paquet és un paquet font (igual que --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - elimina el paquet si hi ha instal·lada una versió més "
-"nova.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - força una cerca difusa (igual que --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-" noms o fitxers rpm subministrats en la línia d'ordres seran demanats.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes només es pot usar amb --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "no es pot escriure el fitxer list de \"%s\""
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "No s'ha trobat la llista de canvis\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - crea una font d'actualització.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "entrada mal formada: [%s]"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "ha fallat %d transacció d'instal·lació"
-#~ msgstr[1] "han fallat %d transaccions d'instal·lació"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Ja està tot instal·lat"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "la base de dades de l'urpmi està bloquejada"
-
-#~ msgid "Unknown option %s"
-#~ msgstr "Opcions desconegudes %s"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "massa punts de muntatge per la font extraïble \"%s\""
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "La font \"%s\" és una imatge ISO, es muntarà al vol"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "utilitzant un dispositiu extraïble diferent [%s] per \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr ""
-#~ "no s'ha pogut determinar el camí i el nom de la font extraïble \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "no s'ha pogut accedir a la primera font d'instal·lació"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "no s'ha pogut accedir a la font \"%s\",\n"
-#~ "pot passar si havies muntat manualment el directori al crear la font."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr ""
-#~ "font incoherent \"%s\", marcada com a extraïble però no és així realment"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr ""
-#~ " -c - buida el directori de memòria cau de capçaleres.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "La font virtual ha de ser local"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "no es pot analitzar el fitxer hdlist de \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "s'està computant el md5sum de la font hdlist (o síntesi) existent"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "la font virtual \"%s\" no hauria de tenir definit cap hdlist ni fitxer "
-#~ "list, font ignorada"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "el nom del fitxer rpm és incorrecte [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "no es pot trobar el fitxer list per a \"%s\", s'ha ignorat la font"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "s'ha intentant seleccionar una font inexistent \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "s'ha construït el fitxer de síntesi hdlist per a la font \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "no es pot analitzar el fitxer hdlist de \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr "la font \"%s\" ha provat d'utilitzar un hdlist en ús, font ignorada"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "la font \"%s\" ha provat d'utilitzar un fitxer list en ús, font ignorada"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "s'està fent segona passada per a computar dependències\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "s'està construint l'hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "No s'ha pogut construir el fitxer de síntesi per la font \"%s\". El "
-#~ "vostre fitxer hdlist pot estar corrupte."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr ""
-#~ "s'ha trobat un problema llegint el fitxer hdlist o de síntesi de la font "
-#~ "\"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "s'està computant el md5sum de la font hdlist (o síntesi)"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...ha fallat la recuperació: el md5sum no concorda"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "no s'han trobat fitxers rpm des de [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "no s'ha pogut llegir els fitxers rpm des de [%s]: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "no s'ha llegit cap rpm"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "s'estan llegint les capçaleres de la font \"%s\""
-
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - usa el fitxer de síntesi.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - usa el fitxer hdlist.\n"
-
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src,- s - el paquet següent és un paquet font.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - usa el fitxer hdlist.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "no es pot actualitzar la font \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "no es pot crear la font \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "hi ha múltiples paquets amb el mateix nom de fitxer rpm \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "no s'ha pogut analitzar correctament [%s] en el valor \"%s\""
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "la font \"%s\" usa un fitxer de llista no vàlid:\n"
-#~ " la rèplica probablement no estigui actualitza, s'està provant un mètode "
-#~ "alternatiu"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "la font \"%s\" no defineix cap ubicació pels fitxers rpm"
-
-#~ msgid "unrequested"
-#~ msgstr "no demanat"
-
-#~ msgid " (%d MB)"
-#~ msgstr " (%d MB)"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr ""
-#~ "s'està afegint el paquet %s (id=%d, eid=%d, actualitza=%d, fitxer=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Els següents paquets tenen signatures dolentes:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Voleu continuar amb la instal·lació?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Necessiteu ser el superusuari per usar aquesta ordre! \n"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "no s'ha pogut eliminar el paquet %s"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "No s'ha trobat la llista de fitxers\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages will be removed (%d MB)"
-#~ msgstr ""
-#~ "Per a complir les dependències, s'eliminaran els següents %d paquets (%d "
-#~ "MB)"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - no busquis en 'provides' per a trobar paquets (per "
-#~ "defecte).\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - cerca inversa a que necessita el paquet.\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Per complir les dependències, s'instal·laran els %d paquets següents:\n"
-#~ "%s\n"
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - intenta trobar un fitxer de síntesi.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - intenta trobar un fitxer hdlist.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "falta el `with' per a les fonts de xarxa\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "opcions desconegudes '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "no es pot trobar el fitxer hdlist per a \"%s\", s'ignora la font"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "fitxer list incoherent per \"%s\", s'ha ignorat la font"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "no s'ha estat capaç d'inspeccionar el fitxer list per \"%s\", s'ignora la "
-#~ "font"
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "la font virtual \"%s\" no és local, font ignorada"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "la font virtual \"%s\" hauria de tenir una font hdlist o synthesis "
-#~ "vàlida, s'ignora la font"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "s'està copiant l'hdlist (o la síntesi) font de \"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "ha fallat la recuperació de l'hdlist (o la síntesi) de la font"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "el fitxer [%s] ja s'està utilitzant en la mateixa font \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "no s'ha escrit res al fitxer list per a \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "s'han trobat %d capçaleres a la memòria cau"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "s'estan esborrant %d capçaleres obsoletes de la memòria cau"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "s'està usant el procés %d per executar la transacció"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "s'està copiant el fitxer hdlists..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "descripció hdlist incorrecta \"%s\" en el fitxer hdlists"
-
-#~ msgid "Is this OK?"
-#~ msgstr "És correcte?"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - usa l'arquitectura especificada, el valor per defecte "
-#~ "és\n"
-#~ " l'arquitectura del la versió de Mandriva Linux "
-#~ "instal·lada.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - extreu capçaleres del paquet llistats des de urpmi db "
-#~ "a\n"
-#~ " 'stdout' (només 'root').\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "Per complir les dependències, s'instal·laran els %d paquets següents (%d "
-#~ "MB)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "s'està instal·lant %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Instal·lació automàtica dels paquets...\n"
-#~ "Heu demanat la instal·lació del paquet %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: no s'ha trobat l'ordre\n"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Alguns dels paquets demanats no s'ha pogut instal·lar:\n"
-#~ "%s\n"
-#~ "Voleu continuar?"
-
-#~ msgid ""
-#~ "The following packages have to be removed for others to be upgraded:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Els paquets següents s'han d'eliminar per poder actualitzar uns altres:\n"
-#~ "%s\n"
-#~ "Voleu continuar?"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "el md5sum no concorda"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf versió %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "Aquest programa és lliure i es pot redistribuir sota els termes de la GPL "
-#~ "de GNU.\n"
-#~ "\n"
-#~ "sintaxi:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr ""
-#~ " --synthesis - utilitza la síntesi donada en comptes de la bd de "
-#~ "urpmi.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - no mostris el nom de l'etiqueta (per defecte si no \n"
-#~ " s'indica cap etiqueta a la línia de comandes,\n"
-#~ " incompatible amb el mode interactiu.\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - no imprimeix línies idèntiques.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - mostra totes les etiquetes.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - mostra l'etiqueta summary: resum.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - mostra l'etiqueta description: descripció.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr ""
-#~ " --buildhost - mostra l'etiqueta buildhost: màquina de construcció.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr ""
-#~ " --provides - mostra l'etiqueta provides: tots allò que "
-#~ "proporciona.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr ""
-#~ " --requires - mostra l'etiqueta requires: tots allò que necessita.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - mostra l'etiqueta files: tots els fitxers.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr ""
-#~ " --obsoletes - mostra l'etiqueta obsoletes: tots els paquets que "
-#~ "deixa obsolets.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - utilitza un entorn concret (normalment un\n"
-#~ " informe d'errors).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr ""
-#~ " -i - ignora les distincions de majúscules en els patrons.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - operador binari AND, cert si les dues expressions son "
-#~ "certes.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - operador binari OR, cert si una expressió és certa.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr " ! - NOT unari, cert si la expressió és falsa.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr ""
-#~ " ( - parentesi esquerre per obrir expressions de grup.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr " ) - parentesi dret per tancar expressions de grup.\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "Continuar?"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Alguns dels paquets demanats no es poden instal·lar:\n"
-#~ "%s"
-
-#~ msgid "found version %s and arch %s ..."
-#~ msgstr "s'ha trobat la versió %s i arquitectura %s ..."
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "no es poden afegir actualitzacions d'una distribució cooker\n"
-
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "s'està recuperant la llista de repliques a %s ..."
diff --git a/po/cs.po b/po/cs.po
deleted file mode 100644
index 734b5ecc..00000000
--- a/po/cs.po
+++ /dev/null
@@ -1,3227 +0,0 @@
-# Translation of cs.po to Czech
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/cs.php3
-#
-# Czech messages for urpmi.
-# Copyright (C) 2000, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
-#
-# Vladimír Marek <vlmarek@volny.cz>, 2000.
-# Radek Vybiral <Radek.Vybiral@vsb.cz>, 2000.
-# Michal Bukovjan <bukm@centrum.cz>, 2002,2003, 2004, 2005, 2006, 2007, 2008.
-# Martin Zbořil <martin.zboril@dizgrafix.cz>, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: cs\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-09-09 00:28+0200\n"
-"Last-Translator: Michal Bukovjan <bukm@centrum.cz>\n"
-"Language-Team: Czech <cs@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Instalace RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Chyba: nelze nalézt soubor %s, operace bude zrušena"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Vybrali jste balíček se zdrojovými kódy:\n"
-"\n"
-"%s\n"
-"\n"
-"Tento balíček pravděpodobně nechcete na svém počítači instalovat\n"
-"(jeho instalace vám umožní provádět změny ve zdrojovém kódu programu\n"
-"a program překládat).\n"
-"\n"
-"Jak chcete pokračovat?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Chystáte se instalovat na váš počítač následující balíčky se software:\n"
-"\n"
-"%s\n"
-"\n"
-"Pokračovat?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Chystáte se instalovat na váš počítač následující balíček se software:\n"
-"\n"
-"%s\n"
-"\n"
-"Možná chcete tento balíček pouze uložit. Jak chcete pokračovat?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Instalovat"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Uložit"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Přerušit"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Vyberte, kam chcete uložit soubor"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi verze %s\n"
-"Copyright ©1999-2008 Mandriva.\n"
-"Toto je svobodný software a je volně šiřitelný dle podmínek licence GNU "
-"GPL.\n"
-"\n"
-"použití:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Volby:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - vypíše tuto nápovědu.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - neinteraktivní mód, použije implicitní odpovědi k "
-"otázkám.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid " --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - automaticky vybere balíčky pro aktualizaci systému.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid " --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - spustí program i v případě, že některé balíčky chybí.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - zkontroluje před instalací podpis balíčku RPM\n"
-" (volba --no-verify-rpm toto vypne, jinak povoleno).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - použít pouze uvedené zdroje, oddělené čárkou.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - pokusí se najít balíček v položkách provides.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - nehledá balíček v položkách provides.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - použít pro instalaci balíčků jiný kořenový adresář.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - pouze zkontrolovat, zda lze provést instalacisprávně.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid " --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - použít pouze zadané zdroje pro vyhledávání požadovaných "
-"balíčků.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Nebyly zadány žádné balíčky"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Čekejte prosím..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Nutný root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Některé požadované balíčky není možné nainstalovat:\n"
-"%s\n"
-"Pokračovat i přesto v instalaci?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Varování"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "OK"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (k aktualizaci)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (k instalaci)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Výběr balíčků"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Je zapotřebí jeden z následujících balíčků:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Přerušit"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Následující balíčky musí být odstraněny, aby bylo možné jiné aktualizovat:\n"
-"%s\n"
-"Pokračovat i přesto v instalaci?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid "To satisfy dependencies, the following package is going to be installed:"
-msgstr "Aby byly splněny závislosti, bude nainstalován následující balíček"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid "To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Aby byly splněny závislosti, budou nainstalovány následující balíčky"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d balíček, %d MB)"
-msgstr[1] "(%d balíčky, %d MB)"
-msgstr[2] "(%d balíčků, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Instalace balíčku..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "nelze získat zdrojový balíček, končím"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Připravuji..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Instaluji balíček `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Prosím vložte médium nazvané \"%s\""
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Stahuje se balíček `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Hotovo"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Instalace selhala, některé soubory chybí:\n"
-"%s\n"
-"Možná potřebujete aktualizovat vaši databázi urpmi"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Instalace selhala:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "vše je již nainstalováno"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Instalace dokončena"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "odstraňuje se %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "restartuji urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"použití: %s [volby]\n"
-"kde [volby] jsou tyto\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - vypíše tuto nápovědu.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <cesta> - použije místo / zadanou cestu\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - omezí výsledky na danou skupinu.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " výchozí je %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - vypíše plný název balíčku rpm (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Instalovat balíčky může pouze uživatel root"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Spouštím urpmi v omezeném režimu..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "selhalo vytvoření adresáře %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "neplatný vlastník adresáře %s"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "Nelze stáhnout balíčky do %s"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "nelze otevřít databázi rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "neplatný název rpm souboru [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "načítám rpm soubor [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...načítání ukončeno"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...načítání selhalo: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "nelze zpřístupnit rpm soubor [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "nelze zpracovat soubor SPEC %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "nelze registrovat rpm soubor"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Nekompatibilní architektura pro rpm [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "chyba při registraci lokálních balíčků"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Tato operace je zakázána při běhu v omezeném režimu"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "špatně zadaná proxy na příkazové řádce\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: nemohu přečíst rpm soubor \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "neočekávaný výraz %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "chybí výraz před %s"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "neočekávaný výraz %s (návrh: použijte -a nebo -o ?)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "chybí výraz pro zavření"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr "urpmf očekává implicitně regulární výraz, použijte volbu \"--literal\""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "adresář chroot neexistuje"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Nelze použít %s bez %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Nelze použít %s zároveň s %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Příliš mnoho parametrů\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Kopírování selhalo"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"Musíte připojit CD-ROM sami (nebo nainstalovat balíček perl-Hal-Cdroms, "
-"který to dělá automaticky)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "HAL démon (hald) neběží nebo není připraven"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "zdroj \"%s\" není k dispozici"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "nelze načíst soubor RPM [%s] pro zdroj \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "syntaktická chyba v souboru s nastavením na řádku %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "nelze načíst soubor s nastavením [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "zdroj `%s' je definovaný dvakrát, končím"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "nelze zapsat soubor s nastavením [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "nelze načíst nastavení proxy (nejsou dostatečná práva ke čtení %s)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Zadejte prosím své přístupové informace k proxy\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Jméno uživatele:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Heslo:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Neznámý stahovač `%s'!!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s selhal: skončil se signálem %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s selhal: skončil s výsledkem %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "kopírování selhalo"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "chybí wget\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "chybí curl\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl selhal: stahování bylo přerušeno\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "chybí rsync\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "chybí ssh\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "chybí prozilla\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Nelze spustit aplikaci prozilla\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "chybí aria2\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% z %s hotovo, ETA = %s, rychlost = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% hotovo, rychlost = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "přijímám %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "přijato %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "neznámý protokol definovaný pro %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s není k dispozici, návrat k %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "nebyla nalezena aplikace pro stažení přes web, podporované jsou: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "nelze zpracovat protokol: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "čistím %s a %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "balíček %s nenalezen."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "načítám rpm soubory ze zdroje \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[přebaluje se]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid "created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"vytvořena transakce pro instalaci na %s (odstranění=%d, instalace=%d, "
-"aktualizace=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "nelze vytvořit transakci"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "nelze extrahovat rpm z delta-rpm balíčku %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "nelze nainstalovat balíček %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "odstraňují se vadné balíčky rpm (%s) z %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "odstranění %s selhalo: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Odstraňuje se balíček %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "odstraňuje se balíček %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "odstraňují se instalované balíčky rpm (%s) z %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Více informací o balíčku %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Nelze vytvořit adresář vyrovnávací paměti LDAP"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Nelze zapsat soubor s vyrovnávací pamětí pro LDAP\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Není definován žádný server, chybí URI nebo počítač"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Nebyl zadán žádný základ"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Nelze se připojit k URI LDAP:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "Databáze %s je zamčená, čekám..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "přerušuji"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "Databáze %s je zamčená (už ji používá jiný program)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Chyba při instalaci"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Přesto zkusit pokračovat? (a/N) "
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Instalace selhala, vadné balíčky rpm:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Následující balíček má špatnou signaturu"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Následující balíčky mají špatné signatury"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Chcete pokračovat v instalaci?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "odstraňují se instalované balíčky rpm (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "distribuuji %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "instaluji %s z %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "instaluji %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Mám zkusit instalaci bez kontroly závislostí? (a/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Mám zkusit instalaci ještě razantněji (--force)? (a/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Balíčky jsou aktuální"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Instalace je možná"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "zkoumám soubor %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "neplatný soubor MD5SUM"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "varování: kontrolní součet md5sum pro %s není k dispozici v souboru MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "virtuální zdroj \"%s\" by měl mít jasnou adresu URL, zdroj se ignoruje"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "nelze získat seznam souborů pro \"%s\", zdroj bude ignorován"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "nelze přistupovat k souboru se syntézou \"%s\", zdroj bude ignorován"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "pokouším se obejít existující zdroj \"%s\", přeskakuji"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "selhala migrace vyjímatelného zařízení, médium se ignoruje"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "zapsán soubor s nastavením [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Nelze použít paralelní režim spolu s režimem use-distrib"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "používám asociované zdroje pro paralelní režim: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"volbu --synthesis nelze použít s volbami --media, --excludemedia, --"
-"sortmedia, --update, --use-distrib nebo --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Hledání začátek: %s konec: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "přeskakuji balíček %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "místo aktualizace bych instaloval balíček %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "zdroj \"%s\" již existuje"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(implicitně ignorováno)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "přidávám zdroj \"%s\" před vzdálený zdroj \"%s\""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "přidávám zdroj \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "adresář %s neexistuje"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "toto umístění zdá se neobsahuje žádnou distribuci"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "nelze zpracovat media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "nelze přistupovat k distribučnímu zdroji (chybí soubor media.cfg)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "vynechávám nekompatibilní zdroje `%s' (pro %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "načítám soubor media.cfg..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "pokouším se vybrat neexistující zdroj \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "vybírám více zdrojů: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "odebírám zdroj \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "přenastavuji urpmi pro zdroj \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...přenastavení selhalo"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "přenastaveno"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Chyba při generování souboru s názvy: závislost %d nebyla nalezena"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "zdroj \"%s\" je aktuální"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "zpracovávám soubor syntézy [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problém při čtení souboru se syntézou zdroje \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "kopíruji [%s] pro zdroj \"%s\"..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...kopírování selhalo"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "kopíruji soubor s popisy pro \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopírování ukončeno"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "kopírování [%s] selhalo (soubor je podezřele malý)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "počítám součet md5 získaného zdrojového souboru se syntézou"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "načtení [%s] selhalo (chyba v kontrolním součtu md5sum)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "genhdlist2 selhal na %s"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "porovnávám %s a %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "neplatný soubor hdlist %s pro zdroj \"%s\""
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "kopíruji soubor MD5SUM z \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "neplatný soubor MD5SUM (stažený z %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "načítám zdrojový soubor se syntézou pro \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "nalezen ověřený soubor se syntézou jako %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "nebyl nalezen soubor se syntézou pro zdroj \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "zkoumá se soubor s veřejnými klíči \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...importuji klíč %s ze souboru veřejných klíčů \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "nelze importovat soubor s veřejnými klíči \"%s\""
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "aktualizován zdroj \"%s\""
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "načtení [%s] selhalo"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "zkouším znovu se zrcadlem %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Nelze nalézt zrcadlo ze seznamu zrcadel %s"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "nalezena geolokalizace %s %.2f %.2f z časové zóny %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "získává se seznam zrcadel z %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "AaYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Je mi líto, to je špatná volba. Zkuste to znovu\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Balíček"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Verze"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Vydání"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arch."
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(navrhováno)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "zdroj \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "příkazový řádek"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-"Následující balíček je nyní sirotek, k jeho odstranění použijte \"urpme --"
-"auto-orphans\"."
-msgstr[1] ""
-"Následující balíčky jsou nyní sirotci, k jejich odstranění použijte \"urpme "
-"--auto-orphans\"."
-msgstr[2] ""
-"Následující balíčky jsou nyní sirotci, k jejich odstranění použijte \"urpme "
-"--auto-orphans\"."
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "nelze zpracovat \"%s\" v souboru [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "zkoumám paralelní zpracování v souboru [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "nalezeno paralelní zpracování pro uzly: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "nelze použít paralelní volbu \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "na uzlu %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "Instalace na uzlu %s selhala"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp selhalo, možná není dostupný uzel"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput selhalo, možná není dostupný uzel"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "scp selhalo na počítači %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "cp selhalo na počítači %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-"%s selhalo na počítači %s (možná tam není správná verze urpmi?) (návratová "
-"hodnota: %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "nelze přistoupit na zdroj \"%s\"."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "připojuji %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "odpojuji %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf verze %s\n"
-"Copyright ©2002-2006 Mandriva.\n"
-"Toto je svobodný software a je volně šiřitelný dle podmínek licence GNU "
-"GPL.\n"
-"\n"
-"použití: urpmf [volby] vzor-výraz\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - vypíše číslo verze tohoto nástroje.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr " --env - použij specifické prostředí (většinou hlášení o chybě).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - nepoužít zadané zdroje, oddělené čárkami.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid " --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - neporovnávat vzory, použije se parametr jako prostý "
-"řetězec.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - použít jiný kořenový adresář pro instalaci balíčků rpm a "
-"databázi urpmi.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid " --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr " --sortmedia - třídit zdroje podle podřetězců oddělených čárkami.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - použít zadanou cestu pro přístup ke zdroji\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - použít daný soubor se syntézou místo databáze urpmi.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - nevytiskne stejné řádky.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - použít pouze aktualizaci zdroje.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - užvaněný režim.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - ignorují se velká a malá písmena ve všech vzorech.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -I - ve vzorech se bere ohled na malá a velká písmena "
-"(výchozí).\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - změní oddělovač pole (běžně na ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "vzorek výrazů:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text - každ text je brán jako regulerní výraz, pokud není zadáno "
-"-l.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - vloží kód Perl přímo jako perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - binární operátor AND.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - binární operátor OR.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - unární operátor NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - levá a pravá závorka.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Seznam značek (tagů):\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - udává výstupní formát podle příkazu printf\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " příklad: '%%název:%%soubory'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - architektura\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - sestavovací počítač\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - doba sestavení ze zdrojových kódů\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - soubory s nastavením\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - tag s konflikty\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - popis balíčku\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - distribuce\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - epocha\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - název souboru balíčku\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - seznam souborů obsažených v balíčku\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - skupina\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - licence\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - název balíčku\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - co se nahrazuje (dělá zastaralým)\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - kdo vytvořil balíček\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - co se poskytuje\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - co se požaduje\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - instalovaná velikost\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - název zdrojového balíčku rpm\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - doporučené (navrhované) balíčky\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - shrnutí\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - URL\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - dodavatel\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - zdroj, ve kterém byl balíček nalezen\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - společně se jménem vypíše verzi, vydání a architekturu.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Nesprávný formát: můžete použít pouze jeden vícehodnotový tag"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "používá se specifické prostředí na %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "není k dispozici žádný soubor hdlist pro zdroj \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "není k dispozici žádný soubor se syntézou pro zdroj \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "není k dispozici žádné xml-info pro zdroj \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "urpmi bylo znovu spuštěno a seznam prioritních balíčků se nezměnil"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr "urpmi bylo znovu spuštěno a seznam prioritních balíčků se změnil: %s vs %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Žádný balíček s názvem %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Následující balíčky obsahují: %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr "Chcete-li použít všechny, použijte volbu \"-a\""
-
-#: ../urpm/select.pm:300
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "nalezeny balíčky %s v db urpmi, ale žádný není instalovaný"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Balíček %s je již nainstalován"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Balíčky %s jsou již nainstalovány"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "z důvodu chybějícího %s"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "díky již nainstalovanému %s"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "z důvodu nesplněného %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "pokouším se postoupit %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "aby bylo možné zachovat %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "pro instalaci %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "z důvodu konfliktů s %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Neplatný podpis (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Neplatné ID klíče (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Chybí podpis (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "systém"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "Měli byste restartovat %s pro %s"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Nelze zapisovat do souboru"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Nelze otevřít soubor"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Nelze přesunout soubor %s na %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme verze %s\n"
-"Copyright ©1999-2008 Mandriva.\n"
-"Toto je svobodný software a je volně šiřitelný dle podmínek licence GNU "
-"GPL.\n"
-"\n"
-"použití:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - automaticky vybere balíček z výběru.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - odstraní sirotky\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - zkontrolovat, zda lze dokončit odstranění správně.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - distribuovaný program urpmi na počítačích s přezdívkou.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - Před smazáním znovu zabalí soubory\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - použít pro odebrání balíčků jiný kořenový adresář.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --justdb - aktualizovat pouze databázi RPM, ne souborový systém.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - nespustí skriptlet(y) balíčku.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - nastavit urpme za provozu ze stromu distribuce, užitečné\n"
-" při (od)instalaci chroot s volbou --root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - užvaněný režim.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - vybere všechny balíčky vyhovující výrazu.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Odstranit balíčky může pouze uživatel root"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "neznámé balíčky"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "neznámý balíček"
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Odebrání následujícího balíčku naruší funkčnost vašeho systému:"
-msgstr[1] "Odebrání následujících balíčků naruší funkčnost vašeho systému:"
-msgstr[2] "Odebrání následujících balíčků naruší funkčnost vašeho systému:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Není co odebrat"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "Nejsou sirotci k odebrání"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural "To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Aby byly splněny závislosti, bude odebrán %d balíček"
-msgstr[1] "Aby byly splněny závislosti, budou odebrány %d balíčky"
-msgstr[2] "Aby byly splněny závislosti, bude odebráno %d balíčků"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(sirotčí balíček)"
-msgstr[1] "(sirotčí balíčky)"
-msgstr[2] "(sirotčí balíčky)"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Odstranit %d balíček?"
-msgstr[1] "Odstranit %d balíčky?"
-msgstr[2] "Odstranit %d balíčků?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (a/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "testuji odstranění %s"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Odebírání selhalo"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "Odstranění je možné"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "neukončený výraz (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - provede aktualizaci zdrojů a poté aktualizaci systému.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - vypnout kontrolu souborů MD5SUM.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - přinutí k aktualizaci klíče gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - odstraní sirotky bez potvrzení\n"
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - automaticky nevybírat \"navrhované\" balíčky.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - nikdy se neptat na odstranění balíčku, přerušit "
-"instalaci.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - neinstalovat balíčky (pouze stáhnout)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - pokud je to možné, ponechá existující a odmítne ty z "
-"požadovaných\n"
-" balíčků, které vyžadují odstranění jiných.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - rozdělit do menších transakcí, pokud se má instalovat "
-"nebo\n"
-" aktualizovat více balíčků než zadaná hodnota,\n"
-" výchozí hodnota je %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - malé velikost transakce, výchozí je %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - vynutit přibližné vyhledávání.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - instalovat balíčky nutné pro sestavení balíčků\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - instalovat pouze balíček se zdroji (bez binárních "
-"souborů).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - nejprve odstraní balíčky RPM z vyrovnávací paměti.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - neodstraňovat rpm balíčky z vyrovnávací paměti.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid " --replacepkgs - force installing packages which are already installed.\n"
-msgstr " --replacepkgs - vynutit instalaci balíčků, které jsou již nainstalovány.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - povolí žádost na uživatele, aby instaloval balíčky bez\n"
-" kontroly závislostí.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - povolí žádost na uživatele, aby instaloval balíčky bez\n"
-" kontroly závislostí a integrity.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - automaticky vybírat \"navrhované\" balíčky.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - nastavit urpmi za provozu ze stromu distribuce, užitečné\n"
-" při instalaci chroot s volbou --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - generovat a používat místní metalink.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - použít program pro čtení vzdálených souborů. \n"
-" známé programy: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - další volby k programu curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- další volby k programu rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - další volby k programu wget\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - další volby k programu prozilla\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - další volby předané programu aria2\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - omezení rychlosti stahování.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - obnoví stahování částečně stažených souborů\n"
-" (--no-resume obnovení zakáže, implicitně je zakázáno).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - použij zadanou HTTP proxy, číslo portu se předpokládá\n"
-" 1080, jako výchozí (formát je <proxyhost[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - uživatel a heslo, které se má použít u ověření\n"
-" proxy (formát je <uživatel:heslo>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - vygeneruje hlášení o chybě do adresáře \n"
-" zadaného následujícím parametrem.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - nebrat v úvahu cestu oddělenou čárkami.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - vynechá soubory s dokumentací.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - před instalací nekontrolovat prostor na disku.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --ignorearch - dovolí instalovat balíčky z jiných architektur.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - nespustí skript(y) balíčku\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - balíčky, jejichž instalace by měla být přeskočena\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - balíčky, které by měly být upřednostněny\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - pokud je nalezeno více balíčků, bude se nabízet "
-"více voleb než implicitně.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - nezamkne se databáze balíčků RPM.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - aktualizovat pouze balíčky se shodnou architekturou.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - vybere všechny vyhovující z příkazové řádky.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - režim bez výpisů.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - velmi užvaněný režim.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " názvy nebo soubory RPM zadané na příkazové řádce budou instalovány.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Chyba: nelze použít --auto-select spolu se seznamem balíčků.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Chyba: Chcete-li vygenerovat hlášení o chybě, zadejte obvyklé parametry na\n"
-"příkazovém řádku a přidejte parametr --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Při použití --install-src nelze instalovat binární balíčky RPM"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Nelze instalovat spec soubory"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "použije se --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid "please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-"použijte prosím --buildrequires nebo --install-src, použije se --"
-"buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Adresář [%s] již existuje, použijte prosím pro hlášení o chybě jiný adresář "
-"nebo jej odstraňte"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Nelze vytvořit adresář [%s] pro uložení hlášení o chybě"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "složka prostředí %s neexistuje"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Chyba: %s vypadá, že je připojen pouze ke čtení.\n"
-"Použijte --allow-force, chcete-li operaci provést."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Obnovuji media...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (k aktualizaci)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (k aktualizaci)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (k instalaci)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (k instalaci)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Aby byly splněna závislost '%s', je třeba jeden z následujících balíčků:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Jaká je vaše volba? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Následující balíčky nelze instalovat, protože závisí na balíčcích,\n"
-"které jsou starší než instalovaná verze:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Následující balíčky nelze instalovat, protože závisí na balíčcích,\n"
-"které jsou starší než instalovaná verze:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Přesto pokračovat v instalaci?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (A/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Požadovaný balíček nelze nainstalovat:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Některé požadované balíčky nebylo možné nainstalovat:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "odebrání balíčku %s naruší funkčnost vašeho systému"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Instalace nemůže pokračovat, protože následující balíček musí\n"
-"být odstraněn, aby bylo možné jiné aktualizovat:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Instalace nemůže pokračovat, protože následující balíčky musí\n"
-"být odstraněny, aby bylo možné jiné aktualizovat:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Následující balíček musí být odstraněn, aby bylo možné jiné aktualizovat:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Následující balíčky musí být odstraněny, aby bylo možné jiné aktualizovat:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(pouze test, k odstranění ve skutečnosti nedojde)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Musíte nejprve zavolat urpmi s volbou --buildrequires a nainstalovat "
-"následující závislosti:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Bude odstraněn následující sirotek."
-msgstr[1] "Budou odstraněni následující sirotci."
-msgstr[2] "Budou odstraněni následující sirotci."
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(pouze test, k instalaci ve skutečnosti nedojde)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "Bude použito %s dodatečného diskového prostoru."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "Bude uvolněno %s diskového prostoru."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "Bude staženo %s balíčků."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Pokračovat v instalaci %d balíčku?"
-msgstr[1] "Pokračovat v instalaci %d balíčků?"
-msgstr[2] "Pokračovat v instalaci %d balíčků?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Zrušit"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Stiskněte Enter po připojení..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"použití: urpmi.addmedia [volby] <jméno> <url>\n"
-"kde <url> je jedno z následujících\n"
-" [file:/]/<cesta>\n"
-" ftp://<login>:<heslo>@<host>/<cesta>\n"
-" ftp://<host>/<cesta>\n"
-" http://<host>/<cesta>\n"
-" removable://<cesta>\n"
-"\n"
-"použití: urpmi.addmedia [volby] --distrib --mirrorlist <url>\n"
-"použití: urpmi.addmedia [volby] --mirrorlist <url> <jméno> <relativní "
-"cesta>\n"
-"\n"
-"příklady:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"a [volby] jsou z\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - použije program wget pro načtení souborů.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - použije program curl pro načtení souborů.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - použije program prozilla pro načtení souborů.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 - použije pro získání vzdálených souborů aria2.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-" --update - vytvoří zdroj pro aktualizaci \n"
-" nebo vyřadí neaktualizační zdroje (při použití s --distrib)\n"
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - použít specifickou politiku pro stažení souborů s xml "
-"info\n"
-" jedna z: never, on-demand, update-only, always. viz urpmi."
-"cfg(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - použije soubor se syntézou.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - použije soubory rpm (místo souborů syntézy).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - nepokoušet se hledat žádný soubor se syntézou.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - automaticky vytvoří všechny zdroje z instalačního\n"
-" média.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr " --interactive - spolu s --distrib se zeptá na potvrzení u každého zdroje\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - spolu s --distrib přidá všechny zdroje ze seznamu\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - pro seznam zrcadel se použije zadané URL, výchozí je\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - vytvoří virtuální zdroje, které jsou vždy aktuální.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - vypnout kontrolu souborů MD5SUM.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - neimportovat veřejné klíče z přidaných zdrojů\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - přidat zdroje do nastavení, ale neaktualizovat.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - režim bez výpisů.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - režim s výpisy.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "známé xml-info politiky jsou %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "pro --distrib --mirrorlist <url> není potřeba žádný parametr"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "chybné <url> (pro lokální adresář musí být cesta absolutní)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Přidat zdroj může pouze uživatel root"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "vytvářím soubor s nastavením [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Nelze vytvořit soubor s nastavením [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "s volbou --distrib není třeba zadávat <relativní cestu k syntéze>"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Chcete přidat zdroj '%s'?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<relativní cesta k syntéze> chybí\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Nelze použít %s se vzdáleným zdrojem"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "nelze přidat zdroj"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover verze %s\n"
-"Copyright ©2006 Mandriva.\n"
-"Toto je svobodný software a je volně šiřitelný dle podmínek licence GNU "
-"GPL.\n"
-"\n"
-"použití:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - nastaví začátek přebalení na teď\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - nečistit na kontrolním bodu sestavovací adresář\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid " --list - list transactions since provided date/duration argument\n"
-msgstr " --list - vypíše transakce od daného data/doby\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - vypíše všechny transakce v databázi RPM (dlouhé)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - vypíše transakce od kontrolního bodu\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - návrat až do daného data,\n"
-" nebo návrat daného množství transakcí\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - vypne přebalování balíčků\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Neplatné datum nebo doba trvání [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Přebalovací adresář není definován\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Nelze zapisovat do přebalovacího adresáře [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Čištění přebalovacího adresáře [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d soubor odstraněn\n"
-msgstr[1] "%d soubory odstraněny\n"
-msgstr[2] "%d souborů odstraněno\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Podvržené příkazy [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Nelze použít --checkpoint a --rollback ve stejném příkaze\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Nelze použít --checkpoint a --list ve stejném příkaze\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Nelze použít--rollback a --list ve stejném příkaze\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Nelze použít --disable s dalšími volbami"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Žádná transakce od %s nenalezena\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "musíte být přihlášen jako root k provedení této akce"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Zapisuji soubor s makry RPM [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Nebylo nalezeno datum pro návrat zpět\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Návrat k %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Zakazuje se přebalování\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"použití: urpmi.removemedia (-a | <jméno> ...)\n"
-"kde <jméno> je název zdroje pro aktualizaci.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - vybere všechna média.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - přibližná shoda v názvu zdroje.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Odstranit zdroj může pouze uživatel root"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "nic k odebrání (použijte urpmi.addmedia pro přidání zdroje)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"záznam pro odebrání chybí\n"
-"(jeden z %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"použití: urpmi.update [volby] <jméno> ...\n"
-"kde <jméno> je název zdroje pro aktualizaci.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - aktualizovat pouze aktualizační zdroje.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - přinutí k aktualizaci klíče gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - neaktualizovat, označit zdroje jako ignorované.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - neaktualizovat, označit zdroje jako zapnuté.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms - nepoužije soubor syntézy, ale soubory rpm přímo\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - vybere všechna nevyjímatelná média.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - vynutí aktualizaci souborů syntézy\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -ff - opravdu vynutí aktualizaci souborů syntézy\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Aktualizovat zdroj může pouze uživatel root"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "nic k aktualizaci (použijte urpmi.addmedia pro přidání zdroje)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"záznam pro update chybí\n"
-"(jeden z %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "ignoruji zdroj %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "zapínám zdroj %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq verze %s\n"
-"Copyright ©2000-2006 Mandriva.\n"
-"Toto je svobodný software a je volně šiřitelný dle podmínek licence GNU "
-"GPL.\n"
-"\n"
-"použití:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - použít pouze zadané zdroje pro vyhledávání požadovaných "
-"(nebo aktualizaovaných) balíčků.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - vypíše sirotky\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - vnutit fuzzy vyhledávání. (stejné jako -y)\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - vypíše balíčky, které jsou k dispozici.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - vypíše seznam dostupných zdrojů.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - vypíše seznam dostupných zdrojů a jejich url.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - vypíše seznam uzlů k dispozici při použití volby --"
-"parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - seznam dostupných paralelních přezdívek.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid " --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr " --dump-config - vypíše nastavení ve formě parametru pro urpmi.addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - další balíček je zdrojový (stejné jako -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid " --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - všechny zdrojové balíčky před stažením (pouze uživatel "
-"root).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --ignorearch - povolí dotazy na balíčky RPM pro jiné architektury.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - nastaví urpmi za provozu ze stromu distribuce.\n"
-" To umožní dotaz na distribuci.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - vypíše změnový záznam.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - vypíše konflikty.\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - vypíše zastaralé.\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - vypíše, co se poskytuje.\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - vypíše, co se požaduje.\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - vypíše navrhované balíčky.\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - vypíše název zdrojového balíčku rpm.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - vypíše shrnutí.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - dotázat se na závislosti balíčku.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - reverzní vyhledávání požadavků balíčku.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - rozšířené reverzní vyhledávání balíčků (včetně "
-"virtuálních balíčků).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - bude hledat balíček v položkách provides.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - doplnit výstup balíčkem k odebrání.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - vypíše tag skupin společně se jménem.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - tisk užitečných informací v člověkem čitelné podobě.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - vypíše soubory v balíčku.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - stejné jako -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - společně se jménem vypíše verzi a vydání.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - další balíček je zdrojový (stejné jako --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr " -u - odebere balíček pokud je již instalována novější verze.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - vnutit fuzzy vyhledávání (stejné jako --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - jako -y, ale ignoruje velká a malá písmena.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " jméno nebo rpm soubory zadané na příkazové řádce, které jsou dotazovány.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "použití: \"urpmq --auto-orphans\" bez parametrů"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "volbu --list-nodes lze použít pouze s volbou --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "použijte -l pro seznam souborů"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr "pro zdroj \"%s\" neexistuje xml info, pouze částečný výsledek pro balíček %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"pro zdroj \"%s\" neexistuje soubor xml info, pouze částečný výsledek pro "
-"balíčky %s"
-
-#: ../urpmq:408
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"pro zdroj \"%s\" neexistuje soubor xml info, nelze vrátit žádný výsledek pro "
-"balíček %s"
-
-#: ../urpmq:409
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"pro zdroj \"%s\" neexistuje soubor xml info, nelze vrátit žádný výsledek pro "
-"balíčky %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Nebyl nalezen záznam změn\n"
-
diff --git a/po/cy.po b/po/cy.po
deleted file mode 100644
index 4cfb0c39..00000000
--- a/po/cy.po
+++ /dev/null
@@ -1,3518 +0,0 @@
-# translation of urpmi-cy.po to Cymraeg
-#
-# Copyright (C) 2007 Free Software Foundation, Inc.
-#
-# Rhoslyn Prys <rhoslyn.prys@meddal.org.uk>, 2002, 2004.
-# Rhoslyn Prys <post@meddal.com>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: Mandriva Linux\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-08-18 19:57-0000\n"
-"Last-Translator: Rhoslyn Prys <post@meddal.com>\n"
-"Language-Team: Cymraeg\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Welsh\n"
-"X-Poedit-Country: UK\n"
-"Plural-Forms: nplurals=2; plural=(n == 2) ? 1 : 0;\n"
-"X-Generator: KBabel 1.11.4\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Gosod RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Gwall: methu canfod ffeil %s, diddymu'r weithred"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Iawn"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Rydych wedi dewis pecyn ffynhonnell:\n"
-"\n"
-"%s\n"
-"\n"
-"Efallai nad oeddech wedi bwriadu ei osod ar eich cyfrifiadur (byddai ei osod "
-"yn caniatáu i chi i wneud newidiadau i'r cod ffynhonnell a'i grynhoi.).\n"
-"\n"
-"Beth hoffech chi ei wneud?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Rydych ar fin gosod y pecynnau meddalwedd canlynol ar eich cyfrifiadur:\n"
-"\n"
-"%s\n"
-"\n"
-"Parhau?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Rydych ar fin gosod y pecyn meddalwedd canlynol ar eich cyfrifiadur:\n"
-"\n"
-"%s\n"
-"\n"
-"Efallai byddai'n well gennych ei gadw. Beth yw eich dewis?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Gosod"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Cadw"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Dileu"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Dewiswch leoliad i gadw'r ffeil"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmf fersiwn %s\n"
-"Hawlfraint © 1999 - 2006 Mandriva.\n"
-"Meddalwedd rhydd yw hwn a gall gael ei ddosbarthu o dan amodau'r GPL GNU.\n"
-"\n"
-"defnydd:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Dewisiadau:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - argraffu neges cymorth.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - modd anrhyngweithiol, derbyn atebion rhagosodedig i "
-"gwestiynau.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - dewis pecynnau'n awtomatig i uwchraddio'r system.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - gorfodi galwad hyd yn oed os na yw rhai pecynnau'n "
-"bodoli.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - gwirio llofnod rpm cyn gosod\n"
-" (--no-verify-rpm analluogi, galluogi yw'r rhagosodedig).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - defnyddio'r cyfrwng, wedi ei ran gan gollnod.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - caniatáu i chwilio canfod pecyn.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - peidio chwilio yn provides i ganfod pecyn.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - defnyddio root arall ar gyfer gosod rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - gwirio os oes modd gosod yn iawn.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - defnyddio'r cyfrwng darparwyd i chwilio'r pecynnau "
-"gofynnwyd.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Heb enwi pecyn"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Arhoswch..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Rhaid bod yn root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Nid oes modd gosod rhai pecynnau gofynnwyd amdanynt:\n"
-"%s\n"
-"Parhau beth bynnag?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Rhybudd"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Iawn"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr "(uwchraddio)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr "(gosod)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Dewis pecyn"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Mae angen un o'r pecynnau canlynol:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Atal"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Rhaid i'r pecynnau canlynol gael eu tynnu i eraill gael eu diweddaru.\n"
-"%s\n"
-"Parhau beth bynnag?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "I fodloni dibyniaethau, bydd y pecynnau canlynol yn cael eu gosod"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "I fodloni dibyniaethau, bydd y pecyn canlynol yn cael ei osod"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d pecyn, %d MB)"
-msgstr[1] "(%d pecyn, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Gosod y pecyn..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "methu estyn pecynnau ffynhonnell, atal"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Paratoi..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Gosod pecyn `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Rhowch gyfrwng \"%s\" yn y ddyfais"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Llwytho pecynnau i lawr ' %s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Gorffen"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Methodd y gosod, mae rhai ffeiliau ar goll:\n"
-"%s\n"
-"Hoffech chi ddiweddaru eich cronfa ddata urpmi?"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Methodd y gosod:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Popeth wedi eu gosod eisoes"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Cwblhawyd y gosod"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "tynnu %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "ailgychwyn urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"usage: %s [dewisiadau]\n"
-"lle mae [dewisiadau] o\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - argraffu neges cymorth.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - defnyddio'r root hwn yn lle /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - cyfyngu canlyniadau i'r grŵp.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " rhagosodedig yw %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - allbynnu enw llawn rpm (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Dim ond uwch ddefnyddiwr sy'n cael gosod pecynnau"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Rhedeg urpmi mewn modd cyfyngedig..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "methu creu cyfeiriadur %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "perchennog annilys cyfeiriadur %s"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "Methu llwytho pecynnau i lawr i %s"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "methu agor rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "enw ffeil rpm annilys [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "adfer ffeil rpm (%s)..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr ".cwblhau adfer"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "... methodd ail-lwytho: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "methu cael mynediad ffeil rpm (%s)"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "methu didoli ffeil spec %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "methu cofrestr ffeil rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Saernïaeth anghydnaws ar gyfer rpm [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "gwall cofrestru pecynnau lleol"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Mae'r weithred yn waharddedig wrth redeg ym modd cyfyngedig"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "datganiad dirprwy gwallus ar y llinell orchymyn\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: methu darllen ffeil rpm \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "mynegiadau annisgwyl %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "mynegiad coll cyn %s"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "mynegiad annisgwyl %s (awgrym: defnyddio -a neu-0 ?)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "dim mynegiad i'w gau"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-"drwy ragosodiad mae urmpf yn disgwyl regexp, dylech ddefnyddio dewis \"--"
-"literal\""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "Nid yw cyfeiriadur chroot yn bodoli"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Methu defnyddio %s heb %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Methu defnyddio %s gyda %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Gormod o ymresymiadau\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Methodd y copïo"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"Rhaid i chi arosod y CD-ROM eich hun (neu osod perl-Hal-Cdroms i'w wneud yn "
-"awtomatig)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "Nid yw'r HAL daemon (hald) yn rhedeg neu nid yw'n barod"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "nid yw cyfrwng \"%s\" ar gael"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "methu darllen ffeil rpm (%s) o gyfrwng \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "gwall cystrawen yn ffeil config ar linell %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "Methu creu ffeil config (%s)"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "mae cyfrwng '%s' wedi ei ddiffinio ddwy waith, cau"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "methu ysgrifennu i ffeil ffurfweddiad (%s)"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "methu darllen y gosodiadau dirprwy (dim digon o hawl i ddarllen %s)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Rhowch eich hawliau ar gyfer cael mynediad i ddirprwy\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Enw Defnyddiwr"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Cyfrinair:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Webfetch anhysbys '%s' !!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "Methodd '%s': gadael gydag arwydd %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "Methodd '%s': gadael gyda %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "methodd y copïo"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "mae wget ar goll\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "mae curl ar goll\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "methodd curl: diddymwyd y llwytho i lawr\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync ar goll\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh ar goll\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla ar goll\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Methu gweithredu prozilla\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "aria2 ar goll\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% o %s wedi ei gwblhau, Amser = %s, cyflymder = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% wedi ei gwblhau, cyflymder = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "estyn %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "estynwyd: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "protocol anhysbys ar gyfer %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "Nid yw %s ar gael, mynd yn ôl at %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "heb ganfod webfetch, yn cael eu cynnal gan webfetch: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "methu trin protocol: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "glanhau %s ac %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "heb ganfod pecyn %s"
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "adfer ffeiliau rpm o gyfrwng [%s]"
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[ailbecynnu]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"crëwyd trosglwyddiad ar gyfer gosod ar %s (tynnu=%d, gosod=%d, uwchraddio=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "methu creu trosglwyddiad."
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "methu tynnu rpm o becyn delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "methu gosod pecyn %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "tynnu rpm gwallus (%s) o %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "tynnu %s methodd: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Tynnu pecyn %s."
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "tynnu pecyn %s."
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "tynnu rpm wedi eu gosod (%s) o %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Rhagor o wybodaeth ar becyn %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Methu creu cyfeiriadur storfa Idap"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Methu ysgrifennu ffeil storfa ar gyfer Idap\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Heb ddiffinio gweinydd, uri neu westeiwr coll"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Sail heb ei ddiffinio"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Methu cysylltu æg uri ldap:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "Cronfa ddata %s wedi cloi, aros..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "atal"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "Mae cronfa ddata %s wedi ei chloi (mae rhaglen arall yn ei defnyddio)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Methodd y gosod"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Ceisio mynd ymlaen beth bynnag? (i/N)"
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Methodd y gosod, rpm gwallus:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Mae gan y pecyn canlynol lofnod gwallus"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Mae gan y pecynnau canlynol lofnod gwallus"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Ydych chi am barhau gosod?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "tynnu rpm wedi eu gosod (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "dosbarthu %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "gosod %s o %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "gosod %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Ceisio gosod heb wirio dibyniaethau? (i/N)"
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Mwy o orfodaeth gyda'r gosod? (--force)? (y/N)"
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Mae'r pecynnau'n rhai diweddaraf"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Gosod yn bosibl"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "archwilio %s ffeil"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "ffeil MD SUM annilys"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "rhybudd: nid yw md5sum ar gyfer %s ar gael yn ffeil MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "dylai cyfrwng rhithiol \"%s\" gael url clir, anwybyddu'r cyfrwng"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "methu cael mynediad ffeil rhestr \"%s\", anwybyddu'r cyfrwng"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "methu cael mynediad i ffeil \"%s\", anwybyddu'r cyfrwng"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "ceisio osgoi'r cyfrwng presennol \"%s\", hepgor"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "methu symud y ddyfais symudol, anwybyddu'r cyfrwng"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "ysgrifennu ffeil ffurfweddu (%s)"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Methu defnyddio'r modd paralel gyda'r modd use-distrib"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "defnyddio cyfrwng cysylltiedig ar gyfer modd paralel: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--nid oes modd defnyddio synthesis gyda --media, --excludemedia, --"
-"sortmedia, --diweddaru, --use-distrib or --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Cychwyn chwilio: %s diwedd: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "hepgor pecyn %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "gosod yn lle uwchraddio pecyn %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "cyfrwng \"%s\" yn bodoli eisoes"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(anwybyddwyd drwy ragosodiad)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "ychwanegu cyfrwng \"%s\", cyn cyfrwng pell \"%s\""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "ychwanegu cyfrwng \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "nid yw cyfeiriadur %s yn bodoli"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "nid yw'r lleoliad i weld yn cynnwys unrhyw ddosbarthiad"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "methu didoli media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"methu cael mynediad at gyfrwng y dosbarthiad (heb ganfod ffeil media.cfg)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "hepgor cyfrwng anghymarus '%s' (ar gyfer %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "estyn ffeil media.cfg..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "ceisio dewis y cyfrwng nad yw'n bod \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "dewis aml-gyfrwng: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "dewis cyfrwng \"%s\":"
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "ail-ffurfweddu urpmi ar gyfer cyfrwng \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...methodd ail-ffurfweddu"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "cwblhau ail-ffurfweddu"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Gwall wrth gynhyrchu ffeil enwau: heb ganfod dibyniaeth %d"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "cyfrwng \"%s\" wedi ei ddiweddaru"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "archwilio ffeil synthesis [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "anhawster darllen synthesis ffeil cyfrwng \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "copïo [%s] ar gyfer cyfrwng \"%s\"..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...methodd y copïo"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "copïo ffeil disgrifiad o \"%s\""
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...cwblhau'r copïo"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "methodd copïo (%s) (Mae'r ffeil yn rhy fach)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "cyfrifo md5sum o ffynhonnell synthesis adferwyd (neu synthesis)"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "methodd estyn (%s) (md5sum gwallus)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "methodd genhdlist2 ar %s"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "cymharu %s ac %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "ffeil hdlist annilys %s ar gyfer cyfrwng \"%s\""
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "copïo ffeil MD5SUM o \"%s\""
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "ffeil MD5SUM annilys (llwytho i lawr o %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "adfer ffynhonnell synthesis \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "canfod synthesis holwyd fel %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "dim ffeil synthesis file ar gyfer cyfrwng \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "archwilio ffeil pubkey \"%s\""
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...allwedd %s wedi ei fewnforio o ffeil pubkey \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "methu mewnforio ffeil pubkey \"%s\""
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "cyfrwng \"%s\" wedi ei ddiweddaru"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "methodd estyn [%s]"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "ceisio eto gyda drych %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Methu canfod drych o restr drychau %s"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "wedi canfod geolleoleiddio %s %.2f %.2f o gylchfa amser %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "estyn rhestr drychai o %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-# This is a list of chars acceptable as a 'yes' answer to a Yes/No question;
-# you can put here the letters for 'yes' for your language, so people
-# can hit those keys in their keyboard to reply.
-# please keep the 'Yy' for compatibility reasons
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "Yy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Dewis gwael, ceisiwch eto\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Pecyn"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Fersiwn"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Ryddhad"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arch"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(awgrym)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "cyfrwng \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "llinell orchymyn"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-"Mae'r pecyn canlynol yn amddifad, defnyddiwch \"urpme --auto-orphans\" i'w "
-"thynnu."
-msgstr[1] ""
-"Mae'r pecynnau canlynol yn amddifad, defnyddiwch \"urpme --auto-orphans\" "
-"i'w tynnu."
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "methu didoli ffeil hdlist \"%s\" yn ffeil (%s)"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "archwilio trinydd paralel mewn ffeil [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "canfod trinydd paralel ar gyfer nodau: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "methu defnyddio dewis paralel \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "ar nod %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "Methodd y gosod ar nod %s"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "methodd rshp, efallai fod y nod yn anghyraeddadwy"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "methodd mput, efallai fod y nod yn anghyraeddadwy"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "methodd scp ar westai %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "methodd cp ar westai %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-"methodd %s ar westai %s (efallai nad oes ganddo fersiwn da o urpmi?) (cod "
-"gadael: %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "methu cael mynediad at gyfrwng. \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "gosod %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "dadosod %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf fersiwn %s\n"
-"Hawlfraint © 2002 - 2006 Mandriva.\n"
-"Meddalwedd rhydd yw hwn a gall gael ei ddosbarthu o dan amodau'r GPL GNU..\n"
-"\n"
-"defnydd: urpmf [dewisiadau] pattern-expression\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - argraffu rhif fersiwn yr offeryn.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - defnyddio amgylchedd penodol (adroddiad gwall fel "
-"rheol).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - peidio defnyddio'r cyfrwng hwn, rhannwyd gyda choma.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - peidio cydweddu patrymau, defnyddio ymresymiad fel llinyn "
-"llythrennedd.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - defnyddio root arall ar gyfer gosod urpmi db ac "
-"rpm.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - didoli'r cyfrwng yn ôl llinynnau wedi eu rhannu gyda "
-"choma.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-" --use-distrib - defnyddio'r llwybr yma i gael mynediad ar y cyfrwng.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - defnyddio'r synthesis yn lle urpmi db.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - peidio argraffu llinellau'r un fath.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - defnyddio cyfrwng diweddaru'n unig.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - modd llafar.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - anwybyddu gwahaniaeth maint llythrennau ym mhob patrwm.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -i - cadw gwahaniaeth maint llythrennau ym mhob patrwm "
-"(rhagosodiad).\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - newid ymwahanydd maes (arferol i ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Mynegiadau patrymau:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text - unrhyw destun wedi ei ddidoli fel regexp, onibai fod -l "
-"yn cael ei ddefnyddio.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - cynnwys perl cod yn union fel perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - gweithredwr deuaidd AND.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - gweithredwr deuaidd OR.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - unaidd NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - parenthesis de a chwith.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Rhestr tagiau:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - pennu allbwn fformat printf-aidd\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " esiampl: '%%enw:%%ffeil'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - saernïaeth\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - gwestai'r adeiladedd\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - amser adeiladu\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - ffeiliau ffurfweddiad\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - tagiau gwrthdaro\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - disgrifiad pecyn\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - dosbarthiad\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - cyfnod\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - enw ffeil y pecyn\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - rhestr ffeiliau o fewn y pecyn\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - grŵp\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - trwydded\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - enw'r pecyn\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - tagiau'r hen\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - pecynydd\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - tag darparu\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - tagiau angenrhaid\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - maint wedi gosod\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - enw rpm ffynhonnell\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - cynnig tagiau\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - crynodeb\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - url\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - gwerthwr\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - y cyfrwng lle cafwyd y pecyn\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - argraffu fersiwn a rhyddhad ac arch gydag enw.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Fformat anghywir: gallwch ddefnyddio un tag aml-werth yn unig"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "ddefnyddio amgylchedd penodol ar %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "dim ffeil hdlist ar gyfer cyfrwng \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "adeiladu ffeil synthesis file ar gyfer cyfrwng \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "dim xml-info ar gyfer cyfrwng \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "ail gychwynnwyd urpmi, ac nid yw'r rhestr prif pecynnau wedi newid"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-"ail gychwynnwyd urpmi, ac mae'r rhestr prif pecynnau wedi newid: %s vs %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Dim pecyn o'r enw %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Mae pecynnau canlynol yn cynnwys %s: %s:"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "wedi canfod pecyn(nau) %s yn urpmi db, ond heb eu gosod"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Pecyn %s wedi ei osod eisoes"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Pecynnau %s wedi eu gosod eisoes"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "oherwydd %s coll"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "oherwydd %s wedi ei osod eisoes"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "%s heb ei foddloni"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "ceisio hybu %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "fel modd i gadw %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "er mwyn gosod %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "oherwydd gwrthdaro gyda %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Llofnod annilys (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Enw Allwedd Annilys (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Llofnod coll (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "system"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "Dylech ailddechrau %s ar gyfer %s"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Methu ysgrifennu'r ffeil"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Methu agor y ffeil"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Methu symud ffeil %s i %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmf fersiwn %s\n"
-"Hawlfraint (C) 1999 - 2006 Mandriva.\n"
-"Meddalwedd rhydd yw hwn a gall gael ei ddosbarthu o dan amodau'r GPL GNU.\n"
-"\n"
-"defnydd:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - dewis pecyn yn awtomatig o fewn dewisiadau.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - tynnu amddifad\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - gwirio os oes modd tynnu'n iawn.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-" --parallel - urpmi wedi ei ddosbarthu ar draws beiriannau eraill.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - Ailbecynnu'r ffeiliau cyn eu dileu\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - defnyddio root arall ar gyfer tynnu rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --justdb - diweddaru'n unig db yr rpm, nid y system ffeilio.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - peidio gweithredu sgriptledi'r pecyn(au).\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - ffurfweddu urpmi wrth fynd o goeden distrib, defnyddiol\n"
-" wrth (ddad)osod chroot gyda dewis --root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - modd llafar.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - select all packages matching expression.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Dim ond uwch ddefnyddiwr sy'n cael tynnu pecynnau"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "pecynnau anhysbys"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "pecyn anhysbys"
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Bydd tynnu pecyn canlynol yn torri eich system:"
-msgstr[1] "Bydd tynnu pecynnau canlynol yn torri eich system:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Dim i'w dynnu"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "Dim amddifad i'w tynnu"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "I fodloni dibyniaethau, bydd y %d pecyn canlynol yn cael eu tynnu"
-msgstr[1] "I fodloni dibyniaethau, bydd y %d pecyn canlynol yn cael eu tynnu"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "pecyn amddifad"
-msgstr[1] "pecynnau amddifad"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Tynnu pecynnau %d?"
-msgstr[1] "Tynnu pecynnau %d?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (y/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "profi tynnu %s"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Methodd y tynnu"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "Mae tynnu yn bosibl"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "Mynegiadauheb ei derfynnu (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - diweddaru'r cyfrwng ac yna uwchraddio'r system.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - analluogi gwirio ffeil MD5SUM.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - gorfodi diweddaru allwedd gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - tynnu'r amddifad heb ofyn\n"
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - peidio awto ddewis pecynnau \"suggested\" .\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr " --no-uninstall - peidio gofyn i ddadosod pecyn, atal gosod.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-" --no-install - peidio gosod y pecynnau (dim ond eu llwytho i lawr)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - cadw'r pecynnau presennol os yn bosibl, gwrthod\n"
-" pecynnau sy'n arwain at dynnu.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - hollti'n ddarnau llai os yw mwy na'r pecynnau hyn yn "
-"cael\n"
-" eu gosod neu eu uwchraddio\n"
-" rhagosodiad yw %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - hyd drosglwyddiad byr, rhagosodiad yw %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - mynnu chwiliad bras.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - gosod buildrequires y pecynnau\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - gosod pecynnau ffynhonnell yn unig (dim binaries).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - tynnu rpm o'r storfa cyn unrhyw beth arall.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - peidio glanhau rpm o'r storfa.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr " --replacepkgs - gorfodi gosod pecynnau sydd wedi eu gosod eisoes.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - caniatáu gofyn i ddefnyddiwr i osod pecynnau heb\n"
-" wirio dibyniaethau.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - caniatáu gofyn i ddefnyddiwr osod pecyn heb\n"
-" wirio dibyniaethau na'u cyfanrwydd.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - awto ddewis pecynnau \"awgrymwyd\".\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - ffurfweddu urpmi wrth fynd o goeden distrib, defnyddiol\n"
-" wrth osod chroot gyda dewis o --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - cynhyrchu a defnyddio metalink lleol.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - rhaglen i'w defnyddio ar gyfer estyn ffeiliau pell. \n"
-" rhaglenni hysbys: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - dewis ychwanegol wrth ddefnyddio curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- dewis ychwanegol wrth ddefnyddio rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - dewis ychwanegol wrth ddefnyddio wget\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --cprozilla-options - dewis ychwanegol wrth ddefnyddio prozilla\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options -dewis ychwanegol i'w estyn i aria2\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - cyfyngu cyflymder y llwytho i lawr.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --verify-rpm - gwirio llofnod rpm cyn gosod\n"
-" (--no-verify-rpm analluogi, galluogi yw'r rhagosodedig)\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - defnyddio'r dirprwy HTTP enwyd, rhif y porth trwy\n"
-" rhagosodiad yw 1080 (fformat yw <proxyhost[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - enwi defnyddiwr a chyfrinair i'w ddefnyddio fel y\n"
-" dilysiad dirprwy (fformat yw <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - cynhyrchu adroddiad gwall i'r cyfeiriadur nodir gan\n"
-" yr arg. nesaf\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - eithrio llwybr wedi ei wahanu a chollnod.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - eithrio ffeiliau docs.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - peidio gwirio maint ar ddisg cyn gosod.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --ignorearch - caniatáu gosod rpm ar gyfer saernïaeth annhebyg.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - peidio gweithredu sgripledi pecyn(au)\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - pecynnau dylid osgoi eu gosod.\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - pecynnau angenrheidiol\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - pan fydd nifer o becynnau wedi eu canfod, cynnig mwy o "
-"ddewis\n"
-" na'r rhagosodiad.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - peidio cloi db rpm.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-" --strict-arch - uwchraddio dim ond pecynnau gyda'r un bensaernïaeth.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - dewis pob cydweddiad ar y llinell gorchymyn.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - modd distaw.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " - --debug - modd llafar iawn.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" bydd enwau neu ffeiliau rpm sy'n cael eu rhoi ar y llinell orchymyn yn cael "
-"eu gosod.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Gwall: methu defnyddio --auto-select ynghyd â'r rhestr pecynnau.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Gwall: I gynhyrchu adroddiad gwall, nodwch yr ymresymiad llinell orchymyn "
-"arferol\n"
-"ynghyd a --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Methu gosod ffeiliau deuaidd rpm wrth ddefnyddio --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Nid oes modd gosod ffeiliau spec"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "rhagosod --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-"defnyddiwch --buildrequires neu --install-src, yn rhagosod i --buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Mae cyfeiriadur (%s) yn bodoli eisoes, defnyddiwch gyfeiriadur arall am "
-"adroddiad gwall neu ei ddileu."
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Methu creu cyfeiriadur (%s) ar gyfer adroddiad gwall"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Nid yw cyfeiriadur amgylchedd %s yn bodoli"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Gwall: %s i weld wedi ei osod fel darllen yn unig.\n"
-"Defnydd --allow-force gorfodaeth i orfodi gweithred."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Diweddaru cyfrwng...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (uwchraddio)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (uwchraddio)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (gosod)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (gosod)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "I fodloni '%s' dibyniaeth, bydd angen un o'r pecynnau canlynol:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Beth yw eich dewis? (1-%d)"
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Nid oes modd gosod y pecyn canlynol am ei fod yn dibynnu ar becynnau\n"
-"sy'n hyn na'r rhai sydd wedi eu gosod:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Nid oes modd gosod y pecynnau canlynol am eu bod yn dibynnu ar becynnau\n"
-"sy'n hyn na'r rhai sydd wedi eu gosod:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Parhau i osod beth bynnag?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Y/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Nid oes modd gosod pecyn gofynnwyd amdani:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Nid oes modd gosod rhai pecynnau gofynnwyd amdanynt:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "bydd tynnu pecynnau %s yn torri'r system"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Nid oes modd i'r gosod parhau gan fo'n rhaid i'r pecyn canlynol\n"
-"gael ei dynnu i eraill gael eu diweddaru.\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Nid oes modd i'r gosod parhau gan fo'n rhaid i'r pecynnau canlynol\n"
-"gael eu tynnu i eraill gael eu diweddaru.\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Rhaid i'r pecyn canlynol gael ei dynnu i eraill gael eu diweddaru.\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Rhaid i'r pecynnau canlynol gael eu tynnu i eraill gael eu diweddaru.\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(prawf yn unig, ni fydd yn cael ei ddadosod)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Rhaid galw urpmi yn gyntaf gyda --buildrequires er mwyn gosod y dibyniaethau "
-"canlynol:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Bydd y pecyn amddifad canlynol yn cael ei dynnu"
-msgstr[1] "Bydd y pecynnau amddifad canlynol yn cael eu tynnu"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(prawf yn unig, ni fydd yn cael ei osod)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "Bydd %s o le ychwanegol ar ddisg yn cael ei ddefnyddio."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "Bydd %s o le ar ddisg ar gael."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "bydd %s o becynnau yn cael eu hadfer."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Parhau gyda gosod %d pecyn?"
-msgstr[1] "Parhau gyda gosod %d pecyn?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Dileu"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Pwyso Enter pan wedi ei arosod..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"defnydd: urpmi.addmedia [options] <name> <url>\n"
-"lle mae <url> yn un o\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"defnydd: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"defnydd: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"esiamplau:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"a [options] o\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - defnyddio wget i estyn ffeiliau pell.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - defnyddio curl i estyn ffeiliau pell.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - defnyddio prozilla i estyn ffeiliau pell.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 - - defnyddio aria2 i estyn ffeiliau pell.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - defnyddio'r polisi penodol o lwytho ffeiliau gwybodaeth "
-"xml\n"
-" un o: byth, ar alw, diweddaru'n unig, bob tro. cf urpmi."
-"cfg(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - defnyddio ffeil synthesis.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms -defnyddio ffeiliau rpm (yn lle synthesis).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - peidio ceisio canfod unrhyw ffeil synthesis.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - creu yn awtomatig yr holl gyfrwng o gyfrwng\n"
-" gosod\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-" --rhyngweithiol - gyda --distrib, gofyn cadarnhad gyda phob cyfrwng\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - gyda --distrib, rhestri'r holl gyfrwng ar gael.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - defnyddio url pennwyd ar gyfer rhestr drychau, y "
-"rhagosodedig yw\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - creu cyfrwng rhithiol sydd wedi ei ddiweddaru,\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - analluogi gwirio ffeil MD5SUM.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - peidio mewnforio pubkey y cyfrwng ychwanegwyd\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw - ychwanegu cyfrwng yn config, ond nid yn ei ddiweddaru.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - modd distaw.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " --verbose - modd llafar.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "polisiau hysbys known xml-info yw %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "dim angen ymresymiad ar gyfer --distrib --mirrorlist <url>"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-"gwallus <url> (ar gyfer cyfeiriadur lleol, rhaid i'r llwybr fod yn absoliwt)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Dim ond uwch ddefnyddiwr sy'n cael ychwanegu cyfrwng"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "yn creu ffeil config (%s)"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Methu creu ffeil Config (%s)"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "dim angen rhoi <llwybr perthynnol synthesis> gyda --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Hoffech chi ychwanegu cyfrwng '%s'?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<llwybr perthynnol synthesis> ar goll\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Methu defnyddio %s gyda chyfrwng pell"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "methu ychwanegu cyfrwng"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover fersiwn %s\n"
-"Hawlfraint (C) 2006 Mandriva.\n"
-"Meddalwedd rhydd yw hwn a gall gael ei ddosbarthu o dan amodau'r GPL GNU.\n"
-"\n"
-"defnydd:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - gosod cychwyn ailbacio nawr\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - peidio glanhau rpm ar checkpoint\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-" --list - rhestri trafodion ers darparu ymresymiad dyddiad hyd\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - rhestri'r holl drafodion yn rpmdb (hir)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - rhestri'r holl drafodion ers y pwynt gwirio\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - mynd yn ôl i'r dyddiad penodol,\n"
-" neu nôl y nifer o drafodion penodwyd\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - diffodd ailbecynnu\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Dyddiad neu hyd annilys [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Heb ddiffinio cyfeiriadur ailbecynnu\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Methu ysgrifennu i gyfeiriadur ailbacio [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Glanhau cyfeiriadur ailbacio [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "Tynnwyd %d pecyn\n"
-msgstr[1] "Tynnwyd %d pecyn\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Ymresymiadau llinell orchymyn annilys [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Methu pennu --checkpoint a --rollback ar yr un pryd\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Methu pennu --checkpoint a --list ar yr un pryd\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Methu pennu --rollback a --list ar yr un pryd\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Methu pennu --disable gyda dewis arall"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Dim trafodion ers %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Rhaid bod yn uwch-ddefnyddiwr i wneud hyn"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Ysgrifennu ffeil macros rpm [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Heb ganfod dyddiad rholio nôl\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Rholio nôl hyd %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Anablu ailbecynnu\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"lle mai <name> yw'r enw cyfrwng i'w dynnu.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - dewis pob cyfrwng.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - cydweddiad bras enwau cyfryngau\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Dim ond uwch ddefnyddiwr sy'n cael tynnu cyfrwng"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "dim i'w dynnu (defnyddio urpmi.addmedia i ychwanegu cyfrwng)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"mae'r cofnod i'w dynnu ar goll\n"
-"(un o %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"usage: urpmi.update [dewisiadau] <name> ...\n"
-"lle mai <name> yw'r enw cyfrwng i'w dynnu.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - defnyddio cyfrwng diweddaru'n unig.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - gorfodi diweddaru allwedd gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-" --norebuild - peidio diweddaru, marcio'r cyfrwng wedi ei anwybyddu.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-" --no-ignore - peidiwch diweddaru, marciwch y cyfrwng wedi ei alluogi.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --probe-rpms - peidio defnyddio synthesis, defnyddiwch ffeiliau rpm\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - dewis pob cyfrwng ansymudadwy.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - gorfodi diweddaru ffeiliau synthesis\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - gorfodi diweddaru ffeiliau synthesis/\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Dim ond uwch ddefnyddiwr sy'n cael diweddaru cyfrwng"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "dim i'w ddiweddaru (defnyddio urpmi.addmedia i ychwanegu cyfrwng)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"mae'r cofnod i ddiweddaru ar goll\n"
-"(un o %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "anwybyddu cyfrwng %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "galluogi cyfrwng %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq fersiwn %s\n"
-"Hawlfraint (C) 2002-2006 Mandriva.\n"
-"Meddalwedd rhydd yw hwn a gall gael ei ddosbarthu o dan amodau'r GPL GNU.\n"
-"\n"
-"defnydd:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - defnyddio'r cyfrwng darparwyd i chwilio'r pecynnau "
-"gofynnwyd (neu diweddarwyd).\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - rhestri'r amddifad\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - mynnu chwiliad fuzzy (fel -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - rhestri'r holl gyfrwng ar gael.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - rhestri'r holl gyfrwng ar gael.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - rhestri'r holl gyfrwng ar gael.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - rhestri'r nodau sydd ar gael wrth ddefnyddio --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - rhestr ar gael ar gyfer enwau paralel.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - dympio'r ffurfweddiad mewn ffurf ymresymiad urpmi."
-"addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - pecyn nesaf yn becyn ffynhonnell (yr un peth â -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - give all source packages before downloading (root only).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - caniatáu ymholi rpmau ar gyfer saernïaeth annhebyg.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - ffurfweddu urpmi wrth fynd o goeden distrib.\n"
-" Mae hyn yn caniatáu ymholi mewn dosbarthiad.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - cofnod argraffu.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - gwrthdaro argraffu\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - argraffu'r hen.\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - argraffu darparu\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - angenrhaid argraffu.\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - argraffu'r awgrym.\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - argraffu rpm ffynhonnell\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - crynodeb argraffu.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - ymestyn ymholiad i ddibyniaethau pecynnau.\n"
-".\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - chwilio nôl i'r hyn sydd angen ar becyn.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - chwilio nôl estyndig (yn cynnwys rhith becynnau) \n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - chwilio yn provides i ganfod pecyn.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - allbwn cyfan a phecyn i'w dynnu\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - argraffu grwpiau gydag enw hefyd.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - argraffu gwybodaeth ddefnyddiol mewn ffordd ddarllenadwy "
-"i bobl.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - rhestri'r ffeiliau mewn pecyn.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - yn cyfateb i -du.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - argraffu fersiwn a rhyddhad gydag enw hefyd.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" --s - pecyn nesaf yn becyn ffynhonnell (yr un peth â --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - tynnu pecyn os oes yna fersiwn mwy diweddar wedi ei "
-"osod.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - gosod chwilio fuzzy (fel --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - fel -y, ond yn gorfodi cydweddu diffyg cydweddiad maint "
-"llythrennau.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-" bydd enwau neu ffeiliau rpm sy'n cael eu rhoi ar y llinell orchymyn yn cael "
-"eu holi.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "defnydd: \"urpmq --auto-orphans\" heb ymresymiad"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "dim ond gyda --paralel mae modd defnyddio --list-nodes"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "defnyddiwch -l i restru'r ffeiliau"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"dim xml info ar gyfer cyfrwng \"%s\", dim ond canlyniad rhannol ar gyfer "
-"pecyn %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"dimxml info ar gyfer cyfrwng \"%s\", dim ond canlyniad rhannol ar gyfer "
-"pecynnau %s"
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"dim xml info ar gyfer cyfrwng\"%s\", methu canfod unrhyw ganlyniad ar gyfer "
-"pecyn %s"
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"dim xml info ar gyfer cyfrwng\"%s\", methu canfod unrhyw ganlyniad ar gyfer "
-"pecynnau %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Heb ganfod changelog\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - defnyddio cyfrwng diweddaru.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "URL gwallus: [%s]"
-
-#~ msgid "sorry, you can't use --install-src to install remote .src.rpm files"
-#~ msgstr ""
-#~ "nid oes modd ei ddefnyddio --install-src i osod y ffeiliau pell .src.rpm "
-#~ "files"
-
-#~ msgid "Error"
-#~ msgstr "Gwall"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "methodd trosglwyddiad gosod %d"
-#~ msgstr[1] "methodd trosglwyddiad gosod %d"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Methu gosod pecyn %s"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Ticio i ddileu'r pecynnau canlynol"
-
-#~ msgid "%s database locked"
-#~ msgstr "Cronfa ddata %s wedi cloi"
-
-#, fuzzy
-#~ msgid ""
-#~ " --auto - non-interactive mode, assume default answers to "
-#~ "questions. --auto\n"
-#~ msgstr ""
-#~ " --auto - modd anrhyngweithiol, derbyn atebion rhagosodedig i "
-#~ "gwestiynau.\n"
-
-#~ msgid "Unknown option %s"
-#~ msgstr "Dewis anhysbys %s"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "gormod o bwyntiau gosod ar gyfer cyfrwng symudol \"%s\""
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr ""
-#~ "Delwedd ISO yw cyfrwng \"%s\" , a fydd yn cael ei osod wrth ei ddefnyddio."
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "defnyddio dyfais symudol gwahanol (%s) ar gyfer \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "methu adfer enw llwybr ar gyfer cyfrwng symudadwy \"%s\""
-
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "methu mowntio cyfrwng y dosbarthiad"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "maethu cael mynediad i gyfrwng \"%s\",\n"
-#~ "gall hyn ddigwydd os ydych wedi gosod y cyfeiriadur wrth greu'r cyfrwng."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "cyfrwng annealladwy \"%s\" wedi ei nodi'n symudadwy ond nid yw"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - glanhau penawdau yng nghyfeiriadur y storfa.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "rhaid i'r rhith gyfrwng fod yn lleol"
-
-#~ msgid "Error generating names file: Can't write to file (%s)"
-#~ msgstr "Gwall wrth gynhyrchu ffeil enwau: Methu ysgrifennu ffeil (%s)"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "methu didoli ffeil hdlist \"%s\""
-
-#~ msgid "found %d rpm headers in cache, removing %d obsolete headers"
-#~ msgstr "wedi canfod %d pennawd rpm yn yr ystorfa, tynnu %d hen bennawd"
-
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "cyfrifo md5sum ffynhonnell presennol hdlist (neu synthesis) [%s]"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "dylai cyfrwng rhithiol \"%s\" fod a rhestr ffeiliau hdlist, anwybyddwyd y "
-#~ "cyfrwng"
-
-#~ msgid "invalid hdlist name"
-#~ msgstr "enw hdlist annilys"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "methu canfod rhestr ffeil \"%s\", cyfrwng wedi ei anwybyddu"
-
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "nid ddylai \"synthesis\" gael ei osod (canolig \"%s\")"
-
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "\"synthesis\" i'w osod (canolig \"%s\")"
-
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "methu cael mynediad ffeil rhestr \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "cyfrwng \"%s\" yn ceisio defnyddio rhestr mewn defnydd, anwybyddu'r "
-#~ "cyfrwng"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "cyfrwng \"%s\" yn ceisio defnyddio rhestr mewn defnydd, anwybyddu'r "
-#~ "cyfrwng"
-
-#~ msgid "wrote %s"
-#~ msgstr "ysgrifennodd %s"
-
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Sylw: dim hdlist ar gyfer cyfrwng \"%s\", methu dychwelyd canlyniadau ar "
-#~ "ei gyfer"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "cyflawni ail ymgais i gyfrifo dibyniaethau\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "adeiladu hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "Methu adeiladu ffeil synthesis ar gyfer cyfrwng \"%s\". Efallai bod eich "
-#~ "ffeil hdlist yn llygredig."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "problem darllen hdlist neu ffeil synthesis y cyfrwng \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "cyfrifo md5sum o ffynhonnell hdlist gopïwyd (neu synthesis)"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "... methodd ail-lwytho: anghysondeb md5sum"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "heb ganfod ffeiliau rpm o [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "methu darllen ffeiliau rpm o (%s): %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "heb ddarllen rpmau"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "darllen pennawd o'r cyfrwng \"%s\""
-
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - defnyddio ffeil synthesis.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - defnyddio ffeil hdlist.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Sylw: gan nad oedd unrhyw gyfrwng chwiliwyd yn defnyddio hdlists, methodd "
-#~ "urpmf â chynnig canlyniad\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "Efallai yr hoffech ddefnyddio --name i chwilio am enwau pecynnau.\n"
-
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src, -s - pecyn nesaf yn becyn ffynhonnell.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - defnyddio ffeil hdlist.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "methu diweddaru cyfrwng \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "methu creu cyfrwng \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "mae yna becynnau niferus gyda'r un enw ffeil rpm \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "methu didoli (%s) yn gywir ar werth \"%s\""
-
-#~ msgid "(retry as root?)"
-#~ msgstr "(ceisio eto fel root)"
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "cyfrwng \"%s\" yn defnyddio rhestr ffeiliau annilys:\n"
-#~ " nid yw'r drych yn un diweddar, ceisiwch ddull arall"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr ""
-#~ "nid yw cyfrwng \"%s\" yn diffinio unrhyw leoliad ar gyfer ffeiliau rpm"
-
-#~ msgid "unrequested"
-#~ msgstr "diofyn"
-
-#~ msgid " (%d MB)"
-#~ msgstr " (%d MB)"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "ychwanegu pecyn %s (id=%d, eid=%d, update=%d, file=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Mae gan y pecynnau canlynol lofnod gwallus:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Hoffech chi barhau gyda'r gosod?"
-
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Rhaid i chi fod yn wraidd i ddefnyddio --use-distrib"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "methu tynnu pecyn %s"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "Heb ganfod filelist\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages will be removed (%d MB)"
-#~ msgstr ""
-#~ "I fodloni dibyniaethau, bydd y %d pecyn canlynol yn cael eu tynnu (%d MB)"
-
-#~ msgid "Proceed with the installation of the %d package? (%d MB)"
-#~ msgid_plural "Proceed with the installation of the %d packages? (%d MB)"
-#~ msgstr[0] "Parhau gyda gosod %d pecyn? (%d MB)"
-#~ msgstr[1] "Parhau gyda gosod %d pecyn? (%d MB)"
-
-#~ msgid "(%d packages, %d MB)"
-#~ msgstr "(%d pecyn, %d MB)"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - peidio chwilio yn provides i ganfod pecyn "
-#~ "(rhagosodedig).\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - chwilio nôl i'r hyn sydd angen ar becyn.\n"
diff --git a/po/da.po b/po/da.po
deleted file mode 100644
index 60fb0172..00000000
--- a/po/da.po
+++ /dev/null
@@ -1,3208 +0,0 @@
-# translation of da1.po to
-# translation of da.po to
-# translation of da.po to Danish
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/da.php3
-#
-# Translation file of urpmi
-# Copyright (C) 2000 Mandriva
-# Keld Simonsen <keld@dkuug.dk> 2000-2004
-#
-# Reviewed 2001-07-02 keld@dkuug.dk
-#
-# Kenneth Christiansen, 2000.
-# Troels Liebe Bentsen <tlb@iname.com>, 2000.
-# Keld Simonsen <keld@dkuug.dk>, 2003, 2004, 2005, 2007, 2008.
-# Keld Simonsen <keld@rap.dk>, 2003, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: da\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-09-21 01:09+0200\n"
-"Last-Translator: Keld Simonsen <keld@dkuug.dk>\n"
-"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM-installering"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Fejl: kunne ikke finde fil %s, vil afbryde handling"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_O.k."
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Du har valgt en kildetekstpakke:\n"
-"\n"
-"%s\n"
-"\n"
-"Du ønsker formodenligt ikke at installere denne på din maskine (installering "
-"af den\n"
-"ville gøre det muligt for dig at ændre i kildeteksten og så oversætte den).\n"
-"\n"
-"Hvad ønsker du at gøre?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Du er ved at installere den følgende programpakke på din maskine:\n"
-"\n"
-"%s\n"
-"\n"
-"Fortsæt?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Du er ved at installere den følgende programmelpakke på din maskine:\n"
-"\n"
-"%s\n"
-"\n"
-"Du vil måske foretrække blot at gemme den. Hvad er dit valg?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Installér"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Gem"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Annullér"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Vælg sted at gemme filen"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi version %s\n"
-"Ophavsret © 1999-2008 Mandriva.\n"
-"Dette er frit programmel og kan redistribueres under vilkårene for GNU GPL.\n"
-"\n"
-"brug:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Valgmuligheder:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - udskriv denne hjælpebesked.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - ikke-interaktiv tilstand, antag standardsvar på "
-"spørgsmål.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid " --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - vælg automatisk pakker for opgradering af systemet.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid " --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - gennemfør kald selv om nogen pakker ikke eksisterer.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - kontrollér rpm-signatur før installation.\n"
-" (--no-verify-rpm deaktiverer det, standard er "
-"aktiveret).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - brug kun de opgivne medier, adskilt med komma.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - tillad søgning i 'provides' for at finde pakke.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - søg ikke i 'provides' for at finde pakke.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - brug en anden root for rpm-installation.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - afprøv kun om installationen kan udføres korrekt.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid " --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - brug kun det opgivne medie for at søge efter de ønskede "
-"pakker.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Ingen pakker angivet"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Vent venligst..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Skal være root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Nogen forespurgte pakker kan ikke installeres:\n"
-"%s\n"
-"Skal installationen fortsættes alligevel?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Advarsel"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "O.k."
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (skal opgraderes)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (skal installeres)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Pakkevalg"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Der er brug for en af de følgende pakker:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Afbryd"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"De følgende pakker skal fjernes for at andre kan opgraderes:\n"
-"%s\n"
-"Skal installationen fortsættes alligevel?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid "To satisfy dependencies, the following package is going to be installed:"
-msgstr "For at tilfredsstille afhængigheder vil den følgende pakke blive installeret "
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid "To satisfy dependencies, the following packages are going to be installed:"
-msgstr "For at tilfredsstille afhængigheder vil de følgende pakker blive installeret"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d pakke, %d MB)"
-msgstr[1] "(%d pakker, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Pakkeinstallation..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "kan ikke hente kilde-pakker, afslutter med fejl"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Forbereder..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Installerer pakke `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Vær venlig at indsætte mediet med navnet %s"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Henter pakke %s..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Færdig"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Installationen mislykkedes, nogle filer mangler:\n"
-"%s\n"
-"Du ønsker måske at opdatere din urpmi-database"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Installationen fejlede:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "alting er allerede installeret"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Installationen færdig"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "fjerner %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "genstarter urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"brug: %s [tilvalg]\n"
-"hvor [tilvalg] er fra\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - udskriv denne hjælpebesked.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <sti> - brug den angivne sti som root i stedet for /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group} - begræns resultater til denne gruppe.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " standard er %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - Vis fuldt rpm-navn (NVRA).\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Kun superbrugeren har lov til at installere pakker"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Kører urpmi i begrænset tilstand..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "Kunne ikke oprette katalog %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "Ugyldig ejer for katalog %s"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "Kan ikke hente pakker til %s"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "kunne ikke åbne rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "ugyldigt rpm-filnavn [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "henter rpm-fil [%s]..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...hentning færdig"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...hentning mislykkedes: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "kunne ikke nå rpm fil [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "kunne ikke fortolke spec-fil '%s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "kunne ikke registrere rpm-fil"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Inkompatibel arkitektur for rpm [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "fejl ved registrering af lokale pakker"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Denne handling er forbudt ved kørsel i begrænset tilstand"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "Forkert proxy-erklæring på kommandolinje\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: kan ikke læse rpm-fil \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "Uventet udtryk %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "manglende udtryk før %s"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "uventet udtryk %s (forslag: brug -a eller -o ?)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "intet udtryk at lukke"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr "normalt venter urpmf en regexp. du bør bruge parameteren \"--literal\""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "chroot-katalog eksisterer ikke"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Kan ikke bruge %s uden %s."
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Kan ikke bruge '%s' med '%s'."
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "For mange argumenter\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Kopiering mislykkedes"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"Du skal montere CD-ROM selv (eller installere perl-Hal-Cdroms for at få det "
-"gjortautomatisk)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "HAL dæmon (hald) kører ikke, eller ikke klar"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "medie \"%s\" er ikke tilgængeligt"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "kunne ikke læse rpm-fil [%s] fra medie \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "Syntaksfejl i opsætningfilen, linje %s."
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "kunne ikke læse config-fil [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "Mediet '%s' er defineret to gange. Afbryder"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "kunne ikke skrive config-fil [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "kan ikke læse proxy-indstillinger (ikke rettigheder nok til at læse %s)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Indtast dine adgangsoplysninger for adgang til proxy\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Brugernavn:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Kodeord:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Ukendt nethentningsprogram '%s'.\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s-fejl: Afsluttede med signalet '%d'."
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s-fejl: Afsluttede med '%d'."
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "kopiering mislykkedes"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget mangler\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl mangler\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl-fejl: hentning afbrudt.\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync mangler\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh mangler\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla mangler\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Kunne ikke køre prozilla\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "aria2 mangler\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s %% af %s færdiggjort. Tid igen: %s. Hastighed: %s."
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s %% færdiggjort. Hastighed: %s."
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "henter %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "hentede %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "ukendt protokol defineret for %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s er ikke tilgængelig, falder tilbage til %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "Ingen webhentning fundet, understøttede webhentninger er: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "kunne ikke behandle protokol: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "rydder %s og %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "pakke %s er ikke fundet."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "henter rpm-filer fra medie '%s'..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[genpakning]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid "created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"oprettede transaktion for installering på %s (fjern=%d, installér=%d, "
-"opgradér=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "kan ikke oprette transaktion"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "kan ikke udpakke rpm fra delta-rpm pakke %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "kunne ikke installere pakke %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "fjerner dårlig rpm-pakke (%s) fra %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "fjernelse af %s mislykkedes: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Fjerner pakke %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "fjerner pakke %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "fjerner installerede pakker (%s) fra %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Mere information om pakke %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Kan ikke lave ldap-mellemlagerkatalog."
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Kan ikke skrive mellemlagerfil for ldap.\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Ingen server defineret. Mangler adresse eller værtsnavn."
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Ingen base angivet"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Kan ikke opkoble til LDAP-adresse:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s-database er låst, venter..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "afbryder"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "%s-database er låst (et andet program bruger den allerede)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Installationen fejlede"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Prøv at fortsætte alligevel (j/N) "
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Installationen fejlede, dårlige rpm-pakker:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Den følgende pakke har dårlig signatur"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "De følgende pakker har dårlige signaturer"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Ønsker du at fortsætte installationen?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "fjerner installerede rpm'er (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "distribuerer %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "installerer %s fra %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "installerer %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Prøv installation uden at tjekke afhængigheder? (j/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Prøv endnu hårdere at installere (--force)? (j/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Pakkerne er af nyeste version"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Installation er mulig"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "undersøger %s-fil"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "ugyldig MD5SUM-fil"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "advarsel: md5sum for %s er ikke tilgængelig i MD5SUM-fil"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "virtuelt medie \"%s\" bør have en klar url, medie ignoreret"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "kan ikke få adgang til filen \"%s\", medie ignoreret"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "kunne ikke nå syntese-fil af \"%s\", medie ignoreret"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "prøver at forbigå eksisterende medie \"%s\", springer over"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "kunne ikke migrere flytbar enhed, ignorerer medie"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "skriver config fil [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Kan ikke bruge parallel-tilstand med 'use-distrib '-tilstand"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "bruger tilknyttet medie for parallel tilstand: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis kan ikke bruges med --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib eller --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Søgnings-start: %s slut: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "overspringer pakke %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "ville installere i stedet for at opgradere pakke %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "medie \"%s\" eksisterer allerede"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(oversprunget som standard)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "Tilføjer medie '%s' før det eksterne medie '%s'."
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "tilføjer medie \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "katalog %s eksisterer ikke"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "denne adresse ser ikke ud til at indeholde nogen distribution"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "kunne ikke læse media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "kunne ikke få fat på distributionsmedie (ingen media.cfg fil fundet)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "overspringer ikke-kompatibelt medie '%s' (for %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "modtager media.cfg-fil..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "prøver at vælge ikke-eksisterende medie \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "vælger flere medier: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "fjerner medium \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "omkonfigurerer urpmi for medie \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...omkonfigurering mislykkedes"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "omkonfigurering færdig"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Fejl ved generering af navne-fil: afhængighed %d ikke fundet"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "medie \"%s\" er tidssvarende"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "undersøger syntese-fil [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problem ved læsning af syntese-fil for medie \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "kopierer [%s] for medium '%s' ..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...kopiering mislykkedes"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "kopierer beskrivelsesfil for \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopiering færdig"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "kopiering af [%s] mislykkedes (filen er mistænkeligt lille)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "beregner md5sum på hentet kilde-syntese"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "hentning af [%s] mislykkedes (md5sum-uoverensstemmelse)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "genhdlist2 mislykkedes på %s"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "sammenligner %s og %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "ugyldig hdlist-fil %s for medie \"%s\""
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "kopierer MD5SUM-fil for \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "ugyldig MD5SUM-fil (hentet fra %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "henter kilde-syntese for \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "fandt undersøgte syntese for \"%s\"..."
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "ingen syntese-fil fundet for medie \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "undersøger pubkey-fil for '%s'"
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...importeret nøgle %s fra pubkey-fil for \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "kunne ikke importere pubkey-fil for \"%s\""
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "opdaterede medie %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "hentning af [%s] mislykkedes"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "forsøger igen med spejl %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Kunne ikke finde et spejl fra spejlliste %s"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "fandt geografisk sted %s %.2f %.2f fra tidszone %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "får spejlliste fra %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "YyJj"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Undskyld, dårligt valg, prøv igen\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Pakke"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Version"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Udgivelse"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arkitektur"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(forslag)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "medie \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "kommandolinje"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] "Den følgende pakke er nu forældreløs, brug \"urpme --auto-orphans\" for at fjerne den."
-msgstr[1] "De følgende pakker er nu forældreløse, brug \"urpme --auto-orphans\" for at fjerne dem."
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "kunne ikke tolke '%s' i fil [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "undersøger parallelbehandling i fil [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "fandt parallelbehandling for knuder: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "kan ikke bruge parallel mulighed \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "på knude %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "Installationen fejlede på knude %s"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp mislykkedes, måske er en knude uopnåelig"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput mislykkedes, måske er en knude uopnåelig"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "scp mislykkedes på vært %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "cp mislykkedes på vært %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr "%s mislykkedes på vært %s (måske har den ikke en god version af urpmi?) (afslutningskode: %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "kunne ikke nå medie \"%s\"."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "monterer %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "afmonterer %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf version %s\n"
-"Ophavsret © 2002-2006 Mandriva.\n"
-"Dette er frit programmel og kan redistribueres under vilkårene for GNU GPL.\n"
-"\n"
-"brug: urpmf [tilvalg] mønster-udtryk\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - udskriv dette værktøjs versionsnummer.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr " --env - brug specifikt miljø (typisk ved en fejlrapport).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - brug ikke de opgivne medier, adskilt med komma.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid " --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - kontrollér ikke søgestrenge, brug argumenter som "
-"bogstavelige strenge.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --urpmi-root - Brug anden rod for urpmi-database og rpm-installering.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid " --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr " --sortmedia - sortér medier ifølge delstrenge, adskilt med komma.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - Brug denne sti for adgang til media.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - brug synthesis angivet i stedet for urpmi-db.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - udskriv ikke identiske linjer.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - brug kun opdateringsmedie.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " -v - udførlig tilstand.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - ignorér forskel på store og små bogstaver i alle "
-"mønstre.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -I - skeln mellem store og små bogstaver i søgestrenge "
-"(standard).\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - ændr feltseparator (standard er ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Søgestrengsudtryk:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text - al tekst er forstået som regulære udtryk, med mindre -l "
-"er brugt.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - inkludér perl-kode direkte som perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - binær OG-operator.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - binær ELLER-operator.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - negation.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - venstre- og højreparenteser.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Liste over mærker:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - angiv et printf-lignende uddata-format\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " eksempel: '%%navn:%%filer'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - arkitektur\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - byggevært\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - byggetidspunkt\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - konfigurationsfiler\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - konfliktmærker\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - pakkebeskrivelse.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - distribution\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - epoke\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - filnavn på pakken\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - liste over filer i pakken\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - gruppe\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - licens\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - pakkenavn\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - mærk forældet\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - pakkeprogram.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - tilbudsetiketter\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - afhængighedsetiketter\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - installeret størrelse\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - navn på kilde-rpm\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - Forslagsetiketter.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - sammendrag\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - url\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - leverandør\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - mediet i hvilken pakken blev fundet\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - udskriv version, udgave og arkitektur med navn.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Ugyldigt format: du kan kun bruge flerværdi-etiketter"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "bruger særligt miljø på %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "ingen hdlist-fil tilgængelig for medie \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "ingen syntese-fil tilgængelig for medie \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "ingen xml-info-fil tilgængelig for medie \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-"Installationsprogrammet urpmi blev startet igen, og listen over prioriterede "
-"pakker blev ikke ændret."
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-"Installationsprogrammet urpmi blev startet igen, og listen over prioriterede "
-"pakker blev ændret: %s mod %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Ingen pakke kaldet %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Følgende pakker indeholder %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr "Du bør bruge \"-a\" for at bruge dem alle"
-
-#: ../urpm/select.pm:300
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "fandt pakkerne %s i urpmi db, men ingen er installeret"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Pakke %s er allerede installeret"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Pakkerne %s er allerede installerede"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "grundet manglende %s"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "pga. allerede installeret %s"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "grundet uopfyldt %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "prøver at fremme %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "for at kunne beholde %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "for at kunne installere %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "grundet modstrid med %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Ugyldig signatur (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Ugyldig nøgle-id (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Manglende signatur (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "system"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "Du bør genstarte %s for %s"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Kan ikke skrive fil"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Kan ikke åbne fil"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Kan ikke flytte fil %s til %s."
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme version %s\n"
-"Ophavsret © 1999-2008 Mandriva.\n"
-"Dette er frit programmel og kan redistribueres under vilkårene for GNU GPL.\n"
-"\n"
-"brug:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - vælg automatisk en pakke ved valg.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - fjern forældreløse\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - afprøv om fjernelsen kan udføres korrekt.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - distribueret urpmi over maskiner med alias.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - Ompak filer før sletning\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - brug en anden root for rpm-fjernelse.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --justdb - opdatér kun rpm-databasen, og ikke filsystemet.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - udfør ikke pakke-småskripter.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - konfigurér urpme løbende fra et distrib træ, "
-"nyttigt til at (af)installere en chroot med root-tilvalget.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - udførlig tilstand.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - vælg alle pakker matchende udtryk.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Kun superbrugeren har lov til at fjerne pakker"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "ukendte pakker"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "ukendt pakke"
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Fjernelse af den følgende pakke vil skade dit system:"
-msgstr[1] "Fjernelse af de følgende pakker vil skade dit system:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Ingenting at fjerne"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "Ingen forældreløse at fjerne"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural "To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "For at tilfredsstille afhængigheder vil den følgende pakke blive fjernet"
-msgstr[1] "For at tilfredsstille afhængigheder vil de følgende %d pakker blive fjernet"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(forældreløs pakke)"
-msgstr[1] "ukendt pakke"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Skal %d pakke fjernes?"
-msgstr[1] "Skal %d pakker fjernes?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (j/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "afprøver fjernelse af %s"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Fjernelse mislykkedes"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "Fjernelse er mulig"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "uafsluttet udtryk (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - opdatér media, og opdatér så systemet.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - deaktivér kontrol med MD5SUM fil.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - gennemtving opdatering af gpg-nøgle.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - fjern forældreløse uden at spørge\n"
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - vælg ikke automatisk \"suggested\" pakker.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - spørg aldirig om afinstallering af en pakke, afbryd "
-"installationen.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - installér ikke pakker (kun nedhentning)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - behold eksisterende pakker om muligt, afvis anmodede\n"
-" pakker som fører til fjernelse.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - opdél i lille transaktion hvis mere end givne pakker\n"
-" skal installeres eller opgraderes,\n"
-" standard er %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - lille tansaktionslængde, standard er %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - gennemfør søgning efter fuzzy.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - installér buildrequires for pakkerne\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - installér kun kildepakker (ingen binære).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - fjern rpm fra cache før noget andet.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - fjern ikke rpm'er fra cache.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid " --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-" --replacepkgs - gennemtving installering af pakker som allerede er "
-"installerede.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - tillad at spørge bruger om installering af pakker uden "
-"kontrol af\n"
-" afhængigheder.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - tillad at spørge bruger om installering af pakker\n"
-" uden kontrol af afhængigheder og integritet.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - vælg automatisk \"foreslåede\" pakker.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - konfigurér urpmi løbende fra et distrib-træ, "
-"nyttigt til at installere en chroot med --root-tilvalget.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - generér og brug et lokalt metalink.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - program som skal bruges for at hente filer over nettet. \n"
-" kendte programmer: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - ekstra valg som skal gives til curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- ekstra valg som skal gives til rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - ekstra valg som skal gives til wget\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - ekstra valg som skal gives til prozilla\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - ekstra valg som skal gives til aria2\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - begræns hastighed på hentning.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - genoptag overførsel af delvist hentede filer\n"
-" (--no-resume deaktiverer det, standard er deaktiveret).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - brug den angivne HTTP proxy, portnummeret antages at\n"
-" være 1080 som standard (formatet er <proxyvært[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - angiv bruger og adgangskode til brug for kontrol\n"
-" af proxy (formatet er <bruger:adgangskode>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - udskriv en fejlrapport i et katalog angivet i næste\n"
-" argument.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - udelukkelsessti adskilt med komma.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - udelader docs-filer.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - kontrollér ikke for ledig diskplads før installation.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - tillad at installere rpm'er for forskellige "
-"arkitekturer.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - kør ikke pakkers skript\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - pakker hvis installation bør overspringes\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - Pakker som skal foretrækkes.\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - når flere pakker er fundet, så foreslå flere muligheder\n"
-" end normalt.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - lås ikke rpm-database.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - opgradér kun pakker med den samme arkitektur.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - vælg alle træffere på kommandolinje.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - stille udgave.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - meget udførlig tilstand.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " navne eller rpm-filer givne på kommandolinjen vil blive installeret.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Fejl: Kan ikke bruge 'auto-select' sammen med pakkeliste.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Fejl: For at generere en fejlrapport skal du specificere de almindelige "
-"kommandolinjeargumenter med --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Du kan ikke installere binære rpm-filer ved brug af --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Du kan ikke installere spec-filer"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "Normalt er dette --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid "please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr "brug --buildrequires eller --install-src, forvalgt er --buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Kataloget [%s] eksisterer allerede, brug venligst et andet katalog til "
-"fejlrapporten, eller slet det"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "kunne ikke oprette katalog [%s] til fejlrapport"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Miljøkatalog %s eksisterer ikke"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Fejl: %s ser ud til at være monteret kun læsbart.\n"
-"Brug --allow-force for at gennemtvinge handlingen."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Opdaterer medie...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (skal opgraderes)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (skal opgraderes)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (skal installeres)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (skal installeres)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"For at tilfredsstille afhængigheden af %s er én af de følgende pakker "
-"nødvendig:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Hvad er dit valg? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Den følgende pakke kan ikke installeres, fordi den afhænger af pakker,\n"
-"som er ældre end de installerede:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"De følgende pakker kan ikke installeres, fordi de afhænger af pakker,\n"
-"som er ældre end de installerede:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Fortsæt installationen alligevel?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (J/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"En forespurgt pakke kan ikke installeres:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Nogen forespurgte pakker kan ikke installeres:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "fjernelse af pakke %s vil skade dit system"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Installationen kan ikke fortsætte fordi den følgende pakke\n"
-"skal fjernes for at andre kan opgraderes:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Installationen kan ikke fortsætte fordi de følgende pakker\n"
-"skal fjernes for at andre kan opgraderes:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Den følgende pakke skal fjernes for at andre kan opgraderes:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"De følgende pakker skal fjernes for at andre kan opgraderes:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(kun test, fjernelse vil egentlig ikke blive gennemført)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Du skal først kalde urpmi med --buildrequires for at installere de følgende afhængigheder:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Den følgende forældreløse pakke vil blive fjernet."
-msgstr[1] "De følgende forældreløse pakker vil blive fjernet."
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(kun test, installation vil egentlig ikke blive gennemført)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "%s mere diskplads vil blive brugt."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "%s diskplads vil blive frigjort."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "%s pakker vil blive hentet."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Fortsæt installationen med de %d pakke?"
-msgstr[1] "Fortsæt installationen med de %d pakker?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Annullér"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Tryk Enter når det er monteret..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"brug: urpmi.addmedia [valgmuligheder] <navn> <url>\n"
-"hvor <url> er en af\n"
-" [file:/]/<sti>\n"
-" ftp://<login>:<adgangskode>@<vært>/<sti>\n"
-" ftp://<vært>/<sti>\n"
-" http://<vært>/<sti>\n"
-" cdrom://<sti>\n"
-"\n"
-"brug: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"brug: urpmi.addmedia [options] --mirrorlist <url> <navn> <relativ sti>\n"
-"\n"
-"eksempler:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"og [valgmuligheder] er følgende\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - brug wget til at hente eksterne filer.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - brug 'curl' til at hente retrieve eksterne filer.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - brug 'prozilla' til at hente retrieve eksterne filer.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 - brug aria2 til at hente filer på nettet.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-" --update - opret et opdateringsmedie, \n"
-" eller brug ikke ikke-opdateringsmedier (når brugt med --distrib)\n"
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - brug den specifikke strategi for hentning af xml-info "
-"filer\n"
-" én af: never, on-demand, update-only, always. cf urpmi.cfg"
-"(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - brug syntese-fil.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - brug rpm-filer (i stedet for syntese).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - forsøg ikke at finde nogen syntese-fil.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr " --distrib - opret automatisk alle media fra et installationsmedium.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr " --interactive - med --distrib, spøger om bekræftelse for hvert medie\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - med --distrib, tilføj hvert listede medie\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - brug angivet adresse for liste over spejl, standard er\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - opret virtuelt medie som altid er opdateret.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - deaktivér kontrol med MD5SUM fil.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - importér ikke pubkey fra tilføjet medie\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - tilføj mediet i config, men opdatér det ikke.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - stille udgave.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - udførlig tilstand.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "kendte xml-info politikker er %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "intet argument krævet for --distrib --mirrorlist <url>"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "Ugyldig <adresse> (for lokalt katalog, stien skal være absolut)."
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Kun superbrugeren har lov til at tilføje medier"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "opretter config-fil [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Kan ikke oprette config-fil [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "ingen grund til at angive <relativ sti for syntese> med --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Ønsker du at tilføje medie '%s'?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<relativ sti for syntese> mangler\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Kan ikke bruge '%s' med eksternt medie."
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "kunne ikke tilføje medie"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover version %s\n"
-"Ophavsret © 2006 Mandriva.\n"
-"Dette er frit programmel og kan redistribueres under vilkårene for GNU GPL.\n"
-"\n"
-"brug:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - sæt genpakkestart nu\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - rens ikke ud i genpakningskatalog ved kontrolpunkt\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid " --list - list transactions since provided date/duration argument\n"
-msgstr " --list - list transaktioner siden opgivet dato/varighed-argument\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - list alle transaktioner i rpm-database (lang)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - list transaktioner siden kontrolpunkt\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - rul tilbage til specificeret dato,\n"
-" eller rul det specificerede antal transaktioner tilbage\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - slå genpakning fra\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Ugyldig dato eller varighed [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Genpakningskatalog ikke defineret\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Kan ikke skrive til genpakningskatalog [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Renser ud i genpakningskatalog [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d file fjernet\n"
-msgstr[1] "%d filer fjernet\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Mærkelige kommandolinjeargumenter [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Du kan ikke specificere --checkpoint og --rollback samtidigt\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Du kan ikke specificere --checkpoint og --list samtidigt\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Du kan ikke specificere --rollback og --list samtidigt\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Du kan ikke specificere --disable med andre valg"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Ingen transaktion fundet siden %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Du skal være superbruger for at gøre dette"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Skriver rpm-makrofil [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Ingen tilbagerulningsdato fundet\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Rul tilbage til %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Deaktiverer genpakning\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"brug: urpmi.removemedia (-a | <navn> ...)\n"
-"hvor <navn> er et medie-navn der skal fjernes.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - vælg alle medier.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - upræcis matchning på medienavne.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Kun superbrugeren har lov til at fjerne medier"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "ingenting at fjerne (brug urpmi.addmedia til at tilføje et medie)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"mangler det element der skal fjernes\n"
-"(én af %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"brug: urpmi.update [valgmuligheder] <navn> ...\n"
-"hvor <navn> er et medie-navn der skal opdateres.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - opdatér kun opdateringsmedie.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - gennemtving opdatering af gpg-nøgle.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - opdatér ikke, markér mediet som ignoreret.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - opdatér ikke, markér mediet som aktiveret.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms - brug ikke syntese; brug rpm-filer direkte\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - vælg alle ikke-udskiftelige medier.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - Tving opdatering af syntese\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - gennemtving opdatering af syntese\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Kun superbrugeren har lov til at opdatere medier"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "ingenting at opdatere (brug urpmi.addmedia til at tilføje et medie)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"mangler det element der skal opdateres\n"
-"(én af %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "ignorerer medie %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "aktiverer medie %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq version %s\n"
-"Ophavsret © 2000-2006 Mandriva.\n"
-"Dette er frit programmel og kan redistribueres under vilkårene for GNU GPL.\n"
-"\n"
-"brug:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - brug kun det opgivne medie for at søge efter de ønskede "
-"(eller opdaterede) pakker.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - udskriv forældreløse\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - gennemfør søgning efter fuzzy (samme som -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - skriv tilgængelige pakker.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - list tilgængelige medier.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - list tilgængelige medier og deres url.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - list tilgængelige knuder ved brug af --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - list tilgængelige parallelle aliaser.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid " --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - udskriv konfigurationen i form af urpmi.addmedia "
-"argumenter.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - næste pakke er en kildepakke (samme som -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid " --sources - give all source packages before downloading (root only).\n"
-msgstr " --sources - giv alle kildepakker før hentning (kun root).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - tillad at spørge efter rpm'er for forskellige "
-"arkitekturer.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - konfigurér urpmi løbende fra et distrib-træ.\n"
-" Dette muliggør at spørge efter en distro.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - udskriv ændringslog.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - udskriv konflikter.\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - udskriv forældede\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - vis hvilke filer pakker leverer.\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - udskriv afhængigheder\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - udskriv forslag.\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - vis kilde-rpm\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - skriv resumé.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - forespørg om pakkeafhængigheder.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - omvendt søgning til hvad der kræver pakke.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - udvidet omvendt søgning (inklusive virtuelle pakker).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - søg i 'provides' for at finde pakke.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - færdiggør uddata med pakke der skal fjernes.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - udskriv også grupper med navn.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - udskriv nyttig information på læsevenlig form.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l.. - udskriv filer i pakken.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - Det samme som '-du'.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - udskriv også version og udgave med navn.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - næste pakke er en kildepakke (samme som --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - fjern pakke hvis en nyere version allerede er "
-"installeret.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - gennemfør upræcis søgning (samme som --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - som -y, men tvinger matchning uden forske på små og store "
-"bogstaver.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " navne eller rpm-filer givne på kommandolinjen bliver forespurgt.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "brug: \"urpmq --auto-orphans\" uden argument"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes kan kun bruges med --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "brug -l for at liste filer"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr "Ingen 'xml-info for medie '%s', kun delvist resultat for pakken '%s'"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr "Ingen xml-info for medie'%s', kun delvist resultat for pakkerne '%s'"
-
-#: ../urpmq:408
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr "Ingen 'xml-info for medie '%s', kan ikke vise noget resultat for pakken %s"
-
-#: ../urpmq:409
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr "Ingen xml-info for medie '%s', kan ikke vise resultat for pakkerne %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Ingen ændringslog fundet\n"
-
diff --git a/po/de.po b/po/de.po
deleted file mode 100644
index bee26ba3..00000000
--- a/po/de.po
+++ /dev/null
@@ -1,3261 +0,0 @@
-# translation of de.po to deutsch
-# Nicolas Bauer <webmaster@mandrakeusers.de>, 2004.
-# Frank Köster <frank@dueppel13.de>, 2004, 2005.
-# Frank Koester <frank@dueppel13.de>, 2005, 2006.
-# Nicolas Bauer <rastafarii@mandrivauer.de>, 2006, 2007.
-# Nicolas Bauer <rastafarii@mandrivauser.de>, 2007.
-# Oliver Burger <oliver@mandrivauser.de>, 2008.
-# translation of de.po to
-msgid ""
-msgstr ""
-"Project-Id-Version: de\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-09-22 11:59+0200\n"
-"Last-Translator: Oliver Burger <oliver@mandrivauser.de>\n"
-"Language-Team: deutsch <cooker-i18n@mandrivalinux.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM Installation"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Fehler: kann die Datei %s nicht finden, Vorgang wird abgebrochen"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_OK"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Sie haben ein Quellpaket gewählt:\n"
-"\n"
-"%s\n"
-"\n"
-"Sie wollten es wahrscheinlich nicht auf dem Rechner installieren "
-"(installieren bietet die Möglichkeit den Quellcode zu ändern und zu "
-"kompilieren)\n"
-"\n"
-"Was wollen Sie machen?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Sie sind dabei folgendes Software Paket auf Ihrem Rechner zu installieren:\n"
-"\n"
-"%s\n"
-"\n"
-"Wollen Sie fortfahren?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Sie sind dabei folgendes Software Paket auf Ihrem Rechner zu installieren:\n"
-"\n"
-"%s\n"
-"\n"
-"Vielleicht bevorzugen Sie es nur zu speichern. Was ist Ihre Wahl?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Installieren"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Speichern"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Abbrechen"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Wähle Speicherort aus"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Dies ist freie Software und kann unter den Bedingungen der GNU GPL weiter \n"
-"vertrieben werden.\n"
-"\n"
-"Verwendung:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Optionen:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - Diese Hilfe-Botschaft anzeigen.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - nicht-interaktiver Modus, vorgegebene Antworten werden "
-"bei Fragen angenommen.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid " --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - Automatische Paketauswahl zur Aktualisierung des "
-"Systems.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid " --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - Erzwinge Aufruf, sogar wenn einige Pakete nicht "
-"existieren.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - Überprüfung der RPM-Signatur vor der Installation.\n"
-" (--no-verify-rpm deaktiviert das Verhalten,\n"
-" Voreingestellt: Kontrolle der Signaturen).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - Benutze nur durch Kommata getrennte Medienliste.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - Erlaube Suche in: Stellt zur Verfügung nach einem Paket.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - nicht in \"Stellt zur Verfügung\" nach dem Paket suchen.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - benutze anderes Wurzelverzeichnis zur RPM Installation.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - Versuch, ob die Installation korrekt verlaufen wird.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid " --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - verwende nur die gegebenen Medien um nach der "
-"angeforderten Paketen zu suchen\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Keine Pakete angegeben"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Bitte warten..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Sie müssen root sein"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Einige der ausgewählten Pakete können nicht installiert werden:\n"
-"%s\n"
-"Wollen Sie trotzdem fortfahren?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Warnung"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ok"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (zu aktualisieren)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (zu installieren)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Paketwahl"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Eines der folgenden Pakete wird benötigt:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Abbruch"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Die folgenden Pakete müssen entfernt werden, um andere aktualisieren zu "
-"können:\n"
-"%s\n"
-"Wollen Sie trotzdem fortfahren?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid "To satisfy dependencies, the following package is going to be installed:"
-msgstr "Um die Abhängigkeiten zu erfüllen, wird folgendes Paket installiert:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid "To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Um die Abhängigkeiten zu erfüllen, werden die folgenden Pakete installiert"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d Paket, %d MB)"
-msgstr[1] "(%d Pakete, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Paketinstallation ..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "Ich kann die Quellpakete nicht finden, Abbruch"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Vorbereiten ..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Installieren des Pakets `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Bitte legen Sie das Medium mit dem Namen \"%s\" ein"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Holen des Pakets `%s' ..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Fertig"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Installation fehlgeschlagen, einige Dateien fehlen:\n"
-"%s\n"
-"Sie sollten Ihre urpmi-Datenbank aktualisieren"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Installation fehlgeschlagen:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Alles bereits installiert"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Installation beendet"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "Entferne %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "starte urpmi neu"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"Verwendung: %s [Optionen]\n"
-"wobei [Optionen] sind von\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - Diese Hilfe-Botschaft anzeigen.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " -root <path> - benutze den gegebenen root, anstelle von /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - beschränke Ausgabe auf angegebene Gruppe.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " Voreinstellung ist %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - Voller RPM Name (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Nur der Systemadministrator darf Pakete installieren"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Urpmi läuft im eingeschränkten Modus..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "Fehler beim erstellen des Verzeichnis %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "Fehlerhafter Besitzer des Verzeichnis %s"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "Pakete können nicht ind das Verzeichnis [%s] gespeichert werden"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "Es kann die rpmdb nicht geöffnet werden"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "Ungültiger RPM Name [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "Holen des RPMs [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...Holen fertig"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...Holen fehlgeschlagen: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "Ich habe keinen Zugriff auf die RPM-Datei [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "Nicht möglich spec file %s [%s] zu parsen"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "Ich kann die RPM-Datei nicht registrieren"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Nicht kompatible Architektur für RPM [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "Fehler bei der Registrierung lokaler Pakete"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Diese Funktion ist während des eingeschränkten Modus verboten"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "Ungültige Proxyangabe als Kommandozeilenparameter\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: Ich kann das RPM \"%s\" nicht lesen.\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "unerwarteter Ausdruck %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "Fehlender Ausdruck vor (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "unerwarteter Ausdruck %s (Vorschlag: Nutzen Sie -a oder -o)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "Kein Ausdruck zu schließen"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr "Als Standard erwartet urpmf einen regulären Ausdruck. Sie sollten die Option \"--literal\" verwenden"
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "chroot Verzeichnis existiert nicht"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Es ist nicht möglich %s ohne %s zu verwenden"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Es ist nicht möglich %s mit %s zu verwenden"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "zu viele Argumente\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Kopieren fehlgeschlagen"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr "Sie müssen die CD-ROM selbst einbinden (oder perl-Hal-Cdroms installieren, um dies automatisch durchführen zu lassen)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "Der HAL Dämon (hald) läuft nicht oder ist nicht bereit"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "Das Medium \"%s\" ist nicht verfügbar"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "Ich kann das RPM-Paket [%s] von Medium \"%s\" nicht lesen"
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "Syntax Fehler in der Konfigurationsdatei in Zeile %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "Es ist nicht möglich die Konfigurationsdatei [%s] zu lesen"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "Medium `%s' ist schon vorhanden, Abbruch"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "Die Konfigurationsdatei [%s] kann nicht geschrieben werden"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "kann die Proxy-Einstellungen nicht lesen (ungenügende Leserechte für %s)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Bitte geben Sie die Zugangsdaten für den Proxy Server ein\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Benutzername:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Passwort:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Unbekanntes webfetch `%s' !!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s Fehler: Beendet mit Signal %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s Fehler: beende mit %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "Kopieren fehlgeschlagen"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget fehlt\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl fehlt\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl fehlt: Download abgebrochen\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync fehlt\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh fehlt\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla fehlt\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Prozilla kann nicht ausgeführt werden\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "aria2 fehlt\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-" %s%% von %s abgeschlossen, verbleibende Zeit = %s, Geschwindigkeit = "
-"%s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% abgeschlossen, Geschwindigkeit = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "frage %s ab"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "rufe %s ab"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "Unbekanntes Protokoll für %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s ist nicht verfügbar. Zurück zur %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "kein webfetch gefunden, unterstützte webfetch sind: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "Ich kann mit dem Prtokoll %s nicht umgehen"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "säubere %s und %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "Paket %s wurde nicht gefunden."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "Holen der RPMs von Medium \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[neupacken]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid "created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"Stelle Vorgang zum Installieren auf %s (entfernen=%d, installieren=%d, "
-"upgraden=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "unmöglich den Vorgang einzuleiten"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "Das RPM-Paket kann nicht vom Delta-RPM %s extrahiert werden"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "Ich kann das Paket %s nicht installieren"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "entferne fehlerhaftes rpm (%s) von %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "Entfernen von %s fehlgeschlagen: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Entferne das Paket %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "Entfernen des Pakets %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "entferne installierte rpms (%s) von %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Mehr Informationen über das Paket %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Das ldap Cache Verzeichnis kann nicht erstellt werden"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Es ist nicht möglich in das Cache Verzeichnis von ldap zu schreiben\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Kein Server definiert, es fehlt eine uri oder Host"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Kein Bezug definiert"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Es ist nicht möglich zur ldap uri zuverbinden: "
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s Datenbank ist gesperrt. Warte..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "abbrechen"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "Die %s Datenbank ist gesperrt ( ein anderes laufendes Programm nutzt sie bereits)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Die Installation schlug Fehl"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Trotzdem versuchen? (j/N) "
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Installation fehlgeschlagen, fehlerhafte rpms:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Folgendes Paket hat eine inkorrekte Signatur"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Folgenden Pakete haben inkorrekte Signaturen"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Wollen Sie die Installation fortsetzen?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "entferne installierte rpms (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "Verteile %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "Installiere %s von %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "Installiere %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Soll ich eine Installation ohne Abhängigkeitstest versuchen? (j/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Soll ich eine Installation erzwingen (--force)? (j/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Die Pakete sind auf dem aktuellen Stand"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Die Installation ist möglich"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "überprüfe Datei %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "Ungültige MD5SUM Datei"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "Warnung: md5sum für %s nicht verfügbar in MD5SUM Datei"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"Das virtuelle Medium \"%s\" sollte eine eindeutige URL haben, es wird "
-"ignoriert"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "Konnte nicht auf Listendatei von \"%s\" zugreifen, Medium ignoriert"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr ""
-"Es ist nicht möglich, auf die Synthesis-Datei von \"%s\" zuzugreifen, "
-"das Medium wird daher ignoriert"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "versuche existierendes Medium \"%s\" zu überschreiben, überspringe"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "Schreiben der Konfigurationsdatei [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Kann parallel Modus nicht mit use-distrib Modus nutzen"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "Verwende assoziiertes Medium für den parallelen Modus: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis kann nicht verwendet werden mit --media, --excludemedia, --"
-"sortmedia, --update, --use-distrib oder --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Suche starten %s Ende:%s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "Paket %s ausgelassen"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "Anstatt des Upgrade Paketes lieber folgendes %s installieren"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "Das Medium \"%s\" existiert bereits"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(standartmäßig ignorieren)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "Hinzufügen des Mediums \"%s\" vor dem Remotemodium \"%s\""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "hinzufügen des Mediums \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "Das angegebene Verzeichnis %s existiert nicht"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "Diese Ort enthält keine Distribution"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "Nicht möglich media.cfg zu parsen"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"Es ist nicht möglich das Distributionsmedium zu verwenden (keine media.cfg "
-"Datei gefunden)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "Nicht kompatible Quellen `%s' (für %s) werden übersprungen"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "Frage media.cfg Datei ..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "Versuch, das nicht existierende Medium \"%s\" auszuwählen"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "Auswahl des Mehrfachmediums: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "Entfernen des Mediums \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "Rekonfiguriere URPMI für Medium \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...Rekonfiguration scheiterte"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "Rekonfiguration durchgeführt"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Fehler beim Erstellen der Namens-Datei: Abhängigkeit %d nicht gefunden"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "Medium \"%s\" ist auf dem aktuellen Stand"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "Lesen der Synthese-Datei [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "Probleme beim Lesen der Synthese-Datei des Mediums \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "Kopiere [%s] zu Medium \"%s\" ..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...das Kopieren scheiterte"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "Kopiere Beschreibungs-Datei von \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "... das Kopieren ist beendet"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "kopieren von [%s] fehlgeschlagen (Datei ist verdächtig klein)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "Errechne md5sum der erhaltenen Synthese-Datei der Quelle"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "Holen von [%s] fehlgeschlagen (md5sum fehlerhaft)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "Das Erstellen der HD-Liste mit genhdlist2 in [%s] schlug fehl."
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "Vergleiche %s und %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "Fehlerhafte hdlist Datei %s für das Medium \"%s\""
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "Kopiere md5-Datei von \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "Ungültige md5sum-Datei (heruntergeladen von%s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "Hole Synthese-Datei der Quelle \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "Synthese-Datei als %s gefunden"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "Synthese-Datei für das Medium \"%s\" gefunden"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "Holen der Pubkey-Datei für \"%s\" ..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...importierter Schlüssel %s von Pubkey-Datei von \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "kann die Pubkey-Datei für \"%s\" nicht importieren"
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "Aktualisiere Medium \"%s\""
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "Holen von [%s] fehlgeschlagen"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "versuche es erneut mit der Mirror %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Konnte keinen Mirror der Mirrorliste %s finden"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "Hole Mirror-Liste von%s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "JjYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Eine schlechte Wahl, versuchen Sie es erneut\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Paket"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Version"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Release"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arch"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(vorschlag)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "Medium \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "Kommandozeile"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] "Das folgende Paket ist nun verwaist, nutzen Sie \"urpme --auto-orphans\", um es zu entfernen."
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "Ich kann \"%s\" in Datei [%s] nicht parsen"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "Prüfen der Parallel-Handler in Datei [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "Parallel-Handler für folgende Knoten gefunden: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "Ich kann die parallel Option \"%s\" nicht nutzen"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Die Installation schlug Fehl"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "Scp schlug auf Server %s fehl (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "Cp schlug auf Server %s fehl (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "Es ist nicht möglichauf das Medium \"%s\" zugreifen."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "Einhängen von %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "Aushängen von %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Dies ist freie Software und kann unter den Bedingungen der GNU GPL weiter "
-"vertrieben werden.\n"
-"\n"
-"Verwendung: urpmf [Optionen] Muster-Ausdruck\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - Ausgabe der Versionsnummer dieses Tools.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - Verwende ein besondere Umgebung (Etwa zur\n"
-" Erstellung von Fehlerberichten).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - Benutze keine durch Kommata getrennte Medienliste.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid " --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - passe die Schablone nicht an, sondern benutze es als "
-"string\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - benutze anderes Wurzelverzeichnis für urpmi db & RPM "
-"Installation.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid " --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - sortiere Medien gemäß der Substrings getrennt durch "
-"Kommata.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-" --synthesis - Verwende die angegebene Synthese-Datei anstelle\n"
-" der urpmi-DB.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - Verwende die angegebene Synthese-Datei anstelle\n"
-" der urpmi-DB.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - keine identischen Zeilen ausgeben.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - Verwende nur Aktualisierungs-Medien.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - ausführlicher Modus.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - ignoriere Fallunterscheidungen in jedem Muster.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -i - ignoriere Fallunterscheidungen in jedem Muster "
-"(standart).\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - ändert den Feldtrenner (Voreinstellung ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Musterausdrücke:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text - jeder Text wird als regulärer Ausdruck geparst, bis -l "
-"benutzt wird.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - beziehe Perl Code direkt als perl -e ein.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - binärer UND operator.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - binärer ODER Operator.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - unäres NICHT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - linke und rechte Klammern.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Liste der Markierungen:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - angeben eines printf-ähnlichen Ausgabeformats\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " Beispiel: '%%name:%%files'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - Architektur\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - Build host.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - build Zeit\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - Konfigurationsdateien\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - Steht in Konflikt mit.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - Paketbeschreibung\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - Distribution\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - Epoche\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - Dateiname des Pakets\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - Liste der Dateien, die in dem Paket enthalten sind\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - Gruppe\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - Paketname\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - Paketname\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - Veraltet.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - Packer.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - Stellt zur Verfügung\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - Benötigt\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - Größe\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - Quell RPM Name.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - Veraltet.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - Zusammenfassung\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - URL\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - Hersteller\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - das Mediium, in welchem das Paket gefunden wurde\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - Ausgabe von Version, Release und Architektur mit dem "
-"Namen.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Fehlerhaftes Format: Sie können nur ein mehrfach Zweig anhängen"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "nutze spezielle Umgebung für %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "Keine HD-Liste für das Medium \"%s\" gefunden"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "Erstellen der HD-Listen-Synthese-Datei für das Medium \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "schreibe Dateiliste für das Medium \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Kein Paket mit dem Namen %s gefunden"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Die folgenden Pakete enthalten %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Pakete %s können nicht installiert werden"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Paket %s ist installiert"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Pakete %s sind installiert"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "wegen fehlendem %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "Paket %s ist installiert"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "wegen nicht erfüllter Abhängigkeit von %s "
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "versuche %s voranzubringen"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "um %s zu behalten"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "um %s zu installieren"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "wegen Konflikten mit %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Falsche Signatur (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Ungültige Schlüssel ID (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Fehlende Signatur (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "Kann Konfigurationsdatei [%s] nicht erzeugen"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Kopieren fehlgeschlagen"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Es ist nicht möglich %s mit %s zu verwenden"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Dies ist freie Software und kann unter den Bedingungen der GNU GPL weiter \n"
-"vertrieben werden.\n"
-"\n"
-"Verwendung:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - Automatische Auswahl bei mehren Möglichkeiten.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - verifiziere, ob die Entfernung korrekt verlaufen wird.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-" --parallel - verteilter urpmi Aufruf auf allen teilnehmenden\n"
-" Maschinen.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - neupacken vor dem Löschen\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - benutze anderes Wurzelverzeichnis zur RPM Entfernung.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - Verwende nur Aktualisierungs-Medien.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - Paket-Skripte nicht ausführen.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - Konfiguriere urpme von einem distrib Baum, nützlich\n"
-" um einen chroot mit --root Option zu (de)installieren.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - ausführlicher Modus.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - wähle alle Pakete, die dem Ausdruck gleichen.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Nur der Systemadministrator darf Pakete entfernen"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "unbekannte Pakete "
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "unbekanntes Paket"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Das Entfernen des Pakets %s macht Ihr System unbrauchbar"
-msgstr[1] "Das Entfernen des Pakets %s macht Ihr System unbrauchbar"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Nichts zu entfernen"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Nichts zu entfernen"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural "To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Um die Abhängigkeiten zu erfüllen, wird das folgende Paket entfernt"
-msgstr[1] "Um die Abhängigkeiten zu erfüllen, werden die folgenden %d Pakete entfernt"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "unbekanntes Paket"
-msgstr[1] "unbekanntes Paket"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Entfernen das Paket %d?"
-msgstr[1] "Entfernen der Pakete %d?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (j/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "Verwende Wechselmedium als \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Entfernen schlug fehl"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Entfernen schlug fehl"
-
-#: ../urpmf:153
-#, fuzzy, c-format
-msgid "unterminated expression (%s)"
-msgstr "Musterausdrücke:\n"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-update - Automatische Paketauswahl zur Aktualisierung des "
-"Systems.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - deaktiviere MD5SUM Dateiüberprüfung.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - erzwinge Update auf gpg Schlüssel.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - Veraltet.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - niemals fragen bei Paketdeinstallation, Installation "
-"abbrechen.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - installiere keine Pakete (nur herunterladen).\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - behalte existierende Pakete wenn möglich, lehne "
-"angefragte\n"
-" Pakete ab, die zu einer Deinstallation führen.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - aufteilen in kleine Vorgänge wenn mehr als die gegebenen\n"
-" Pakete installiert oder upgegraded werden,\n"
-" Voreinstellung ist %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - kleine Länge der Vorgänge, Voreinstellung ist %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - unscharfe Suche erzwingen.\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - Benötigt\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - installiere nur Quellpakete (keine Binärpakete).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - leert zu Begeinn den RPM-Cache.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - belasse unverwendete RPMs im Cache.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid " --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - Erlaube Anwenderbefragung zur Paketinstallation\n"
-" ohne Abhängigkeitskontrolle.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - Erlaube Anwenderbefragung zur Paketinstallation\n"
-" ohne Abhängigkeits- und Integritätskontrolle.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - Veraltet.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - konfiguriere urpmi von einem distrib Baum, nützlich\n"
-" zum Installieren eines chroot mit --root Option.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - zusätzliche Optionen, die an curl weitergeleitet werden\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- zusätzliche Optionen, die an rsync weitergeleitet werden\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - zusätzliche Optionen, die an wget weitergeleitet werden\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-" --prozilla-options - zusätzliche Optionen, die an prozilla weitergeleitet "
-"werden\n"
-
-#: ../urpmi:122
-#, fuzzy, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-" --prozilla-options - zusätzliche Optionen, die an prozilla weitergeleitet "
-"werden\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - schränke die Dowloadgeschwindigkeit ein.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - setze Transfer einer partiell-heruntergeladenen Datei "
-"fort\n"
-" (--no-resume deaktiviert es, Vorgabe ist deaktiviert).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - Verwende einen HTTP Proxy, als Standard-Portnummer\n"
-" wird 1080 angenommen (Format: <ProxyRechner[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - Angabe von Benutzerkennzeichen und Passwort zur\n"
-" Authentifizierung gegenüber dem Proxy\n"
-" (Format: <Benutzerkennzeichen:Passwort>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - Erstellen eines Fehlerberichts im durch das nächste\n"
-" Argument angegebenen Ordner.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - schließe durch Kommata getrennte Pfade aus.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - Schließe Dokumentationsdateien aus.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - nicht vor Installation den Festplattenplatz prüfen.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - ermöglicht das installieren von RPMs für andere "
-"Achitekturen\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - Paket-Skripte nicht ausführen\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - Pakete deren Installation übersprungen werden soll\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - Pakete deren Installation übersprungen werden soll\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - falls mehrere Pakete gefunden wurden, schlage mehrere "
-"Möglichkeiten vor\n"
-" als die Vorgabe.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - Die RPM-Datenbank nicht sperren.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - Updaten Pakete, welche die selbe Architektur sind.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr ""
-" -a - Wähle alle Treffer in der Kommandozeile.\n"
-"\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - stiller Modus.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - ausführlicher Modus.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " Namen oder RPM-Dateien von der Kommandozeile werden installiert.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-"Fehler: Es ist nicht möglich --auto-select weiter mit der Paketliste zu "
-"verwenden.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Fehler: Um ein Fehlermeldung zu erstellen bitte die Kommandozeile verwenden\n"
-"mit --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-"Sie können keine binären RPM-Dateien installieren, wenn --install-src "
-"genutzt wird"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid "please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Verzeichnis [%s] existiert bereits, bitte nutzen Sie ein anderes Verzeichnis "
-"für Fehlerberichte oder löschen Sie dieses"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Konnte das Verzeichnis [%s] für die Fehlerberichte nicht anlegen"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Das angegebene Verzeichnis %s existiert nicht"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Fehler: %s scheint nur lesbar gemountet zu sein.\n"
-"Benutzen Sie --allow-force um eine Operation zu erzwingen."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Aktualisiere Medien...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (zu aktualisieren)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (zu aktualisieren)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (zu installieren)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (zu installieren)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Um die Abhängigkeiten zu erfüllen, wird das folgende Paket entfernt"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Ihre Wahl? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Das folgende Paket kann nicht installiert werden, wegen der Abhänigkeit\n"
-"da sie älter sind als die Installierten:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Die folgende Pakete können nicht installiert werden, wegen der "
-"Abhänigkeiten\n"
-"da sie älter sind als die Installierten:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Wollen Sie trotzdem fortfahren?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (J/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Das gewünschte Paket kann nicht installiert werden:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Einige der gewünschten Pakete können nicht installiert werden:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "Das Entfernen des Pakets %s macht Ihr System unbrauchbar"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Die Installation kann nicht fortgesetzt werden, da folgendes\n"
-"Paket entfernt werden muss, um die Aktualisierungen \n"
-"durchführen zu können:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Die Installation kann nicht fortgesetzt werden, da folgende\n"
-"Pakete entfernt werden müssen, um die Aktualisierungen \n"
-"durchführen zu können:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Das folgende Paket muss entfernt werden, um die Aktualisierungen \n"
-"durchführen zu können:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Die folgenden Pakete müssen entfernt werden, um die Aktualisierungen \n"
-"durchführen zu können:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(nur ein Test, das Entfernen wird nicht wirklich durchgeführt)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Sie müssen urpmi zuerst mit der Option \"--buildrequires\" aufrufen, um die "
-"folgenden Abhängigkeiten zu installieren:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Um die Abhängigkeiten zu erfüllen, wird das folgende Paket entfernt"
-msgstr[1] "Um die Abhängigkeiten zu erfüllen, werden die folgenden %d Pakete entfernt"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(nur ein Test, es wird keine wirkliche Installation durchgeführt)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Fortfahren mit der Installation von einem Pakete?"
-msgstr[1] "Fortfahren mit der Installation der %d Pakete?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Abbruch"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Betätigen Sie die Eingabetaste, sobald Sie soweit sind..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"Verwendung: urpmi.addmedia [Optionen] <Name> <URL>\n"
-"Mit <URL> aus folgender Menge:\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" removable://<path>\n"
-"\n"
-"und [Optionen] aus\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - Benutze wget um entfernte Dateien zu laden.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - Benutze curl um entfernte Dateien zu laden.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - Benutze prozilla um entfernte Dateien zu laden.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - Benutze curl um entfernte Dateien zu laden.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - Versuche Synthese-Datei zu nutzen.\n"
-
-#: ../urpmi.addmedia:70
-#, fuzzy, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - verwende rpm Dateien (anstelle von synthesis/hdlist).\n"
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - versuche keine Synthese-Datei oder\n"
-" HD-Liste zu finden.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - automatisch alle Medien von einem Installations-Medium\n"
-" erzeugen.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-" --interactive - mit --distrib, fragt bei jedem Medium nach einer "
-"Bestätigung\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - mit --distrib. add jedes aufgeführte Medium.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - nutze spezifizierte URL als Spiegelserverliste, die "
-"Vorgabe ist\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - erstelle virtuelle Medien, welche immer aktuell sind,\n"
-" nur das file:// Protokoll ist erlaubt.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - deaktiviere MD5SUM Dateiüberprüfung.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - den Pubkey vom hinzugefügten Medium nicht importieren\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw - Medien zur Konfiguration hinzufügen ohne sie zu "
-"aktualisieren.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - stiller Modus.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - ausführlicher Modus.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, fuzzy, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-"Fehler in der <url> (für das Lokale Verzeichnis, der Pfad muss absolut "
-"sein)\n"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Nur der Systemadministrator darf Medien hinzufügen"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "Erstelle die Konfigurationsdatei [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Kann Konfigurationsdatei [%s] nicht erzeugen"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "nicht erforderlich, <relativer Pfad zur HD-Liste> anzugeben mit --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Wollen Sie das Medium '%s' wirklich hinzufügen?"
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<relativer Pfad zur HD-Liste> fehlt.\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Es ist nicht möglich %s mit einem Remote Medium zu verwenden"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "Das Medium \"%s\" kann nicht hinzugefügt werden."
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Dies ist freie Software und kann unter den Bedingungen der GNU GPL weiter \n"
-"vertrieben werden.\n"
-"\n"
-"Verwendung:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - beginnt jetzt mit dem Neupacken\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - belasse unverwendete RPMs im Cache.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid " --list - list transactions since provided date/duration argument\n"
-msgstr " --list - führt alles Transaktionen seit dem Datum/Argument auf\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - listet alle Transaktionen in der rpmdb auf (lang).\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-" --list-safe - listet die Transaktionen seit dem letzten "
-"Wiederherstellungspunkt auf.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - Wiederholt bis zum angegebenen Datum\n"
-" oder Wiederholt die angegebene Anzahl an Transaktionen\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - abschalten des Neupackens\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Fehlerhaftes Datum oder Laufzeit [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Neu zu packendes Verzeichnis nicht definiert\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Kann nicht in das neuzupackende Verzeichnis [%s] schreiben\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Aufräumen des RPM-Zwischenspeichers [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d Datei entfernt\n"
-msgstr[1] "%d Dateien entfernen\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Falsches Kommandozeilen Argument [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-"Es ist nicht möglich festzulegen --checkpoint und --rollback zur selben Zeit "
-"zu verwenden\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-"Es ist nicht möglich festzulegen --checkpoint und --list zur selben Zeit zu "
-"verwenden\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-"Es ist nicht möglich festzulegen --rollback und --list zur selben Zeit zu "
-"verwenden\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Es ist nicht möglich --disable mit einer anderen Option zu kombinieren"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Keine Transaktion seit %s gefunden\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Superuser Rechte sind dafür nötig"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Schreiben des RPM macro file [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Kein Wiederherstellungspunk gefunden\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Wiederholen bis %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Deaktiviere das neu Packen\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"Verwende: urpmi.removemedia (-a | <Name> ...)\n"
-"Wobei <Name> das zu entfernende Medium ist.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - Alle Medien auswählen.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - fuzzy match on media names.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Nur der Systemadministrator darf Medien entfernen"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"Es gibt nichts zu entfernen (verwenden Sie \"urpmi.addmedia\", \n"
-"um neue Medien hinzuzufügen)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"Was soll entfernt werden?\n"
-"(eins aus %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"Verwendung: urpmi.update [Optionen] <Name> ...\n"
-"Wobei <Name> das zu aktualisierende Medium ist.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - Verwende nur Aktualisierungs-Medien.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - erzwinge Update auf gpg Schlüssel.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - nicht aktualisieren, markiere die Medien als ignoriert.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - nicht aktualisieren, markiere die Medien als aktiv.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --probe-rpms - verwenden Sie keine synthesis/hlist, verwenden Sie rpm "
-"Dateien direkt\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - Wählt alle nicht entfernbaren Medien.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - Erzwinge das Updaten von synthesis/hdlist\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - Erzwinge das Updaten von synthesis/hdlist\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Nur der Systemadministrator darf Medien aktualisieren"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"Es gibt nichts zu aktualisieren (verwenden Sie \"urpmi.addmedia\", \n"
-"um neue Medien hinzuzufügen)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"Was soll aktualisiert werden?\n"
-"(eins aus %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "ignoriere Medium %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "Aktiviere das Medium %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Dies ist freie Software und kann unter den Bedingungen der GNU GPL weiter "
-"vertrieben werden.\n"
-"\n"
-"Verwendung:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - verwende nur die gegebenen Medien um nach der "
-"angeforderten Paketen zu suchen (oder upzudaten).\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - unscharfe Suche erzwingen (identisch zu \"-y\").\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - Alle verfügbaren Pakete auflisten.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - Alle verfügbaren Medien auflisten.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - Führe aktuelle Medien und ihre URL auf.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - Alle für \"--parallel\" verfügbaren Knoten\n"
-" auflisten.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - Alle verfügbaren Aliase auflisten.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid " --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - verwerfe die Konfiguration in der Form eines urpmi."
-"addmedia Argumentes.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - es folgt ein Quellpaket (identisch zu \"-s\").\n"
-
-#: ../urpmq:65
-#, c-format
-msgid " --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - Gib alle Quellpakete vor dem Runterladen an (nur root).\n"
-".\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - erlaubt die Abfrage von RPMs für andere "
-"Architekturen\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - konfiguriere urpmi von einem distrib Baum.\n"
-" Das erlaubt eine Distribution zu befragen.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - Gebe Changelog aus.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - Steht in Konflikt mit.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - Veraltet.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - Stellt zur Verfügung\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - Benötigt\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - Veraltet.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - Quell RPM Name.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary - Zusammenfassung ausgeben.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - Erweitere Anfrage auf Paket-Abhängigkeiten.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - umgekehrte Suche nach Paketabhängigkeiten.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - erweiterte umgekehrte Suche (beinhaltet virtuelle "
-"Pakete).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - Suche in provides um Pakete zu finden.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - komplette Ausgabe von zu entfernenden Paketen.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - Ausgabe der Gruppe mit dem Namen.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - Ausgabe von nützlichen Informationen in lesbarer Form.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - Dateien des Paketes auflisten.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - das gleiche wie -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - Ausgabe von Version und Release mit dem Namen.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - es folgt ein Quellpaket (identisch zu \"--src\").\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - Entferne Paket wenn bereits eine aktuellere Version "
-"installiert ist.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - unscharfe Suche erzwingen (identisch zu \"--fuzzy\").\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - wie -y, aber erzwingt eine großschreibungsunabhängige "
-"Schreibweise.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-" Namen oder rpm-Dateien, die auf der Kommandozeile angegeben wurden werden "
-"abgefragt.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes kann nur mit --parallel benutzt werden"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr ""
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr "Keine xml info für das Medium \"%s\", nur Teilresultate für das Paket %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr "Keine xml info für das Medium \"%s\", nur Teilresultate für die Pakete %s"
-
-#: ../urpmq:408
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"Keine xml info für das Medium \"%s\", es ist nicht möglich ein Ergebnis für "
-"das Paket %s zu liefern"
-
-#: ../urpmq:409
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"Keine xml info für das Medium \"%s\", es ist nicht möglich Ergebnisse für "
-"die Pakete %s zu liefern"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Kein Changelog gefunden\n"
-
diff --git a/po/el.po b/po/el.po
deleted file mode 100644
index 13af9079..00000000
--- a/po/el.po
+++ /dev/null
@@ -1,3565 +0,0 @@
-# translation of urpmi-el.po to Greek
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/el.php3
-#
-# translation of urpmi-el.po to Greek
-# Greek Traslation of urpmi.
-# Copyright (C) 2001,2003, 2005, 2006 Free Software Foundation, Inc.
-# Thanos Kyritsis <djart@hellug.gr>, 2001.
-# Νίκος Νύκταρης (Nick Niktaris) <niktarin@yahoo.com>, 2003.
-# Balaskas Euaggelos <ebalaskas@ebalaskas.gr>, 2005.
-# Theophanis Mastakas <mastakas@otenet.gr>, 2006.
-# Glentadakis Dimitrios <dglent@gmail.com>, 2008.
-# Nikos Papadopoulos <231036448@freemail.gr>, 2008
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-el\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-18 18:48+0200\n"
-"PO-Revision-Date: 2008-09-22 02:50+0200\n"
-"Last-Translator: nikos papadopoulos <231036448@freemail.gr>\n"
-"Language-Team: Greek <nls@tux.hellug.gr>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.10.2\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Poedit-Language: Greek\n"
-"X-Poedit-Country: GREECE\n"
-"X-Poedit-Bookmarks: -1,-1,-1,-1,-1,-1,-1,-1,519,-1\n"
-"X-Poedit-SourceCharset: utf-8\n"
-
-#: ../gurpmi:31
-#: ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Εγκατάσταση των RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Σφάλμα: αδυναμία εύρεσης του αρχείου %s, η διαδικασία θα ακυρωθεί"
-
-#: ../gurpmi:46
-#: ../gurpmi2:175
-#: ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Εντάξει"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Επιλέξατε ένα πακέτο πηγαίου κώδικα:\n"
-"\n"
-"%s\n"
-"\n"
-"Πιθανόν δεν θέλατε να το εγκαταστήσετε στον υπολογιστή σας (η εγκατάστασή του θα σας επιτρέψει να κάνετε τροποποιήσεις στον πηγαίου του κώδικα και μετά να το μεταγλωττίσετε).\n"
-"\n"
-"Τι θέλετε να κάνετε;"
-
-#: ../gurpmi:74
-#: ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Πρόκειται να εγκαταστήσετε τα ακόλουθα πακέτα λογισμικού στον υπολογιστή σας:\n"
-"\n"
-"%s\n"
-" \n"
-"Να συνεχίσω;"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Πρόκειται να να εγκαταστήσετε το ακόλουθο πακέτο λογισμικού στον υπολογιστή σας:\n"
-"\n"
-"%s\n"
-"\n"
-"Μπορεί να προτιμάτε απλά να το αποθηκεύσετε. Ποια είναι η επιλογή σας;"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Εγκατάσταση"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Αποθήκευση"
-
-#: ../gurpmi:100
-#: ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Ακύρωση"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Επιλέξτε μια τοποθεσία για την αποθήκευση του αρχείου"
-
-#: ../gurpmi.pm:39
-#: ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpm έκδοση %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Αυτό είναι ελεύθερο λογισμικό και μπορεί να αναδιανεμηθεί υπό τους όρους της GNU GPL.\n"
-"\n"
-"χρήση:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Επιλογές:"
-
-#: ../gurpmi.pm:46
-#: ../urpme:46
-#: ../urpmf:35
-#: ../urpmi:72
-#: ../urpmi.addmedia:54
-#: ../urpmi.recover:33
-#: ../urpmi.removemedia:40
-#: ../urpmi.update:32
-#: ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - τύπωσε αυτό το μήνυμα βοήθειας.\n"
-
-#: ../gurpmi.pm:47
-#: ../urpmi:79
-#, c-format
-msgid " --auto - non-interactive mode, assume default answers to questions.\n"
-msgstr " --auto - μη αλληλεπιδραστική λειτουργία, χρήση των προεπιλεγμένων παραμέτρων.\n"
-
-#: ../gurpmi.pm:48
-#: ../urpmi:80
-#: ../urpmq:52
-#, c-format
-msgid " --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - αυτόματη επιλογή των πακέτων για την αναβάθμιση του συστήματος.\n"
-
-#: ../gurpmi.pm:49
-#: ../urpme:50
-#: ../urpmi:103
-#: ../urpmq:66
-#, c-format
-msgid " --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - εξαναγκασμός επίκλησης ακόμα και εάν μερικά πακέτα δεν υπάρχουν.\n"
-
-#: ../gurpmi.pm:50
-#: ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - έλεγχος της υπογραφής του rpm πριν την εγκατάσταση\n"
-" (--no-verify-rpm για απενεργοποίηση, ενεργοποιημένο από προεπιλογή).\n"
-
-#: ../gurpmi.pm:52
-#: ../urpmf:41
-#: ../urpmi:73
-#: ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - χρήση μόνο των μέσων που δόθηκαν, διαχωρισμένα με το κόμμα.\n"
-
-#: ../gurpmi.pm:53
-#: ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - να επιτρέπεται η αναζήτηση εντός των πακέτων, για να βρεθεί το κατάλληλο πακέτο.\n"
-
-#: ../gurpmi.pm:54
-#: ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - να μην επιτρέπεται η αναζήτηση εντός των πακέτων, για να βρεθεί το κατάλληλο πακέτο.\n"
-
-#: ../gurpmi.pm:55
-#: ../urpmi:110
-#: ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - χρησιμοποίησε μία άλλη διαδρομή root για την εγκατάσταση του rpm.\n"
-
-#: ../gurpmi.pm:56
-#: ../urpmi:135
-#, c-format
-msgid " --test - only verify if the installation can be achieved correctly.\n"
-msgstr " --test - έλεγξε μόνο αν η εγκατάσταση μπορεί να γίνει σωστά.\n"
-
-#: ../gurpmi.pm:57
-#: ../urpmi:76
-#, c-format
-msgid " --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --searchmedia - χρήση μόνο των δοσμένων μέσων για την αναζήτηση των ζητούμενων πακέτων.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Δεν ορίστηκαν πακέτα"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Παρακαλώ περιμένετε..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Πρέπει να είστε διαχειριστής"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Ορισμένα πακέτα που ζητήθηκαν δεν μπορούν να εγκατασταθούν:\n"
-"%s\n"
-"Συνέχιση της εγκατάστασης ;"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Προσοχή"
-
-#: ../gurpmi2:134
-#: ../urpmi:624
-#, c-format
-msgid "Ok"
-msgstr "Εντάξει"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (προς αναβάθμιση)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (προς εγκατάσταση)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Επιλογή πακέτων"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Ένα εκ των παρακάτω πακέτων απαιτείται:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Ματαίωση"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Τα παρακάτω πακέτα πρέπει να αφαιρεθούν για να αναβαθμιστούν κάποια άλλα:\n"
-"%s\n"
-"Συνέχεια εγκατάστασης;"
-
-#: ../gurpmi2:241
-#: ../urpmi:591
-#, c-format
-msgid "To satisfy dependencies, the following package is going to be installed:"
-msgstr "Για να ικανοποιηθούν οι εξαρτήσεις, θα εγκατασταθεί το παρακάτω πακέτο:"
-
-#: ../gurpmi2:242
-#: ../urpmi:592
-#, c-format
-msgid "To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Για να ικανοποιηθούν οι εξαρτήσεις, θα εγκατασταθούν τα ακόλουθα πακέτα:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d πακέτο, %d MB)"
-msgstr[1] "(%d πακέτα, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Εγκατάσταση του πακέτου..."
-
-#: ../gurpmi2:252
-#: ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "αδυναμία λήψης των πακέτων πηγαίου κώδικα, ματαίωση"
-
-#: ../gurpmi2:266
-#: ../urpm/install.pm:81
-#, c-format
-msgid "Preparing..."
-msgstr "Προετοιμασία..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Εγκατάσταση του πακέτου `%s' (%s/%s)..."
-
-#: ../gurpmi2:287
-#: ../urpmi:619
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Παρακαλώ εισήγαγε το μέσο με το όνομα «%s»"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Λήψη του πακέτου `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Ολοκληρώθηκε"
-
-#: ../gurpmi2:332
-#: ../urpm/main_loop.pm:114
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Η εγκατάσταση απέτυχε, ορισμένα αρχεία λείπουν:\n"
-"%s\n"
-"Ίσως θέλετε να αναβαθμίσετε τη βάση δεδομένων urpmi"
-
-#: ../gurpmi2:338
-#: ../urpm/main_loop.pm:226
-#: ../urpm/main_loop.pm:244
-#: ../urpm/main_loop.pm:262
-#: ../urpm/main_loop.pm:289
-#, c-format
-msgid "Installation failed:"
-msgstr "Η εγκατάσταση απέτυχε:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Το(α) πακέτο(α) είναι ήδη εγκατεστημένα"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Η εγκατάσταση τελείωσε"
-
-#: ../gurpmi2:346
-#: ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "αφαίρεση του %s"
-
-#: ../gurpmi2:354
-#: ../urpmi:686
-#, c-format
-msgid "restarting urpmi"
-msgstr "Επανεκκίνηση urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"χρήση: %s [επιλογές]\n"
-"όπου [επιλογές] είναι από\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - τύπωσε αυτό το μήνυμα βοήθειας.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - χρήση της root διαδρομής που δόθηκε αντί για την /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - περιορισμένα αποτελέσματα στην ομάδα που δόθηκε.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " προκαθορισμένο είναι το %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - εμφανίζει το πλήρες όνομα του πακέτου (NVRA)\n"
-
-#: ../rurpmi:11
-#: ../urpmi:268
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Μόνο ο διαχειριστής επιτρέπεται να εγκαταστήσει πακέτα"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Εκτέλεση του urpmi σε περιορισμένη λειτουργία..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "αδυναμία δημιουργίας του καταλόγου %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "άκυρος ιδιοκτήτης του καταλόγου %s"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "Αδυναμία λήψης του πακέτου, στο %s"
-
-#: ../urpm.pm:139
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Ο κατάλογος του περιβάλλοντος %s δεν υπάρχει"
-
-#: ../urpm.pm:140
-#: ../urpmf:248
-#: ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "χρήση συγκεκριμένου περιβάλλοντος στο %s\n"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "αδυναμία ανοίγματος του rpmdb"
-
-#: ../urpm.pm:318
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "μη έγκυρο όνομα αρχείου rpm [%s]"
-
-#: ../urpm.pm:324
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "ανάκτηση αρχείου rpm [%s] ..."
-
-#: ../urpm.pm:326
-#: ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...η ανάκτηση ολοκληρώθηκε"
-
-#: ../urpm.pm:329
-#: ../urpm/download.pm:732
-#: ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836
-#: ../urpm/media.pm:1287
-#: ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "... η ανάκτηση απέτυχε: %s"
-
-#: ../urpm.pm:334
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "αδυναμία πρόσβασης στο αρχείο rpm [%s]"
-
-#: ../urpm.pm:339
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "αδυναμία ανάλυσης του αρχείου spec %s [%s]"
-
-#: ../urpm.pm:347
-#, c-format
-msgid "unable to register rpm file"
-msgstr "αδυναμία δήλωσης του αρχείου rpm"
-
-#: ../urpm.pm:349
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Ασύμβατη αρχιτεκτονική για τα rpm [%s]"
-
-#: ../urpm.pm:353
-#, c-format
-msgid "error registering local packages"
-msgstr "σφάλμα κατά την δήλωση των τοπικών πακέτων"
-
-#: ../urpm.pm:440
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Αυτή η λειτουργία απαγορεύεται να εκτελεστεί, όταν ισχύει κατάσταση περιορισμένης λειτουργίας"
-
-#: ../urpm/args.pm:152
-#: ../urpm/args.pm:161
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "μη ορθή διακήρυξη proxy στην γραμμή εντολών\n"
-
-#: ../urpm/args.pm:305
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: αδυναμία ανάγνωσης αρχείου rpm \"%s\"\n"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s"
-msgstr "απρόσμενη έκφραση %s"
-
-#: ../urpm/args.pm:383
-#, c-format
-msgid "missing expression before %s"
-msgstr "απουσία έκφρασης πριν το %s"
-
-#: ../urpm/args.pm:389
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "απρόσμενη έκφραση %s (πρόταση: να χρησιμοποιήσεις -a ή -o ; )"
-
-#: ../urpm/args.pm:393
-#, c-format
-msgid "no expression to close"
-msgstr "δεν υπάρχει έκφραση για να τερματιστεί"
-
-#: ../urpm/args.pm:402
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr "από προεπιλογή η urpmf αναμένει μια regexp. Θα πρέπει να χρησιμοποιήσετε την επιλογή \"--literal\""
-
-#: ../urpm/args.pm:470
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "ο κατάλογος chroot δεν υπάρχει"
-
-#: ../urpm/args.pm:493
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Αδύνατη η χρήση του %s χωρίς το %s"
-
-#: ../urpm/args.pm:496
-#: ../urpm/args.pm:499
-#: ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Αδύνατη η χρήση του %s με το %s"
-
-#: ../urpm/args.pm:507
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Πάρα πολλά ορίσματα\n"
-
-#: ../urpm/bug_report.pm:54
-#: ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Η αντιγραφή απέτυχε"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid "You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done automatically)"
-msgstr "Πρέπει να προσαρτήσεις το CD-ROM από μόνος σου (ή να εγκαταστήσεις το perl-Hal-Cdroms ώστε αυτό να γίνεται αυτόματα)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "Ο δαίμονας HAL (hald) δεν εκτελείται ή δεν είναι έτοιμος"
-
-#: ../urpm/cdrom.pm:161
-#: ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "το μέσο \"%s\" δεν είναι διαθέσιμο"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "αδυναμία ανάγνωσης του αρχείου rpm [%s] από το μέσο \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "σφάλμα σύνταξης στο αρχείο ρυθμίσεων, στη γραμμή %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "αδυναμία ανάγνωσης του αρχείου ρυθμίσεων (config) [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "το μέσο `%s' προσδιορίστηκε δύο φορές, γίνεται εγκατάλειψη"
-
-#: ../urpm/cfg.pm:251
-#: ../urpm/media.pm:497
-#: ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "αδυναμία εγγραφής του αρχείου ρυθμίσεων [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "αδυναμία ανάγνωσης των ρυθμίσεων του proxy (διαμεσολαβητής) (τα δικαιώματα δεν είναι επαρκή για την ανάγνωση του %s)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Παρακαλώ εισάγετε πιστοποίηση για πρόσβαση διαμεσολαβητή\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Όνομα χρήστη:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Κωδικός πρόσβασης:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Άγνωστο webfetch `%s' !!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "το %s απέτυχε: έγινε έξοδος με το σήμα %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "το %s απέτυχε: έγινε έξοδος με %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "αποτυχία αντιγραφής"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "λείπει το wget\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "λείπει το curl\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "το curl απέτυχε: ακύρωση της λήψης\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "λείπει το rsync\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "λείπει το ssh\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "λείπει το prozilla\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Αδυναμία εκτέλεσης του prozilla\n"
-
-#: ../urpm/download.pm:602
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "λείπει το aria2\n"
-
-#: ../urpm/download.pm:716
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " ολοκληρώθηκε το %s%% από τα %s, εκτίμηση = %s, ταχύτητα = %s"
-
-#: ../urpm/download.pm:718
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " ολοκληρώθηκε το %s%%, ταχύτητα = %s"
-
-#: ../urpm/download.pm:783
-#, c-format
-msgid "retrieving %s"
-msgstr "ανάκτηση %s"
-
-#: ../urpm/download.pm:787
-#, c-format
-msgid "retrieved %s"
-msgstr "ανακτήθηκε %s"
-
-#: ../urpm/download.pm:836
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "καθορίστηκε άγνωστο πρωτόκολλο για το %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "το %s δεν είναι διαθέσιμο, επιστροφή στη χρήση του %s"
-
-#: ../urpm/download.pm:873
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "δεν βρέθηκε το webfetch, υποστηριζόμενα webfetch είναι: %s\n"
-
-#: ../urpm/download.pm:894
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "αδυναμία χειρισμού πρωτοκόλλου: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "καθαρισμός του %s και του %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "το πακέτο %s δεν βρέθηκε."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "ανάκτηση αρχείων rpm από το μέσο \"%s\"..."
-
-#: ../urpm/install.pm:88
-#, c-format
-msgid "[repackaging]"
-msgstr "[επαναπακετάρισμα]"
-
-#: ../urpm/install.pm:168
-#, c-format
-msgid "created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "δημιουργήθηκε transaction για εγκατάσταση στο %s (αφαίρεση=%d, εγκατάσταση=%d, αναβάθμιση=%d)"
-
-#: ../urpm/install.pm:171
-#, c-format
-msgid "unable to create transaction"
-msgstr "Αδυναμία δημιουργίας transaction"
-
-#: ../urpm/install.pm:194
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "αδυναμία εξαγωγής rpm από το πακέτο delta-rpm %s"
-
-#: ../urpm/install.pm:207
-#, c-format
-msgid "unable to install package %s"
-msgstr "αδυναμία εγκατάστασης του πακέτου %s"
-
-#: ../urpm/install.pm:210
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "αφαίρεση του κακοδιατυπομένου rpm (%s) από το %s"
-
-#: ../urpm/install.pm:211
-#: ../urpm/install.pm:268
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "η αφαίρεση του %s απέτυχε: %s"
-
-#: ../urpm/install.pm:249
-#, c-format
-msgid "Removing package %s"
-msgstr "Αφαίρεση του πακέτου %s"
-
-#: ../urpm/install.pm:250
-#, c-format
-msgid "removing package %s"
-msgstr "αφαίρεση του πακέτου %s"
-
-#: ../urpm/install.pm:266
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "αφαίρεση των εγκατεστημένων rpm (%s) από το %s"
-
-#: ../urpm/install.pm:274
-#, c-format
-msgid "More information on package %s"
-msgstr "Περισσότερες πληροφορίες στο πακέτο %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Αδυναμία δημιουργίας του καταλόγου ldap cache"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Αδυναμία εγγραφής του αρχείου μικροαποθήκευσης (cache) για το ldap\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Δεν προσδιορίστηκε εξυπηρετητής, λείπει το uri ή ο host"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Δεν ορίστηκε βάση"
-
-#: ../urpm/ldap.pm:172
-#: ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Αδυναμία σύνδεσης στο ldap uri:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "Η βάση δεδομένων %s είναι κλειδωμένη. Αναμονή..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "εγκατάλειψη"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "η βάση δεδομένων %s είναι κλειδωμένη (ένα άλλο πρόγραμμα τη χρησιμοποιεί ήδη)"
-
-#: ../urpm/main_loop.pm:113
-#: ../urpm/main_loop.pm:123
-#: ../urpm/main_loop.pm:157
-#: ../urpm/main_loop.pm:233
-#: ../urpm/main_loop.pm:251
-#, c-format
-msgid "Installation failed"
-msgstr "Η εγκατάσταση απέτυχε"
-
-#: ../urpm/main_loop.pm:115
-#: ../urpm/main_loop.pm:125
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Να προσπαθήσω να συνεχίσω, έτσι κι αλλιώς; (y/N) "
-
-#: ../urpm/main_loop.pm:124
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Η εγκατάσταση απέτυχε. Εσφαλμένα rpm:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:142
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Το παρακάτω πακέτο έχει λανθασμένη υπογραφή"
-
-#: ../urpm/main_loop.pm:143
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Τα παρακάτω πακέτα έχουν λανθασμένες υπογραφές"
-
-#: ../urpm/main_loop.pm:144
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Θέλετε να συνεχίσετε την εγκατάσταση ;"
-
-#: ../urpm/main_loop.pm:161
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "αφαίρεση των εγκατεστημένων rpm (%s)"
-
-#: ../urpm/main_loop.pm:181
-#, c-format
-msgid "distributing %s"
-msgstr "κατανομή %s"
-
-#: ../urpm/main_loop.pm:196
-#, c-format
-msgid "installing %s from %s"
-msgstr "εγκατάσταση %s από %s"
-
-#: ../urpm/main_loop.pm:198
-#, c-format
-msgid "installing %s"
-msgstr "εγκατάσταση %s"
-
-#: ../urpm/main_loop.pm:234
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Προσπάθεια για εγκατάσταση, χωρίς τον έλεγχο των εξαρτήσεων; (y/N) "
-
-#: ../urpm/main_loop.pm:252
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Προσπάθεια για εξαναγκαστική εγκατάσταση (--force); (y/N) "
-
-#: ../urpm/main_loop.pm:302
-#, c-format
-msgid "Packages are up to date"
-msgstr "Τα πακέτα είναι ενημερωμένα"
-
-#: ../urpm/main_loop.pm:313
-#: ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Η εγκατάσταση είναι δυνατή"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "εξέταση αρχείου %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "μη έγκυρο αρχείο MD5SUM"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "προειδοποίηση: μη διαθέσιμο md5sum για %s στο αρχείο MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "το εικονικό μέσο \"%s\" πρέπει να έχει ένα καθαρό σύνδεσμο url, το μέσο αγνοείται"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "αδυναμία πρόσβασης στο αρχείο λίστας του \"%s\", το μέσο αγνοείται"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "αδυναμία πρόσβασης στο αρχείο synthesis του \"%s\", το μέσο αγνοείται"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "προσπάθεια παράκαμψης του υπάρχοντος μέσου \"%s\", παράβλεψη"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "σφάλμα στην εισαγωγή της αφαιρούμενης συσκευής, το μέσο θα αγνοηθεί"
-
-#: ../urpm/media.pm:499
-#: ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "εγγραφή αρχείου ρυθμίσεων [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Δεν μπορεί να χρησιμοποιηθεί παράλληλη κατάσταση με use-distrib κατάσταση"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "χρήση του συσχετισμένου μέσου για παράλληλη κατάσταση λειτουργίας: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid "--synthesis cannot be used with --media, --excludemedia, --sortmedia, --update, --use-distrib or --parallel"
-msgstr "--synthesis δεν μπορεί να χρησιμοποιηθεί μαζί με --media, --excludemedia, --sortmedia, --update, --use-distrib ή --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Έναρξη αναζήτησης: %s τέλος: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "παράλειψη του πακέτου %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "θα εγκαταστήσει αντί για να αναβαθμίσει το πακέτο %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "το μέσο \"%s\" υπάρχει ήδη"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(αγνοήθηκε κατά προεπιλογή)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "προσθήκη του μέσου \"%s\" πριν από το απομακρυσμένο μέσο \"%s\""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "προσθήκη του μέσου \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "ο κατάλογος %s δεν υπάρχει"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "αυτή η τοποθεσία δεν φαίνεται να περιέχει καμία διανομή"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "αδυναμία ανάλυσης του media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "αδυναμία πρόσβασης στο μέσο διανομής (δεν βρέθηκε αρχείο media.cfg)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "παράληψη του μη συμβατού μέσου `%s' (για %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "ανάκτηση του αρχείου media.cfg..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "προσπάθεια επιλογής του ανύπαρκτου μέσου \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "επιλογή πολλαπλών μέσων: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "αφαίρεση του μέσου \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "επαναρύθμιση του urpmi για το μέσο \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...η επαναρρύθμιση απέτυχε"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "η επαναρρύθμιση πέτυχε"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Σφάλμα στη δημιουργία του αρχείου ονομάτων: η εξάρτηση %d δεν βρέθηκε"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "το μέσο \"%s\" είναι ενημερωμένο"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "εξέταση του αρχείου σύνθεσης [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "πρόβλημα ανάγνωσης του αρχείου σύνθεσης από το μέσο \"%s\""
-
-#: ../urpm/media.pm:1176
-#: ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "αντιγραφή [%s] για το μέσο \"%s\"..."
-
-#: ../urpm/media.pm:1178
-#: ../urpm/media.pm:1233
-#: ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...η αντιγραφή απέτυχε"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "αντιγραφή του αρχείου περιγραφής του \"%s\"..."
-
-#: ../urpm/media.pm:1231
-#: ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...η αντιγραφή ολοκληρώθηκε"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "η αντιγραφή του [%s] απέτυχε (το αρχείο είναι ύποπτα μικρό)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "υπολογισμός του md5sum του ανακτημένου πηγαίου synthesis"
-
-#: ../urpm/media.pm:1312
-#: ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "η ανάκτηση του [%s] απέτυχε (τα md5sum δεν ταιριάζουν)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "αποτυχία του genhdlist2 στο %s"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "σύγκριση του %s και του %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "άκυρο αρχείο hdlist %s για το μέσο \"%s\""
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "αντιγραφή του αρχείου MD5SUM από το \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "μη έγκυρο αρχείο MD5SUM (έγινε λήψη από το %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "ανάκτηση της πηγαίας synthesis από το \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "το αρχείο synthesis εντοπίστηκε σαν %s"
-
-#: ../urpm/media.pm:1485
-#: ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "δεν βρέθηκε αρχείο synthesis για το μέσο \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "Εξέταση του αρχείου δημοσίου κλειδιού από το \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...εισαγωγή του κλειδιού %s από το αρχείο δημοσίου κλειδιού του \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "αδυναμία εισαγωγής του αρχείου δημοσίου κλειδιού του \"%s\""
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "ενημερώθηκε το μέσο \"%s\""
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "αποτυχία ανάκτησης του [%s]"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "γίνεται προσπάθεια ξανά με την εναλλακτική διεύθυνση %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Αδυναμία εύρεσης μιας εναλλακτικής διεύθυνσης από τη λίστα των εναλλακτικών διευθύνσεων %s"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "βρέθηκε η γεωτοποθεσία %s %.2f %.2f από την ζώνη ώρας %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "λήψη της λίστας των εναλλακτικών διευθύνσεων από το %s"
-
-#: ../urpm/msg.pm:63
-#: ../urpmi:501
-#: ../urpmi:516
-#: ../urpmi:611
-#, c-format
-msgid "Nn"
-msgstr "ΟοNn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64
-#: ../urpme:38
-#: ../urpmi:552
-#: ../urpmi:647
-#: ../urpmi:653
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "ΝνYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Λυπάμαι, κακή επιλογή, προσπαθήστε ξανά\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Πακέτο"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Έκδοση"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Κυκλοφορία"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Αρχιτεκ."
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(προτεινόμενα)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "μέσο \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "γραμμή εντολών"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190
-#: ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:310
-#, c-format
-msgid "The following package is now orphan, use \"urpme --auto-orphans\" to remove it."
-msgid_plural "The following packages are now orphans, use \"urpme --auto-orphans\" to remove them."
-msgstr[0] "Το παρακάτω πακέτο είναι, πλέον, ορφανό. Για να το αφαιρέσεις, χρησιμοποίησε την εντολή \"urpme --auto-orphans\" ."
-msgstr[1] "Τα παρακάτω πακέτα είναι, πλέον, ορφανά. Για να τα αφαιρέσεις, χρησιμοποίησε την εντολή \"urpme --auto-orphans\" ."
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "αδυναμία ανάλυσης του \"%s\" στο αρχείο [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "εξέταση παράλληλου χειριστή στο αρχείο [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "βρέθηκε παράλληλος χειριστής για του κόμβους: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "αδυναμία χρήσης της επιλογής parallel \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "στον κόμβο %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "Η εγκατάσταση απέτυχε στον κόμβο %s"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "το rshp απέτυχε, ίσως ο κόμβος να μην είναι προσβάσιμος"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "το mput απέτυχε, ίσως ο κόμβος να μην είναι προσβάσιμος"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "απέτυχε το scp, στον οικοδεσπότη (host) %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "απέτυχε το cp, στον οικοδεσπότη (host) %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid "%s failed on host %s (maybe it does not have a good version of urpmi?) (exit code: %d)"
-msgstr "απέτυχε το %s, στον οικοδεσπότη (host) %s (μήπως δεν διαθέτει μια καλή έκδοση του urpmi;) (το αποτέλεσμα εξαγωγής του κώδικα: %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "αδυναμία πρόσβασης στο μέσο \"%s\"."
-
-#: ../urpm/removable.pm:72
-#: ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "προσάρτηση του %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "αποπροσάρτηση του %s"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "το urpmi επανανακινήθηκε, και η λίστα με τα πακέτα προτεραιότητας δεν έχει αλλάξει"
-
-#: ../urpm/select.pm:32
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr "το urpmi επανανακινήθηκε, και η λίστα με τα πακέτα προτεραιότητας έχει αλλάξει: %s vs %s"
-
-#: ../urpm/select.pm:170
-#, c-format
-msgid "No package named %s"
-msgstr "Κανένα πακέτο με το όνομα %s"
-
-#: ../urpm/select.pm:172
-#: ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Τα παρακάτω πακέτα περιέχουν %s: %s"
-
-#: ../urpm/select.pm:174
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:295
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "τα πακέτα %s βρέθηκαν στην βάση δεδομένων του urpmi, αλλά κανένα τους δεν είναι εγκατεστημένο"
-
-#: ../urpm/select.pm:538
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Το πακέτο %s είναι ήδη εγκατεστημένο"
-
-#: ../urpm/select.pm:539
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Τα πακέτα %s είναι ήδη εγκατεστημένα"
-
-#: ../urpm/select.pm:557
-#: ../urpm/select.pm:641
-#, c-format
-msgid "due to missing %s"
-msgstr "λόγω έλλειψης του %s"
-
-#: ../urpm/select.pm:558
-#, c-format
-msgid "due to already installed %s"
-msgstr "επειδή το %s είναι ήδη εγκατεστημένο"
-
-#: ../urpm/select.pm:559
-#: ../urpm/select.pm:639
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "λόγω μη ικανοποίησης του %s"
-
-#: ../urpm/select.pm:565
-#, c-format
-msgid "trying to promote %s"
-msgstr "προσπάθεια ενίσχυσης του %s"
-
-#: ../urpm/select.pm:566
-#, c-format
-msgid "in order to keep %s"
-msgstr "για να κρατηθεί το %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Το παρακάτω πακέτο πρέπει να αφαιρεθεί για να αναβαθμιστούν κάποια άλλα:\n"
-"%s"
-
-#: ../urpm/select.pm:608
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Τα παρακάτω πακέτα πρέπει να αφαιρεθούν για να αναβαθμιστούν κάποια άλλα:\n"
-"%s"
-
-#: ../urpm/select.pm:635
-#, c-format
-msgid "in order to install %s"
-msgstr "για να εγκατασταθεί το %s"
-
-#: ../urpm/select.pm:645
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "λόγω συγκρούσεων με το %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Μη έγκυρη υπογραφή (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Μη έγκυρο ID Κλειδιού (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Απουσία υπογραφής (%s)"
-
-#: ../urpm/sys.pm:178
-#, c-format
-msgid "system"
-msgstr "σύστημα"
-
-#: ../urpm/sys.pm:213
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "Θα πρέπει να κάνεις επανεκκίνηση στο %s για το %s"
-
-#: ../urpm/sys.pm:316
-#, c-format
-msgid "Can't write file"
-msgstr "Αδυναμία εγγραφής του αρχείου"
-
-#: ../urpm/sys.pm:316
-#, c-format
-msgid "Can't open file"
-msgstr "Αδυναμία ανοίγματος του αρχείου"
-
-#: ../urpm/sys.pm:329
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Αδυναμία μετακίνησης του αρχείου %s στο %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme έκδοση %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Αυτό είναι ελεύθερο λογισμικό και μπορεί να αναδιανεμηθεί υπό τους όρους της GNU GPL.\n"
-"\n"
-"χρήση:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - αυτόματη επιλογή πακέτου κατ' επιλογήν.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - απομάκρυνση των ορφανών\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - επαλήθευση ότι η αφαίρεση μπορεί να επιτευχθεί σωστά.\n"
-
-#: ../urpme:51
-#: ../urpmi:109
-#: ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - διανεμημένα urpmi κατά μήκος των μηχανών με ψευδώνυμα.\n"
-
-#: ../urpme:52
-#: ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - Ξανά-πακετάρισμα των αρχείων πριν την διαγραφή\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - χρήση διαφορετικής διαδρομής root για την αφαίρεση rpm.\n"
-
-#: ../urpme:54
-#: ../urpmf:40
-#: ../urpmi:111
-#: ../urpmi.addmedia:72
-#: ../urpmi.recover:36
-#: ../urpmi.removemedia:45
-#: ../urpmi.update:48
-#: ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --urpmi-root - χρήση μίας άλλης διαδρομής root για την βάση δεδομένων urpmi κ' την εγκατάσταση του rpm.\n"
-
-#: ../urpme:55
-#: ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --justdb - ενημέρωση της βάσης rpm αλλά όχι το σύστημα αρχείων.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - να μην εκτελεστούν τα scripts απεγκατάστασης.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - ρύθμιση urpme απευθείας από ένα δέντρο διανομής, χρήσιμο\n"
-" για την (απ)εγκατάσταση ενός chroot με την --root επιλογή.\n"
-
-#: ../urpme:59
-#: ../urpmi:152
-#: ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - αναλυτική λειτουργία.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - επιλογή όλων των πακέτων που ταιριάζουν με την έκφραση.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Μόνο ο διαχειριστής επιτρέπεται να αφαιρέσει πακέτα"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "άγνωστα πακέτα"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "άγνωστο πακέτο"
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Η αφαίρεση του παρακάτω πακέτου θα καταστρέψει το σύστημά σου:"
-msgstr[1] "Η αφαίρεση των παρακάτω πακέτων θα καταστρέψει το σύστημά σου:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Τίποτα προς αφαίρεση"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "Δεν υπάρχουν ορφανά προς αφαίρεση"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural "To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Για να ικανοποιηθούν οι εξαρτήσεις, θα αφαιρεθεί το παρακάτω πακέτο"
-msgstr[1] "Για να ικανοποιηθούν οι εξαρτήσεις, θα αφαιρεθούν τα παρακάτω %d πακέτα"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(ορφανό πακέτο)"
-msgstr[1] "(ορφανά πακέτα)"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Αφαίρεση %d πακέτου;"
-msgstr[1] "Αφαίρεση %d πακέτων;"
-
-#: ../urpme:161
-#: ../urpmi:553
-#: ../urpmi:648
-#: ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (y/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "δοκιμαστική αφαίρεση του %s"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Η αφαίρεση απέτυχε"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "Η αφαίρεση είναι δυνατή"
-
-#: ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-" urpmf έκδοση %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Αυτό είναι ελεύθερο λογισμικό και μπορεί να αναδιανεμηθεί υπό τους όρους της GNU GPL.\n"
-"\n"
-"χρήση: urpmf [επιλογές] ακολουθία-έκφραση ( urpmf [options] pattern-expression )\n"
-
-#: ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --έκδοση - τύπωσε τον αριθμό έκδοσης αυτού του εργαλείου\n"
-
-#: ../urpmf:37
-#: ../urpmi:132
-#: ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - χρήση συγκεκριμένου περιβάλλοντος (τυπικά μία αναφορά\n"
-" σφάλματος).\n"
-
-#: ../urpmf:38
-#: ../urpmi:74
-#: ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - μην χρήση των μέσων που δόθηκαν, διαχωρισμένα με το κόμμα.\n"
-
-#: ../urpmf:39
-#, c-format
-msgid " --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr " --literal, -l - δεν αντικαθιστά τους μπαλαντέρ, εφαρμογή του ορίσματος ως έχει.\n"
-
-#: ../urpmf:42
-#: ../urpmi:77
-#: ../urpmq:50
-#, c-format
-msgid " --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - ταξινόμηση μέσων σύμφωνα με τα τμήματα λεκτικών διαχωρισμένα\n"
-" με το κόμμα.\n"
-
-#: ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - χρησιμοποιεί την καθορισμένη διαδρομή για πρόσβαση στο μέσο\n"
-
-#: ../urpmf:44
-#: ../urpmi:78
-#: ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - χρήση του synthesis που δίδεται αντί του urpmi db.\n"
-
-#: ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - μην τυπώσεις πανομοιότυπες γραμμές.\n"
-
-#: ../urpmf:46
-#: ../urpmi:75
-#: ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - χρήση μόνο των μέσων αναβάθμισης.\n"
-
-#: ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - αναλυτική λειτουργία.\n"
-
-#: ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - αγνόησε τη διάκριση πεζών-κεφαλαίων στις ακολουθίες.\n"
-
-#: ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -I - να γίνει διάκριση πεζών-κεφαλαίων στις ακολουθίες (προεπιλογή).\n"
-
-#: ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - αντικαθιστά τον διαχωριστή με <str> (από προεπιλογή ':').\n"
-
-#: ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Ακολουθίες εκφράσεων:\n"
-
-#: ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr " text - οποιοδήποτε κείμενο επεξεργάζεται σαν απλή έκφραση (regexp), εκτός αν έχει επιλεγεί το -l .\n"
-
-#: ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - συμπεριέλαβε κώδικα perl απευθείας σαν perl -e.\n"
-
-#: ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - δυαδικός AND τελεστής.\n"
-
-#: ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -ο - δυαδικός OR τελεστής.\n"
-
-#: ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - ΟΧΙ μοναδιαίο.\n"
-
-#: ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - αριστερή και δεξιά παρένθεση.\n"
-
-#: ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Κατάλογος ετικετών:\n"
-
-#: ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - καθορίζει την μορφή εμφάνισης του τύπου printf\n"
-
-#: ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " παράδειγμα: '%%name:%%files'\n"
-
-#: ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - αρχιτεκτονική\n"
-
-#: ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - αναζήτηση στο πεδίο « BuildHost »\n"
-
-#: ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - αναζήτηση στο πεδίο «BuildTime»\n"
-
-#: ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - αρχεία ρυθμίσεων\n"
-
-#: ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - ετικέτες συγκρούσεων\n"
-
-#: ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - αναζήτηση στην περιγραφή των πακέτων\n"
-
-#: ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - διανομή\n"
-
-#: ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - .\n"
-
-#: ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - όνομα αρχείου του πακέτου\n"
-
-#: ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - λίστα αρχείων που περιέχονται στο πακέτο.\n"
-
-#: ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - ομάδα\n"
-
-#: ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - άδεια\n"
-
-#: ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - όνομα πακέτου\n"
-
-#: ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - αναζήτηση στο πεδίο «obsoletes»\n"
-
-#: ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - δημιουργός πακέτου\n"
-
-#: ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - τύπωσε την ετικέτα με τις παροχές: όλες οι παροχές.\n"
-
-#: ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - τύπωσε την ετικέτα με τις εξαρτήσεις: όλες οι εξαρτήσεις.\n"
-
-#: ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - μέγεθος εγκατεστημένου\n"
-
-#: ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - όνομα πηγαίου rpm\n"
-
-#: ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - αναζήτηση στο πεδίο «suggests»\n"
-
-#: ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - περίληψη.\n"
-
-#: ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - url\n"
-
-#: ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - κατασκευαστής\n"
-
-#: ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - το μέσο στο οποίο βρέθηκε το πακέτο\n"
-
-#: ../urpmf:85
-#: ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - τύπωσε την έκδοση, κυκλοφορίας και αρχιτεκτονικής με όνομα.\n"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "μη τερματισμένη έκφραση (%s)"
-
-#: ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Άγνωστος τύπος: μπορείτε να χρησιμοποιήσετε μόνο μια επιλογή πολλαπλών τιμών (multi-valued tag)"
-
-#: ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "δεν βρέθηκε αρχείο hdlist για το μέσο \"%s\""
-
-#: ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "δεν υπάρχει διαθέσιμη σύνθεση για το μέσο \"%s\""
-
-#: ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "δεν υπάρχουν διαθέσιμες πληροφορίες xml για το μέσο \"%s\""
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - ενημέρωση των μέσων και έπειτα του συστήματος.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - απενεργοποίηση του MD5SUM ελέγχου του αρχείου .\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - εξαναγκασμός ενημέρωσης του κλειδιού gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - απομάκρυνση των ορφανών, χωρίς επιβαιβέωση\n"
-
-#: ../urpmi:85
-#: ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - να μην επιλεγούν αυτόματα τα \"προτεινόμενα\" πακέτα.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid " --no-uninstall - never ask to uninstall a package, abort the installation.\n"
-msgstr " --no-uninstall - μην ρωτήσεις για να απεγκαταστήσεις ένα πακέτο, διέκοψε την εγκατάσταση.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - μη εγκατάσταση πακέτων (μόνο λήψη)\n"
-
-#: ../urpmi:88
-#: ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - κράτα τα υπάρχοντα πακέτα εάν είναι δυνατόν,\n"
-" απόρριψε τα ζητούμενα πακέτα που οδηγούν σε αφαιρέσεις.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - διαχωρισμός σε μικρότερες συναλλαγές, αν περισσότερα από τα καθορισμένα\n"
-" πακέτα πρόκειται να ενημερωθούν ή να αναβαθμιστούν.\n"
-" Η προεπιλογή είναι %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - μικρότερο μήκος συναλλαγής, η προεπιλογή είναι %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - επιβάλει την ασαφής αναζήτηση.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - εγκατάσταση των buildrequires των πακέτων\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - εγκατάσταση μόνο του πηγαίου πακέτου (όχι εκτελέσιμα).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - αφαίρεσε τα rpm από την προσωρινή μνήμη πριν από κάθε άλλο.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - κρατά τα rpm στην προσωρινή μνήμη.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid " --replacepkgs - force installing packages which are already installed.\n"
-msgstr " --replacepkgs - εξαναγκασμός εγκατάστασης πακέτων που είναι ήδη εγκατεστημένα.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - επέτρεψε στον χρήστη να ρωτάει για να εγκατεστημένα πακέτα χωρίς\n"
-" να ελέγχει τις εξαρτήσεις.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - επέτρεψε στον χρήστη να ρωτάει για τα πακέτα χωρίς\n"
-" να ελέγχει τις εξαρτήσεις και την ακεραιότητα.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - αυτόματη επιλογή των \"προτεινόμενων\" πακέτων.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - ρύθμισε το urpmi απευθείας από ένα δένδρο διανομής, χρήσιμο\n"
-" για να εγκαταστήσετε ένα chroot με την επιλογή --root .\n"
-
-#: ../urpmi:114
-#: ../urpmi.addmedia:59
-#: ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - δημιουργία και χρήση ενός τοπικού μετασυνδέσμου.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - χρήση προγράμματος για λήψη απομακρυσμένων αρχείων. \n"
-" γνωστά προγράμματα: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - πρόσθετες επιλογές για πέρασμα στο curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- πρόσθετες επιλογές για πέρασμα στο rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - πρόσθετες επιλογές για να περάσετε στο wget\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - πρόσθετες επιλογές για να περάσετε στο prozilla\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - πρόσθετες επιλογές για να περάσετε στο aria2\n"
-
-#: ../urpmi:123
-#: ../urpmi.addmedia:60
-#: ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - περιόρισε την ταχύτητα λήψης.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - ανάκτηση της λήψης ελλιπών αρχείων\n"
-" (--no-resume το απενεργοποιεί, από προεπιλογή είναι απενεργοποιημένο).\n"
-
-#: ../urpmi:126
-#: ../urpmi.addmedia:61
-#: ../urpmi.update:39
-#: ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - χρήση καθορισμένου HTTP proxy, ο αριθμός της θύρας\n"
-" θεωρείται ότι είναι από προεπιλογή ο 1080 (η μορφή είναι <proxyhost[:port]>).\n"
-
-#: ../urpmi:128
-#: ../urpmi.addmedia:63
-#: ../urpmi.update:41
-#: ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - καθορίζει τον χρήστη και τον κωδικό πρόσβασης που θα χρησιμοποιηθεί για\n"
-" τον έλεγχο ταυτότητας στον proxy (η μορφή είναι <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - δημιουργία αναφοράς bug στον κατάλογο που καθορίζεται σε\n"
-" επόμενο ορισμό.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - εξαιρούμενες διαδρομές διαχωρισμένες με το κόμμα.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - εξαιρούμενα αρχεία τεκμηρίωσης.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - να μην γίνει έλεγχος της χωρητικότητας του δίσκου πριν την εγκατάσταση.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --ignorearch - επιτρέπει την εγκατάσταση πακέτων για άλλες αρχιτεκτονικές.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - να μην εκτελεστούν τα scripts εγκατάστασης\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - πακέτα τα οποίο η εγκατάσταση θα προσπεράσει\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - πακέτα που θα πρέπει να προτιμηθούν\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - όταν βρίσκονται πολλά πακέτα, να προτείνονται περισσότερες επιλογές \n"
-" από αυτές της προεπιλογής.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - μα μην κλειδωθεί η βάση rpm.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - αναβάθμισε μόνο τα πακέτα με την ίδια αρχιτεκτονική.\n"
-
-#: ../urpmi:148
-#: ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - επιλογή όλων των μέσων που ταιριάζουν στην γραμμή εντολών.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - σιωπηλή λειτουργία.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - περισσότερο αναλυτική λειτουργία.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " τα ονόματα ή τα αρχεία rpm που δόθηκαν στην γραμμή εντολών θα εγκατασταθούν.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Σφάλμα: αδύνατη η χρήση του --auto-select παράλληλα με τη λίστα πακέτων.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Σφάλμα: Για την δημιουργία αναφοράς bug, καθορίστε τους ορισμούς της γραμμής εντολών\n"
-"με το --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Δεν μπορείτε να εγκαταστήσετε δυαδικά αρχεία rpm όταν χρησιμοποιείτε --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Δεν μπορείς να εγκαταστήσεις αρχεία προδιαγραφών (spec)"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "αντιστοίχηση στο --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid "please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr "παρακαλώ χρησιμοποιήστε --buildrequires ή --install-src, από προεπιλογή --buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid "Directory [%s] already exists, please use another directory for bug report or delete it"
-msgstr "Ο κατάλογος [%s] υπάρχει ήδη, παρακαλώ χρησιμοποιήστε ένα διαφορετικό κατάλογο για να αναφορά σφάλματος ή διαγράψτε το"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "αδυναμία δημιουργίας καταλόγου [%s] για την αναφορά σφάλματος"
-
-#: ../urpmi:274
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Σφάλμα: το %s φαίνεται να είναι προσαρτημένο μόνο για ανάγνωση.\n"
-"Χρησιμοποίησε το --allow-force για να εξαναγκάσεις τη λειτουργία."
-
-#: ../urpmi:348
-#, c-format
-msgid "Updating media...\n"
-msgstr "Ενημέρωση των μέσων...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:435
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (προς αναβάθμιση)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:437
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (προς αναβάθμιση)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:441
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (προς εγκατάσταση)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:443
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (προς εγκατάσταση)"
-
-#: ../urpmi:449
-#, c-format
-msgid "In order to satisfy the '%s' dependency, one of the following packages is needed:"
-msgstr "Για να ικανοποιηθούν οι εξαρτήσεις του '%s', απαιτείται ένα από τα παρακάτω πακέτα:"
-
-#: ../urpmi:452
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Ποια είναι η επιλογή σας; (1-%d) "
-
-#: ../urpmi:494
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Το ακόλουθο πακέτο δεν μπορεί να εγκατασταθεί, γιατί εξαρτάται από πακέτα\n"
-"που είναι παλαιότερα από αυτά που είναι εγκατεστημένα:\n"
-"%s"
-
-#: ../urpmi:496
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Τα ακόλουθα πακέτα δεν μπορούν να εγκατασταθούν, γιατί εξαρτώνται από πακέτα\n"
-"που είναι παλαιότερα από αυτά που είναι εγκατεστημένα:\n"
-"%s"
-
-#: ../urpmi:502
-#: ../urpmi:517
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Να συνεχίσω την εγκατάσταση;"
-
-#: ../urpmi:503
-#: ../urpmi:518
-#: ../urpmi:612
-#: ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Y/n) "
-
-#: ../urpmi:511
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Ένα πακέτα που ζητήθηκε δεν μπορεί να εγκατασταθεί:\n"
-"%s"
-
-#: ../urpmi:512
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Ορισμένα πακέτα που ζητήθηκαν δεν μπορούν να εγκατασταθούν:\n"
-"%s"
-
-#: ../urpmi:529
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "η αφαίρεση του πακέτου %s θα καταστρέψει το σύστημά σου"
-
-#: ../urpmi:537
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Η εγκατάσταση δεν μπορεί να συνεχιστεί διότι το παρακάτω πακέτο \n"
-"πρέπει να αφαιρεθεί, για να αναβαθμιστούν κάποια άλλα:\n"
-"%s\n"
-
-#: ../urpmi:539
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Η εγκατάσταση δεν μπορεί να συνεχιστεί διότι τα παρακάτω πακέτα πρέπει να αφαιρεθούν για να αναβαθμιστούν κάποια άλλα:\n"
-"%s\n"
-
-#: ../urpmi:547
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(μονάχα έλεγχος, η αφαίρεση δεν θα γίνει πραγματικά)"
-
-#: ../urpmi:567
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following dependencies:\n"
-"%s\n"
-msgstr ""
-"Πρέπει πρώτα να χρησιμοποιήσετε την urpmi --buildrequires για να εγκαταστήσετε τις παρακάτω εξαρτήσεις:\n"
-"%s\n"
-
-#: ../urpmi:578
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Θα αφαιρεθεί το παρακάτω ορφανό πακέτο."
-msgstr[1] "Θα αφαιρεθούν τα παρακάτω ορφανά πακέτα."
-
-#: ../urpmi:594
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(μονάχα έλεγχος, η εγκατάσταση δεν θα γίνει πραγματικά)"
-
-#: ../urpmi:600
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "Θα χρησιμοποιηθεί επιπλέον %s χώρου στο σκληρό δίσκο."
-
-#: ../urpmi:601
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "Θα ελευθερωθεί %s χώρου στο σκληρό δίσκο."
-
-#: ../urpmi:602
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "%s των πακέτων θα ανακτηθούν."
-
-#: ../urpmi:603
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Συνέχιση με την εγκατάσταση ενός πακέτου;"
-msgstr[1] "Συνέχιση με την εγκατάσταση των %d πακέτων;"
-
-#: ../urpmi:624
-#, c-format
-msgid "Cancel"
-msgstr "Ακύρωση"
-
-#: ../urpmi:632
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Πατήστε Enter όταν προσαρτηθεί..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"χρήση: urpmi.addmedia [επιλογές] <όνομα> <url>\n"
-"όπου <url> είναι ένα εκ των\n"
-" [file:/]/<διαδρομή>\n"
-" ftp://<login>:<κωδικός_ασφαλείας>@<host>/<διαδρομή>\n"
-" ftp://<host>/<διαδρομή>\n"
-" http://<host>/<διαδρομή>\n"
-" cdrom://<διαδρομή>\n"
-"\n"
-"χρήση: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"χρήση: urpmi.addmedia [options] --mirrorlist <url> <όνομα> <σχετική διαδρομή>\n"
-"\n"
-"παραδείγματα:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"και οι [επιλογές] είναι από\n"
-
-#: ../urpmi.addmedia:55
-#: ../urpmi.update:33
-#: ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - χρήση του wget για την ανάκτηση απομακρυσμένων αρχείων.\n"
-
-#: ../urpmi.addmedia:56
-#: ../urpmi.update:34
-#: ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - χρήση του curl για την ανάκτηση απομακρυσμένων αρχείων.\n"
-
-#: ../urpmi.addmedia:57
-#: ../urpmi.update:35
-#: ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - χρήση του prozilla για την ανάκτηση απομακρυσμένων αρχείων.\n"
-
-#: ../urpmi.addmedia:58
-#: ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 - χρήση του aria2, για την ανάκτηση απομακρυσμένων αρχείων.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi.cfg(5)\n"
-msgstr ""
-" --xml-info - λήψη των αρχείων xml info με την καθορισμένη πολιτική\n"
-" απο τις εξής: never, on-demand, update-only, always. cf urpmi.cfg(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - χρήση ενός αρχείου synthesis.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - χρήση των αρχείων rpm (αντί των synthesis).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - να μην γίνει αναζήτηση για αρχεία synthesis.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - αυτόματη δημιουργία όλων των μέσων (media) από ένα μέσο\n"
-" εγκατάστασης.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr " --interactive - με --distrib, ρωτά επιβεβαίωση για κάθε μέσο (media)\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - εμφανίζει τα διαθέσιμα μέσα.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - χρήση του καθορισμένου url για την λίστα των mirrors, η προεπιλογή είναι\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - δημιουργία εικονικών μέσων (media) τα οποία είναι πάντα ενημερωμένα.\n"
-
-#: ../urpmi.addmedia:80
-#: ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - απενεργοποίηση του MD5SUM ελέγχου του αρχείου .\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - να μην γίνει εισαγωγή δημόσιου κλειδιού των νέων μέσων (media)\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - προσθήκη του μέσου (media) στην διαμόρφωση, αλλά χωρίς ενημέρωση.\n"
-
-#: ../urpmi.addmedia:83
-#: ../urpmi.removemedia:43
-#: ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - σιωπηλή λειτουργία.\n"
-
-#: ../urpmi.addmedia:84
-#: ../urpmi.removemedia:44
-#: ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - αναλυτική περιγραφή.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "οι γνωστές πολιτικές xml-πληροφοριών είναι οι %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "δεν απαιτείται όρισμα για --distrib --mirrorlist <url>"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "εσφαλμένο <url> (στην περίπτωση τοπικού καταλόγου, η διαδρομή θα πρέπει να είναι απόλυτη)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Μόνο ο διαχειριστής επιτρέπεται να προσθέσει μέσα"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "δημιουργία αρχείου ρυθμίσεων (config) [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Δεν μπορεί να δημιουργηθεί το αρχείο ρυθμίσης [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "δε χρειάζεται να δώσεις <σχετική διαδρομή του synthesis> με το --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Θες να προσθέσεις το μέσο '%s' ;"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "η <σχετική διαδρομή του synthesis> λείπει\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Αδυναμία χρήσης του %s με το απομακρυσμένο μέσο"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "Αδυναμία προσθήκης μέσου"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"Έκδοση urpmi.recover %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Αυτό είναι ελεύθερο λογισμικό και μπορεί να διανεμηθεί υπό τους όρους της GNU GPL.\n"
-"\n"
-"χρήση:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - ορίστε τώρα το σημείο αναφοράς\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - να μην γίνει καθαρισμός του φακέλου αναδημιουργίας πακέτων\n"
-"κατά την αρχικοποίηση του σημείου αναφοράς\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid " --list - list transactions since provided date/duration argument\n"
-msgstr " --list - λίστα συναλλαγών που έγιναν από μια καθορισμένη ημερομηνία/διάρκεια και μετά\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - εμφανίζει την λίστα με όλες τις συναλλαγές της βάσης RPM.\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-" --list-safe - εμφανίζει την λίστα με τις συναλλαγές από το σημείο\n"
-" αναφοράς (checkpoint) και μετά\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - επαναφορά στην κατάσταση που αντιστοιχεί στην καθορισμένη ημερομηνία,\n"
-" ή υποχώρηση σύμφωνα με τον καθορισμένο αριθμό συναλλαγών\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - απενεργοποιεί την αναδημιουργία πακέτων\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Άκυρη ημερομηνία ή διάρκεια [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Ο κατάλογος επαναπακεταρίσματος δεν προσδιορίστηκε\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Αδυναμία εγγραφής στον κατάλογο επαναπακεταρίσματος [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Καθαρισμός του καταλόγου επαναπακεταρίσματος [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d αρχείο αφαιρέθηκε\n"
-msgstr[1] "%d αρχεία αφαιρέθηκαν\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Λανθασμένα ορίσματα της γραμμής εντολών [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Δεν μπορείς να προσδιορίσεις συγχρόνως το --checkpoint και το --rollback \n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Δεν μπορείς να προσδιορίσεις συγχρόνως το --checkpoint και το --list \n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Δεν μπορείς να προσδιορίσεις συγχρόνως το --rollback και το --list \n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Δεν μπορείς να προσδιορίσεις το --disable μαζί με μια άλλη επιλογή"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Δεν βρέθηκε συναλλαγή από %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Πρέπει να είστε υπερχρήστης για να το πράξετε αυτό"
-
-#: ../urpmi.recover:143
-#: ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Εγγραφή αρχείου rpm μακροεντολών [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Δεν βρέθηκε ημερομηνία επαναφοράς\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Υποχώρηση έως %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Απενεργοποίηση του επαναπακεταρίσματος\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"χρήση: urpmi.removemedia (-a | <όνομα> ...)\n"
-"όπου <όνομα> είναι ένα μέσο προς αφαίρεση.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - επιλογή όλων των μέσων.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - ασαφής αναζήτηση στα ονόματα των μέσων.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Μόνο ο διαχειριστής επιτρέπεται να αφαιρεί μέσα"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "τίποτα για διαγραφή (χρησιμοποιήστε το urpmi.addmedia για να προσθέσετε ένα μέσο)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"η επιλογή προς διαγραφή λείπει\n"
-"(ένα εκ των %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"χρήση: urpmi.update [επιλογές] <όνομα> ...\n"
-"όπου <όνομα> είναι ένα μέσο προς αναβάθμιση.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - χρήση μόνο των μέσων αναβάθμισης\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - εξαναγκασμός ενημέρωσης του κλειδιού gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - να μην ενημερωθεί, να σημειωθεί το μέσο ως αγνοημένο.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - να μην γίνει ενημέρωση, το μέσο θα σημειωθεί ως ενεργοποιημένο.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms - αγνοεί το αρχείο synthesis, χρήση του αρχείου rpm\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - επιλογή όλων των μη αφαιρούμενων μέσων.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - εξαναγκάζει την ενημέρωση των αρχείων synthesis\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -ff - εξαναγκάζει πραγματικά την ενημέρωση των αρχείων synthesis\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Μόνο ο διαχειριστής επιτρέπεται να αναβαθμίζει τα μέσα"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "τίποτα για αναβάθμιση (χρησιμοποιήστε urpmi.addmedia για να προσθέσετε ένα μέσο)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"η επιλογή για αναβάθμιση λείπει\n"
-"(ένα εκ των %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "παράβλεψη του μέσου %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "ενεργοποίηση του μέσου %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"Έκδοση urpmq %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Αυτό είναι ελεύθερο λογισμικό και μπορεί να διανεμηθεί υπό τους όρους της GNU GPL.\n"
-"\n"
-"χρήση:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid " --searchmedia - use only the given media to search requested (or updated) packages.\n"
-msgstr ""
-" --searchmedia - χρήση μόνο των μέσων που δόθηκαν, στην αναζήτηση των\n"
-" ζητούμενων (ή των αναβαθμιζόμενων) πακέτων.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - προβολή της λίστας με τα ορφανά\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - επιβάλει την ασαφή αναζήτηση (ίδιο με -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - εμφανίζει τα διαθέσιμα πακέτα.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - εμφανίζει τα διαθέσιμα μέσα ενημέρωσης.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - εμφανίζει τα διαθέσιμα μέσα ενημέρωσης και τα URL τους.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - εμφανίζει την λίστα με τους διαθέσιμους κόμβους\n"
-" χρησιμοποιώντας --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - λίστα των διαθέσιμων παράλληλων ψευδωνύμων.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid " --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - εμφανίζει την διαμόρφωση με τη μορφή ενός ορίσματος\n"
-" urpmi.addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - το επόμενο πακέτο είναι ένα πακέτο πηγαίου κώδικα\n"
-" (ίδιο με το -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid " --sources - give all source packages before downloading (root only).\n"
-msgstr " --sources - δίνει όλα τα πηγαία πακέτα πριν τη λήψη (μόνο root).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - επιτρέπει την αναζήτηση πακέτων και για\n"
-" άλλες αρχιτεκτονικές.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - ρύθμιση του urpmi στα γρήγορα από ένα δένδρο distrib.\n"
-" Αυτό επιτρέπει το querying μιας διανομής (distro).\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - εμφανίζει το changelog.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - εμφανίζει τις συγκρούσεις.\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - εκτύπωση των μη χρησιμοποιούμενων (obsoletes).\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - εμφανίζει το πεδίο « provides ».\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - εμφανίζει τις εξαρτήσεις.\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - εκτύπωση των προτεινόμενων (suggests).\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - εμφανίζει το όνομα του πηγαίου πακέτου.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - εμφανίζει την περίληψη.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - αναζήτηση στις εξαρτήσεις του πακέτου.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr ""
-" --whatrequires - αντίστροφη αναζήτηση των στοιχείων που απαιτούν αυτό το\n"
-" πακέτο.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - εκτεταμένη αντίστροφη αναζήτηση\n"
-" (περιλαμβάνει και τα εικονικά πακέτα).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - αναζήτηση του πακέτου που το παρέχει.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr ""
-" -c - έξοδος στη γραμμή εντολών με τα ονόματα των πακέτων\n"
-" προς απεγκατάσταση.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - εμφανίζει τις ομάδες καθώς και το όνομα.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - εμφανίζει χρήσιμες πληροφορίες πιο ευανάγνωστα.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - λίστα αρχείων στο πακέτο.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - ισοδύναμο του -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - αναλυτική εμφάνιση της έκδοσης και του ονόματος.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - το επόμενο πακέτο είναι πηγαίο πακέτο (ίδιο με το --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid " -u - remove package if a more recent version is already installed.\n"
-msgstr ""
-" -u - αφαίρεση του πακέτου εάν μια πιο πρόσφατη έκδοση είναι ήδη\n"
-" εγκατεστημένη.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - επιβάλει την ασαφής αναζήτηση (ίδιο με --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - όπως το -y, αλλά δεν λαμβάνει υπόψη τον τύπο των χαρακτήρων\n"
-" (κεφαλαία/πεζά).\n"
-
-# ???
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " τα ονόματα ή τα αρχεία rpm που δόθηκαν στη γραμμή εντολών συγκεντρώθηκαν.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "χρήση: \"urpmq --auto-orphans\" χωρίς πρόσθετες επιλογές"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes μπορούν να χρησιμοποιηθούν μόνο με --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "χρησιμοποίησε το -l για να δεις μια λίστα με τα αρχεία"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr "δεν βρέθηκαν πληροφορίες xml, για το μέσο \"%s\", μονάχα περιορισμένα αποτελέσματα για το πακέτο %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr "δεν βρέθηκαν πληροφορίες xml, για το μέσο \"%s\", μονάχα περιορισμένα αποτελέσματα για τα πακέτα %s"
-
-#: ../urpmq:408
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr "δεν βρέθηκαν πληροφορίες xml, για το μέσο \"%s\", αδύνατη η λήψη αποτελεσμάτων για το πακέτο %s"
-
-#: ../urpmq:409
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr "δεν βρέθηκαν πληροφορίες xml, για το μέσο \"%s\", αδύνατη η επιστροφή αποτελεσμάτων για τα πακέτα %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Δεν βρέθηκε αρχείο αλλαγών (changelog)\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - δημιουργία μέσου αναβάθμισης.\n"
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "κακοδιατυπωμένο URL: [%s]"
-#~ msgid "sorry, you can't use --install-src to install remote .src.rpm files"
-#~ msgstr ""
-#~ "δεν μπορείτε να χρησιμοποιήσετε --install-src για να εγκαταστήσετε "
-#~ "απομακρυσμένα .src.rpm αρχεία"
-#~ msgid "Error"
-#~ msgstr "Σφάλμα"
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "αποτυχία %d διεργασίας εγκατάστασης"
-#~ msgstr[1] "αποτυχία %d διεργασιών εγκατάστασης"
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Το πακέτο %s δεν μπορεί να εγκατασταθεί"
-#~ msgid "Packages %s can not be installed"
-#~ msgstr "Τα πακέτα %s δεν μπορούν να εγκατασταθούν"
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Έλεγχος για την αφαίρεση των παρακάτω πακέτων"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "Η βάση δεδομένων urpmi είναι κλειδωμένη"
-#~ msgid "Unknown option %s"
-#~ msgstr "Άγνωστη επιλογή %s"
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "πολλαπλά σημεία σύνδεσης για το αφαιρούμενο μέσο \"%s\""
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "Το μέσο \"%s\" είναι ένα αρχείο ISO, θα προσαρτηθεί on-the-fly"
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "χρήση διαφορετικής αφαιρούμενης συσκευής [%s] για το \"%s\""
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr ""
-#~ "αδυναμία ανάκτησης της διαδρομής (pathname) για το αφαιρούμενο μέσο \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "αδυναμία πρόσβασης στο πρώτο μέσο εγκατάστασης"
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "αδυναμία πρόσβασης μέσου \"%s\",\n"
-#~ "αυτό μπορεί να συμβαίνει εάν έχετε προσαρτήσει μόνοι σας τον κατάλογο "
-#~ "όταν δημιουργήθηκε το μέσο."
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr ""
-#~ "το αντιφατικό μέσο \"%s\" έχει αναφερθεί ως αφαιρούμενο αλλά δεν είναι "
-#~ "πραγματικά"
-
-#, fuzzy
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -v - αναλυτική λειτουργία.\n"
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "το εικονικό μέσο χρειάζεται να είναι τοπικό"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "αδυναμία ανάλυσης του hdlist αρχείου από το \"%s\""
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "υπολογισμός md5sum από υπάρχουσα πηγή hdlist (ή synthesis) [%s]"
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "το εικονικό μέσο \"%s\" δεν πρέπει να έχει προσδιορισμένο αρχείο hdlist ή "
-#~ "αρχείο λίστας, το μέσο αγνοείται"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "μη έγκυρο όνομα αρχείου rpm [%s]"
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "αδυναμία εύρεσης αρχείου λίστας για το \"%s\", το μέσο αγνοείται"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "προσπάθεια επιλογής ανύπαρκτου μέσου \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "δημιουργία αρχείου σύνθεσης hdlist για το μέσο \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "αδυναμία ανάλυσης του hdlist αρχείου από το \"%s\""
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "το μέσο \"%s\" προσπαθεί να χρησιμοποιήσει την ήδη χρησιμοποιημένη "
-#~ "hdlist, το μέσο αγνοείται"
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "το μέσο \"%s\" προσπαθεί να χρησιμοποιήσει την ήδη χρησιμοποιημένη λίστα, "
-#~ "το μέσο αγνοείται"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Σημείωση: αφού δεν έγινε αναζήτηση σε κανένα μέσο που χρησιμοποιεί "
-#~ "hdlists, το urpmf δεν μπόρεσε να επιστρέψει κανένα αποτέλεσμα\n"
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "γίνεται δεύτερος έλεγχος για να υπολογιστούν οι εξαρτήσεις\n"
-#~ msgid "building hdlist [%s]"
-#~ msgstr "δημιουργία hdlist [%s]"
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "αδυναμία δημιουργίας αρχείου σύνθεσης για το μέσο \"%s\". Το αρχείο "
-#~ "hdlist μπορεί να είναι λανθασμένο."
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr ""
-#~ "πρόβλημα ανάγνωσης του hdlist ή του αρχείου σύνθεσης από το μέσο \"%s\""
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "υπολογισμός md5sum από αντιγραμμένης πηγής hdlist (ή synthesis)"
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "... η ανάκτηση απέτυχε: Ασυμφωνία md5sum"
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "δεν βρέθηκαν αρχεία rpm από το [%s]"
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "αδυναμία ανάγνωσης αρχείων rpm από το [%s]: %s"
-#~ msgid "no rpms read"
-#~ msgstr "καμία ανάγνωση rpm πακέτων"
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "ανάγνωση επικεφαλίδων από το μέσο \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr ""
-#~ " -h - Προσπάθησε να βρεις και να χρησιμοποιήσεις το αρχείο\n"
-#~ " synthesis hdlist.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " -h - Προσπάθησε να βρεις και να χρησιμοποιήσεις το αρχείο\n"
-#~ " synthesis hdlist.\n"
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Σημείωση: αφού δεν έγινε αναζήτηση σε κανένα μέσο που χρησιμοποιεί "
-#~ "hdlists, το urpmf δεν μπόρεσε να επιστρέψει κανένα αποτέλεσμα\n"
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr ""
-#~ "Μπορείτε να χρησιμοποιήσετε --name για την αναζήτηση ονομάτων πακέτων.\n"
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr ""
-#~ " --src, -s - το επόμενο πακέτο είναι ένα πακέτο πηγαίου κώδικα \n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " -h - Προσπάθησε να βρεις και να χρησιμοποιήσεις το αρχείο\n"
-#~ " synthesis hdlist.\n"
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "αδυναμία αναβάθμισης του μέσου \"%s\"\n"
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "αδυναμία δημιουργίας του μέσου \"%s\"\n"
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "υπάρχουν πολλαπλά πακέτα με το ίδιο όνομα αρχείου rpm \"%s\""
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "αδυναμία σωστής ανάλυσης του [%s] στην τιμή \"%s\""
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "το μέσο \"%s\" χρησιμοποιεί ένα μη έγκυρο αρχείο λίστας:\n"
-#~ " η τοποθεσία mirror μάλλον δεν είναι πλήρως ενημερωμένη, προσπάθεια "
-#~ "χρησιμοποίησης εναλλακτικής μεθόδου"
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "το μέσο \"%s\" δεν καθορίζει κάποια τοποθεσία για τα αρχεία rpm"
-#~ msgid "unrequested"
-#~ msgstr "δεν ζητήθηκαν"
-#~ msgid " (%d MB)"
-#~ msgstr " (%d MB)"
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "προσθήκη πακέτου %s (id=%d, eid=%d, αναβάθμιση=%d, αρχείο=%s)"
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Τα παρακάτω πακέτα έχουν κακές υπογραφές:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Θέλετε να συνεχίσετε την εγκατάσταση ;"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Πρέπει να είστε root για να κάνετε χρήση της εντολής ! \n"
-#~ msgid "unable to remove package %s"
-#~ msgstr "αδυναμία αφαίρεσης του πακέτου %s"
-#~ msgid "No filelist found\n"
-#~ msgstr "Δεν βρέθηκε αρχείο λίστας (filelist)\n"
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages will be removed (%d MB)"
-#~ msgstr ""
-#~ "Για να ικανοποιηθούν οι εξαρτήσεις, τα παρακάτω πακέτα %d θα αφαιρεθούν (%"
-#~ "d MB)"
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Για να ικανοποιηθούν οι εξαρτήσεις, τα ακόλουθα πακέτα %d πρέπει να "
-#~ "εγκατασταθούν:\n"
-#~ "%s\n"
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Εγκατάσταση πακέτων στους κόμβους..."
-#~ msgid "Distributing files to %s..."
-#~ msgstr "Κατανομή αρχείων στο %s..."
-#~ msgid "Performing install on %s..."
-#~ msgstr "Εκτέλεση εγκατάστασης σε %s..."
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Προετοιμάζω εγκατάσταση σε %s...."
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "άγνωστες επιλογές '%s'\n"
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "αδυναμία εύρεσης του αρχείου hdlist για το \"%s\", το μέσο αγνοείται"
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "μη συναφές αρχείο λίστας για το \"%s\", το μέσο αγνοείται"
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "αδυναμία επιθεώρησης αρχείου λίστας για το \"%s\", το μέσο αγνοείται"
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "το εικονικό μέσο \"%s\" δεν είναι τοπικό, το μέσο αγνοείται"
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "το εικονικό μέσο \"%s\" πρέπει να έχει έγκυρη πηγή hdlist ή σύνθεσης, το "
-#~ "μέσο αγνοείται"
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "αντιγραφή πηγής hdlist (ή synthesis) από \"%s\"..."
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "απέτυχε η ανάκτηση του πηγαίου hdlist (ή synthesis) "
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "το αρχείο [%s] χρησιμοποιείται από το ίδιο μέσο \"%s\""
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "τίποτα δεν γράφτηκε στο αρχείο λίστας για το \"%s\""
-#~ msgid "found %d headers in cache"
-#~ msgstr "βρέθηκαν %d επικεφαλίδες στην προσωρινή μνήμη"
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr ""
-#~ "αφαίρεση των μη χρησιμοποιημένων %d επικεφαλίδων από την προσωρινή μνήμη"
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "χρήση διαδικασίας %d για την εκτέλεση transaction"
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --norebuild - μην προσπαθείς να ξαναδημιουργήσεις την hdlist εάν δεν "
-#~ "είναι εγγράψιμη.\n"
-#~ msgid "copying hdlists file..."
-#~ msgstr "αντιγραφή αρχείου hdlist..."
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "μη έγκυρη περιγραφή hdlist \"%s\" μέσα στο αρχείο hdlists"
-#~ msgid " -g [group] - restrict results to given group.\n"
-#~ msgstr ""
-#~ " -g [group] - περιορισμένα αποτελέσματα στην ομάδα που δόθηκε.\n"
-#~ msgid " defaults is %s.\n"
-#~ msgstr " προκαθορισμένο είναι το %s.\n"
-
diff --git a/po/eo.po b/po/eo.po
deleted file mode 100644
index 09911947..00000000
--- a/po/eo.po
+++ /dev/null
@@ -1,3705 +0,0 @@
-# translation of urpmi-eo.po to Esperanto
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/eo.php3
-#
-# MESAĜOJ DE urpmi.
-# Copyright (C) 2000, 2001 Mandriva
-# D. Dale Gulledge <dsplat@rochester.rr.com>, 2000.
-# Vilhelmo Lutermano <vlutermano@free.fr>, 2003.
-# Grégoire Colbert <gcolbert2004@noos.fr>, 2005.
-# Grégoire COLBERT <gcolbert2004@noos.fr>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-eo\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2005-01-13 10:05+0100\n"
-"Last-Translator: Grégoire COLBERT <gcolbert2004@noos.fr>\n"
-"Language-Team: Esperanto <mandrak-eo@yahoogroups.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.0.2\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM instalado"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Jes"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Vi elektis fontan pakaĵon:\n"
-"\n"
-"%s\n"
-"\n"
-"Vi probable ne volas instali ĝin en vian komputilon (per instali ĝin vi "
-"povus modifii ĝian fontkodon kaj kompili ĝin).\n"
-"\n"
-"Kion vi volas fari?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Vi tuj instalos la sekvantajn pakaĵojn:\n"
-"\n"
-"%s\n"
-"\n"
-"Ĉu mi daŭrigu?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Vi tuj instalos la sekvan pakaĵon:\n"
-"\n"
-"%s\n"
-"\n"
-"Eble vi preferas konservi ĝin kiel dosiero. Kion vi decidas?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Instalu"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Konservu"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Nuligu"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Elektu dosieraron por konservi tiun dosieron"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, fuzzy, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"mdkupdate versio %s\n"
-"Kopirajto © 1999-2005 Mandriva.\n"
-"Tio ĉi estas libera programaro kaj povas esti pludisdonata sub la termoj de "
-"GNU GPL.\n"
-"\n"
-"uzado:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - presu tiun ĉi help-mesaĝon.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - aŭtomate elektas pakaĵojn por ĝisdatigi la sistemon.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - trudu envokon eĉ se iuj pakaĵoj ne ekzistas.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - kontrolu rpm-signaturon antaŭ instalado\n"
-" (--no-verify-rpm elŝaltu ĝin, defaŭlta estas enŝaltita).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - uzu nur la donitajn datenportilojn, disigitajn per komo.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - permesu serĉadon en \"disponigas\" por trovi la pakaĵon.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - ne serĉu en provides por trovi pakaĵon.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr ""
-" --root - uzu alian vojprefikson por instali la RPM-aj dosieroj.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - kontrolu ĉu la instalado povas esti ĝuste arĥivota.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - uzu nur la donitajn datenportilojn por serĉi menditaj (aŭ "
-"ĝisdatigitaj) pakaĵoj.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Neniu pakaĵo indikita"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Bonvole atendu..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Devas esti sistemestro"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Iuj postulataj pakaĵoj ne instaleblas:\n"
-"%s\n"
-"Ĉu vi deziras tamen daŭrigi?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Averto"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Jes"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (ĝisdatigi)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (instali)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Unu el la sekvantaj pakaĵoj estas bezonata:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "Ĉ_esigu"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"La sekvantaj pakaĵoj estas forigotaj por ke aliaj estu ĝisdatigotaj:\n"
-"%s\n"
-"Ĉu vi deziras tamen daŭrigi?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"Por plenumi dependaĵojn, la sekvanta pakaĵo estos ankaŭ instalita (%d MB)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Por plenumi la dependaĵojn, la %d sekvanta(j) pakaĵo(j) devas ankaŭ\n"
-"esti instalataj:\n"
-"%s\n"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d pakaĵo, %d MB)"
-msgstr[1] "(%d pakaĵoj, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Instalado de pakaĵo..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "Ne povas preni fontajn pakaĵojn, mi ĉesiĝas."
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Mi preparas..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Mi instalas pakaĵon '%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Bonvole enŝovu la medion nomata \"%s\" en aparaton [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Mi elŝutas pakaĵon '%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Finata"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Instalado malsukcesis, kelkaj dosieroj mankas:\n"
-"%s\n"
-"Eble vi ĝisdatigu vian urpmi-datenbazon"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Instalado malsukcesis:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "La pakaĵo(j) estas jam instalita(j)"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Instalo finita"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "foriganta %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "restartas urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"uzo: %s [opcioj]\n"
-"kie [opcioj] estas en\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - presu tiun ĉi help-mesaĝon.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - uzu la donitan vojprefikson anstataŭ /.\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - limigu rezultojn al la donita grupo.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " defaŭlte al %s.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - printu grupojn ankaŭ kun nomo.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Nur superuzulo rajtas instali pakaĵojn"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Ne povas krei dosierujon [%s] por cim-raporto"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Mi elŝutas pakaĵon '%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "ne povis malfermi rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "nevalida rpm-a dosiernomo [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "mi ekstraktas rpm-dosieron [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "... ekstraktado farita"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...ekstraktado malsukcesis: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "ne povis atingi rpm-an dosieron [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "ne povis analizi \"%s\" en dosiero [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "ne povas registri rpm-dosieron"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "eraro dum registri lokajn pakaĵojn"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "malĝusta deklaro de prokuro en la komanda linio\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: ne povas legi rpm-an dosieron \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Mankas signaturo (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Kopiado malsukcesis"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "medio \"%s\" ne estas elektata"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "ne povis legi rpm-an dosieron [%s] de medio \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "ne povas skribi konfigurodosieron [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "ne povas skribi konfigurodosieron [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "ne povas skribi konfigurodosieron [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Salutnomo :"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Pasvorto:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Kopiado malsukcesis"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "pro mankanta %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "pro mankanta %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "pro mankanta %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "foriganta %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...ekstraktado malsukcesis: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "nekonata protokolo difinita por %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "neniu ret-elŝutilo trovita, eblas uzi tiujn: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "ne povas uzi la protokolon: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "instalas %s el %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "pakaĵo %s ne estis trovata."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "ekstraktanta la rpm-dosierojn de datenportilo \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"transakcio kreita por instali sur %s (forigu=%d, instalu=%d, ĝisdatigu=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "ne povis krei transakcion"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "ne povas forigi pakaĵon %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "ne povas instali pakaĵon %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "instalas %s el %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...ekstraktado malsukcesis: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "mi forigas la pakaĵon %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "mi forigas la pakaĵon %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "instalas %s el %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Kromaj informoj pri pakaĵo %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "Neniu pakaĵo indikita"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "urpmi-datenbazo ŝlosita"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Averto"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Instalado malsukcesis"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Instalado malsukcesis:"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "La sekvanta pakaĵo havas malĝustan signaturon"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "La sekvantaj pakaĵoj havas malĝustajn signaturojn"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Ĉu vi deziras daŭrigi la instaladon ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "instalas %s el %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "distribuanta %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "instalas %s el %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "instalas %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Provu instaladon sen kontroli dependaĵojn? (j/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Provu instaladon eĉ pli forte (--force)? (j/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Instalado eblas"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "mi kontrolas dosieron MD5SUM"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "atentu: md5-sumo por %s ne haveblas en dosiero MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "virtuala datenportilo \"%s\" havu klaran url, datenportilo ignorata"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "ne povis atingi listdosieron de \"%s\", ignoris medion"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "ne povas atingi \"hdlist\" dosieron de \"%s\", ignoris medion"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "provas ĉirkaŭiri ekzistantan medion \"%s:, evitas"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "skribu konfiguran dosieron [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Ne povas uzi paralelan traktilon kun la moduso use-distrib"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "uzanta asociitaj datenportiloj por paralela modo: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--sintezo ne uzeblas kun --media, --excludemedia, --sortmedia, --update aŭ --"
-"parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Serĉo startas al: %s finas al: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "transsaltu pakaĵon %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "instalus anstataŭ ĝisdatigi pakaĵon %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "medio \"%s\" jam ekzistas"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "mi legas la ĉapojn de la datenportilo \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "foriganta datenportilon \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "ne povis malfermi rpmdb"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"neeblas aliri la unuan instal-datenportilon (ne trovis hdlists-dosieron)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "mi ekstraktas la dosieron hdlists..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "provas elekti neekzistantan datenportilon \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "mi elektas plurtipan datenportilon: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "foriganta datenportilon \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "rekonfiguras urpmi-on por datenportilo \"%s\"..."
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...rekonfigurado malsukcesis"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "rekonfigurado finita"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "medio \"%s\" ne estas elektata"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "mi kontrolas la sintezo-dosieron [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problemo por legi sintezan dosieron por datenportilo \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "skribante list-dosieron por datenportilo \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...kopiado malsukcesis"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "mi kopias priskrib-dosieron de \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopiado farita"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "kopiado de [%s] malsukcesis (dosiero estas strange malgranda)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "kalkulata md5sum de ekstraktita fonto hdlist (aŭ sintezo)"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "kopiado de [%s] malsukcesis (md5sum-konfuzo)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "kontrolanta hdlist-dosieron [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "instalas %s el %s"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "neniu \"hdlist\" dosiero trovita por medio \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "mi kopias priskrib-dosieron de \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "nevalida rpm-a dosiernomo [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "ekstraktanta la font-hd-liston (aŭ sintezon) de \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "provita hd-listo (aŭ sintezo) trovita kiel %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "neniu \"hdlist\" dosiero trovita por medio \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "kontrolante la publikan ĉifroŝlosilon de \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...importis ĉifroŝlosilon %s de \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "ne povis importi la publikan ĉifroŝlosilon de \"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "aldonita datenportilo %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "mi legas la rpm-dosierojn de [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "YyJj"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Bedaŭrinde, nevalida elekto, reprovu\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Serĉu"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "foriganta datenportilon \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "ne povis analizi \"%s\" en dosiero [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "mi kontrolas la paralelan traktilon en dosiero [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "trovis paralelan traktilon por nodoj: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "ne povis uzi paralelan opcion \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Instalado malsukcesis"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "ne povis atingi medion \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "muntas %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "malmuntas %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"mdkupdate versio %s\n"
-"Kopirajto © 2002-2004 Mandriva.\n"
-"Tio ĉi estas libera programaro kaj povas esti pludisdonata sub la termoj de "
-"GNU GPL.\n"
-"\n"
-"uzado:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - presu tiun ĉi help-mesaĝon.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr " --env - uzu specifan medion (tipe estas cim-raporto).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - ne uzu la donitan datenportilon, disigitan per komo.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --root - uzu alian vojprefikson por instali la RPM-aj dosieroj.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - vicigu la datenportilojn laŭ subĉenoj disigitaj per "
-"komo.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --synthesis - uzu la donitan sintezon anstataŭ la urpmi-db.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - uzu la donitan sintezon anstataŭ la urpmi-db.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - ne printu identajn liniojn.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - uzu nur ĝisdatigajn datenportilojn.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - babilema modo.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - ignoru ĉiufoje usklecon.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - ignoru ĉiufoje usklecon.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - anigu perl-kodon rekte kiel perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - binara KAJ-operatoro.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - binara AŬ-operatoro.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - unuloka NE.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ) - dekstra parentezo por fermi grup-esprimon.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr ""
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - uzu X-interfacon.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " defaŭlte al %s.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - presu url-on de etikedo: url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - printu etikedon buildhost: build host.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "Agordo de Konzolo"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - printu etikedajn konfliktojn: ĉiuj konfliktoj.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - printu etikedan priskribon: description.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - printu etikedon epoĥo: epoch.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --name - printu nur la nomojn de la pakaĵoj.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - listigu dosierojn en la pakaĵo.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - printu etikedo-grupon: group.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - printu nur la nomojn de la pakaĵoj.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --name - printu nur la nomojn de la pakaĵoj.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - printu etikedajn arkaikojn: ĉiuj arkaikoj.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - printu etiked-pakilon: packager.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - presu etikedan provizon: ĉiuj provizoj.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - printu etikedan postulojn: ĉiujn postulojn.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - printu grandecon de etikedo: size.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - printu etikedon sourcerpm: source rpm.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - printu etikedajn arkaikojn: ĉiuj arkaikoj.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --group - printu etikedan resumon: summary.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - presu url-on de etikedo: url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - babilema modo.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - listigu dosierojn en la pakaĵo.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - printu version, eldonon kaj arkitekturon kun nomo.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "uzante specifan medion sur %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "neniu \"hdlist\" dosiero trovita por medio \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "konstruis hdlist-an sintezan dosieron por medio \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "skribante list-dosieron por datenportilo \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Neniu pakaĵo nomata %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "La sekvantaj pakaĵoj enhavas %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "La pakaĵoj estas jam instalitaj"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "La pakaĵo %s estas jam instalita"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "La pakaĵoj %s estas jam instalitaj"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "pro mankanta %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "La pakaĵo %s estas jam instalita"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "pro neplenumita %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "mi provas disponigi %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "por konservi %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "por instali %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "pro konflikto kun %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Nevalida signaturo (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Nevalida Ŝlosil-ID (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Mankas signaturo (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "ne povas skribi dosieron [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Kopiado malsukcesis"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Kopiado malsukcesis"
-
-#: ../urpme:41
-#, fuzzy, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"mdkupdate versio %s\n"
-"Kopirajto © 1999-2005 Mandriva.\n"
-"Tio ĉi estas libera programaro kaj povas esti pludisdonata sub la termoj de "
-"GNU GPL.\n"
-"\n"
-"uzado:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - automate elektu pakaĵon en elektoj.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, fuzzy, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - kontrolu ĉu la instalado povas esti ĝuste arĥivota.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - distribuita urpmi tra maŝinoj de kromnomo.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - printu etiked-pakilon: packager.\n"
-
-#: ../urpme:53
-#, fuzzy, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr ""
-" --root - uzu alian vojprefikson por instali la RPM-aj dosieroj.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - ĝisdatigu nur ĝisdatigajn datenportilojn.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - printu etikedan priskribon: description.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose - babilema modo.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - elektu ĉiujn pakaĵojn kongruajn kun la esprimo.\n"
-
-#: ../urpme:73
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Nur superuzulo rajtas forpreni pakaĵojn"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "nekonataj pakaĵoj"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "nekonata pakaĵo"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "forigi pakaĵon %s detruos vian sistemon"
-msgstr[1] "forigi pakaĵon %s detruos vian sistemon"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Nenio forigenda"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Nenio forigenda"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Por plenumi dependaĵojn, la sekvanta pakaĵo estas forigota"
-msgstr[1] "Por plenumi dependaĵojn, la %d sekvantaj pakaĵoj estas forigotaj"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "nekonata pakaĵo"
-msgstr[1] "nekonata pakaĵo"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Malinstalu %d pakaĵon?"
-msgstr[1] "Malinstalu %d pakaĵojn?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (J/n) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "prenante moveblan aparaton kiel \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Forigado malsukcesis"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Forigado malsukcesis"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-select - aŭtomate elektas pakaĵojn por ĝisdatigi la sistemon.\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - malebligas la kontrolon de dosieroj per MD5SUM.\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - devigu la ĝisdatigon de la GPG ĉifroŝlosilon.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - printu etikedajn arkaikojn: ĉiuj arkaikoj.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - neniam petu malinstali pakaĵon, ĉesigu la instaladon.\n"
-
-#: ../urpmi:87
-#, fuzzy, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --install-src - instalu nur font-pakaĵojn (ne binarajn).\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - konservu ekzistantajn pakaĵojn laŭeble, rifuzu "
-"postulatajn\n"
-" pakaĵojn kiuj kondukas al forigo.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - splitu en etaj transakcioj se pli ol donitaj pakaĵoj\n"
-" estas instalotaj aŭ ĝisdatigotaj,\n"
-" defaŭlta estas %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - eta transakcio-longo, defaŭlta estas %d.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - trudu serĉadon de dubindaĵoj (same kiel -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - printu etikedan postulojn: ĉiujn postulojn.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - instalu nur font-pakaĵojn (ne binarajn).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-" --clean - forigu rpm el la kaŝejo antaŭ ol fari ion ajn alian.\n"
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - konservu rpm ne uzatan en kaŝejo.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - permesu peti la uzulon instali pakaĵojn sen\n"
-" kontrolado de dependaĵoj.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - permesu peti uzulon instali pakaĵojn sen\n"
-" dependaĵ-kontrolo kaj integreco.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - printu etikedajn arkaikojn: ĉiuj arkaikoj.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - limigu la deŝut-rapidon.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - pluigu elŝutado de nekomplete elŝutataj dosieroj\n"
-" (--no-resume elŝaltu ĝin, defaŭlta estas elŝaltita).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - uzu indikitan HTTP-prokuron, la pordonumero estas "
-"supozeble\n"
-" 1080 defaŭlte (la formato estas <prokura gastiganto[:"
-"pordo]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - difinu uzulon kaj pasvorton por uzi prokuran\n"
-" aŭtentigon (formato estas <uzulo:pasvorto>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - eligu cim-raporton en dosierujon indikitan de\n"
-" next arg.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - eksigu padon disigitan de komo.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - eksigu dokumentajn dosierojn.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - neniam petu malinstali pakaĵon, ĉesigu la instaladon.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - presu url-on de etikedo: url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - printu etikedan priskribon: description.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - pakaĵoj kiuj ne devas esti instalataj.\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - pakaĵoj kiuj ne devas esti instalataj.\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - kiam pluraj pakaĵoj estas trovotaj, proponos pli "
-"elektojn\n"
-" ol en la defaŭlta moduso.\n"
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - konservu rpm ne uzatan en kaŝejo.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - ĝisdatigu nur pakaĵoj por la sama arkitekturo.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - elektu ĉiujn kongruojn en la komanda linio.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - silenta modo.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - babilema modo.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " nomoj aŭ rpm-dosieroj tapitaj en la komanda linio instaliĝos.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Kio fareblas per binaraj rpm-dosieroj se uzante --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Dosieraro [%s] jam ekzistas, bonvole elektu alian dosieraron por la cim-"
-"raporto, aŭ forigi ĝin"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Ne povas krei dosierujon [%s] por cim-raporto"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Eraro: %s ŝajnas esti nur legebla.\n"
-"Uzu --allow-force por provi skribadon."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr " (ĝisdatigi)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr " (ĝisdatigi)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr " (instali)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr " (instali)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Por plenumi dependaĵojn, la sekvanta pakaĵo estas forigota"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Kiu estas via elekto? (1-%d) "
-
-#: ../urpmi:507
-#, fuzzy, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"La sekvantaj pakaĵoj ne povas esti instalataj ĉar ili dependas de aliaj "
-"pakaĵoj\n"
-"kiuj estas pli malnovaj ol tiuj kiuj estas jam instalataj:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"La sekvantaj pakaĵoj ne povas esti instalataj ĉar ili dependas de aliaj "
-"pakaĵoj\n"
-"kiuj estas pli malnovaj ol tiuj kiuj estas jam instalataj:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Ĉu mi devus daŭri malgraŭe?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (J/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Iuj postulataj pakaĵoj ne instaleblas:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Iuj postulataj pakaĵoj ne instaleblas:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "forigi pakaĵon %s detruos vian sistemon"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"La instalado ne daŭrigeblas ĉar la sekvantaj pakaĵoj\n"
-"forigotas por ke aliaj estu ĝisdatigotaj:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"La instalado ne daŭrigeblas ĉar la sekvantaj pakaĵoj\n"
-"forigotas por ke aliaj estu ĝisdatigotaj:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"La sekvanta pakaĵo estas forigota por ke aliaj estu ĝisdatigotaj:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"La sekvantaj pakaĵoj estas forigotaj por ke aliaj estu ĝisdatigotaj:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Vi devas esti root por instali la sekvantajn dependaĵojn:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Por plenumi dependaĵojn, la sekvanta pakaĵo estas forigota"
-msgstr[1] "Por plenumi dependaĵojn, la %d sekvantaj pakaĵoj estas forigotaj"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Nuligu"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Premu la enigklavon kiam vi pretas..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"uzado: urpmi.addmedia [opcioj] <nomo> <url>\n"
-" [file:/]/<pado>\n"
-" ftp://<salutnomo>:<pasvorto>@<servilo>/<pado>\n"
-" ftp://<servilo>/<pado>\n"
-" http://<servilo>/<pado>\n"
-" removable://<pado>\n"
-"\n"
-"kaj [opcioj] estas de\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - uzu wget por ekstrakti forajn dosierojn.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - uzu curl por ekstrakti forajn dosierojn.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - uzu curl por ekstrakti forajn dosierojn.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - uzu curl por ekstrakti forajn dosierojn.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - uzu sintezan dosieron.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - ne provu trovi ian sintezon aŭ hdlist-dosieron.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - kreas aŭtomate ĉiujn datenportilojn de instala\n"
-" datenportilo.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - listigu haveblajn datenportilojn.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - uzu la indikitan url por la listo de speguloj, la "
-"defaŭlta estas\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - kreu virtualan datenportikojn ĉiam ĝisdatajn,\n"
-" nur file:// protokolo estas permesita.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - malebligas la kontrolon de dosieroj per MD5SUM.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - silenta modo.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - babilema modo.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Nur superuzulo rajtas aldoni datenportilon"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "mi kreos konfiguran dosieron [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Ne povas krei konfiguran dosieron [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "ne bezonas doni <relative path of hdlist> per --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<relativa dosieronomo de hd-listo> mankas\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "ne povis atingi medion \"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover versio %s\n"
-"Kopirajto © 2006 Mandriva.\n"
-"Tio ĉi estas libera programaro kaj povas esti pludisdonata sub la termoj de "
-"GNU GPL.\n"
-"\n"
-"uzado:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - konservu rpm ne uzatan en kaŝejo.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - listu haveblajn datenportilojn kaj ĝiajn URL-ojn.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-url - listu haveblajn datenportilojn kaj ĝiajn URL-ojn.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --name - printu nur la nomojn de la pakaĵoj.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "pakaĵo %s ne estis trovata."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "mi ekstraktas rpm-dosieron [%s] ..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Neniu \"filelist\" trovita\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"uzado: urpmi.removemedia (-a | <nomo> ...)\n"
-"kie <nomo> estas la nomo de la forigota datenportilo.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - elektu ĉiujn datenportilojn.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - proksimuma serĉo en la nomoj de medioj.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Nur superuzulo rajtas forpreni pakaĵojn"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "nenio por forpreni (uzu urpmi.addmedia por aldoni medion)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"la enskribaĵo por forpreni mankas\n"
-"(unu el %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"uzado: urpmi.update [opcioj] <nomo> ...\n"
-"kie <nomo> estas nomo de ĝisdatigota datenportilo.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - ĝisdatigu nur ĝisdatigajn datenportilojn.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - devigu la ĝisdatigon de la GPG ĉifroŝlosilon.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-" --ignore - ne ĝisdatigu sed marku la medion kiel preterlasita.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - ne ĝisdatigu sed marku la medion kiel ebligita.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --no-probe - ne provu trovi ian sintezon aŭ hdlist-dosieron.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - elektu ĉiujn nemoveblajn datenportilojn.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - trudu ĝisdatigon de sintezo/hdlist-dosieroj.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - trudu ĝisdatigon de sintezo/hdlist-dosieroj.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Nur superuzulo rajtas ĝisdatigi pakaĵojn"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "nenio por ĝisdatigi (uzu urpmi.addmedia por aldoni medion)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"la enskribaĵo por ĝisgatigi mankas\n"
-"(unu el %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "preterlasante datenportilon \"%s\":"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "ebligante datenportilon \"%s\""
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq versio %s\n"
-"Kopirajto © 2000-2006 Mandriva.\n"
-"Tio ĉi estas libera programaro kaj povas esti pludisdonata sub la termoj de "
-"GNU GPL.\n"
-"\n"
-"uzado:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - uzu nur la donitajn datenportilojn por serĉi menditaj (aŭ "
-"ĝisdatigitaj) pakaĵoj.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - trudu serĉadon de dubindaĵoj (same kiel -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - listigu haveblajn pakaĵojn.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - listigu haveblajn datenportilojn.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - listu haveblajn datenportilojn kaj ĝiajn URL-ojn.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - listigas haveblajn nodojn kiam vi uzas --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - listigu haveblajn paralelajn kromnomojn.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - afiŝu la konfigurado kiel urpmi.addmedia argumento.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - venonta pakaĵo estas font-pakaĵo (same kiel -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - donu ĉiujn font-pakaĵojn antaŭ ol deŝuti (nur root).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - presu url-on de etikedo: url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - printu la ĵurnalon de la ŝanĝoj.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - printu etikedajn konfliktojn: ĉiuj konfliktoj.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - printu etikedajn arkaikojn: ĉiuj arkaikoj.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - presu etikedan provizon: ĉiuj provizoj.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - printu etikedan postulojn: ĉiujn postulojn.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - printu etikedajn arkaikojn: ĉiuj arkaikoj.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - printu etikedon sourcerpm: source rpm.\n"
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --group - printu etikedan resumon: summary.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - etendu la informmendon al pakaĵ-dependaĵoj.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - retroiru serĉadon al tio kion postulas la pakaĵo.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - retroiru serĉadon al tio kion postulas la pakaĵo.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - serĉu en \"provides\" por trovi la pakaĵon.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - kompleta eligo kun forigota pakaĵo.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - printu grupojn ankaŭ kun nomo.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - presu uzeblan informon en homlega formo.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - listigu dosierojn en la pakaĵo.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - silenta modo.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - presu version kaj ankaŭ eldonon kun nomo.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - sekvanta pakaĵo estas font-pakaĵo (same kiel --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - forigu pakaĵon se pli freŝa versio estas jaminstalita.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - trudu serĉadon de dubindaĵoj (same kiel --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - same kiel -y, sed uskleco-blinda.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-" nomoj aŭ rpm-dosieroj donitaj en komand-linio estas informmendataj.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes uzeblas nur kun --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "ne povis skribi listdosieron de \"%s\""
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"Notu: ĉar neniu serĉita datenportilo uzas hdlist-dosierojn, urpmf ne povis "
-"doni rezulton\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"Notu: ĉar neniu serĉita datenportilo uzas hdlist-dosierojn, urpmf ne povis "
-"doni rezulton\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"Notu: ĉar neniu serĉita datenportilo uzas hdlist-dosierojn, urpmf ne povis "
-"doni rezulton\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"Notu: ĉar neniu serĉita datenportilo uzas hdlist-dosierojn, urpmf ne povis "
-"doni rezulton\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Neniu \"changelog\" trovita\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - kreu ĝisdatigan datenportilon.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "malbone formata enigo: [%s]"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d instal-transakcio malsukcesis"
-#~ msgstr[1] "%d instal-transakcioj malsukcesis"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "La pakaĵo estas jam instalita"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Mi kontrolas por forigi la sekvantajn pakaĵojn"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "urpmi-datenbazo ŝlosita"
-
-#~ msgid "Unknown option %s"
-#~ msgstr "Nekonataj opcio %s"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "tro da surmetingoj por movebla datenportilo \"%s\""
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "uzante alian moveblan aparaton [%s] por \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "ne povis ektrakti padonomon por movebla datenportilo \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "ne povis aliri la unuan instal-datenportilon"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "ne povas aliri datenportilon \"%s\",\n"
-#~ "tio povas okazi se vi mane surmetis la dosierujon kreante la "
-#~ "datenportilon."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "malkohera medio \"%s\" indikita forigebla sed ne vere"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - purigu la dosieron de kap-kaŝejo.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "virtuala datenportilo devas esti loka"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "ne povis analizi hdlist dosieron de \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "mi kalkulas md5sum de ekzistanta hd-listo (aŭ sintezo)"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "virtuala datenportilo \"%s\" ne havu difinitan hdlist aŭ list-dosieron, "
-#~ "datenportilo ignorata"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "nevalida rpm-a dosiernomo [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "ne povis trovi listdosieron por \"%s\", ignoris medion"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "provas elekti neekzistantan datenportilon \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "konstruis hdlist-an sintezan dosieron por medio \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "ne povis analizi hdlist dosieron de \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "datenportilo \"%s\" provas uzi jam uzitan hdlist, datenportilo ignorata"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "datenportilo \"%s\" provis uzi jam uzitan liston, ignoras datenportilon"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Notu: ĉar neniu serĉita datenportilo uzas hdlist-dosierojn, urpmf ne "
-#~ "povis doni rezulton\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "mi faras duan pason por kalkuli dependaĵojn\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "konstruas \"hdlist\" [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "Ne povis konstrui syntezan dosieron por medio \"%s\".Via hd-list-dosiero "
-#~ "estas probable nevalida."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr ""
-#~ "problemo legante la hdlist aŭ sintezo-dosiero de datenportilo \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "mi kalkulas md5sum de kopiita font-hdlist (aŭ sintezo)"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...ekstraktado malsukcesis: md5sum-konfuzo"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "neniom da rpm-aj dosieroj trovataj de [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "ne povis legi rpm-dosierojn de [%s]: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "neniu rpm-a dosiero legita"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "mi legas la ĉapojn de la datenportilo \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - provu trovi kaj uzi sintezan dosieron.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - provu trovi kaj uzi hd-listan dosieron.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Notu: ĉar neniu serĉita datenportilo uzas hdlist-dosierojn, urpmf ne "
-#~ "povis doni rezulton\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "Eblas ke vi volas uzi --name por serĉi pakaĵ-nomojn.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr ""
-#~ " --src - venonta pakaĵo estas font-pakaĵo (same kiel -s).\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - uzu hd-listan dosieron.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "ne povis ĝisdatigi medion \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "ne povis krei medion \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr ""
-#~ "ekzistas plurajn pakaĵojn kiuj havas la saman rpm-an dosiernomon \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "ne povis ĝuste analizi [%s] je valoro \"%s\""
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "datenportilo \"%s\" uzas nevalidan list-dosieron:\n"
-#~ " spegulo estas eble ne ĝisdata, provu uzi alternativan metodon"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "la datenportilo \"%s\" ne difinas ian lokon por rpm-dosieroj"
-
-#~ msgid "unrequested"
-#~ msgstr "nepetita"
-
-#~ msgid " (%d MB)"
-#~ msgstr " (%d MB)"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "mi aldonas pakaĵon %s (id=%d, eid=%d, ĝisdatigo=%d, dosiero=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "La sekvantaj dosieroj havas nevalidajn signaturojn:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Ĉu vi deziras tamen daŭrigi la instaladon ?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Vi devas esti \"root\" por uzi ĉi tiun ordonon ! \n"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "ne povas forigi pakaĵon %s"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "Neniu \"filelist\" trovita\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages will be removed (%d MB)"
-#~ msgstr ""
-#~ "Por plenumi dependaĵojn, la %d sekvantaj pakaĵoj estas forigotaj (%d MB)"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - ne serĉu en \"provides\" por trovi pakaĵon "
-#~ "(defaŭlte).\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr ""
-#~ " -R - retroiru serĉadon al tio kion postulas la pakaĵo.\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Por plenumi la dependaĵojn, la %d sekvanta(j) pakaĵo(j) devas ankaŭ\n"
-#~ "esti instalataj:\n"
-#~ "%s\n"
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - provu trovi kaj uzi sintezan dosieron.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - provu trovi kaj uzi hd-listan dosieron.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "`with' mankas por reta datenportilo\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "nekonataj opcioj '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "ne povis trovi \"hdlist\"-an dosieron por \"%s\", ignoris medion"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "nekohera listdosiero por \"%s\", medio ignorita"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "ne povas inspekti listdosieron por \"%s\", ignoris medion"
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "virtuala datenportilo \"%s\" ne estas loka, datenportilo ignorata"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "virtuala datenportilo \"%s\" havu validan fonto-hdlist aŭ sintezon, "
-#~ "datenportilo ignorata"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "mi kopias fontan hd-liston (aŭ sintezon) de \"%s\""
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "ekstrakto de fonta hdlist (aŭ sintezo) malsukcesis"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "dosiero [%s] jam uzata en la sama datenportilo \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "skribis nenion en listdosiero por \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "trovis %d ĉapdosierojn en kaŝejo"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "forigas %d jam ne uzatajn ĉapdosierojn en kaŝejo"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "uzas procezon %d por plenumi la transakcio"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --norebuild - ne provu rekonstrui hd-listo se ĝi ne estas legebla.\n"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "kopianta la hdlists-dosieron..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "nevalida hd-list-priskribo \"%s\" en hd-list-dosiero"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Ĉu tio estas bona?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - uzu la indikitan eldon-version, la defaŭlta estas "
-#~ "prenita\n"
-#~ " de la versio de la eldono indikita de la\n"
-#~ " instalita mandriva-release pakaĵo.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - uzu indikitan arkitekturon, la defaŭlta estas tiu de\n"
-#~ " la instalita mandriva-release pakaĵo.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - ekstraktu ĉapojn por la pakaĵo listigita de urpmi db "
-#~ "al\n"
-#~ " stdout (nur root).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "Por sekvi la dependaĵojn, la %d sekvantaj pakaĵoj estos tuj ankaŭ "
-#~ "instalataj (%d MB)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "instalas %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Aŭtomata instalado de pakaĵoj...\n"
-#~ "Vi mendis instaladon de pakaĵo %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: ordono ne trovata\n"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Iuj postulataj pakaĵoj ne instaleblas:\n"
-#~ "%s\n"
-#~ "Ĉu mi daŭrigu?"
-
-#~ msgid ""
-#~ "The following packages have to be removed for others to be upgraded:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "La sekvantaj pakaĵoj estas forigotaj por ke aliaj estu ĝisdatigotaj:\n"
-#~ "%s\n"
-#~ "Ĉu mi daŭrigu?"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5sum-konfuzo"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "mdkupdate versio %s\n"
-#~ "Kopirajto © 2002-2004 Mandriva.\n"
-#~ "Tio ĉi estas libera programaro kaj povas esti pludisdonata sub la termoj "
-#~ "de GNU GPL.\n"
-#~ "\n"
-#~ "uzado:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr " --synthesis - uzu la donitan sintezon anstataŭ la urpmi-db.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - ne printu etikedonomon (defaŭlto se neniu etikedo "
-#~ "donita en la komanda\n"
-#~ " linio, malkongrua kun interaga modo).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - ne printu identajn liniojn.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - printu ĉiujn etikedojn.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --group - printu etikedan resumon: summary.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - printu etikedan priskribon: description.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - printu etikedon buildhost: build host.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr " --provides - presu etikedan provizon: ĉiuj provizoj.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr " --requires - printu etikedan postulojn: ĉiujn postulojn.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - printu etikedajn dosierojn: ĉiujn dosierojn.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr " --obsoletes - printu etikedajn arkaikojn: ĉiuj arkaikoj.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - uzu specifan medion (tipe estas cim-\n"
-#~ " raporto).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr " -i - ignoru ĉiufoje usklecon.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - binara KAJ-operatoro, vera se ambaŭ esprimoj estas "
-#~ "veraj.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - binara AŬ-operatoro, vera se unu esprimo estas vera.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr " ! - unuloka NE, vera se esprimo estas malĝusta.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr ""
-#~ " ( - maldekstra parentezo por malfermi grup-esprimon.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr " ) - dekstra parentezo por fermi grup-esprimon.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "callback estas :\n"
-#~ "%s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "Daŭrigu?"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Iuj postulataj pakaĵoj ne instaleblas:\n"
-#~ "%s"
-
-#~ msgid ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-#~ msgstr ""
-#~ " --distrib-XXX - aŭtomate kreas datenportilon por XXX parto de\n"
-#~ " eldono, XXX povas esti ĉefa (main), kontribuaĵo "
-#~ "(contrib), ĝisdatigoj (updates) aŭ\n"
-#~ " io ajn alia kio estis konfigurita ;-)\n"
-
-#~ msgid "found version %s and arch %s ..."
-#~ msgstr "trovis versionon %s kaj arkitekturo %s ..."
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "mi ne povas aldoni ĝisdatigojn de \"cooker\"-eldono\n"
-
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "mi ekstraktas spegulojn ĉe %s ..."
diff --git a/po/es.po b/po/es.po
deleted file mode 100644
index 4850813f..00000000
--- a/po/es.po
+++ /dev/null
@@ -1,3635 +0,0 @@
-# traducción de urpmi-es.po to Español
-# translation of urpmi-es.po to Spanish
-# translation of urpmi-es.po to Español
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/es.php3
-#
-# translation of es.po to Español
-# Copyright (C) 1999,2003, 2004, 2005 Free Software Foundation, Inc.
-# Copyright (C) 1999 Mandriva
-# Pablo Saratxaga <pablo@mandrakesoft.com>, 1999-2000,2005.
-# Fabian Mandelbaum <fabman@mandrakesoft.com>, 2001-2002,2003, 2004.
-# Juan Manuel García Molina <juanma_gm@wanadoo.es>, 2001-2002.
-# Fabian Mandelbaum <fmandelbaum@hotmail.com>, 2003, 2004.
-# Jaime Crespo <505201@unizar.es>, 2004, 2005.
-# José Manuel Pérez <jmprodu@hotmail.com>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-es\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-08-30 13:35-0300\n"
-"Last-Translator: José Manuel Pérez <jmprodu@hotmail.com>\n"
-"Language-Team: Español <es@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.10\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Instalación de RPMs"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Error: no se puede encontrar el archivo %s, se cancelará la operación"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Seleccionó un paquete fuente:\n"
-"\n"
-"%s\n"
-"\n"
-"Probablemente no deseaba instalarlo en su computadora (instalarlo le "
-"permitiría realizar modificaciones al código fuente y luego recompilarlo).\n"
-"\n"
-"¿Qué desea hacer?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Está a punto de instalar los siguientes paquetes de software en su "
-"computadora:\n"
-"\n"
-"%s\n"
-"\n"
-"¿Continuar?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Está a punto de instalar el paquete de software siguiente en su "
-"computadora:\n"
-"\n"
-"%s\n"
-"\n"
-"Puede que prefiera sólo guardarlo. ¿Cuál es su elección?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Instalar"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Guardar"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Cancelar"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Elija ubicación para guardar archivo"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urmpi versión %s\n"
-"Copyright © 1999-2008 Mandriva.\n"
-"Esto es software libre y se debe redistribuir bajo los términos de la GNU "
-"GPL.\n"
-"\n"
-"uso:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Opciones:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - imprime este mensaje de ayuda.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - modo no-interactivo, asumir respuestas predet. para todas "
-"las preguntas.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - seleccionar automáticamente paquetes para actualizar "
-"sistema.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - fuerza invocación aunque no existan algunos paquetes.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - verificar la firma del rpm antes de la instalación.\n"
-" (--no-verify-rpm lo deshabilita, habilitado predet.).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - usar sólo soportes dados, separados por comas.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - permite buscar en «provides» para encontrar paquete.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -p - no buscar en «provides» para encontrar paquete.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - usar otra raíz para la instalación de rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - sólo verificar si se puede instalar sin problemas.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - usar sólo soportes dados para la búsqueda de los paquetes "
-"pedidos.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Ningún paquete especificado"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Por favor, espere..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Debe ser root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"No se puede instalar algunos de los paquetes pedidos:\n"
-"%s\n"
-"¿Continuar a pesar de todo?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Advertencia"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Aceptar"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (para actualizar)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (para instalar)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Elección de paquetes"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Uno de los paquetes siguientes es necesario:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Abortar"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Se tienen que quitar los paquetes siguientes para poder actualizar otros:\n"
-"%s\n"
-"¿Continuar a pesar de todo?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Para satisfacer las dependencias, se instalará el paquete siguiente"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Para satisfacer las dependencias, se instalarán los paquetes siguientes:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d paquete, %d MB)"
-msgstr[1] "(%d paquetes, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Instalación de paquete..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "no se pueden obtener los paquetes fuente, abortando"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Preparando..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Instalando paquete `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Por favor, inserte el soporte denominado «%s»"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Descargando paquete `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Hecho"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Falló la instalación, faltan algunos archivos:\n"
-"%s\n"
-"Puede querer actualizar su base de datos de urpmi"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Falló la instalación:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "ya está todo instalado"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Finalizó la instalación"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "quitando %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "reiniciando urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"uso: %s [opciones]\n"
-"donde [opciones] son\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - imprime este mensaje de ayuda.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <camino> - usar el camino dado como raíz, en vez de «/»\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [grupo] - restringe los resultados al grupo dado.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " lo predeterminado es %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - mostrar nombre completo de rpm (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Sólo el superusuario está autorizado a instalar paquetes"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Lanzando urpmi en modo restringido..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "no se puede crear el directorio %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "dueño no válido para el directorio %s"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "No se pueden descargar los paquetes en %s"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "no se puede abrir rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "nombre de archivo rpm no válido [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "obteniendo archivo rpm [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...recuperación hecha"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...falló la recuperación: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "no se puede acceder al archivo rpm [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "no se pudo interpretar el archivo spec %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "no se puede registrar el archivo rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Arquitectura incompatible para el rpm [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "error registrando paquetes locales"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Esta operación está prohibida en modo restringido"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "declaración incorrecta del proxy en la línea de comandos\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: no se puede leer el archivo rpm «%s»\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "expresión %s no esperada"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "falta expresíon antes de %s"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "expresión no esperada %s (sugerencia: usar -a o -o)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "no hay expresión a cerrar"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-"de manera predeterminada urpmf espera una regexp. Debería usar la opción «--"
-"literal»"
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "el directorio chroot no existe"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "No se puede usar %s sin %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "No se puede usar %s con %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Demasiados argumentos\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Falló la copia"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"Debe montar el CD-ROM Usted. mismo (o instalar perl-Hal-Cdroms para que se "
-"monte automáticamente)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "El demonio HAL (hald) no está activo o no está listo"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "el soporte «%s» no está disponible"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "no se puede leer el archivo rpm [%s] del soporte «%s»"
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "error de sintaxis en el archivo de configuración en la línea %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "no se puede leer el archivo de configuración [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "el soporte «%s» está definido dos veces, abortando"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "no se puede escribir el archivo de configuración [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-"no se pueden leer los ajustes del proxy (sin permiso suficiente para leer %s)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Por favor, ingrese sus credenciales para acceder al proxy\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Nombre de usuario:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Contraseña:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "¡¡¡webfetch «%» desconocido!!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s falló: salió con la señal %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s falló: salió con %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "falló la copia"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "falta wget\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "falta curl\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl falló: descarga cancelada\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "falta rsync\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "falta ssh\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "falta prozilla\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "No se pudo ejecutar prozilla\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "falta aria2\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% de %s completo, ETA = %s, velocidad = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% completo, velocidad = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "descargando %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "descargados %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "protocolo desconocido definido para %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s no está disponible, probando con %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "no se encontró webfetch, los webfetch soportados son: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "no se puede manejar el protocolo: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "limpiando %s y %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "no se encontró el paquete %s."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "obteniendo archivos rpm desde el soporte «%s» ..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[reempaquetado]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"transacción creada para instalar sobre %s (quitar=%d, instalar=%d, "
-"actualizar=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "no se puede crear transacción"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "no se puede extraer el rpm del paquete delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "no se puede instalar el paquete %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "quitando rpm no válido (%s) desde %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "falló la eliminación de %s: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Quitando paquete %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "quitando paquete %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "quitando rpms instalados (%s) desde %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Más información sobre el paquete %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "No se puede crear el directorio caché de LDAP"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "No se puede escribir el archivo caché para LDAP\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "No se definió servidor, falta la URI o el host"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "No se definió base"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "No se puede conectar a la URI LDAP:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "la base de datos %s está bloqueada. Aguardando..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "abortando"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-"la base de datos %s está bloqueada (está siendo usada por otro programa)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Falló la instalación"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "¿Intenta continuar de todas formas? (s/N) "
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Falló la instalación, rpms no válidos:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "El siguiente paquete contienen una firma no válida"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Los siguientes paquetes contienen firmas no válidas"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "¿Desea continuar con la instalación?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "quitando rpms instalandos (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "distribuyendo %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "instalando %s desde %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "instalando %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "¿Intentar de instalar sin verificar las dependencias? (s/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "¿Intentar con más fuerza la instalación (--force)? (s/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Los paquetes están actualizados"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Es posible la instalación"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "examinando archivo %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "archivo MD5SUM no válido"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "atención: md5sum para %s no está disponible en el fichero MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "el soporte virtual «%s» debería tener una URL limpia, soporte ignorado"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "no se puede acceder al archivo de la lista de «%s», soporte ignorado"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "no se puede acceder al archivo synthesis de «%s», soporte ignorado"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "intentando pasar al soporte existente «%s», omitiendo"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "fallo al migrar el dispositivo removible, ignorando soportes"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "escrito archivo de configuración [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "No se puede usar el modo paralelo con el modo use-distrib"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "usando el soporte asociado para el modo paralelo: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis no se puede usar con --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib o --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Inicio de la búsqueda: %s fin: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "omitiendo paquete %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "instalaría en vez de actualizar el paquete %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "ya existe el soporte «%s»"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(ignorado de manera predeterminada)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "añadiendo soporte «%s» antes del soporte remoto «%s»"
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "añadiendo soporte «%s»"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "el directorio %s no existe"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "esta ubicación no parece contener una distribución"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "no se puede interpretar media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"no se puede acceder al soporte de la distribución (no se encontró el archivo "
-"media.cfg)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "omitiendo soporte no compatible «%s» (para %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "recuperando archivo media.cfg..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "intentando seleccionar soporte inexistente \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "seleccionando soportes múltiples: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "quitando el soporte «%s»"
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "reconfigurando urpmi para el soporte «%s»"
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...falló la reconfiguración"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "reconfiguración terminada"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-"Error generando el archivo de nombres: no se encontró la dependencia %d"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "el soporte «%s» está al día"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "examinando el archivo de síntesis [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problema leyendo el archivo de síntesis del soporte «%s»"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "copiando [%s] para el soporte «%s»..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...falló la copia"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "copiando descripción de archivo de «%s»..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...copia hecha"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "falló la copia de [%s] (el archivo es sospechosamente pequeño)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "computando md5sum del synthesis fuente descargado"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "falló la descarga de [%s] (no coincide md5sum)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "falló genhdlist2 en %s"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "comparando %s y %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "archivo hdlist %s no válido para el soporte «%s»"
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "copiando archivo MD5SUM de «%s»..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "archivo MD5SUM no válido (descargado desde %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "descargando synthesis fuente de «%s»..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "encontrado synthesis por prueba como %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "no se encuentra el archivo synthesis para el soporte «%s»"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "examinando archivo de clave pública de «%s»..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "... se importó clave %s desde archivo de clave pública de «%s»"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "no se puede importar archivo de clave pública de «%s»"
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "soporte «%s» actualizado"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "falló la descarga de [%s]"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "intentando otra vez con el sitio de réplica %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "No se pudo encontrar una ráplica en la lista de réplicas %s"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "se encontró la geolocalización %s %.2f %.2f para el huso horario %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "obteniendo lista de réplicas desde %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "SsYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Disculpe, elección incorrecta, reinténtelo\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Paquete"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Versión"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Revisión"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arq."
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(sugerido)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "soporte «%s»"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "línea de comandos"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-"El paquete siguiente ahora quedó huérfano, utilice \"urpme --auto-orphans\" "
-"para quitarlo."
-msgstr[1] ""
-"Los paquetes siguientes ahora quedaron huérfanos, utilice \"urpmi --auto-"
-"orphans\" para quitarlos."
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "no se puede analizar \"%s\" en el archivo [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "examinando el manejador paralelo en el archivo [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "se encontró manejador paralelo para los nodos: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "no se puede utilizar la opción paralelo «%s»"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "en el nodo %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "Falló la instalación en el nodo %s"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "falló rshp, tal vez no se puede alcanzar un nodo"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "falló mput, tal vez no se puede alcanzar un nodo"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "falló scp en el equipo %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "falló cp en el equipo %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-"falló %s en el equipo %s (¿tal vez no tiene la versión correcta de urpmi?) "
-"(código de salida: %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "no se puede acceder al soporte «%s»."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "montando %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "desmontando %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urmpf versión %s\n"
-"Copyright © 2002-2006 Mandriva.\n"
-"Esto es software libre y se debe redistribuir bajo los términos de la GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [opciones] patrón-expresión\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - mostrar el número de versión de esta herramienta.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - usar entorno específico (típicamente para reportar "
-"bugs).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - no usar soportes dados, separados por coma.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - no coincidir con patrones, usar argumento de manera "
-"literal.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - usar otra raíz para la instalación de rpm y la base de "
-"datos de urpmi.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - clasificar soportes de acuerdo a subcadenas separadas por "
-"coma.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - usar la ruta dada para acceder a los soportes\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - usar síntesis provista en lugar de base de datos de "
-"urpmi.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - no imprime líneas idénticas.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - usa sólo soporte de actualización.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - modo informativo.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - ignora distinción entre mayús. y minús. en los patrones.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -I - hace la distinción entre mayús. y minús. en los "
-"patrones.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-" -F<cad> - cambiar el separador de campos (':' es el predet.)\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Expresiones de patrón:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" texto - cualquier texto se toma como regexp, a menos que se use -"
-"l.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - incluye código Perl directamente como perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - operador binario Y.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - operador O binario.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - NO unario.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr ""
-" ( ) - paréntesis izq. y der. para grupos de expresiones.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Lista de etiquetas:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - especificar un formato de salida estilo printf\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " ejemplo: '%%nombre:%%archivos'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - arquitectura\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - máquina en la que se compiló.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - hora de compilación\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - archivos de configuración\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - imprime conflictos\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr ""
-" --description - descripción del paquete\n"
-"\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - distribución\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr ""
-" --epoch - época\n"
-"\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr ""
-" --filename - nombre de archivo del paquete\n"
-"\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - lista de archivos contenidos en el paquete\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - grupo\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - licencia\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - nombre del paquete\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - todo lo obsoleto\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - quien lo empaquetó\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - lo que proporciona\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - lo que necesita\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - tamaño instalado\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - nombre del rpm fuente\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - lo que sugiere\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - resumen\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - url\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - fabricante\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - el soporte en el que se encontró el paquete\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - imprime versión, release y arquitectura con nombre.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Formato incorrecto: debe usar sólo una etiqueta multi-valor"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "uasando un entorno específico en %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "no hay hdlist para el soporte «%s»"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "no hay synthesis para el soporte «%s»"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "no hay xml-info para el soporte «%s»"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "se reinició urpmi, y la lista de paquetes prioritarios no cambió"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-"se reinició urpmi, y la lista de paquetes prioritarios cambió: %s vs. %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Ningún paquete llamado %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Los siguientes paquetes contienen %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr "Debería usar \"-a\" para utilizarlos a todos"
-
-#: ../urpm/select.pm:300
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr ""
-"se encontraron los paquetes %s en la base de datos de urpmi, pero ninguno "
-"está instalado"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "El paquete %s ya está instalado"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Los paquetes %s ya están instalados"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "debido a que falta %s"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "debido a que ya está instalado %s"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "debido a que no se satisfizo %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "intentando promover %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "para mantener %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "para instalar %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "debido a conflictos con %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Firma no válida (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "ID de clave no válida (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Falta firma (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "sistema"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "Debería reiniciar %s para %s"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "No se puede escribir archivo"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "No se puede abrir archivo"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "No se puede mover archivo %s a %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urmpe versión %s\n"
-"Copyright © 1999-2008 Mandriva.\n"
-"Esto es software libre y se debe redistribuir bajo los términos de la GNU "
-"GPL.\n"
-"\n"
-"uso:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr ""
-" --auto - seleccionar un paquete en las elecciones "
-"automáticamente.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - quitar los huérfanos\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - verificar si se puede llevar a cabo correctamante la "
-"desinstalación.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - urpmi distribuido entre máquinas de alias.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - Volver a empaquetar los archivos antes de borrar\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - usar otra raíz para la desinstalación de rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-" --justdb - actualizar sólo la BD de rpm, no el sistema de archivos.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - no ejecutar los scriptlets del paquete.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - configurar urpme al vuelo desde un árbol de "
-"distribución,\n"
-" útil para (des)instalar un chroot con la opción --root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - modo informativo.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-" -a - selecciona todas los paquetes que coincidan con la "
-"expresión.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Sólo el superusuario está autorizado a quitar paquetes"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "paquetes desconocidos "
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "paquete desconocido "
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Quitar el paquete siguiente dañará su sistema:"
-msgstr[1] "Quitar los paquetes siguientes dañará su sistema:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Nada que quitar"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "No hay huérfanos para quitar"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Para satisfacer las dependencias, se quitará el paquete siguiente"
-msgstr[1] ""
-"Para satisfacer las dependencias, se quitarán los %d paquetes siguientes"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(paquete huérfano)"
-msgstr[1] "(paquetes huérfanos)"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "¿Quitar %d paquete?"
-msgstr[1] "¿Quitar %d paquetes?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (s/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "probando la remoción de %s"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Falló la desinstalación"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "Se puede quitar"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "expresión no terminada (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-update - actualizar soportes y luego actualizar el sistema.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - deshabilitar la prueba MD5SUM sobre el archivo.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - forzar actualización de clave gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - quitar los huérfanos sin preguntar\n"
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr ""
-" --no-suggests - no seleccionar automáticamente paquetes «sugeridos».\n"
-"\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - nunca preguntar si desinstalar un paquete, cancelar la "
-"instalación.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - no instalar paquetes (sólo descargar)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - mantener paquetes existentes si es posible, descartar "
-"pedidos\n"
-" de paquetes que lleven a quitarlos.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - dividir en transacciones pequeñas si se van a actualizar\n"
-" o instalar más paquetes dados,\n"
-" %d es el predeterminado.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-" --split-length - tamaño de transacción pequeña, predeterminado es %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - forzar búsqueda difusa.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - instalar los buildrequires de los paquetes\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - instalar sólo paquete de fuentes (ningún binario)\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - quitar rpm del cache antes que nada.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - no eliminar los rpms del cache.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-" --replacepkgs - forzar instalación de paquetes que ya están instalados.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - permitir preguntar al usuario para instalar paquetes\n"
-" sin verificar las dependencias.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - permitir preguntar al usuario para instalar paquetes sin\n"
-" verificar las dependencias ni la integridad.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr ""
-" --allow-suggests - seleccionar automáticamente los paquetes «sugeridos».\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - configurar urpmi al vuelo desde un árbol de "
-"distribución,\n"
-" útil para instalar un chroot con la opción --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - generar y usar un metavínculo local.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - programa a usar para descargar archivos remotos.\n"
-" programas conocidos: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - opciones adicionales para pasar a curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options - opciones adicionales para pasar a rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - opciones adicionales para pasar a wget\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - opciones adicionales para pasar a prozilla\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - opciones adicionales para pasar a aria2\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - limitar la velocidad de descarga.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - resumir transferencia de archivos descargados "
-"parcialmente\n"
-" (--no-resume lo deshabilita, que es lo predeterminado).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - usar proxy HTTP especificado, se asume que el puerto es\n"
-" 1080 por defecto (formato <hostproxy[:puerto]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - especificar usuario y contraseña para utilizar en la\n"
-" autenticación del proxy (formato <usuario:contraseña>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - emitir un reporte de bug en el directorio indicado\n"
-" por el argumento siguiente.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - ruta de exclusión separada por coma.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - excluir archivos de documentación.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --ignoresize - no verificar espacio en disco antes de la instalación.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - permitir instalar rpms para arquitecturas que no "
-"corresponden.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - no ejecutar los scriplets del paquete\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - paquetes que no deberían instalarse\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - paquetes que deberían ser preferidos\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - cuando se encuentran varios paquetes, proponer más\n"
-" opciones que las predeterminadas.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - no trabar la DB de rpm.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-" --strict-arch - actualiza sólo paquetes con la misma arquitectura.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr ""
-" -a - selecciona todas coincidencias en línea de comando.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - modo silencioso.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - modo muy informativo.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " se instalan los nombres o archivos rpm dados en línea de comandos.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-"Error: no se puede usar --auto-select junto con la lista de paquetes.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Error: para generar un reporte de errores, especifique los argumentos "
-"usuales\n"
-"de la línea de comandos, junto con --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "No puede instalar archivos rpm binarios utilizando --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "No puede instalar archivos spec"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "asumiendo --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-"por favor, use --buildrequires o --install-src, asumiendo --buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"El directorio [%s] ya existe, por favor use otro directorio para reportar "
-"errores o bórrelo"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "No se puede crear el directorio [%s] para reporte de bugs"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "El directorio de entorno %s no existe"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Error: %s parece estar montado como sólo lectura.\n"
-"Use --allow-force para forzar la operación"
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Actualizando soportes...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (para actualizar)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (para actualizar)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (para instalar)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (para instalar)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Para satisfacer la dependencia «%s», se necesita uno de los paquetes "
-"siguientes:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "¿Qué elige? (1-%d)"
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"El siguiente paquete no puede instalarse porque depende de paquetes\n"
-"más antiguos que los ya instalados:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Los siguientes paquetes no pueden instalarse porque dependen de paquetes\n"
-"más antiguos que los ya instalados:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"¿Seguir adelante con la instalación?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (S/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"No se puede instalar el paquete pedido:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"No se puede instalar algunos paquetes pedidos:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "quitar el paquete %s dañará su sistema"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"La instalación no puede continuar porque se tienen que quitar el paquete\n"
-"siguiente para poder actualizar otros:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"La instalación no puede continuar porque se tienen que quitar los paquetes\n"
-"siguientes para poder actualizar otros:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Se tiene que quitar el paquete siguiente para poder actualizar otros:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Se tienen que quitar los paquetes siguientes para poder actualizar otros:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(sólo prueba, no se llevará a cabo la desinstalación)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Primero debe llamar a urpmi con --buildrequires para instalar las "
-"dependencias siguientes:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Se quitará el paquete huérfano siguiente."
-msgstr[1] "Se quitarán los paquetes huérfanos siguientes."
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(sólo prueba, no se llevará a cabo la instalación)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "se utilizarán %s de espacio de disco adicional."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "se liberará %s de espacio de disco."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "se descargarán %s de paquetes."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "¿Efectuar la instalación del paquete?"
-msgstr[1] "¿Efectuar la instalación de los %d paquetes?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Presione «Intro» cuando el soporte sté montado..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"uso: urpmi.addmedia [opciones] <nombre> <url>\n"
-"donde <url> es una de\n"
-" [file:/]/<ruta>\n"
-" ftp://<usuario>:<contraseña>@<host>/<ruta>\n"
-" ftp://<host>/<ruta>\n"
-" http://<host>/<ruta>\n"
-" cdrom://<ruta>\n"
-"\n"
-"uso: urpmi.addmedia [opciones] --distrib --mirrorlist <url>\n"
-"uso: urpmi.addmedia [opciones] --mirrorlist <url> <nombre> <ruta relativa>\n"
-"\n"
-"ejemplos:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"y [opciones] es uno o varios de\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - usa wget para recuperar archivos remotos.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - usa curl para recuperar archivos remotos.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - usa curl para recuperar archivos remotos.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 - usa aria2 para recuperar archivos remotos.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-" --update - crear un soporte de actualizaciones, \n"
-" o descartar los soportes que no son de actualizaciones\n"
-" (cuando se utiliza con --distrib)\n"
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - usar la política específica para descargar archivos xml "
-"info\n"
-" una de: never, on-demand, update-only, always. ver urpmi."
-"cfg(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - usar archivo synthesis.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - usar archivos rpm (en vez de synthesis).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - no intentar encontrar archivos synthesis.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - crear automáticamente todos los soportes desde un\n"
-" soporte de instalación.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-" --interactive - con --distrib, pedir confirmación para cada soporte\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - con --distrib, añadir cada soporte listado\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - usar url especificada para la lista de réplicas, la\n"
-" predeterminada es %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - crear soportes virtuales que siempre están actualizados.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - deshabilitar la prueba MD5SUM sobre el archivo.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - no importar la clave pública del soporte añadido\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw - añadir el soporte en config, pero no actualizarlo.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - modo silencioso.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - modo informativo.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "las políticas xml-info conocidas son %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "no se necesita argumento para --distrib --mirrorlist <url>"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "<url> incorrecta (para el directorio local, la ruta debe ser absoluta)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Sólo el superusuario está autorizado a añadir soportes"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "creando el archivo de configuración [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "No se puede crear el archivo de configuración [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "no es necesario dar <ruta relativa de synthesis> con --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Desea añadir el soporte «%s»"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "falta <ruta relativa de synthesis>\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "No se puede usar %s con un soporte remoto"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "no se puede añadir el soporte"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urmpi.recover versión %s\n"
-"Copyright © 2006 Mandriva.\n"
-"Esto es software libre y se debe redistribuir bajo los términos de la GNU "
-"GPL.\n"
-"\n"
-"uso:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - inicializar ahora el punto de referencia\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - no eliminar los rpms del cache en la creación del punto "
-"de referencia\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-" --list - lista las transacciones a partir de la fecha/período "
-"provistos\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-" --list-all - listar todas las transacciones de la rpmdb (largo)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-" --list-safe - lista las transacciones a partir del punto de referencia\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - revenir hasta la fecha especificada, o revenir\n"
-" la cantidad especificada de transacciones\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - desactivar reempaquetado\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Fecha o duración no válida [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "No se definió el directorio de caché de paquetes\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "No se puede escribir al directorio caché de paquetes [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Limpiando el directorio caché de paquetes [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "se quitó un archivo\n"
-msgstr[1] "se quitaron %d archivos\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Argumentos de línea de comandos erróneos [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "No puede especificar --checkpoint y --rollback a la vez\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "No puede especificar --checkpoint y --list a la vez\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "No puede especificar --rollback y --list a la vez\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "No puede especificar --disable junto con otra opción"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "No se encontró transacción desde %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Debe ser el administrador para realizar esto"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Escribiendo archivo rpm macros [%s] ...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "No se especificó fecha para «rollback»\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Volver atrás hasta %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Deshabilitando la regeneración\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"uso: urpmi.removemedia (-a | <nombre> ...)\n"
-"donde <nombre> es nombre del soporte a borrar.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - selecciona todos los soportes.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - coincidencia 'fuzzy' en nombres de soportes.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Sólo el superusuario está autorizado a quitar soportes"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "nada para quitar (use urpmi.addmedia para agregar un soporte)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"falta la entrada a quitar\n"
-"(una de %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"uso: urpmi.update [opciones] <nombre> ...\n"
-"donde <nombre> es nombre de soporte para actualizar.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - actualizar sólo el soporte de actualización.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - forzar actualización de clave gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - no actualizar, marcar el soporte como ignorado.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - no actualizar, marcar el soporte como activado.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms - no usar synthesis, usar archivos rpm directamente\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - selecciona todos los soportes no extraíbles.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - fuerza actualización de archivos synthesis\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr ""
-" -ff - realmente fuerza actualización de archivos synthesis\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Sólo el superusuario está autorizado a actualizar soportes"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "nada para actualizar (use urpmi.addmedia para agregar un soporte)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"falta la entrada a actualizar\n"
-"(una de %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "«%s»"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "Ignorando soporte %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "activando el soporte %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urmpq versión %s\n"
-"Copyright © 2002-2006 Mandriva.\n"
-"Esto es software libre y se debe redistribuir bajo los términos de la GNU "
-"GPL.\n"
-"\n"
-"uso:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - usar sólo soportes dados para la búsqueda de los paquetes "
-"pedidos (o actualizados).\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - listar los huérfanos\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - forzar búsqueda difusa (lo mismo que -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - lista los paquetes disponibles.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - lista los soportes disponibles.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - lista los soportes disponibles junto con sus URL.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - lista los nodos disponibles cuando se usa --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - lista los alias paralelo disponibles.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - volcar la configuración en forma de argumento para urpmi."
-"addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - sig. paquete es paquete fuente (igual que -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - da todos los paquetes fuentes antes de bajar (sólo "
-"root).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - permitir consultar rpms para arquitecturas que no "
-"correspondan.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - configurar urpmi al vuelo desde un árbol de "
-"distribución.\n"
-" Esto permite consultar una distro.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - imprimir el registro de cambios.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - imprime conflictos.\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - muestra los obsoletos.\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - imprime lo que proporciona.\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - imprime lo que necesita.\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - muestra los sugeridos.\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - imprime rpm fuente.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - imprimir el descriptivo corto (summary).\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - consultar las dependencias del paquete.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - búsqueda inversa de lo que necesita el paquete.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - búsqueda inversa extendida (incluye los paquetes "
-"virtuales).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - busca en provides para encontrar paquete.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - completar salida con paquete(s) a quitar.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - imprimir los grupos junto con los nombres.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - imprimir información útil en formato legible para las "
-"personas.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - lista los archivos en el paquete.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - equivalente a -du.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - imprimir versión y revisión junto con el nombre.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - sig. paquete es paquete fuente (igual que --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - quitar paquete si ya está instalada una versión más "
-"reciente.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - forzar búsqueda difusa (lo mismo que --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - como -y, pero fuerza la no distinción entre mayúsculas y "
-"minúsculas.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-" los nombres o archivos rpm dados en línea de comandos se consultan.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "uso: \"urpmq --auto-orphans\" sin argumentos"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes sólo se puede utilizar con --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "use -l para listar los archivos"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"no existe xml info para el soporte «%s», sólo resultados parciales para el "
-"paquete %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"no existe xml info para el soporte «%s», sólo resultados parciales para los "
-"paquetes %s"
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"no existe xml info para el soporte «%s», no se retornan resultados para el "
-"paquete %s"
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"no existe xml info para el soporte «%s», no se pueden retornar resultados "
-"para los paquetes %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "No se encontró changelog\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - crea sólo soporte de actualización.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "URL mal formada: [%s]"
-
-#~ msgid "sorry, you can't use --install-src to install remote .src.rpm files"
-#~ msgstr ""
-#~ "lo siento, no puede usar --install-src para instalar archivos .src.rpm "
-#~ "remotos"
-
-#~ msgid "Error"
-#~ msgstr "Error"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "falló una transacción de instalación"
-#~ msgstr[1] "fallaron %d transacciones de instalación"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "El paquete %s no se puede instalar"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Verificando para quitar los paquetes siguientes"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "base de datos de urpmi bloqueada"
-
-#~ msgid "Unknown option %s"
-#~ msgstr "Opción desconocida «%s»"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "demasiados puntos de montaje para soportes extraíbles «%s»"
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "El soporte «%s» es una imagen ISO, será montada al vuelo"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "usar dispositivo extraíble diferente [%s] para «%s»"
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr ""
-#~ "no se puede recuperar el nombre de ruta para el soporte extraíble «%s»"
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "no se puede acceder al primer soporte de la instalación"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "no se puede acceder soporte \"%s\",\n"
-#~ "esto puede ocurrir si montó manualmente el directorio cuando creó el "
-#~ "soporte."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "soporte no coherente «%s» marcado como borrable, pero no borrado"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - limpia dir. encabezados de cache.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "el soporte virtual debe ser local"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "no se puede interpretar el archivo hdlist de «%s»"
-
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "computando md5sum de hdlist fuente (o síntesis) existente [%s]"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "el soporte virtual «%s» no debería tener definido hdlist o archivo de "
-#~ "lista, soporte ignorado"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "nombre de archivo rpm no válido [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "no se puede encontrar el archivo de lista para «%s», soporte ignorado"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "intentando seleccionar soporte inexistente \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "se generó el archivo de síntesis hdlist para el soporte «%s»"
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "no se puede interpretar el archivo hdlist de «%s»"
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "el soporte «%s» intenta utilizar un hdlist ya usado, soporte ignorado"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "el soporte «%s» intenta utilizar una lista ya usada, soporte ignorado"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Nota: debido a que ningún soporte usa hdlists, urpmf no pudo retornar "
-#~ "resultado alguno\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "realizando una segunda pasada para computar las dependencias\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "generando hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "No se puede generar el archivo de síntesis para el soporte «%s». Su "
-#~ "archivo hdlist puede estar corrupto."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "problema leyendo hdlist o el archivo de síntesis del soporte «%s»"
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "computando md5sum de hdlist fuente (o síntesis) copiado"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...falló la recuperación: no concuerda md5sum"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "no se encontraron archivos rpm en [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "no se pueden leer los archivos rpm de [%s]: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "no se leyeron rpms"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "leyendo encabezados del soporte «%s»"
-
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - usar archivo synthesis.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - usar archivo hdlist.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Nota: debido a que ningún soporte usa hdlists, urpmf no pudo retornar "
-#~ "resultado alguno\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "Puede querer utilizar --name para buscar nombres de paquetes.\n"
-
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src, -s - paquete siguiente es paquete fuente.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - usar archivo hdlist.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "no se puede actualizar soporte «%s»\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "no se puede crear soporte «%s»\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "hay muchos paquetes con el mismo nombre de archivo rpm «%s»"
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "no se puede analizar correctamente [%s] sobre el valor «%s»"
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "soporte \"%s\" usa un archivo de lista no válido:\n"
-#~ " probablemente el sitio de réplica no está actualizado, intentando "
-#~ "método alternativo"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "el soporte «%s» no define ubicación alguna para archivos rpm"
-
-#~ msgid "unrequested"
-#~ msgstr "no pedido"
-
-#~ msgid " (%d MB)"
-#~ msgstr " (%d MB)"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "añadiendo paquete %s (id=%d, eid=%d, actualización=%d, archivo=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Los paquetes siguientes tienen firmas no válidas:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "¿Desea continuar con la instalación?"
-
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Necesita ser root para usar --use-distrib"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "no se puede quitar el paquete %s"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "No se encontró filelist\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages will be removed (%d MB)"
-#~ msgstr ""
-#~ "Para satisfacer las dependencias, se quitarán los %d paquetes siguientes "
-#~ "(%d MB)"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - no busca en «provides» para encontrar paquete "
-#~ "(predeterminado).\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr ""
-#~ " -R - búsqueda inversa de lo que necesita el paquete.\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Para satisfacer las dependencias, se instalarán los %d paquetes "
-#~ "siguientes:\n"
-#~ "%s\n"
-
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "omitiendo soporte %s: sin hdlist"
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - intentar y encontrar archivo synthesis.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - intentar encontrar y usar archivo hdlist.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "falta «with» para soporte de red\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "opciones desconocidas «%s»\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "no se puede encontrar el archivo hdlist para «%s», soporte ignorado"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "archivo de lista no coherente para «%s», soporte ignorado"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "no se puede inspeccionar el archivo de lista para «%s», soporte ignorado"
-
-#~ msgid "there doesn't seem to be devices in the chroot in \"%s\""
-#~ msgstr "parece que no hay dispositivos en el chroot en \"%s\""
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "el soporte virtual «%s» no es local, soporte ignorado"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "soporte virtual «%s» debería tener un hdlist fuente o síntesis válido, "
-#~ "soporte ignorado"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "copiando hdlist fuente (o síntesis) de «%s»..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "falló la recuperación de hdlist fuente (o síntesis)"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "archivo [%s] ya utilizado en el mismo soporte «%s»"
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "nada escrito en el archivo de lista para «%s»"
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "se encontraron %d encabezados en el cache"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "quitando %d encabezados obsoletos del cache"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "usando proceso %d para ejecutar la transacción"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --norebuild - no intenta volver a generar el hdlist si no se puede "
-#~ "leer.\n"
-
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Se presumieron los nombres de paquetes siguientes: %s"
diff --git a/po/et.po b/po/et.po
deleted file mode 100644
index 56c1ed61..00000000
--- a/po/et.po
+++ /dev/null
@@ -1,3294 +0,0 @@
-# Translation of urpmi.po to Estonian.
-# Copyright (C) 1999, 2003 Free Software Foundation, Inc.
-# Riho Kurg <rx@linux.ee>, 1999.
-# Marek Laane <bald@starman.ee>, 2003-2008
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-08-30 12:48+0300\n"
-"Last-Translator: Marek Laane <bald@starman.ee>\n"
-"Language-Team: Estonian <linux-ee@lists.eenet.ee>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.3\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM-i paigaldamine"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Viga: faili %s ei leitud, toiming katkestatakse"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Olgu"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Valisite lähtekoodi paketi:\n"
-"\n"
-"%s\n"
-"\n"
-"On väheusutav, et Te tahate seda tõesti arvutisse paigaldada (kui Te\n"
-"ei soovi just seda ise muuta ja uuesti kompileerida).\n"
-"\n"
-"Mida nüüd ette võtta?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Kavatsete paigaldada oma arvutisse järgmised tarkvarapaketid:\n"
-"\n"
-"%s\n"
-"\n"
-"Kas jätkata?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Kavatsete paigaldada oma arvutisse järgmise tarkvarapaketi:\n"
-"\n"
-"%s\n"
-"\n"
-"Võib-olla soovite siiski seda lihtsalt salvestada? Mida ette võtta?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Paigalda"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Salvesta"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Loobu"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Valige faili salvestamise koht"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi versioon %s\n"
-"Autoriõigus © 1999-2008 Mandriva.\n"
-"See on vaba tarkvara, mida võib levitada vastavalt GNU Üldise Avaliku "
-"Litsentsi tingimustele.\n"
-"\n"
-"kasutamine:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Võtmed:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - näitab seda abiteadet.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - mitteinteraktiivne režiim, eeldatakse kõigile küsimustele "
-"vaikimisi pakutavaid vastuseid.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - valib automaatselt paketid süsteemi uuendamiseks.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - käivitatakse ka siis, kui mõnda nõutud paketti ei ole "
-"olemas.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - kontrollib RPM-i signatuuri enne paigaldust\n"
-" (--no-verify-rpm tühistab selle, vaikimisi on sees).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - kasutatakse ainult määratud andmekandjaid (eraldajaks "
-"koma).\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - lubab pakette otsida pakutavate seas.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - ei luba pakettide otsimist pakutavate seas.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - muu baasi kasutamine RPM-ide paigaldamisel.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - kontrollitakse, kas paigaldus on korrektselt võimalik.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - soovitud pakettide otsinguks kasutatakse ainult määratud "
-"andmekandjaid.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Pakette pole valitud"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Palun oodake..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Vajalikud on administraatori õigused"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Mõnda soovitud paketti ei õnnestunud paigaldada:\n"
-"%s\n"
-"Kas siiski jätkata paigaldamist?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Hoiatus"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Olgu"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (uuendus)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (paigaldus)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Paketivalik"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Vajalik on üks järgnevatest pakettidest:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Katkesta"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Teiste uuendamiseks tuleb eemaldada järgmised paketid:\n"
-"%s\n"
-"Kas siiski jätkata paigaldamist?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Sõltuvuste lahendamiseks paigaldatakse järgmine pakett:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Sõltuvuste lahendamiseks paigaldatakse järgmised paketid:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d pakett, %d MB)"
-msgstr[1] "(%d paketti, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Paketi paigaldamine..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "pakette ei õnnestunud hankida, katkestatakse"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Valmistumine..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Paketi '%s' paigaldamine (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Palun sisestage andmekandja nimega \"%s\""
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Paketi '%s' allalaadimine..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Tehtud"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Paigaldamine nurjus, mõned failid on puudu:\n"
-"%s\n"
-"Te võiksite ehk uuendada urpmi andmebaasi"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Paigaldamine nurjus:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Kõik on juba paigaldatud"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Paigaldus lõpetatud"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "%s eemaldamine"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "urpmi taaskäivitamine"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"kasutamine: %s [võtmed]\n"
-"kus [võtmed] on\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - näitab seda abiteadet.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr ""
-" --root <asukoht> - asukoha / asemel kasutatakse määratud juurkataloogi.\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [grupp] - piirab tulemused määratud grupiga.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " vaikimisi on %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - näitab RPM-i täielikku nime (NVRA).\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Pakette võib paigaldada ainult administraator"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Urpmi käivitamine piiratud režiimis..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "kataloogi %s loomine nurjus"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "kataloogi %s vale omanik"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "%s pakettide allalaadimine nurjus"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "rpmdb avamine nurjus"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "vigane RPM-faili nimi [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "RPM-faili [%s] tõmbamine..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...tõmbamine tehtud"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...tõmbamine nurjus: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "ligipääs RPM-failile [%s] nurjus"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "spetsifikatsioonifaili %s parsimine nurjus [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "RPM-faili registreerimine nurjus"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Sobimatu arhitektuur RPM-ile [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "viga kohalike pakettide registreerimisel"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "See operatsioon on piiratud režiimis keelatud"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "käsureal on määratud vigane puhverserver\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: RPM-faili \"%s\" lugemine nurjus\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "ootamatu avaldis %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "avaldis puudub %s ees"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "ootamatu avaldis %s (soovitus: kasutada võiks võtit -a või -o)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "pole ühtegi avaldist lõpetada"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-"vaikimisi ootab urpmf regulaaravaldist, peaksite kasutama võtit \"--literal\""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "chroot-kataloogi ei ole olemas"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "%s kasutamine on võimalik ainult koos %s-ga"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "%s kasutamine ei ole võimalik %s-ga"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Liiga palju argumente\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Kopeerimine nurjus"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"Te peate CD-ROM-i käsitsi haakima (või paigaldama paketi perl-Hal-Cdroms, "
-"kui soovite, et seda tehakse automaatselt)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "HAL-deemon (hald) ei tööta või ei ole valmis"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "andmekandja \"%s\" ei ole kättesaadav"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "RPM-faili [%s] lugemine andmekandjalt \"%s\" nurjus"
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "süntaksiviga seadistustefaili real %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "seadistustefaili [%s] lugemine nurjus"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "andmekandja '%s' on määratud kaks korda, loobutakse'"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "seadistustefaili [%s] kirjutamine nurjus"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "puhverserveri sätete lugemine nurjus (%s lugemiseks puuduvad õigused)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Palun anna oma tunnused puhverserveri kasutamiseks\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Kasutajanimi:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Parool:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Tundmatu veebitõmbaja '%s'!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s nurjus: lõpetas signaaliga %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s nurjus: lõpetas %d-ga"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "kopeerimine nurjus"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget puudub\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl puudub\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl nurjus: allalaadimine katkestati\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync puudub\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh puudub\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla puudub\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Prozilla käivitamine nurjus\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "aria2 puudub\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% %s-st valmis, aega jäänud: %s, kiirus: %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% valmis, kiirus: %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "%s tõmbamine"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "tõmmati %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "tundmatu protokoll %s jaoks"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s ei ole kättesaadav, kasutatakse %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "veebitõmbajat ei leitud, toetatud on programm %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "ei suuda käsitleda protokolli: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "puhastatakse %s ja %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "paketti %s ei leitud."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "RPM-failide tõmbamine andmekandjalt \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[taaspakendamine]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"tehing %s paigaldamiseks loodud (eemaldus=%d, paigaldus=%d, uuendus=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "tehingu loomine nurjus"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "RPM-i ekstraktimine delta-rpm-paketist %s nurjus"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "paketi %s paigaldamine nurjus"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "vigase RPM-faili (%s) eemaldamine %s-st"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "%s eemaldamine nurjus: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Paketi %s eemaldamine"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "paketi %s eemaldamine"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "paigaldatud RPM-failide (%s) eemaldamine %s-st"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Rohkem infot paketi %s kohta"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "LDAP puhvri kataloogi loomine nurjus"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "LDAP-i puhvrifaili kirjutamine nurjus\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Serverit pole määratud, URI või masin puudub"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Baas pole määratud"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Ühendus LDAP URI-ga nurjus:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s andmebaas on lukus, oodatakse..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "loobutakse"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "%s andmebaas on lukus (seda kasutab teine programm)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Paigaldamine nurjus"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Kas proovida siiski jätkata? (j/E)"
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Paigaldamine nurjus, vigased RPM-failid:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Järgmisel paketil on vigane signatuur"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Järgmistel pakettidel on vigane signatuur"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Kas jätkata paigaldusega?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "paigaldatud RPM-failide (%s) eemaldamine"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "%s jaotamine"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "%s paigaldamine andmekandjalt %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "%s paigaldamine"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Kas proovida paigaldust ilma sõltuvusi kontrollimata? (j/E)"
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Kas proovida paigaldust veel jõulisemalt (--force)? (j/E) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Pole ühtegi paketti uuendada"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Paigaldamine on võimalik"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "%s faili uurimine"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "vigane MD5SUM-fail"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "hoiatus: MD5SUM failis puudub %s MD5 kontrollsumma"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "virtuaalsel andmekandjal \"%s\" peaks olema selge URL, seda eiratakse"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "ligipääs \"%s\" nimekirjafailile nurjus, andmekandjat eiratakse"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "ligipääs \"%s\" sünteesifailile nurjus, andmekandjat eiratakse"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "püütakse vältida olemasolevat andmekandjat \"%s\""
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "eemaldatava seadme migreerimine nurjus, andmekandjat eiratakse"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "seadistustefaili [%s] kirjutamine"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Paralleelrežiimi ei saa kasutada koos võtmega use-distrib"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "seostatava andmekandja kasutamine paralleelrežiimis: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"võtit --synthesis ei saa kasutada võtmega --media, --excludemedia, --"
-"sortmedia, --update, --use-distrib või --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Otsingu algus: %s lõpp: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "pakett %s jäetakse vahele"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "paketti %s ei uuendata, seda saab ainult paigaldada"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "andmekandja \"%s\" on juba olemas"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(vaikimisi eiratakse)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "andmekandja \"%s\" lisamine enne võrguandmekandjat \"%s\""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "andmekandja \"%s\" lisamine"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "kataloogi %s ei ole olemas"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "see asukoht ei paista sisaldavat ühtegi distributsiooni"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "faili media.cfg parsimine nurjus"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"ligipääs distributsiooniandmekandjale nurjus (ei leitud faili media.cfg)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "jäetakse vahele mitteühilduv andmekandja '%s' (%s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "faili media.cfg tõmbamine..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "püüti valida olematut andmekandjat \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "mitme andmekandja valik: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "andmekandja \"%s\" eemaldamine"
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "urpmi ümberseadistamine andmekandja \"%s\" tarbeks"
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...ümberseadistamine nurjus"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "ümberseadistamine tehtud"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Viga nimedefaili loomisel: sõltuvust %d ei leitud"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "andmekandja \"%s\" on täiesti värske"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "sünteesifaili [%s] uurimine"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "probleem andmekandja \"%s\" sünteesifaili lugemisel"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "kopeeritakse [%s] andmekandjale \"%s\"..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...kopeerimine nurjus"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "\"%s\" kirjelduste faili kopeerimine..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopeerimine tehtud"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "[%s] kopeerimine nurjus (fail on kahtlaselt väike)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "tõmmatud allika sünteesifaili MD5SUM arvutamine"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "[%s] tõmbamine nurjus (MD5SUM ei klapi)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "genhdlist2 nurjus %s puhul"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "%s ja %s võrdlemine"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "vigane hdlist-fail %s andmekandjale \"%s\""
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "\"%s\" MD5SUM-faili kopeerimine..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "vigane MD5SUM-fail (alla laaditud asukohast %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "\"%s\" allika sünteesifaili tõmbamine..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "leiti kontrollitud sünteesifail %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "andmekandjale \"%s\" ei leitud sünteesifaili"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "\"%s\" avaliku võtme faili uurimine..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...imporditi võti %s \"%s\" avaliku võtme failist"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "\"%s\" avaliku võtme faili import nurjus"
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "uuendati andmekandjat \"%s\""
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "[%s] tõmbamine nurjus"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "püütakse uuesti peegliga %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Peeglite nimekirjas %s ei leitud peeglit"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "leiti geolokatsioon %s %.2f %.2f ajavööndist %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "%s peeglite nimekirja lugemine"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "EeNn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "JjYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Vabandust, selline valik ei ole lubatud. Proovige uuesti\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Pakett"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Versioon"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Väljalase"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arhit."
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(pakkumine)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "andmekandja \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "käsurida"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-"Järgmine pakett on nüüd orb, kasutage eemaldamiseks \"urpme --auto-orphans"
-"\"."
-msgstr[1] ""
-"Järgmised paketid on nüüd orvud, kasutage eemaldamiseks \"urpme --auto-"
-"orphans\"."
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "\"%s\" parsimine failis [%s] nurjus"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "paralleelkäitleja uurimine failis [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "leiti paralleelkäitleja sõlmedele: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "paralleelvõtme \"%s\" kasutamine nurjus"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "sõlmes %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "Paigaldamine nurjus sõlmes %s"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp nurjus, võib-olla ei ole sõlm kättesaadav"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput nurjus, võib-olla ei ole sõlm kättesaadav"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "scp nurjus masinas %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "cp nurjus masinas %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-"%s nurjus masinas %s (võib-olla ei ole urpmi korraliku versiooniga?) "
-"(väljumiskood: %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "ligipääs andmekandjale \"%s\" nurjus."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "%s haakimine"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "%s lahutamine"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf versioon %s\n"
-"Autoriõigus (C) 2002-2006 Mandriva.\n"
-"See on vaba tarkvara, mida võib levitada vastavalt GNU Üldise Avaliku "
-"Litsentsi tingimustele.\n"
-"\n"
-"kasutamine: urpmf [võtmed] pattern-expression\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - näitab programmi versiooni.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - kasutatakse spetsiifilist keskkonda (tavaliselt\n"
-" vearaportideks).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - ei kasutata määratud andmekandjaid (eraldajaks "
-"koma).\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - mustrina tõlgendamise asemel kasutatakse argumenti "
-"täpselt esitatud kujul.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - muu baasi kasutamine urpmi andmebaasi jaoks ja RPM-ide "
-"paigaldamisel.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - sorteerib andmekandjad alamstringide põhjal (eraldajaks "
-"koma).\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-" --use-distrib - andmekandja kasutamiseks kasutatakse määratud asukohta.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - kasutatakse sünteesi urpmi andmebaasi asemel.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - ei näidata ühesuguseid ridu.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - kasutatakse ainult uuendus-andmekandjat.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - selgitav režiim.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - tõstutundetu igas olukorras.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -I - tõstu arvestamine mustrites (vaikimisi).\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - väljade eraldaja muutmine (vaikimisi ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Mustriavaldised:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text - suvalist teksti parsitakse regulaaravaldisena, kui ei "
-"kasutata võtit -l.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - kaasab otseselt perli koodi kui perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - binaaroperaator AND.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - binaaroperaator OR.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - unaaroperaator NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - parem- ja vasakpoolne sulg.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Siltide nimekiri:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - printf laadis vormindatud väljund\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " näide: '%%name:%%files'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - arhitektuur\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - valmistajamasin\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - valmistamisaeg\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - konfiguratsioonifailid\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - konfliktide sildid\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - paketi kirjeldus\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - distributsioon\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - epohh\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - paketi failinimi\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - paketi failide nimekiri\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - grupp\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - litsents\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - paketi nimi\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - iganenute sildid\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - paketi valmistaja\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - pakutavate sildid\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - nõutavate sildid\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - paigalduse suurus\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - lähtekoodi RPM-i nimi\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - pakkumiste sildid\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - kokkuvõte\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - URL\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - tootja\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - paketti sisaldav andmekandja\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - näitab koos nimega versiooni, väljalaset ja "
-"arhitektuuri.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Vigane vorming: kasutada tohib ainult üht mitme väärtusega silti"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "spetsiifilise keskkonna kasutamine %s puhul\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "andmekandjale \"%s\" ei leitud hdlist-faili"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "andmekandjale \"%s\" ei leitud sünteesifaili"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "andmekandjale \"%s\" ei leitud XML-infot"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-"urpmi käivitati uuesti ja prioriteetsete pakettide nimekirja ei muudetud"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-"urpmi käivitati uuesti ja muudeti prioriteetsete pakettide nimekirja: %s %s "
-"asemel"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Paketti nimega %s ei ole"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "%s sisaldub järgmistes pakettides: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr "Kõigi nende kasutamiseks tuleks anda \"-a\""
-
-#: ../urpm/select.pm:300
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Urpmi andmebaasis leiti paketid %s, aga need ei ole paigaldatud"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Pakett %s on juba paigaldatud"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Paketid %s on juba paigaldatud"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "puuduva %s tõttu"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "juba paigaldatud %s tõttu"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "rahuldamata %s tõttu"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "püüdes välja pakkuda %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "säilitamaks %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "paigaldamaks %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "konflikti tõttu %s-ga"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Vigane signatuur (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Vigane võtme ID (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Puudub signatuur (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "süsteem"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "%s tuleks taaskäivitada, sest seda vajab %s"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Faili kirjutamine nurjus"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Faili avamine nurjus"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Faili %s liigutamine asukohta %s ei ole võimalik"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme versioon %s\n"
-"Autoriõigus © 1999-2008 Mandriva.\n"
-"See on vaba tarkvara, mida võib levitada vastavalt GNU Üldise Avaliku "
-"Litsentsi tingimustele.\n"
-"\n"
-"kasutamine:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr ""
-" --auto - valib automaatselt ühe paketi, kui võimalusi on mitu.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - orbude eemaldamine\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - kontrollitakse, kas eemaldamine on korrektselt võimalik.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-" --parallel - jagatud urpmi käivitamine üle mitme aliasega määratud "
-"masina.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - pakendab failid uuesti enne kustutamist.\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - muu baasi kasutamine RPM-ide eemaldamisel.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-" --justdb - uuendab ainult RPM-ide andmebaasi, mitte failisüsteemi.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - pakettide skripte ei käivitata.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - seadistab urpme lennult distributsioonipuu põhjal,\n"
-" kasulik chroot paigaldamiseks/eemaldamiseks võtmega --"
-"root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - selgitav režiim.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - valib kõik käsureaga sobivad paketid.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Tarkvara võib eemaldada ainult administraator"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "tundmatud paketid"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "tundmatu pakett"
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Järgmise paketi eemaldamine halvab Teie süsteemi:"
-msgstr[1] "Järgmiste pakettide eemaldamine halvab Teie süsteemi:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Pole midagi eemaldada"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "Pole ühtegi orbu eemaldada"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Sõltuvuste lahendamiseks tuleb eemaldada järgmine pakett"
-msgstr[1] "Sõltuvuste lahendamiseks tuleb eemaldada järgmised %d paketti"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(orvust pakett)"
-msgstr[1] "(orvust paketid)"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Kas eemaldada %d pakett?"
-msgstr[1] "Kas eemaldada %d paketti?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (j/E) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "%s eemaldamise test"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Eemaldamine nurjus"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "Eemaldamine on võimalik"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "lõpetamata avaldis (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - uuendab andmekandjaid ja seejärel süsteemi.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - keelatakse faili MD5SUM kontroll.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - sunnib uuendama gpg võtit.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - orbude eemaldamine ilma küsimusi esitamata\n"
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - \"pakutud\" pakette ei valita automaatselt.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - kunagi ei paluta paketti eemaldada, paigaldusest "
-"loobuda.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - pakette ei paigaldata (ainult tõmmatakse).\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - säilitab võimalusel olemasolevad paketid, lükkab tagasi\n"
-" soovitud paketid, mis toovad kaasa eemaldamise.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - jagab väikesteks tehinguteks, kui paigaldatakse või\n"
-" uuendatakse enam kui määratud arv pakette,\n"
-" vaikimisi on see %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - väikese tehingu pikkus, vaikimisi %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - lubab ebatäpset otsingut.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr ""
-" --buildrequires - paigaldatakse pakettide ehitamiseks nõutavad paketid\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - paigaldab ainult lähtetekstipaketi (mitte binaarpaketi).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - eemaldab enne muud tegevust RPM-i puhvrist.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - säilitab puhvris mittekasutatud RPM-id.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-" --replacepkgs - juba paigaldatud pakettide jõuga taaspaigaldamine.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - lubab kasutajal paigaldamise\n"
-" pakettide sõltuvusi kontrollimata.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - lubab kasutajal paigaldada pakette ilma\n"
-" sõltuvusi ja sobivust kontrollimata.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - valib automaatselt \"pakutud\" paketid.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - seadistab urpmi lennult distributsioonipuu põhjal,\n"
-" kasulik chroot paigaldamiseks võtmega --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - kohaliku metalingi loomine ja kasutamine.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - programm võrgufailide tõmbamiseks. \n"
-" saadaolevad programmid: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - curl'i lisavõtmed\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- rsync'i lisavõtmed\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - wget'i lisavõtmed\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - prozilla lisavõtmed\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - aria2 lisavõtmed\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - piirab allalaadimiskiirust.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - taasalustab osaliselt alla tõmmatud failide tõmbamist\n"
-" (--no-resume tühistab selle, vaikimisi on väljas).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - kasutatakse määratud HTTP-puhverserverit, pordinumber on "
-"eeldatavalt\n"
-" vaikimisi 1080 (vorming on <puhverserver[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - määrab kasutajanime ja parooli puhverserveri\n"
-" autentimiseks (vorming: <kasutajanimi:parool>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - väljastab vearaporti kataloogi, mis on ära näidatud\n"
-" järgnevas argumendis.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - eirab asukohta (või asukohti, eraldajaks koma).\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - jätab välja dokumentatsioonifailid.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - kettaruumi ei kontrollita enne paigaldamist.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - lubab paigaldada sobimatule arhitektuurile mõeldud RPM-"
-"e.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - pakettide skripte ei käivitata.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - paigaldamisel vahele jäetavad paketid.\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - eelistatavad paketid.\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - mitme paketi leidmisel pakutakse lisaks vaikevalikule\n"
-" ka teisi valikuid.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - RPM-ide andmebaasi ei lukustata.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - uuendatakse ainult senise arhitektuuriga pakette.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - valib kõik käsureaga sobivad.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - vaikne režiim.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - väga jutukas režiim.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " paigaldatakse käsureal antud nimed või RPM-failid.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Viga: võtit --auto-select ei saa kasutada koos pakettide loendiga.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Viga: vearaporti loomiseks kasutage koos võtmega --bug\n"
-"tavalisi käsureaargumente.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Binaarseid RPM-faile ei saa paigaldada võtme --install-src kasutamisel"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Spetsifikatsioonifaile ei saa paigaldada"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "vaikimisi rakendatakse võtit --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-"palun kasutage võtit --buildrequires või --install-src, vaikimisi "
-"rakendatakse võtit --buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Kataloog [%s] on juba olemas, palun kasutage vearaportideks muud kataloogi "
-"või kustutage see"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Kataloogi [%s] loomine vearaportideks nurjus"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Keskkonna kataloogi %s ei ole olemas"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Viga: %s paistab olevat haagitud ainult loetavana.\n"
-"Kasutage operatsiooni pealesundimiseks võtit --allow-force."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Andmekandja uuendamine...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (uuendus)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (uuendus)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (paigaldus)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (paigaldus)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Sõltuvuse '%s' lahendamiseks on vajalik üks järgmistest pakettidest:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Millise valite? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Järgmist paketti ei saa paigaldada, sest see sõltub pakettidest, mis on "
-"vanemad kui paigaldatud paketid:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Järgmisi pakette ei saa paigaldada, sest nad sõltuvad pakettidest, mis on "
-"vanemad kui paigaldatud paketid:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Kas siiski paigaldamist jätkata?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (J/e) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Soovitud paketti ei õnnestu paigaldada:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Mõnda soovitud paketti ei õnnestu paigaldada:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "paketi %s eemaldamine halvab Teie süsteemi"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Paigaldamist ei saa jätkata, sest teiste uuendamiseks tuleb eemaldada\n"
-"järgmine pakett:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Paigaldamist ei saa jätkata, sest teiste uuendamiseks tuleb eemaldada\n"
-"järgmised paketid:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Teiste uuendamiseks tuleb eemaldada järgmine pakett:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Teiste uuendamiseks tuleb eemaldada järgmised paketid:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(ainult test, tegelikult midagi ei eemaldata)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Järgmiste sõltuvuste paigaldamiseks tuleb urpmi välja kutsuda võtmega --"
-"buildrequires:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Eemaldatakse järgmine orvust pakett."
-msgstr[1] "Eemaldatakse järgmised orvust paketid."
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(ainult test, tegelikult midagi ei paigaldata)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "Kasutusele võetakse veel %s kettaruumi."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "Vabaneb %s kettaruumi."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "Tõmmatakse %s andmeid."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Kas paigaldada 1 pakett?"
-msgstr[1] "Kas paigaldada %d paketti?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Loobu"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Vajutage Enter, kui see on tehtud..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"kasutamine: urpmi.addmedia [võtmed] <nimi> <url>\n"
-"kus <url> on esitatud kujul\n"
-" [file:/]/<asukoht>\n"
-" ftp://<kasutajanimi>:<parool>@<masin>/<asukoht>\n"
-" ftp://<masin>/<asukoht>\n"
-" http://<masin>/<asukoht>\n"
-" cdrom://<asukoht>\n"
-"\n"
-"kasutamine: urpmi.addmedia [võtmed] --distrib --mirrorlist <url>\n"
-"kasutamine: urpmi.addmedia [võtmed] --mirrorlist <url> <nimi> <suhteline "
-"asukoht>\n"
-"\n"
-"näited:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"ja [võti] on üks järgmistest\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - wget kasutamine kaugfailide tõmbamiseks.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - curl'i kasutamine kaugfailide tõmbamiseks.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - prozilla kasutamine kaugfailide tõmbamiseks.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 - aria2 kasutamine kaugfailide tõmbamiseks.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-" --update - uuendusandmekandja loomine \n"
-" või mitte-uuendusandmekandjate tühistamine (koos võtmega "
-"--distrib)\n"
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - konkreetse reegli kasutamine XML-info failide "
-"allalaadimisel\n"
-" reegel on üks järgmistest: never, on-demand, update-only, "
-"always. Vt urpmi.cfg(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - kasutatakse sünteesifaili.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - kasutatakse RPM-faile (sünteesifaili asemel).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - ei püüta kasutada sünteesifaili.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - loob automaatselt kõik andmekandjad paigalduskohalt.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-" --interactive - koos võtmega --distrib küsib kinnitust iga andmekandja "
-"puhul\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr ""
-" --all-media - koos võtmega --distrib lisab kõik loetletud "
-"andmekandjad.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - kasutab määratud URL-i peeglite loendi jaoks, vaikimisi\n"
-" on see %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - loob virtuaalse andmekandja, mis on alati värske.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - keelatakse faili MD5SUM kontroll.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - lisatud andmekandja avalikku võtit ei impordita\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw - andmekandja lisatakse seadistustefaili, aga seda ei "
-"uuendata.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - vaikne režiim.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - selgitav režiim.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "saadaolevad XML-info reeglid on %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "--distrib --mirrorlist <url> ei vaja mingeid argumente"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "vigane <url> (kohaliku kataloogi asukoht peab olema absoluutne)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Andmekandjaid võib lisada ainult administraator"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "luuakse seadistustefail [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Seadistustefaili [%s] loomine nurjus"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr ""
-"võtme --distrib puhul puudub vajadus anda <suhteline tee sünteesifaili "
-"juurde>"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Kas soovite lisada andmekandja '%s'?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "Puudub <suhteline tee sünteesifaili juurde>\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "%s kasutamine ei ole võimalik võrguandmekandjaga"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "andmekandja lisamine nurjus"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover versioon %s\n"
-"Autoriõigus © 2006 Mandriva.\n"
-"See on vaba tarkvara, mida võib levitada vastavalt GNU Üldise Avaliku "
-"Litsentsi tingimustele.\n"
-"\n"
-"kasutamine:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - määrab taaspakendamise alguspunkti\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - taaspakendamise kataloogi kontrollpunktis ei puhastata\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-" --list - tehingute nimekiri alates määratud kuupäevast/"
-"ajavahemikus\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-" --list-all - kõigi RPM-ide andmebaasis olevate tehingute nimekiri "
-"(pikk)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - kõigi tehingute nimekiri alates kontrollpunktist\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - taastamine konkreetse kuupäeva järgi\n"
-" või määratud tehingute arvu järgi\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - taaspakendamine keelatakse\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Vigane kuupäev või kestvus [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Taaspakendamiskataloog pole määratud\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Kirjutamine taaspakendamiskataloogi nurjus [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Taaspakendamiskataloogi puhastamine [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d fail eemaldatud\n"
-msgstr[1] "%d faili eemaldatud\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Vigased käsureaargumendid [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Korraga ei saa kasutada võtit --checkpoint ja --rollback\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Korraga ei saa kasutada võtit --checkpoint ja --list\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Korraga ei saa kasutada võtit --rollback ja --list\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Võtit --disable ei saa kasutada koos teiste võtmetega"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Ei leitud ühtegi tehingut alates %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Selleks peavad olema administraatori õigused"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "RPM-i makrofaili kirjutamine [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Taastamiskuupäeva ei leitud\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Taastamine seisuga %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Taaspakendamise keelamine\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"kasutamine: urpmi.removemedia (-a | <nimi> ...)\n"
-"kus <nimi> on eemaldatava andmekandja nimi.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - valib kõik andmekandjad.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - andmekandjate ligilähedane sobivus.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Andmekandjaid võib eemaldada ainult administraator"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "ei ole midagi eemaldada (andmekandja lisamiskäsk: urpmi.addmedia)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"puudub eemaldatava kirje nimi\n"
-"(võimalikud: %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"kasutamine: urpmi.update [võti] <nimi> ...\n"
-"kus <nimi> on uuendatava andmekandja nimi.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - uuendab ainult uuendus-andmekandjat.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - sunnib uuendama gpg võtit.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - uuendamist ette ei võeta, andmekandjat eiratakse.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-" --no-ignore - uuendamist ette ei võeta, andmekandjat siiski "
-"arvestatakse.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms - ei kasutata sünteesifaili, vaid otse RPM-faile.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - valib kõik mitte-eemaldatavad andmekandjad.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - sunnib uuendama sünteestifaile.\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - sunnib jõuga uuendama sünteestifaile.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Andmekandjaid võib uuendada ainult administraator"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "ei ole midagi uuendada (andmekandja lisamiskäsk: urpmi.addmedia)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"puudub uuendatava kirje nimi\n"
-"(võimalikud: %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "andmekandja %s ignoreerimine"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "andmekandja %s arvestamine"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq versioon %s\n"
-"Autoriõigus (C) 2000-2006 Mandriva.\n"
-"See on vaba tarkvara, mida võib levitada vastavalt GNU Üldise Avaliku "
-"Litsentsi tingimustele.\n"
-"\n"
-"kasutamine:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - soovitud (või uuendatavate) pakettide otsinguks "
-"kasutatakse ainult määratud andmekandjaid.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - näitab orbe\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - lubab ebatäpset otsingut (sama, mis -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - näitab saadaolevaid pakette.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - näitab saadaolevaid andmekandjaid.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - näitab saadaolevaid andmekandjaid URL-idega.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - näitab saadaolevaid sõlmi, kui kasutatakse võtit --"
-"parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - näitab saadaolevaid aliaseid.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - seadistusest tehakse tõmmis kujul urpmi.addmedia võti.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - järgmine pakett on lähtetekstipakett (sama, mis -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - näitab enne allalaadimist kõiki lähtetekstipakette "
-"(ainult administraator).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --ignorearch - lubab sobimatu arhitektuuriga RPM-ide päringuid.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - seadistab urpmi lennult distributsioonipuu põhjal.\n"
-" Võimaldab esitada päringu distributsiooni kohta.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - näitab muutuste logi.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - näitab konflikte.\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - näitab iganenuid.\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - näitab pakutavaid.\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - näitab nõutavaid.\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - näitab pakkumisi.\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - näitab lähtekoodi RPM-i nime.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - näitab kokkuvõtet.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - paketi sõltuvuste päring.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - kohandab otsingu sellele, mida pakett nõuab.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - laiendatud kohandatud otsing (kaasa arvatud virtuaalsed "
-"paketid).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - lubab pakette otsida pakutavate seas.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - täielik väljund eemaldatavate pakettidega.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - näitab koos nimega ka gruppi.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - näitab kasulikku infot ka inimesele arusaadaval kujul.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - näitab faile paketis.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - sama mis -du.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - näitab koos nimega ka versiooni ja väljalaset.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - järgmine pakett on lähtetekstipakett (sama, mis --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - eemaldab paketi, kui uuem versioon on juba paigaldatud.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - lubab ebatäpset otsingut (sama, mis --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - nagu -y, aga sunnib sobivusi leidma tõstutundetult.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " päringu esitamine käsureal antud nimede või RPM-failide kohta.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "kasutamine: \"urpmq --auto-orphans\" ilma argumentideta"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "võtit --list-nodes saab kasutada ainult koos võtmega --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "faililoendi nägemiseks kasutage võtit -l"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"andmekandjal \"%s\" puudub XML-info, paketil %s on ainult osaline tulemus"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"andmekandjal \"%s\" puudub XML-info, pakettidel %s on ainult osaline tulemus"
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"andmekandjal \"%s\" puudub XML-info, paketile %s ei ole mingit tulemust"
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"andmekandjal \"%s\" puudub XML-info, pakettidele %s ei ole mingit tulemust"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Muutuste logi ei leitud\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - loob uuendatava andmekandja.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "vigane URL: [%s]"
-
-#~ msgid "sorry, you can't use --install-src to install remote .src.rpm files"
-#~ msgstr ""
-#~ "vabandust, võtit --install-src ei saa kasutada võrgus paiknevate .src.rpm-"
-#~ "failide paigaldamiseks"
-
-#~ msgid "Error"
-#~ msgstr "Viga"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d paigaldamistehing nurjus"
-#~ msgstr[1] "%d paigaldamistehingut nurjus"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Paketti %s ei saa paigaldada"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Kontrollitakse, kas on võimalik eemaldada järgmised paketid"
diff --git a/po/eu.po b/po/eu.po
deleted file mode 100644
index d7b1530d..00000000
--- a/po/eu.po
+++ /dev/null
@@ -1,3310 +0,0 @@
-# translation of urpmi.po to Euskara
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/eu.php3
-# EUSKARA: Mandriva Linux translation.
-# Copyright (C) 2001-2002, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
-#
-# Iñigo Salvador Azurmendi <xalba@euskalnet.net>, 2001-2002, 2003, 2004, 2005, 2006, 2008.
-# Hizkuntza Politikarako Sailburuordetza <hizpol@ej-gv.es>, 2004.
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-06-11 09:42+0200\n"
-"Last-Translator: Iñigo Salvador Azurmendi <xalba@euskalnet.net>\n"
-"Language-Team: Euskara <eu@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM instalaketa"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Akatsa: ezin da %s fitxategia aurkitu, eragiketa galaraziko da"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ados"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Iturburu pakete bat hautatu duzu:\n"
-"\n"
-"%s\n"
-"\n"
-"Segur aski ez zenuen ordenagailuan instalatu nahi (instalatzeak bere "
-"iturburu kodean aldaketak egin eta konpilatzeko aukera emango lizuke).\n"
-"\n"
-"Zer egin nahi duzu?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Zure konputagailuan hurrengo software paketeak instalatzera zoaz:\n"
-"\n"
-"%s\n"
-"\n"
-"Jarraitu?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Software-pakete hau instalatzera zoaz ordenagailuan:\n"
-"\n"
-"%s\n"
-"\n"
-"Baliteke gordetzea bakarrik nahi izatea. Zer egin nahi duzu?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Instalatu"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Gorde"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Utzi"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Aukeratu fitxategiko gordetzeko kokalekua"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi %s bertsioa\n"
-"Copyright © 1999-2005 Mandriva.\n"
-"Software askea da hau eta GNU-ren GPL-k ezarritako baldintzak jarraituz "
-"birbanatu daiteke.\n"
-"\n"
-"erabilera:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Aukerak:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - laguntza-mezu hau inprimatzen du.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - modu ez-interaktiboa, galderen erantzun lehenetsiak "
-"erabili.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - automatikoki sistemaren bertsioa berritzeko paketeak "
-"hautatzen ditu\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - deitzea behartzen du, nahiz eta pakete batzuk ez egon.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - egiaztatu rpm sinadura instalatu aurretik\n"
-" (--no-verify-rpm ezgaitzeko, era lehenetsian gaituta "
-"dago).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - emandako euskarria bakarrik erabiltzen du, komaz "
-"bereizita.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - paketeak aurkitzeko bilaketa 'provides'en egitea baimentzen du.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -p - paketeak aurkitzeko bilaketa ez du 'provides'en egiten.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - beste root bat erabiltzen du rpm instalatzeko.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - instalazioa zuzen gauzatu daitekeen egiaztatzen du.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - soilik adierazitako euskarria erabiltzen du eskatutako "
-"paketeak bilatzeko.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Ez da paketerik zehaztu"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Itxaron mesedez..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Root izan behar da"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Eskatutako pakete batzuk ezin dira instalatu:\n"
-"%s\n"
-"Instalazioarekin jarraitu hala ere?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Kontuz"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ados"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (Eguneratu)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (instalatu)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Paketa aukera"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Ondoko paketeetako bat behar da:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Geldiarazi"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Ondoko paketeak ezabatu egin behar dira besteak berritu ahal izateko:\n"
-"%s\n"
-"Instalazioarekin jarraitu hala ere?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Mendekotasunak asetzeko, ondorengo paketea instalatuko da:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Mendekotasunak asetzeko, ondoko paketeak instalatuko dira:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(pakete %d, %d MB)"
-msgstr[1] "(%d pakete, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Paketearen instalazioa..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "ezin dira iturburuko paketeak lortu, abortatzen"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Prestatzen..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "`%s' paketea instalatzen (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Mesedez, sartu \"%s\" izeneko euskarria"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "`%s' paketea deskargatzen..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Eginda"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Huts egin du instalatzean, fitxategi batzuk falta dira:\n"
-"%s\n"
-"Zure urpmi datu-basea eguneratzea komeni da"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Instalaketak huts egin du:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Dena dago instalatuta"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Instalazioa amaitu da"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "%s kentzen"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "urpmi berrabiarazten"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"erabilera: %s [aukerak]\n"
-"[aukerak] hemengoak dira\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - laguntza-mezu hau inprimatzen du.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <bidea> - erabili emaniko erroa \"/\" ordez\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [taldea] - emaitzak talde jakin batera murrizten ditu.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " lehenetsia %s da.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - irteeran jarri rpm izen osoa (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Supererabiltzaileak bakarrik du paketeak instalatzeko baimena"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "urpmi modu murriztuan exekutatzen..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "%s direktorioa sortzeak huts egin du"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "%s direktorioarentzako jabe baliogabea"
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Ezin da [%s] birpaketatzeko direktoriora idatzi\n"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "ezin da rpmdb ireki"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "rpm fitxategi-izen baliogabea [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "[%s] rpm fitxategia berreskuratzen..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...berreskuratu da"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...berreskuratzeak huts egin du: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "ezin izan da rpm fitxategia atzitu [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "ezin da %s spec fitxategia sintaktikoki egiaztatu [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "ezin da rpm fitxategia erregistratu"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "rpm-rentzako arkitektura bateraezina [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "errorea pakete lokalak erregistratzean"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Eragiketa hau debekatuta dago modu murriztuan exekutatzerakoan"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "proxy-adierazpen okerra komando-lerroan\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: ezin da \"%s\" rpm fitxategia irakurri\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "%s ezusteko adierazpena"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "%s-ren aurretik adierazpena falta da"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "%s ezusteko adierazpena (iradokizuna: erabili -a edo -o ?)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "ez dago itxi beharreko adierazpenik"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-"era lehenetsian urpmf-k regexp bat espero du. \"--literal\" aukera erabili "
-"beharko zenuke"
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "chroot direktorioa ez da existitzen"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Ezin da %s %s gabe erabili"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Ezin da %s %s-rekin erabili"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Argumentu gehiegi\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Ezin izan da kopiatu"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"CD-ROMa zuk zeuk muntatu behar duzu (edo perl-Hal-Cdroms instalatatu "
-"automatikoki egin dadin)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "HAL deabrua (hald) ez dago martxan edo ez dago prest"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "\"%s\" euskarria ez dago eskuragarri"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "ezin izan dugu [%s] rpm fitxategia \"%s\" euskarrian irakurri"
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "sintaxi akatsa konfig fitxategiaren %s lerroan"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "ezin da konfig fitxategia irakurri [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "'%s' euskarria bitan definituta dago, galarazten"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "ezin da [%s] konfigurazio-fitxategia idatzi"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-"ezin proxy ezarpenak irakurri (behar adinako eskubiderik ez %s irakurtzeko)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Mesedez sartu proxy-ra sartzeko zure egiaztapen datuak\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Erabiltzaile izena:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Pasahitza:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "webfetch `%s' ezezaguna !!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s-k huts egin du: %d seinalearekin irten da"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s-k huts egin du: %d-rekin irten da"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "kopiak huts egin du"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget falta da\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl falta da\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl-ek huts egin du: deskarga galarazita\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync falta da\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh falta da\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla falta da\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Ezin izan da prozilla exekutatu\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "aria2 falta da\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% / %s osatuta, ETA = %s, abiadura = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% osatuta, abiadura = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "%s berreskuratzen"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "%s eskuratuta"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "%s(e)rako protokolo ezezaguna definitu da"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s ez dago eskuragarri, %s erabiliko da"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "webfetch ez da aurkitu, webfetch hauek onartzen dira: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "ezin da protokoloa maneiatu: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "%s eta %s garbitzen"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "ez da %s paketea aurkitu."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "rpm fitxategiak berreskuratzen \"%s\" euskarritik..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[birpaketatzen]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"transakzioa sortu da %s(e)n instalatzeko (kendu=%d, instalatu=%d,eguneratu=%"
-"d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "ezin da transakziorik sortu"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "ezin da rpm atera %s delta-rpm paketetik"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "ezin da %s paketea instalatu"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "(%s) rpm okerra %s-tik ezabatzen"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "%s ezabatzeak huts egin du: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "%s paketea ezabatzen"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "%s paketea kentzen"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "%2$s-n instalatutako rpm-ak (%1$s) ezabatzen"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Informazio gehiago %s paketeari buruz"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Ezin da ldap katxe direktorioa sortu"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Ezin da ldap-entzako katxe fitxategia idatzi\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Ez da zerbitzaririk zehaztu, uri edo ostalaria falta da"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Ez da oinarria definitu"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Ezin da ldap uri-ra konektatu:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s datubasea giltzatuta dago. Itxoiten..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "galarazten"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-"%s datubasea giltzatuta dago (beste programa bat hura erabiltzen ari da)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Instalazioak huts egin du"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Instalaketak huts egin du, rpm okerrak:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Ondoko paketeak sinadura okerra dauka"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Ondoko pakete hauek sinadura okerra dute"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Instalatzen jarraitu nahi duzu?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "instalatutako rpm-ak ezabatzen (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "%s banatzen"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "%s %s-tik instalatzen"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "%s instalatzen"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Mendekotasunak egiaztatu gabe saiatu nahi duzu instalatzen? (b/E) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Indar handiagoz instalatzen saiatu (--force)? (b/E) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Paketeak egunean daude"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Instalazioa posible da"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "%s fitxategia aztertzen"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "oharra: %s-rentzako md5sum ezin da eskuratu MD5SUM fitxategian"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"\"%s\" euskarri birtualak url garbia eduki beharko luke, ez ikusi egingo zaio"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr ""
-"ezin da \"%s\"(r)en zerrenda-fitxategia atzitu, euskarriari ez ikusi egingo "
-"zaio"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr ""
-"ezin da \"%s\"(r)en synthesis fitxategia atzitu, euskarriari jaramonik ez"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr ""
-"existitzen den \"%s\" euskarriari jaramonik ez egiteko ahalegina, ekiditen"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "gailu eramangarria migratzeak huts egin du, euskarria baztertzen"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "[%s] konfigurazio-fitxategia idatzi"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Modu paraleloa ezin da use-distrib moduarekin erabili "
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "modu paralelorako asoziatutako euskarria erabiltzen: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--laburpena ezin da hauekin erabili: --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib edo --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Bilaketa hasera: %s amaiera: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "%s paketea saltatzen"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "%s paketea eguneratu beharrean instalatu egingo luke"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "\"%s\" euskarria lehendik badago"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(era lehenetsian jaramonik ez)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "\"%s\" euskarria \"%s\" urruneko euskarriaren aurretik eransten"
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "\"%s\" euskarria eransten"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "%s direktorioa ez da existitzen"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "kokapen honek ez dirudi banaketarik daukanik"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "ezin izan da media.cfg sintaktikoki egiaztatu"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "ezin da banaketa menua atzitu (ez da media.cfg fitxategirik aurkitu)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "alboratu '%s' euskarri ez bateragarria (%s-rentzako)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "media.cfg fitxategia berreskuratzen..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "existitzen ez den \"%s\" euskarria hautatu nahian zabiltza"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "hainbat euskarri hautatzen: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "\"%s\" euskarria kentzen"
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "\"%s\" euskarriarentzako urpmi birkonfiguratzen"
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...birkonfiguraketak hutsegin du"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "birkonfiguraketa amaituta"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Akatsa izen fitxategia sortzerakoan: %d menpekotasuna ez da aurkitu"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "\"%s\" euskarria egunean dago"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "[%s] laburpen-fitxategia aztertzen"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "arazoa \"%s\" euskarriaren laburpen-fitxategia irakurtzean"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "[%s] kopiatzen \"%s\" euskarriarentzako..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...ezin izan da kopiatu"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "\"%s\"(r)en deskribapen-fitxategia kopiatzen..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopiatzea burutu da"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "ezin izan da [%s] kopiatu (fitxategia txikiegia da)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "berreskuratutako iturburu synthesis-en md5sum kalkulatzen"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "[%s]-ren berreskuperaketak huts egin du (md5sum ez dator bat)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "genhdlist2-k huts egin du %s-rekin"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "%s eta %s parekatzen"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "%s hdlist fitxategi baliogabea \"%s\" euskarriarentzat"
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "\"%s\"-ren MD5SUM fitxategia kopiatzen..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "rpm fitxategi-izen baliogabea [%s]"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "\"%s\"-ren synthesis iturburua berreskuratzen..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "aztertutako synthesis aurkitu da %s gisa"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "ez da \"%s\" euskarriaren synthesis fitxategirik aurkitu"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "\"%s\"(r)en gako publikoen fitxategia aztertzen..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...%s gakoa inportatu da \"%s\"(r)en gako publikoen fitxategitik"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "ezin da \"%s\"(r)en gako publikoen fitxategia inportatu"
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "\"%s\" euskarri eguneratua"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "[%s] berreskurapenak huts egin du"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "%s ispiluarekin berriz saiatzen"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Ezin da ispilu bat aurkitu %s ispilu zerrendan"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "%s %.2f %.2f geokokapenak aurkitu dira %s ordugunetik"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "%s-tik ispilu zerrenda jasotzen"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "eEnN"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "bByYsS"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Aukera okerra, saiatu berriro\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Paketea"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Bertsioa"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Askapena"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arkitektura"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(iradokita)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "\"%s\" euskarria"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "komando lerroa"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "[%s] fitxategian ezin da \"%s\" analizatu"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "[%s] fitxategiko maneiatzaile paraleloa aztertzen"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "nodoentzako maneiatzaile paraleloa aurkitu da: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "ezin da \"%s\" aukera paraleloa erabili"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Instalazioak huts egin du"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "ezin da \"%s\" euskarria atzitu."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "%s muntatzen"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "%s desmuntatzen"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf %s bertsioa\n"
-"Copyright © 2002-2006 Mandriva.\n"
-"Software askea da hau eta GNU-ren GPL-k ezarritako baldintzak jarraituz "
-"birbanatu daiteke.\n"
-"\n"
-"erabilera: urpmf [aukerak] adierazpen-patroia\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - inprimatu tresna honen bertsio zenbakia.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - ingurune espezifikoa erabiltzen du (normalean\n"
-" errorearen berri ematea).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - ez erabili adierazitako euskarria, komaz bereizita.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - ez parekatu patroi gisa, erabili argumentua hitzez hitz "
-"testu ilara gisa.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - erabili beste erro bat urpmi db eta rpm instalatzeko.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - euskarriak komaz bereizitako azpikateen arabera "
-"ordenatzen ditu.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - erabili emandako bidea euskarria atzitzeko\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - emandako laburpena erabiltzen du urpmi db-ren ordez.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - ez inprimatu lerro berdinak.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - eguneratze-euskarria bakarrik erabiltzen du.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - modu berritsua.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - ereduetan ez bereiztu hizki larri eta xeheak.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -I - ereduetan hizki larri eta xeheak bereiztu (lehenetsia).\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - aldatu eremu bakantzailea (lehenetsia ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Adierazpen patroiak:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text - edozein testu regexp bezala aztertzen da, -l erabiltzen "
-"denean ezik..\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - perl kodea sartzen du zuzenean perl -e gisa.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - ETA eragile bitarra.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - EDO eragile bitarra.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - EZ unarioa.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - ezker eta eskuin parentesiak.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Etiketa zerrendak:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - printf-antzeko irteera formatua zehazten du\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " adibidez: '%%name:%%files'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - arkitektura\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - eraikuntza ostalaria\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - eraikuntza ordua\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - konfiguraketa fitxategiak\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - \"gatazka\" etiketak\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - paketeen deskribapena\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - banaketa\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - garaia.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - paketearen fitxategi izena\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - paketeak biltzen dituen fitxategien izen zerrenda\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - taldea\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - lizentzia\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - pakete izena\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - \"zaharkituak\" etiketak\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - paketatzailea\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - \"hornitu\" etiketak.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - \"beharrezko\" etiketak\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - neurria instalatu ondoren\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - rpm iturburu izena.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - bilatu «suggests» bezala markatutakoen artean\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - laburpena\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - url\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - hornitzailea\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - paketea zeukan euskarria\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - bertsioa, argitalpena eta fitxategia ere izenarekin inprimatzen "
-"ditu.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Formatu okerra: etiketa balio-anitz bakarra erabili dezakezu"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "%s(e)n ingurune espezifikoa erabiliz\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "ez dago \"%s\" euskarriarentzako hdlist eskuragarri"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "ez dago \"%s\" euskarriarentzako synthesis eskuragarri"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "ez dago \"%s\" euskarriarentzako xml-info eskuragarri"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-"urpmi berrabiatu egin da, eta lehentasuna duten paketeen zerrenda ez da "
-"aldatu"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-"urpmi berrabiatu egin da, eta lehentasuna duten paketeen zerrenda aldatu "
-"egin da: %s vs %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Ez dago %s izeneko paketerik"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Ondoko paketeek %s dute: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "%s paketeak ezin dira instalatu"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "%s paketea dagoeneko instalatuta dago"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "%s paketeak dagoeneko instalatuta daude"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "%s falta delako"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "dagoeneko instalatutako %s dela eta"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "%s bete gabe dagoelako"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "%s jaso nahian"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "%s gordetzeko"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "%s instalatzeko"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "%s(r)ekin gatazkak daudelako"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Sinadura ez da baliozkoa (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "ID gakoa ez da baliozkoa (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Sinadura falta da (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "sistema"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "%s berrabiatu beharko zenuke %s-rentzako"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Ezin da fitxategia idatzi"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Ezin da fitxategia ireki"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Ezin da %s fitxategiar %s-ra mugitu"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme %s bertsioa\n"
-"Copyright © 1999-2008 Mandriva.\n"
-"Software askea da hau eta GNU-ren GPL-k ezarritako baldintzak jarraituz "
-"birbanatu daiteke.\n"
-"\n"
-"erabilera:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - automatikoki pakete bat hautatzen du aukeratik.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - ezabaketa egokiro egin daitekeen egiaztatzen du.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - urpmi banatzen du alias-makinen artean.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - fitxategiak bir-paketatu ezabatu aurretik\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - beste root bat erabiltzen du rpm ezabaketarako.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --justdb - eguneratu soilik rpm db, ez fitxategi-sistema.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - ez du scriptlet(s) paketea exekutatzen\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - urpme berehala konfiguratzen du distrib zuhaitzetik, \n"
-" erabilgarria chroot --root aukerarekin (des)"
-"instalatzeko.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - modu berritsua.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-" -a - pakete denak hautatzen ditu bat datozen adierazpenak "
-"kontuan hartuz.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Supererabiltzaileak soilik dauka paketeak ezabatzeko baimena"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "pakete ezezagunak"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "pakete ezezaguna"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "%s paketea kentzen baduzu, sistema apurtuko duzu"
-msgstr[1] "%s paketea kentzen baduzu, sistema apurtuko duzu"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Ez dago ezer kentzeko"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Ez dago ezer kentzeko"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Mendekotasunak asetzeko, ondoko paketea ezabatuko da"
-msgstr[1] "Mendekotasunak asetzeko, ondoko %d paketeak ezabatuko dira"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "pakete ezezaguna"
-msgstr[1] "pakete ezezaguna"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "%d paketea ezabatu?"
-msgstr[1] "%d paketeak ezabatu?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (b/E) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr ""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Kentzean huts egin du"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Kentzean huts egin du"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "amaitugabeko adierazpena (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - euskarria eguneratu, ondoren systema berritu.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - MD5SUM fitxategiaren egiaztapena desgaitzen du.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - gpg gakoa eguneratzera behartzen du.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - ez aukeratu automatikoki \"suggested\" paketeak.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - inoiz ez du pakete bat desinstalatu nahi den galdetzen, "
-"instalazioa bertan behera uzten da.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - paketeak ez instalatu (jaitsi soilik)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - gorde lehendik dauden paketeak ahal bada, ezetsi kentzea\n"
-" eragiten duten pakete-eskaerak.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - transakzio txikiagoetan zatitzen du adierazitako "
-"paketeak\n"
-" baino gehiago instalatu edo bertsio-berrituko badira,\n"
-" lehenetsia %d da.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - transakzio txikiaren luzera, lehenetsia %d da.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - hurbilketazko bilaketa inposatzen du.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - instalatu paketeen «buildrequires»\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - iturburu-paketea bakarrik instalatzen du (binarioak ez).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - kendu rpm cachetik beste ezer baino lehen.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - ez garbitu rpm-ak katxetik.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-" --replacepkgs - behartu dagoeneko instalatuta dauden paketeen "
-"instalaketa.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - erabiltzaileari paketeak instalatzeko eskatzeko aukera\n"
-"ematen du, mendekotasunak egiaztatu gabe.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - erabiltzaileari paketeak instalatzeko eskatzeko aukera\n"
-"ematen du, mendekotasunak eta osotasuna egiaztatu gabe.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - automatikoki aukeratu \"suggested\" packeteak.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - urpmi berehala konfiguratzen du distrib zuhaitzetik, \n"
-" erabilgarria chroot --root aukerarekin instalatzeko.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - urruneko fitxategiak berreskuratzeko erabili beharreko "
-"programa. \n"
-" programa ezagunak: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - curl-i aukera gehiago pasatzeko\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- rsync-i aukera gehigarriak pasatzeko\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - wget-i aukera gehigarriak pasatzeko\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - prozilla-i aukera gehiago pasatzeko\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - aria2-ri pasatzeko aukera osagarriak\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - deskarga-abiadura mugatzen du.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - partzialki deskargatutako fitxategien transferentziari "
-"berriro\n"
-"ekiten dio ('--no-resume'-k hori desgaitzen du; lehenetsia desgaituta da).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - HTTP proxy espezifikoa erabiltzen du, ataka-zenbakiak \n"
-" 1080 izan behar du lehenespenez (formatua hau da: \n"
-"<proxy-ostalaria[:ataka]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - zehaztu proxy-aren autentifikazioan erabiltzeko \n"
-"erabiltzailea eta pasahitza (formatua hau da: <erabiltzailea:pasahitza>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - errorearen berri ematea bideratzen du, hurrengo "
-"argumentuak\n"
-" adierazitako direktorioan.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - kanpoan uzten du komaz bereizitako bide-izena.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - docs fitxategiak kanpoan uzten ditu.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --ignoresize - ez egiaztatu diskoan dagoen lekua instalazio aurretik.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --ignorearch - bat ez datozen arkitekturetan instalatzen uzteko.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - ez du scriptlet(s) paketea exekutatzen\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - instalatu behar ez liratekeen paketeak\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - hobetsi beharko liratekeen paketeak\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - pakete ugari aurkitzen direnean, proposatu lehenetsiak\n"
-" baino aukera gehiago.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - ez giltzatu rpm db.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-" --strict-arch - berritu soilik arkitektura berdina duten paketeak.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - komando-lerroko bat-etortze guztiak hautatzen ditu.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - modu lasaia.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - oso modu berritsua.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" komando-lerroan idatzitako izenak edo rpm fitxategiak instalatuko dira.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Akatsa: ezin da erabili -auto-select pakete zerrendarekin.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Akatsa: akats txosten bat sortzeko, zehaztu komando-lerroko ohiko "
-"argumentuak\n"
-"--bug argumentuarekin batera.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Ezin dituzu rpm fitxategi bitarrak instalatu --install-src erabilita"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Zuk ezin dituzu 'spec' fitxategiak instalatu"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "lehenetsia --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-"mesedez erabili --buildrequires edo --install-src, lehenetsia --buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"[%s] direktorioa badago lehendik, erabili beste direktorio bat akatsen berri "
-"emateko edo ezabatu"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Ezin da erroreen berri emateko [%s] direktorioa sortu"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "%s ingurune direktorioa ez da existitzen"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Akatsa: %s irakurri-soilik muntatu dela dirudi.\n"
-"Erabili --allow-force eragiketa behartzeko."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Euskarria eguneratzen...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (eguneratu)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (eguneratu)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (instalatu)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (instalatu)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "%s mendekotasuna asetzeko, ondoko paketeetako bat behar da:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Zein hautatzen duzu? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Ondoko paketea ezin dira instalatu instalatuta daudenak baino zaharrago\n"
-" batzuekiko menpekotasuna dutelako:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Ondoko paketeak ezin dira instalatu instalatuta daudenak baino zaharrago\n"
-" batzuekiko menpekotasuna dutelako:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Instalazioarekin jarraitu hala ere?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (B/e) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Eskatutako pakete bat ezin da instalatu:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Eskatutako pakete bat ezin da instalatu:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "%s paketea kentzen baduzu, sistema apurtuko duzu"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Ezin da instalazioarekin jarraitu, honako paketea\n"
-"kendu egin behar direlako, beste batzuen bertsioa berritzeko:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Ezin da instalazioarekin jarraitu, honako paketeak\n"
-"kendu egin behar direlako, beste batzuen bertsioa berritzeko:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Ondoko paketea ezabatu behar da besteak berritu ahal daitezen:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Pakete hauek kendu egin behar dira besteak berritzeko:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(froga soilik, ezabaketa ez da egingo)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Lehenengo urpmi deitu behar duzu --buildrequires aukerarekin ondoko "
-"mendekotasunak instalatzeko:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Mendekotasunak asetzeko, ondoko paketea ezabatuko da"
-msgstr[1] "Mendekotasunak asetzeko, ondoko %d paketeak ezabatuko dira"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(froga soilik, instalazioa ez da egingo)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "diskoan %s leku gehiago erabiliko da."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "diskoan %s lekua askatuko da."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "paketeen %s eskuratuko dira."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Pakete baten instalaketarekin arrera jarraitu nahi duzu?"
-msgstr[1] "%d paketeen instalaketarekin jarraitu nahi duzu?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Utzi"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Sakatu 'Sartu' muntatuta dagoenean..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"Erabilera: urpmi.addmedia [aukerak] <izena> <url>\n"
-"non <url> hauetako bat den\n"
-" [file:/]/<bidea>\n"
-" ftp://<erabiltzaileizena>:<pasahitza>@<ostalaria>/<bidea>\n"
-" ftp://<ostalaria>/<bidea>\n"
-" http://<ostalaria>/<bidea>\n"
-" cdrom://<bidea>\n"
-"\n"
-"erabilera: urpmi.addmedia [aukerak] --distrib --mirrorlist <url>\n"
-"erabilera: urpmi.addmedia [aukerak] --mirrorlist <url> <izena> <bide "
-"erlatiboa>\n"
-"\n"
-"adibideak:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"eta [aukerak] hemengoak diren\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-" --wget - wget erabiltzen du urruneko fitxategiak eskuratzeko.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - curl erabiltzen du urruneko fitxategiak eskuratzeko.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-" --prozilla - prozilla erabiltzen du urruneko fitxategiak eskuratzeko.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - curl erabiltzen du urruneko fitxategiak eskuratzeko.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - erabili xml info fitxategiak jaisteko politika zehatza\n"
-" hauetako bat: never, on-demand, update-only, always. cf "
-"urpmi.cfg(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - synthesis fitxategia erabili.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - erabili rpm fitxategiak (synthesis ordez).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - ez saiatu synthesis fitxategiak aurkitzen.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - instalazio-euskarri batetik euskarri guztiak sortzen \n"
-" ditu automatikoki.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-" --interactive - , --distrib aukerarekin, eskatu berrespena euskarri "
-"bakoitzarentzako\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr ""
-" --all-media - , --distrib aukerarekin, erantsi zerrendatutako euskarri "
-"bakoitza\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - ispiluen zerrendaren url espezifikoa erabiltzen du,\n"
-" lehenetsia %s da\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - beti eguneratuta dauden euskarri birtualak sortu.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - MD5SUM fitxategiaren egiaztapena desgaitzen du.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - ez inportatu erantsitako euskarrien gako-publikoa\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - erantsi euskarria konfig-en, baino ez eguneratu.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - modu lasaia.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - modu berritsua.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "xml-info politika ezagunak dira %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "ez da argumenturik behar honentzako: --distrib --mirrorlist <url>"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "<url> okerra (bertako direktorioentzako, bide absolutua behar da)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Supererabiltzaileak soilik dauka euskarriak eransteko baimena"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "Konfig fitxategia sortzen [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Ezin da konfig fitxategia sortu [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr ""
-"ez dago <synthesis-en bide erlatiboa> eman beharrik --distrib aukerarekin"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"'%s' euskarria erantsi nahi duzu?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<synthesis-en bide erlatiboa> falta da\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Urruneko euskarriekin ezin da %s erabili"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "ezin da euskarria erantsi"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover %s bertsioa\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Software askea da hau eta GNU-ren GPL-k ezarritako baldintzak jarraituz "
-"birbanatu daiteke.\n"
-"\n"
-"erabilera:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - ezarri birpaketatze bat orain hasi dadin\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - ez garbitu birpaketatzeko direktorioa kontrol-puntua "
-"jartzean\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-" --list - zerrendatu ematen den data/iraupen argumentutik egin "
-"diren eragiketak\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - zerrendatu rpmdb-en dauden eragiketa guztiak (luzea)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - zerrendatu kontrol-puntutik egindako eragiketak\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - zehaztutako data arte atzera egin,\n"
-" edo zehaztutako eragiketa kopurua desegin\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - berpaketatzea ezgaitu\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Data edo iraupen baliogabea [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Birpaketatzeko direktorioa ez da definitu\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Ezin da [%s] birpaketatzeko direktoriora idatzi\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "[%s] birpaketatzeko direktorioa garbitzen...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "fitxategi %d ezabatuta\n"
-msgstr[1] "%d fitxategi ezabatuta\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Komando-lerro argumentu okerrak [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Ezin dituzu --checkpoint eta --rollback aukerak batera deitu\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Ezin dituzu --checkpoint eta --list aukerak batera zehaztu\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Ezin dituzu --rollback eta --list aukerak batera zehaztu\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Ezin duzu --disable beste aukera batekin zehaztu"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "%s-tik ez da eragiketarik aurkitu\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Superrerabiltzailea izan behar zara hau egiteko"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "[%s] rpm macro fitxategia idazten...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Ez da aurkitu atzera bueltatzeko datarik\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Atzera bueltatu %s arte...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Birpaketatzea ezgaitzen\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"Erabilera: urpmi.removemedia (-a | <izena> ...)\n"
-"non <izena> kendu beharreko euskarri-izena den.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - euskarri guztiak hautatzen ditu.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - parekatze lausoa euskarri izenetan.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Supererabiltzaileak soilik dauka euskarriak ezabatzeko baimena"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "ez dago kentzeko ezer (erabili urpmi.addmedia euskarria gehitzeko)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"kendu beharreko sarrera falta da\n"
-"(%s(e)tako bat\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"Erabilera: urpmi.update [aukerak] <izena> ...\n"
-"non <izena> eguneratu beharreko euskarri-izena den.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - eguneratze-euskarria bakarrik eguneratzen du.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - gpg gakoa eguneratzera behartzen du.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - ez eguneratu, markatu euskarria baztertu gisa.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - ez eguneratu, markatu euskarria gaitu gisa.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --probe-rpms - ez erabili synthesis, zuzenean rpm fitxategiak erabili\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - euskarri ez-aldagarri guztiak hautatzen ditu.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - synthesis eguneraketa behartu\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - benetan behartu synthesis eguneraketa.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Supererabiltzaileak soilik dauka euskarriak eguneratzeko baimena"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"ez dago eguneratzeko ezer (erabili urpmi.addmedia euskarria gehitzeko)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"eguneratu beharreko sarrera falta da\n"
-"(%s(e)tako bat\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "%s euskarria baztertzen"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "%s euskarria gaitzen"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq %s bertsioa\n"
-"Copyright © 2000-2006 Mandriva.\n"
-"Hau software askea da eta birbanatu egin daiteke GNU GLParen baldintzak "
-"betetzen badira.\n"
-"\n"
-"erabilera:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - soilik emandako euskarria erabiltzen du eskatutako "
-"paketeak (edo eguneratutakoak) bilatzeko.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - hurbilketazko bilaketa inposatzen du (-y bezala).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - pakete erabilgarrien zerrenda.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - euskarri erabilgarrien zerrenda.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr ""
-" --list-url - erabilgarri dauden euskarriak eta haien url-a zerrendatzen "
-"ditu.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - --parallel erabiltzean erabilgarri dauden nodoen "
-"zerrenda .\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - alias paralelo erabilgarrien zerrenda.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - config urpmi.addmedia argumentu gisa iraultzen du.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - hurrengo paketea iturburu-pakete bat da (-s bezala).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-"--sources - iturburu-pakete guztiak deskargatu aurretik ematen ditu \n"
-" (root-ek bakarrik).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - rpm-ak bat ez datozen arkitektura bila galdekatzeko "
-"aukera eskaintzen du.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - urpmi berehala konfiguratzen du distrib zuhaitzetik.\n"
-" Horren bidez distro bati kontsulta egin diezaiokezu.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - changelog inprimatzen du.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - gatazkak erakutsi.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - \"zaharkituak\" etiketak\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - inprimatu 'provides' eremua.\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - beharrezko dituenak erakutsi.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - bilatu «suggests» bezala markatutakoen artean\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - sourcerpm erakutsi.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - laburpena inprimatu.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - galdekatu paketearen mendekotasunak.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - paketeak behar duenaren alderantzizko bilaketa.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - alderantzizko bilaketa hedatua (alegiazko paketeak "
-"barne).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - bilatu hornitutakoetan paketea aurkitzeko.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - osatu irteera kendu behar den paketearekin.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - taldeak ere izenarekin inprimatzen ditu.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - informazio erabilgarria pertsonek irakurtzeko moduan inprimatzen "
-"du.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - paketeko fitxategiak zerrendatzen ditu.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - '-du'-ren baliokidea\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr ""
-" -r - bertsioa eta argitalpena ere izenarekin inprimatzen "
-"ditu.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - hurrengo paketea iturburu-pakete bat da (--src bezala).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-"-u - paketea kentzen du bertsio berriagoa instalatuta badago.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - inposatu hurbilketazko bilaketa (--fuzzy bezala).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - -y bezala, baino ez ditu hizki larri/xeheak "
-"desberdinduko.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-" komando-lerroan idatzitako izenak edo rpm fitxategiak kontsultatu dira.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--nodo-zerrendak honekin bakarrik erabil daitezke: --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "erabili -l fitxategiak zerrendatzeko"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"ez dago \"%s\" euskarriarentzako xml info, %s paketearentzako emaitza "
-"partzialak soilik"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"ez dago \"%s\" euskarriarentzako xml info, %s paketeentzako emaitza "
-"partzialak soilik"
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"ez dago \"%s\" euskarriarentzako xml info, ezin da %s paketearentzako "
-"inolako emaitzarik itzuli"
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"ez dago \"%s\" euskarriarentzako xml info, ezin da %s paketeentzako inolako "
-"emaitzarik itzuli"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Ez da changelog aurkitu\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - eguneratze-euskarria sortzen du.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "gaizki osatutako URL: [%s]"
-
-#~ msgid "sorry, you can't use --install-src to install remote .src.rpm files"
-#~ msgstr ""
-#~ "barkatu, ezin duzu --install-src erabili urruneko .src.rpm fitxategiak "
-#~ "instalatzeko"
-
-#~ msgid "Error"
-#~ msgstr "Akatsa"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "instalaketa eragiketa %d-ek huts egin du"
-#~ msgstr[1] "%d instalaketa eragiketek huts egin dute"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "%s paketea ezin da instalatu"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Ondoko paketeak kentzeko egiaztatzen"
diff --git a/po/fa.po b/po/fa.po
deleted file mode 100644
index 8021baf0..00000000
--- a/po/fa.po
+++ /dev/null
@@ -1,3684 +0,0 @@
-# translation of urpmi-fa.po to
-# translation of urpmi-fa.po to Persian
-# translation of urpmi.po to Persian
-# This file is distributed under the same license as the PACKAGE package.
-# Copyright (C) 2004 THE PACKAGE'S COPYRIGHT HOLDER
-# Abbas Izad <abbasizad@hotmail.com>, 2003, 2004, 2005.
-#
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-fa\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2005-02-06 08:42-0500\n"
-"Last-Translator: \n"
-"Language-Team: <en@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "نصب RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_تأیید"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"شما بسته‌ی منبعی را انتخاب کرده‌اید:\n"
-"\n"
-"%s\n"
-"\n"
-"احتمالا نمی‌خواستید آن را بر رایانه‌ی خود نصب کنید (نصب کردن آنبه شما اجازه "
-"می‌دهد تا کد منبع آن را پیرایش کرده و سپس آن را کمپایل کنید).\n"
-"\n"
-"چکار می‌خواهید انجام دهید؟"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"شما در شرف نصب کردن بسته‌ی نرم‌افزار بدنبال آمده بر رایانه‌ی خود هستید:\n"
-"\n"
-"%s\n"
-"\n"
-"ادامه میدهید؟"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"شما در شرف نصب کردن بسته‌ی نرم‌افزار بدنبال آمده بر رایانه‌ی خود هستید:\n"
-"\n"
-"%s\n"
-"\n"
-"ممکن ایت ترجیح دهید فقط آن را ذخیره کنید. امنخاب شما کدام است؟"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_نصب"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_ذخیره"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_لغو"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "مکان ذخیره‌ی پرونده را انتخاب کنید"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi version %s\n"
-"Copyright © 1999-2008 Mandriva.\n"
-"این نرم‌افزار آزاد است ممکن است تحت شرایط GNU GPL پخش مجدد گردد.\n"
-"\n"
-"طرز استفاده:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - چاپ این پیغام راهنما.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - انتخاب بطور خودکار بسته‌ها برای ارتقای سیستم.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - اجبار درخواست حتی اگر بعضی از بسته ها وجود ندارند.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - تصدیق امضاهای rpm قبل از نصب\n"
-" (--no-verify-rpm غیر فعال شود، پیش‌فرض فعال شده است).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - فقط از رسانه‌های داده شده، جدا شده با ویرگول استفاده شود.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - جستجو در عرضه‌ها برای یافتن بسته را اجازه می‌دهد.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - جستجو در عرضه‌ها برای یافتن بسته نشود.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - استفاده از ریشه‌ی دیگری برای نصب rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - تصدیق کردن اینکه آیا نصب می‌تواند بدرستی انجام پذیرد.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - فقط از رسانه داده شده برای جستجوی بسته‌های درخواست شده "
-"استفاده گردد.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "هیچ بسته‌ای با نام %s"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "لطفاً صبر کنید..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "باید مدیر باشید"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"بعضی از بسته‌های خواسته شده نمی‌توانند نصب شوند:\n"
-"%s\n"
-"ادامه میدهید؟"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "هشدار"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "تایید"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (ارتقاء دادن)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (نصب کردن)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "یکی از بسته‌های بدنبال آمده لازم است:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_ترک"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"بسته‌های بدنبال آمده باید برداشته شوند تا بسته‌های دیگر بتوانند ارتقا یابند:\n"
-"%s\n"
-"ادامه میدهید؟"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "برای ارضای وابستگی‌ها، بسته‌ی بدنبال آمده نصب خواهد شد (%d مگابایت)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "برای ارضای وابستگی‌ها، بسته‌ی بدنبال آمده نصب خواهد شد (%d مگابایت)"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(بسته‌های %d، %d مگابایت)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "نصب بسته..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "نمب‌توان بسته های منبع را دریافت کرد، پایان داده می‌شود"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "در حال آماده کردن..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "نصب بسته `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "لطفاً رسانه‌ی بنام \"%s\" بر دستگاه [%s] را داخل نمایید"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "بارگیری بسته `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_انجام شد"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"نصب شکست خورد، بعضی از پرونده‌ها وجود ندارند:\n"
-"%s\n"
-"بهتر است بانک اطلاعات urpmi را بروزسازی نمایید"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "نصب شکست خورد"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "همه چیز قبلاً نصب شده است"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "نصب پایان یافت"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "برداشتن %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "راه‌اندازی دوباره‌ی urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"طرز استفاده: %s [گزینه‌ها]\n"
-"[گزینه‌ها] از\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - چاپ این پیغام راهنما.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - استفاده از ریشه‌ی داده شده بجایش /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - محدودیت نتایج به گروه داده شده.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " %s پیش‌فرض است.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - چاپ گروه‌ها با نام.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "فقط کاربر برتر برای نصب بسته‌ها مجاز می‌باشد"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "نمی‌توان شاخه‌ی [%s] را برای گزارش اشکال ایجاد کرد"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "بارگیری بسته `%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "نمی‌توان rpmdb را باز کرد"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "نام پرونده rpm نامعتبر [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "در حال دریافت پرونده‌ی rpm [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...دریافت انجام گرفت"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...دریافت شکست خورد: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "نمی‌توان به پرونده rpm [%s] دسترسی یافت"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "نمی‌توان \"%s\" را در پرونده [%s] تجزیه کرد"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "نمی‌توان پرونده rpm را بایگانی کرد"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "خطا در بایگانی کردن بسته‌های محلی"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "تعریف بد پراکسی بر خط فرمان\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: نمی‌توان پرونده rpm \"%s\" را خواند\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "عدم وجود امضا (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "کپی کردن شکست خورد"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "رسانه \"%s\" انتخاب نشده است"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "نمی‌توان پرونده rpm [%s] را از رسانه \"%s\" خواند"
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "نمی‌توان پرونده‌ی تنظیم [%s] را نوشت"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "نمی‌توان پرونده‌ی تنظیم [%s] را نوشت"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "نمی‌توان پرونده‌ی تنظیم [%s] را نوشت"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "واژه‌ی رمز:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "کپی کردن شکست خورد"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "بدلیل عدم وجود %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "بدلیل عدم وجود %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "بدلیل عدم وجود %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "برداشتن %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...دریافت شکست خورد: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "پایان‌نامه‌ی ناشناس برای %s تعیین شده است"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "هیچ webfetch یافت نشد، webfetch دارای پشتیبانی: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "نمی‌توان پایان‌نامه را اداره کرد: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "نصب %s از %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "بسته‌ی %s پیدا نشد."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "دریافت پرونده‌های rpm از رسانه \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "قطعات ایجاد شده برای نصب بر %s (remove=%d, install=%d, upgrade=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "نمی‌توان تکه‌های انتقالی را ایجاد کرد"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "نمی‌توان بسته‌ی %s را برداشت"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "نمی‌توان بسته %s را نصب کرد"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "نصب %s از %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...دریافت شکست خورد: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "برداشتن بسته %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "برداشتن بسته %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "نصب %s از %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "اطلاعات بیشتر برای بسته‌ی %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "هیچ بسته‌ای با نام %s"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, fuzzy, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "نمی‌توان مدخلهای نقشه‌رنگ را تخصیص داد"
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "بانک اطلاعات urpmi قفل شده است"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "هشدار"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "نصب شکست خورد"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "نصب شکست خورد"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "بسته‌های بدنبال آمده امضاهای بد دارند"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "بسته‌های بدنبال آمده امضاهای بد دارند"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "آیا می‌خواهید نصب را ادامه دهید؟"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "نصب %s از %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "انتشار دادن %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "نصب %s از %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "نصب %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "تلاش برای نصب بدون بررسی وابستگی‌ها؟ (y/N) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "تلاش برای نصب حتی قویتر (--force)؟ (y/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "نصب ممکن می‌باشد"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "آزمایش پرونده‌ی MD5SUM "
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "هشدار: md5sum برای %s در پرونده MD5SUM وجود ندارد"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"رسانه مجازی \"%s\" باید یک نشانی درست داشته باشد، رسانه نادیده گرفته می‌شود"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr ""
-"نمی‌توان به پرونده لیست \"%s\" دسترسی پیدا کرد، رسانه نادیده گرفته می‌شود"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "نمی‌توان به پرونده hdlist \"%s\" دسترسی یافت، رسانه نادیده گرفته می‌شود "
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "تلاش برای گذشتن از کنار رسانه‌ی موجود \"%s\", پرهیز"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "نگارش پرونده تنظیم [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "نمی‌توان از حالت موازی با حالت use-distrib استفاده کرد"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "استفاده از رسانه‌های مربوطه برای حالت موازی: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis نمی‌تواند با --media, --excludemedia, --sortmedia, --update یا --"
-"parallel استفاده شود"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "جستجو کردن با شروع در: %s پایان در: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "نادیده‌گیری بسته‌ی %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "بجای ارتقای بسته %s نصب خواهد شد"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "رسانه \"%s\" قبلاً وجود دارد"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "خواندن سرآیندها از رسانه \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "برداشتن رسانه‌ی \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "نمی‌توان rpmdb را باز کرد"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "ناتوان به دسترسی اولین رسانه‌ی نصب (هیچ پرونده‌ی hdlists دیسک پیدا شد)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "دریافت پرونده‌ی hdlists..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "تلاش برای انتخاب رسانه‌ \"%s\" که وجود ندارد"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "انتخاب چندین رسانه ها: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "برداشتن رسانه‌ی \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "تنظیم مجدد urpmi برای رسانه \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...تنظیم مجدد شکست خورد"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "تنظیم مجدد انجام گردید"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "رسانه \"%s\" انتخاب نشده است"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "آزمایش پرونده ترکیب [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "مشکل در خواندن پرونده‌ی ترکیب رسانه‌ی \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "نگارش پرونده لیست برای رسانه \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...کپی کردن شکست خورد"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "کپی کردن پرونده‌ی توضیحات \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...کپی شد"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "کپی از [%s] شکست خورد (پرونده بطرز مشکوکی کوچک است)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "حساب کردن md5sum از hdlist منبع دریافت شده (یا ترکیب)"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "کپی کردن [%s] شکست خورد (عدم تطابق md5sum)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "آزمایش پرونده hdlist [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "نصب %s از %s"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "هیچ پرونده‌ی hdlist برای رسانه \"%s\" یافت شد"
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "کپی کردن پرونده‌ی توضیحات \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "نام پرونده rpm نامعتبر [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "دریافت hdlist منبع (یا ترکیب) \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "hdlist (یا ترکیب) شناسایی شده مانند %s یافت شد"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "هیچ پرونده‌ی hdlist برای رسانه \"%s\" یافت شد"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "در حال آزمایش پرونده کلید عمومی \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...در حال وارد کردن کلید %s از پرونده کلیدعمومی \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "نمی‌توان پرونده کلید عمومی \"%s\" را وارد کرد"
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "رسانه اضافه شده %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "خواندن پرونده‌های rpm از [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "NnخنoO"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "YyبfF"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "متأسفم، انتخاب بد، دوباره امتحان کنید\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "جستجو"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "برداشتن رسانه‌ی \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "نمی‌توان \"%s\" را در پرونده [%s] تجزیه کرد"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "آزمایش دستگیره مواری در پرونده‌ی [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "یافت دستگیره موازی برای گره‌ها: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "نمی‌توان از گزینه موازی \"%s\" استفاده کرد"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "نصب شکست خورد"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "نمی‌توان به رسانه \"%s\" دسترسی پیدا کرد"
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "سوار کردن %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "پیاده کردن %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf version %s\n"
-"Copyright © 2002-2006 Mandriva.\n"
-"این نرم‌افزار آزاد است ممکن است تحت شرایط GNU GPL پخش مجدد گردد.\n"
-"\n"
-"طرز استفاده:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - چاپ این پیغام راهنما.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr " --env - استفاده از محیط مشخص (معمولاً یک گزارش اشکال).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - از رسانه‌ی داده نشده استفاده نشود، جدا شده توسط ویرگول.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --root - استفاده از ریشه‌ی دیگری برای نصب rpm.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - ترتیب دادن رسانه‌ها بر اساس زیررشته‌ها جدا شده با ویرگول.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --synthesis - استفاده از ترکیب داده شده بجای urpmi db.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - استفاده از ترکیب داده شده بجای urpmi db.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - خطهای یکسان چاپ نشوند.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - فقط استفاده از رسانه‌های بروزسازی.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - حالت لغتی.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - نادیده‌گیری موارد تفاوتی در هر الگو.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - نادیده‌گیری موارد تفاوتی در هر الگو.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - ضمیمه مستقیم رمز پرل مانند perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, fuzzy, c-format
-msgid " -a - binary AND operator.\n"
-msgstr ""
-" -a - binary AND operator, true اگر هر دو عبارت درست باشند.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, fuzzy, c-format
-msgid " -o - binary OR operator.\n"
-msgstr ""
-" -o - binary OR operator, درست است اگر یک تعریف درست باشد.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, fuzzy, c-format
-msgid " ! - unary NOT.\n"
-msgstr " -q - حالت ساکت.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ) - پرانطز راست برای بستن عبارت گروه.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"لیست داده‌های برای ذخیره:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - استفاده از واسط X.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " %s پیش‌فرض است.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - چاپ برچسب url: url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - چاپ برچسب ساخت‌میزبان: ساختن میزبان.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "بخش تنظیم کنسول"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - چاپ برچسب اختلاف‌ها: همه اختلاف‌ها.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - چاپ برچسب توضیحات: توضیحات.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - چاپ برچسب epoch: epoch.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --name - فقط نام‌های بسته چاپ شود.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - پرونده‌های در بسته را فهرست می‌کند\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - چاپ برچسب گروه: گروه.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - فقط نام‌های بسته چاپ شود.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --name - فقط نام‌های بسته چاپ شود.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - چاپ برچسب کهنه‌ها: همه کهنه‌ها.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - چاپ برچسب بسته‌گر: packager.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - برچسب چاپ عرضه می‌دارد: عرضه‌ی همه.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - چاپ برچسب لازمه: همه لازم.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - چاپ برچسب اندازه: اندازه.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - چاپ برچسب sourcerpm: منبع rpm.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - چاپ برچسب کهنه‌ها: همه کهنه‌ها.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - برچسب خلاصه‌ی چاپ: خلاصه.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - چاپ برچسب url: url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - حالت لغتی.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - پرونده‌های در بسته را فهرست می‌کند\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - چاپ نسخه، انتشار و ساختار با نام.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "استفاده از محیط مشخص بر %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "هیچ پرونده‌ی hdlist برای رسانه \"%s\" یافت شد"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "ساختن پرونده ترکیب hdlist برای رسانه \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "نگارش پرونده لیست برای رسانه \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "هیچ بسته‌ای با نام %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "بسته‌های بدنبال آمده حاوی %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "همه چیز قبلاً نصب شده است"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "همه چیز قبلاً نصب شده است"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "همه چیز قبلاً نصب شده است"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "بدلیل عدم وجود %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "همه چیز قبلاً نصب شده است"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "بدلیل عدم رضایت %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "تلاش برای ترفیع %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "برای نگهداشتن %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "برای نصب %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "بدلیل اختلاف با %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "امضای نامعتبر (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "شناسه کلید نامعتبر (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "عدم وجود امضا (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "نمی‌توان پرونده‌ی [%s] را نوشت"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "کپی کردن شکست خورد"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "کپی کردن شکست خورد"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme version %s\n"
-"Copyright © 1999-2008 Mandriva.\n"
-"این نرم‌افزار آزاد است ممکن است تحت شرایط GNU GPL پخش مجدد گردد.\n"
-"\n"
-"طرز استفاده:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - انتخاب یک بسته بطور خودکار در انتخاب‌ها.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - تصدیق کردن اینکه آیا حذف می‌تواند بدرستی انجام پذیرد.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - urpmi منتشر شده در بین ماشین‌های مستعار.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - چاپ برچسب بسته‌گر: packager.\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - استفاده از ریشه‌ی دیگری برای حذف نصب rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - فقط بروزسازی رسانه‌های بروزسازی.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - چاپ برچسب توضیحات: توضیحات.\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - urpmi را در هوا از درخت distrib پیکربندی می‌کند، برای\n"
-" نصب(برداری) یک chroot با گزینه‌ی --root مفید است.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - حالت لغتی.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - انتخاب تمام بسته‌های مطابق با عبارت.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "فقط کاربر مدیر برای برداشتن بسته‌ها مجاز است"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "بسته‌های ناشناس"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "بسته‌ی ناشناس"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "برداشتن بسته‌ی %s سیستم شما را خواهد شکست"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "هیچ چیزی برای برداشتن"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "هیچ چیزی برای برداشتن"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "برای ارضای وابستگی‌ها، %dبسته‌های بدنبال آمده برداشته خواهند شد"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "بسته‌ی ناشناس"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "برداشتن بسته %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (y/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "پذیرش دستگاه‌های قابل انتقال مانند \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "برداشتن شکست خورد"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "برداشتن شکست خورد"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-select - انتخاب بطور خودکار بسته‌ها برای ارتقای سیستم.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - بررسی MD5SUM پرونده را از کار می‌اندازد.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - اجبار بروزسازی کلید gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - چاپ برچسب کهنه‌ها: همه کهنه‌ها.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr " --no-uninstall - هرگز برای عزل یک بسته پرسش نشود، پایان نصب.\n"
-
-#: ../urpmi:87
-#, fuzzy, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --install-src - فقط بسته‌ی منبع نصب می‌شود (نه باینری).\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - نگهداشتن بسته‌های موجود در صورت ممکن، عدم پذیرش بسته‌هایی\n"
-" که به برداشتن ختم می‌شود.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - تقسیم به قطعات کوچک اگر بیشتر ار بسته‌های داده شده\n"
-" قرار است نصب یا ارتقا داده شوند،\n"
-" پیش‌فرض %d می‌باشد.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - اندازه‌های کوچک انتقال, پیش‌فرض %d می‌باشد.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - تحمیل جستجوی فازی (همانند -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - چاپ برچسب لازمه: همه لازم.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - فقط بسته‌ی منبع نصب می‌شود (نه باینری).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - برداشتن rpm از حافظه پنهان قبل از هر چیز دیگر.\n"
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - نگهداری rpm استفاده نشده در حافظه‌ی پنهان.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - اجازه‌ی پرسش از کاربر برای نصب بسته‌ها بدون بررسی\n"
-" وابستگی‌ها را می‌دهد.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - اجازه‌ی پرسش از کاربر برای نصب بسته‌ها بدون\n"
-" بررسی وابستگی و درستی آنها.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - چاپ برچسب کهنه‌ها: همه کهنه‌ها.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-"··--use-distrib··-·urpmi·را·در·هوا·از·درخت·distrib·پیکربندی·می‌کند،·برای\n"
-"···················نصب(برداری)·یک·chroot·با·گزینه‌ی·--root·مفید·است.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - محدود کردن سرعت بارگیری.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - باز از سر گیری انتقال پرونده‌های بارگیری شده‌ی ناقص\n"
-" (--no-resume آن را از کار می‌اندازد, ازکارافتاده پیش‌فرض "
-"است).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - استفاده از پراکسی HTTP، شماره درگاه بوسیله‌ی پیش فرض\n"
-" ۱۰۸۰ فرض شده است (قالب آن <proxyhost[:port]> می‌باشد).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - کاربر و گذرواژه را برای اعتبارسنجی پراکسی مشخص\n"
-" می‌کند (قالب آن <user:password>است).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - بیرون‌ریزی یک گزارش اشکال در شاخه‌ی مشخص شده بوسیله\n"
-" مبحث بعدی.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - مسیر بوسیله‌ی ویرگول جدا کننده خارج شود .\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - پرونده‌های نوشتاری محسوب نشوند.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --no-uninstall - هرگز برای عزل یک بسته پرسش نشود، پایان نصب.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - چاپ برچسب url: url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - چاپ برچسب توضیحات: توضیحات.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - بسته‌هایی که نصب آنها باید نادیده گرفته شود\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - بسته‌هایی که نصب آنها باید نادیده گرفته شود\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - هنگامی که چندین بسته یافت می‌گردد، گزینه‌های بیشتری\n"
-" از پیش‌فرض پیشنهاد شود.\n"
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - نگهداری rpm استفاده نشده در حافظه‌ی پنهان.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - فقط بسته‌های با ساختار یکسان ارتقاء داده شوند.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - انتخاب همه مطابقت‌ها بر خط فرمان.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - حالت ساکت.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - حالت لغتی.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " نام‌ها یا پرونده‌های rpm داده شده بر خط فرمان نصب خواهند شد.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-"آنچه می‌توان با پرونده‌های باینری rpm انجام داد هنگام استفاده --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"شاخه‌ی [%s] از قبل وجود دارد، لطفا از شاخه‌ی دیگری برای گزارش اشکال استفاده "
-"کنید یاآن را حذف کنید"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "نمی‌توان شاخه‌ی [%s] را برای گزارش اشکال ایجاد کرد"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"خطا: %s بنظر میرسد بطور فقط-خوانش سوار شده است.\n"
-"از --allow-force برای اجبار عملیات استفاده گردد."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr " (ارتقاء دادن)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr " (ارتقاء دادن)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr " (نصب کردن)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr " (نصب کردن)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "برای ارضای وابستگی‌ها، %dبسته‌های بدنبال آمده برداشته خواهند شد"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "انتخاب شما چه است؟ (1-%d) "
-
-#: ../urpmi:507
-#, fuzzy, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"بسته‌های بدنبال آمده نمی‌توانند نصب گردند برای اینکه آنها بر بسته‌های دیگر "
-"بستگی داشته که کهنه تر از بسته‌های نصب شده هستند:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"بسته‌های بدنبال آمده نمی‌توانند نصب گردند برای اینکه آنها بر بسته‌های دیگر "
-"بستگی داشته که کهنه تر از بسته‌های نصب شده هستند:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "در هر حال ادامه می‌دهید؟"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Y/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"بعضی از بسته‌های خواسته شده نمی‌توانند نصب شوند:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"بعضی از بسته‌های خواسته شده نمی‌توانند نصب شوند:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "برداشتن بسته‌ی %s سیستم شما را خواهد شکست"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"نصب نمی‌تواند ادامه یابد چرا که بسته‌های بدنبال آمده \n"
-"باید برداشته شوند تا بسته‌های دیگر بتوانند ارتقا یابند: \n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"نصب نمی‌تواند ادامه یابد چرا که بسته‌های بدنبال آمده \n"
-"باید برداشته شوند تا بسته‌های دیگر بتوانند ارتقا یابند: \n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"بسته‌های بدنبال آمده باید برداشته شوند تا بسته‌های دیگر بتوانند ارتقا یابند:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"بسته‌های بدنبال آمده باید برداشته شوند تا بسته‌های دیگر بتوانند ارتقا یابند:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"برای نصب وابستگی‌های بدنبال آمده شما باید مدیر سیستم باشید:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "برای ارضای وابستگی‌ها، %dبسته‌های بدنبال آمده برداشته خواهند شد"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "لغو"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "وقتی آماده‌اید ورود را فشار دهید..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"طرز استفاده: urpmi.addmedia [گزینه‌ها] <name> <url>\n"
-"که <url> یکی از\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" removable://<path>\n"
-"\n"
-"و [گزینه‌ها] هستند از\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-" --wget - از wget برای دریافت پرونده‌های دوردست استفاده نمایید.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr ""
-" --curl - از curl برای دریافت پرونده‌های دور دست استفاده شود.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-" --curl - از curl برای دریافت پرونده‌های دور دست استفاده شود.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr ""
-" --curl - از curl برای دریافت پرونده‌های دور دست استفاده شود.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - تلاش برای یافتن و استفاده از پرونده ترکیب.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - تلاش برای یافتن هیچ پرونده‌ی ترکیب یا\n"
-" hdlist نشود.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - بطور خودکار همه‌ی رسانه‌ها را از یک رسانه‌ی نصب ایجاد\n"
-" می‌کند.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - لیست رسانه‌های موجود.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - استفاده از url مشخص شده برای لیست آینه‌ها،پیش‌فرض\n"
-" %s می‌باشد\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - ایجاد رسانه مجازی که همیشه بروز شده هستند،\n"
-" فقط پایان‌نامه file:// مجاز می‌باشد.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - بررسی MD5SUM پرونده را از کار می‌اندازد.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - حالت ساکت.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - حالت لغتی.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "فقط کاربر مدیر برای افزودن رسانه مجاز است"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "پرونده پیکربندی [%s] ایجاد خواهد شد"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "نمیتوان پرونده پیکربندی [%s] را ایجاد کرد"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "احتیاجی به دادن <relative path of hdlist> با --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<relative path of hdlist> وجود ندارد\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "نمی‌توان به رسانه \"%s\" دسترسی پیدا کرد"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover version %s\n"
-"Copyright © 2006 Mandriva.\n"
-"این نرم‌افزار آزاد است ممکن است تحت شرایط GNU GPL پخش مجدد گردد.\n"
-"\n"
-"طرز استفاده:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - نگهداری rpm استفاده نشده در حافظه‌ی پنهان.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - رسانه‌ی در دسترس و url آنها را فهرست می‌کند.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-url - رسانه‌ی در دسترس و url آنها را فهرست می‌کند.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --name - فقط نام‌های بسته چاپ شود.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "بسته‌ی %s پیدا نشد."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, fuzzy, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "- %s برداشته شده است\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "در حال دریافت پرونده‌ی rpm [%s] ..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "هیچ لیست پرونده‌ای یافت نشد\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"طرز استفاده: urpmi.removemedia (-a | <name> ...)\n"
-"که <name> نام رسانه‌ی برای برداشتن می باشد.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - انتخاب تمام رسانه‌ها.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - تطابق نامعلوم در نام‌های رسانه.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "فقط کاربر مدیربرای برداشتن رسانه مجاز است"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"هیچ چیز برای برداشتن (استفاده از urpmi.addmedia برای افزودن یک رسانه)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"ورودی برای برداشتن وجود ندارد\n"
-"(یکی از %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"طرز استفاده: urpmi.update [گزینه‌ها] <name> ...\n"
-"که <name> یک نام رسانه برای بروزسازی می‌باشد.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - فقط بروزسازی رسانه‌های بروزسازی.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - اجبار بروزسازی کلید gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-" --ignore - بروزسازی نشود, رسانه با نادیده‌گیری علامت گذاری گردد.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-" --no-ignore - بروزسازی نگردد, رسانه مانند بکار افتاده علامت گذاری "
-"گردد.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - تلاش برای یافتن هیچ پرونده‌ی ترکیب یا\n"
-" hdlist نشود.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - انتخاب همه رسانه‌های غیر قابل انتقال.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - اجبار تولید پرونده‌های hdlist.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - اجبار تولید پرونده‌های hdlist.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "فقط کاربر مدیر برای بروزسازی رسانه مجاز است"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"هیچ چیز برای بروزسازی (استفاده از urpmi.addmedia برای اضافه کردن یک رسانه)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"ورودی برای بروزسازی وجود ندارد\n"
-"(یکی از %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "نادیده‌گیری رسانه‌ی %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "بکار انداختن رسانه‌ی %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq version %s\n"
-"Copyright © 2000-2006 Mandriva.\n"
-"این نرم‌افزار آزاد است ممکن است تحت شرایط GNU GPL پخش مجدد گردد.\n"
-"\n"
-"طرز استفاده:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - فقط از رسانه داده شده برای جستجوی بسته‌های درخواست شده "
-"استفاده گردد.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - تحمیل جستجوی فازی (همانند -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - لیست کردن بسته‌های موجود.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - لیست رسانه‌های موجود.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - رسانه‌ی در دسترس و url آنها را فهرست می‌کند.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - list available nodes when using --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - نام های مستعار موازی موجود را فهرست می‌کند.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr " --dump-config - تخلیه‌ی پیکربندی به شکل آرگومان urpmi.addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - بسته‌ی بعدی یک بسته‌ی منبع (مانند -s) می‌باشد.\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - همه بسته‌های منابع را قبل از باگیری می‌دهد (فقط مدیر).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - چاپ برچسب url: url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - پیکربندی urpmi در هوا از درخت distrib.\n"
-" این پرسش یک توزیع را اجازه می‌دهد.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - چاپ ثبت تغییرات.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - چاپ برچسب اختلاف‌ها: همه اختلاف‌ها.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - چاپ برچسب کهنه‌ها: همه کهنه‌ها.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - برچسب چاپ عرضه می‌دارد: عرضه‌ی همه.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - چاپ برچسب لازمه: همه لازم.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - چاپ برچسب کهنه‌ها: همه کهنه‌ها.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - چاپ برچسب sourcerpm: منبع rpm.\n"
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary - برچسب خلاصه‌ی چاپ: خلاصه.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - پرسش گسترده برای وابستگی‌های بسته.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - جستجوی معکوس برای آنچه بسته را لازم دارد.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - جستجوی معکوس برای آنچه بسته را لازم دارد.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p -درعرضه‌ها برای یافتن بسته جستجو شود\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - تکمیل بیرون‌ریز با بسته‌ای که برداشته می‌شود.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - چاپ گروه‌ها با نام.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - اطلاعات مفید را به زبان آدمیزاد چاپ می‌کند.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - پرونده‌های در بسته را فهرست می‌کند\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - حالت ساکت.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - چاپ نسخه و انتشار با نام.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - بسته‌ی بعدی یک بسته‌ی منبع (مانند --src) می‌باشد.\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - برداشتن بسته اگر یک نسخه‌ی جدیدتر قبلاً نصب شده است.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - تحمیل جستجوی فازی (همانند --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - مانند -y, ولی اجبار تطابق کازه اعمال می‌شود.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr "نام‌ها یا پرونده‌های داده شده بر خط فرمان مورد تردید می‌باشند.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes فقط می‌توانند با --parallel استفاده شود"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "نمی توان پرونده لیست \"%s\" را نوشت"
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"توجه: چون هیچ رسانه‌ای با استفاده از hdlists جستجو نگردید، urpmf قادر نبود "
-"نتیجه‌ای را بازگرداند\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"توجه: چون هیچ رسانه‌ای با استفاده از hdlists جستجو نگردید، urpmf قادر نبود "
-"نتیجه‌ای را بازگرداند\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"توجه: چون هیچ رسانه‌ای با استفاده از hdlists جستجو نگردید، urpmf قادر نبود "
-"نتیجه‌ای را بازگرداند\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"توجه: چون هیچ رسانه‌ای با استفاده از hdlists جستجو نگردید، urpmf قادر نبود "
-"نتیجه‌ای را بازگرداند\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "هیچ ثبت تغییری یافت نشد\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - ایجاد یک رسانه بروزسازی.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "درون‌ریز درهمریخته: [%s]"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d معامله‌های نصب شکست خورد"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "همه چیز قبلاً نصب شده است"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "در حال بررسی برای برداشتن بسته‌های بدنبال آمده"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "بانک اطلاعات urpmi قفل شده است"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "گزینه‌های ناشناخته '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "نقاط سوارسازی بیش از اندازه برای رسانه قابل انتقال \"%s\""
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "رسانه \"%s\" یک تصویر ISO است، در حال اجرا سوار خواهد گردید"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "استفاده از دستگاه قابل انتقال متفاوت [%s] برای \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "نمی‌توان نام مسیر را برای رسانه قابل انتقال \"%s\" دریافت کرد"
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "نمی‌توان به اولین رسانه‌ی نصب دسترسی پیدا کرد"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "نمی‌توان به رسانه \"%s\" دسترسی پیدا کرد،\n"
-#~ "این می‌تواند در صورتی که شما شاخه را هنگام ایجاد رسانه دستی سوار کرده "
-#~ "باشید اتفاق بیافتد."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "رسانه بی‌ارتباط \"%s\" قابل انتقال نشان داده شده ولی نه واقعاً"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - سرآیندهای شاخه حافظه پنهان را پاک می‌کند.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "رسانه مجازی باید محلی باشد"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "نمی‌توان پرونده hdlist \"%s\" را تجزیه کرد"
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "حساب کردن md5sum برای hdlist منبع موجود (یا ترکیب)"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "رسانه‌ی مجازی \"%s\" نباید سرلیست یا پرونده‌ی لیست را تعریف می‌کرد، رسانه "
-#~ "نادیده گرفته می‌شود"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "نام پرونده rpm نامعتبر [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "نمی‌توان پرونده لیست را برای \"%s\" پیدا کرد، رسانه نادیده گرفته می‌شود"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "تلاش برای انتخاب رسانه‌ \"%s\" که وجود ندارد"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "ساختن پرونده ترکیب hdlist برای رسانه \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "نمی‌توان پرونده hdlist \"%s\" را تجزیه کرد"
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "رسانه‌ی \"%s\" سعی می‌کند تا از لیست قبلاً استفاده شده hdlist استفاده کند، "
-#~ "نادیده‌گیری رسانه"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "رسانه \"%s\" تلاش می‌کند تا از یک لیست استفاده شده استفاده کند، رسانه "
-#~ "نادیده گرفته می‌شود"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "توجه: چون هیچ رسانه‌ای با استفاده از hdlists جستجو نگردید، urpmf قادر نبود "
-#~ "نتیجه‌ای را بازگرداند\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "در حال اجرای دومین نوبت حساب کردن وابستگی‌ها\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "ساختن hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "نمیتوان پرونده تجزیه را برای رسانه \"%s\" ساخت. پرونده hdlist شما ممکن "
-#~ "است خراب باشد."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "مشکل در خواندن سرلیست یا پرونده‌ی ترکیب رسانه‌ی \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "حساب کردن md5sum سرلیست منبع کپی شده (یا ترکیب)"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...دریافت شکست خورد: عدم تطابق md5sum "
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "هیچ پرونده‌های rpm از [%s] پیدا نشد"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "نمی‌توان پرونده‌های rpm را از [%s] خواند: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "هیچ rpms خوانده نشد"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "خواندن سرآیندها از رسانه \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - تلاش برای یافتن و استفاده از پرونده ترکیب.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - تلاش برای پیدا کردن و استفاده از پرونده‌ی hdlist.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "توجه: چون هیچ رسانه‌ای با استفاده از hdlists جستجو نگردید، urpmf قادر نبود "
-#~ "نتیجه‌ای را بازگرداند\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "ممکن است بخواهید از -name برای جستجوی نام‌های بسته استفاده کنید.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src - بسته‌ی بعدی یک بسته‌ی منبع (مانند -s) می‌باشد.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - تلاش برای پیدا کردن و استفاده از پرونده‌ی hdlist.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "نمی‌توان رسانه \"%s\" را بروزسازی کرد\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "نمی‌توان رسانه \"%s\" را ایجاد کرد\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "چندین بسته با نام پرونده rpm یکسان \"%s\" وجود دارد"
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "نمی توان بدرستی [%s] را بر ارزش \"%s\" تجزیه کرد"
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "رسانه \"%s\" از یک پرونده لیست نامعتبر استفاده می‌کند:\n"
-#~ " آینه احتمالاً بروز نمی‌باشد، در حال تلاش برای استفاده از روش جایگزین"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "رسانه \"%s\" هیچ مکانی را برای پرونده‌های rpm مشخص نمی‌کند"
-
-#~ msgid "unrequested"
-#~ msgstr "خواسته نشده"
-
-#~ msgid " (%d MB)"
-#~ msgstr " (%d مگابایت)"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "افرودن بسته %s (id=%d, eid=%d, update=%d, file=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "بسته‌های بدنبال آمده امضاهای بد دارند:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "آیا می‌خواهید نصب را ادامه دهید؟"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "برای استفاده از این فرمان باید مدیر باشید ! \n"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "نمی‌توان بسته‌ی %s را برداشت"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "هیچ لیست پرونده‌ای یافت نشد\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages will be removed (%d MB)"
-#~ msgstr ""
-#~ "برای ارضای وابستگی‌ها، %dبسته‌های بدنبال آمده برداشته خواهند شد (%d مگابایت)"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr " -P -در عرضه‌ها برای یافتن بسته جستجو نشود (پیش‌فرض).\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - جستجوی معکوس برای آنچه بسته را لازم دارد.\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "برای ارضای وابستگیها, %d بسته بدنبال آمده نصب خواهند شد:\n"
-#~ "%s\n"
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - تلاش برای یافتن و استفاده از پرونده ترکیب.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - تلاش برای پیدا کردن و استفاده از پرونده‌ی hdlist.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "`با' رسانه‌های شبکه که وجود ندارند\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "گزینه‌های ناشناخته '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "نمی‌توان پرونده hdlist را برای \"%s\" پیدا کرد، رسانه نادیده گرفته می‌شود"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "پرونده‌ی لیست بی‌ارتباط برای \"%s\"، رسانه نادیده گرفته شد"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "ناتوان در بررسی پرونده‌ی لیست \"%s\", رسانه نادیده گرفته شد"
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "رسانه مجازی \"%s\" محلی نیست، رسانه نادیده‌ گرفته شد"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "رسانه‌ی مجازی \"%s\" باید منبع معتبر hdlist یا ترکیب داشته باشد، رسانه "
-#~ "نادیده گرفته شد"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "کپی hdlist منبع (یا ترکیب) \"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "دریافت لیست منبع (یا ترکیب) شکست خورد"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "پرونده [%s] قبلاً در همان رسانه \"%s\" استفاده شده است"
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "هیچ چیزی در پرونده‌ی لیست برای \"%s\" نوشته نشده است"
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "%d سرآیند در حافظه پنهان یافت شد"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "برداشتن سرآیند‌های کهنه %d در حافظه‌ی پنهان"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "استفاده از پروسه‌ی %d برای اجرای مبادله"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --norebuild - تلاشی برای بازخوانی hdlist اگر قابل خواندن نیست "
-#~ "نگردد.\n"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "در حال کپی کردن پرونده hdlists..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "توضیحات نامعتبر hdlist \"%s\" در پرونده hdlists"
-
-#~ msgid "Is this OK?"
-#~ msgstr "تایید می‌کنید؟"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - استفاده از نسخه انتشار مشخص شده، پیش‌فرض از نسخه "
-#~ "انتشار\n"
-#~ " گفته شده توسط بسته نصب شده انتشار-ماندریبا \n"
-#~ " گرفته شده است.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - استفاده از ساختار مشخص شده، پیش‌فرض ساختار \n"
-#~ " بسته نصب شده انتشار ماندریبا است.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - بازیابی سرآیندها برای بسته فهرست شده از urpmi db به\n"
-#~ " stdout (فقط مدیر).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "برای ارضای وابستگی‌ها، %d بسته‌ی بدنبال آمده نصب خواهند شد (%d مگابایت)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "نصب %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "نصب خودکار بسته‌ها...\n"
-#~ "شما تقاضای نصب بسته %s را کردید\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: فرمان یافت نشد\n"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "بعضی از بسته‌های خواسته شده نمی‌توانند نصب شوند:\n"
-#~ "%s\n"
-#~ "ادامه میدهید؟"
-
-#~ msgid ""
-#~ "The following packages have to be removed for others to be upgraded:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "بسته‌های بدنبال آمده باید برداشته شوند تا بسته‌های دیگر بتوانند ارتقا "
-#~ "یابند:\n"
-#~ "%s\n"
-#~ "ادامه میدهید؟"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "عدم تطابق md5sum "
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf version %s\n"
-#~ "Copyright © 2002-2004 Mandriva.\n"
-#~ "این نرم‌افزار آزاد است ممکن است تحت شرایط GNU GPL پخش مجدد گردد.\n"
-#~ "\n"
-#~ "طرز استفاده:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr " --synthesis - استفاده از ترکیب داده شده بجای urpmi db.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - برچسب نام چاپ نشود (پیش‌فرض اگر هیچ برچسبی بر فرمان "
-#~ "داده نشود\n"
-#~ " خط, غیرهمخوان با حالت تأثیری).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - خطهای یکسان چاپ نشوند.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - چاپ همه برچسب‌ها.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - برچسب خلاصه‌ی چاپ: خلاصه.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - چاپ برچسب توضیحات: توضیحات.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - چاپ برچسب ساخت‌میزبان: ساختن میزبان.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr " --provides - برچسب چاپ عرضه می‌دارد: عرضه‌ی همه.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr " --requires - چاپ برچسب لازمه: همه لازم.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - چاپ برچسب پرونده ها: همه پرونده‌ها.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr " --obsoletes - چاپ برچسب کهنه‌ها: همه کهنه‌ها.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - استفاده از محیط مشخص (معمولاً یک گزارش\n"
-#~ " اشکال).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr " -i - نادیده‌گیری موارد تفاوتی در هر الگو.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - binary AND operator, true اگر هر دو عبارت درست باشند.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr " ! - unary NOT, true اگر عبارت false باشد.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " ( - پرانطز چپ برای باز کردن عبارت گروه.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr " ) - پرانطز راست برای بستن عبارت گروه.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "callback is:\n"
-#~ "%s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "ادامه دهیم؟"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "بعضی از بسته‌های خواسته شده نمی‌توانند نصب شوند:\n"
-#~ "%s"
-
-#~ msgid ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-#~ msgstr ""
-#~ " --distrib-XXX - ایجاد خودکار یک رسانه برای XXX قسمت از یک\n"
-#~ " انتشار، XXX می‌تواند یک اصل، کمک، بروزسازی‌ها یا \n"
-#~ " هرچیز دیگر تنظیم شده باشد ;-)\n"
-
-#~ msgid "found version %s and arch %s ..."
-#~ msgstr "نسخه‌ی %s و معماری %s یافت شد ..."
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "نمی‌توان بروزسازی‌ها را به یک انتشار آزمایشی اضافه نمود\n"
-
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "دریافت آینه‌ها در %s ..."
diff --git a/po/fi.po b/po/fi.po
deleted file mode 100644
index 63054fed..00000000
--- a/po/fi.po
+++ /dev/null
@@ -1,3274 +0,0 @@
-# urpmi-fi - Finnish Translation
-#
-# Copyright (C) 2002,2003, 2004, 2005 Free Software Foundation, Inc.
-# Copyright (C) 2002 Mandriva
-#
-#
-# Kim Enkovaara <kim.enkovaara@iki.fi>, 2000.
-# Matias Griese <mahagr@utu.fi>, 2001, 2002.
-# Taisto Kuikka <69319@batman.jypoly.fi>, 2003, 2004.
-# Thomas Backlund <tmb@mandrake.org>, 2002, 2003, 2004, 2005.
-# Thomas Backlund <tmb@mandriva.org>, 2005.
-# Anssi Hannula <anssi@mandriva.org>, 2007, 2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-03-28 11:58+0200\n"
-"Last-Translator: Anssi Hannula <anssi@mandriva.org>\n"
-"Language-Team: Finnish <fi@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM:n asentaminen"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Virhe: tiedostoa %s ei löydy, peruutetaan toimenpide"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Olet valinnut lähdekoodipaketin:\n"
-"\n"
-"%s\n"
-"\n"
-"Luultavasti et halua asentaa sitä tietokoneellesi (asennus\n"
-"antaa sinun muokata lähdekoodia ja kääntää sen).\n"
-"\n"
-"Mitä haluat tehdä?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Olet asentamassa seuraavat ohjelmapaketit koneellesi:\n"
-"\n"
-"%s\n"
-"\n"
-"Jatketaanko?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Olet asentamassa seuraavan ohjelmapaketin koneellesi:\n"
-"\n"
-"%s\n"
-"\n"
-"Halutessasi voit myös vain tallentaa sen. Mitä haluat tehdä?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Asenna"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Tallenna"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Peruuta"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Valitse hakemisto johon tiedosto tallennetaan"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Tämä on vapaa ohjelmisto, jota saa levittää GNU GPL -lisenssin mukaisesti.\n"
-"\n"
-"käyttö:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Valitsimet:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - tulosta tämä viesti\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - ei-interaktiivinen tila, kaikkiin kysymyksiin vastataan\n"
-" oletusarvon mukaisesti.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - valitse automaattisesti päivitettävät paketit\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - pakottaa asennuksen vaikka joitakin paketteja puuttuu\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - varmista rpm-allekirjoitus ennen asennusta\n"
-" (--no-verify-rpm poistaa käytöstä, vakiona käytössä).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - käytä ainoastaan seuraavia pilkuilla eroteltuja medioita\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - salli etsiminen tarjoaa-tiedoista paketin löytämiseksi\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - älä etsi tarjoaa-tiedoista paketin löytämiseksi\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - käytä määriteltyä juurta rpm-asennukselle\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - suorita vain asennuksen onnistumisen tarkistus\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - käytä ainoastaan annettuja medioita pyydetyn paketin\n"
-" hakemiseen.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Paketteja ei annettu"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Odota hetki..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Pitää olla pääkäyttäjä"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Joitakin haluttuja paketteja ei voida asentaa:\n"
-"%s\n"
-"Jatketaanko muiden pakettien asentamista?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Varoitus"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ok"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (päivitettävä)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (asennettava)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Pakettivalinta"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Yksi seuraavista paketeista tarvitaan:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Hylkää"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Seuraavat paketit on poistettava jotta toiset voidaan päivittää:\n"
-"%s\n"
-"Jatketaanko silti?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Riippuvuuksien täyttämiseksi seuraava paketti asennetaan:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Riippuvuuksien täyttämiseksi seuraavat paketit asennetaan:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d paketti, %d Mt)"
-msgstr[1] "(%d pakettia, %d Mt)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Pakettien asennus..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "lähteen paketteja ei saada, toiminto keskeytetään"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Valmistellaan..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Asennetaan pakettia `%s' (%s / %s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Aseta sisään media \"%s\""
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Ladataan pakettia `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Valmis"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Asennus epäonnistui, joitakin tiedostoja puuttuu:\n"
-"%s\n"
-"Sinun kannattaisi päivittää urpmi-tietokanta"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Asennus epäonnistui:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Kaikki on jo asennettu"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Asennus on valmis"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "poistetaan %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "uudelleenkäynnistetään urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"käyttö: %s [valitsimet]\n"
-"jossa [valitsimet] ovat:\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - tulosta tämä viesti\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <polku> - käytä annettua polku / sijasta\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - rajoita tulokset annettuun ryhmään\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " - oletus on %s\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - tulosta koko nimi (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Vain pääkäyttäjä saa asentaa paketteja"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Suorita urpmi rajoitetussa tilassa..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "hakemiston %s luonti epäonnistui"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "hakemiston %s omistaja virheellinen"
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Ei voida kirjoittaa uudelleenpaketointikansioon [%s]\n"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "rpm-tietokantaa ei voitu avata"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "virheellinen rpm-tiedoston nimi [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "noudetaan rpm-tiedostoa [%s]..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...noudettu"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...nouto epäonnistui: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "rpm-tiedostoa [%s] ei voitu käsitellä"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "ei voitu tulkita spec-tiedostoa %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "rpm-tiedoston rekisteröinti ei onnistunut"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Paketin laitteistoarkkitehtuuri ei ole yhteensopiva [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "virhe rekisteröitäessä paikallisia paketteja"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Tämä toiminto on kielletty kon ohjelma käytetään rajoitetussa tilassa"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "virheellinen välityspalvelinmääritys komentorivillä\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: rpm-tiedostoa \"%s\" ei voida lukea\n"
-
-#: ../urpm/args.pm:375
-#, fuzzy, c-format
-msgid "unexpected expression %s"
-msgstr "Hakulausekkeet:\n"
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Allekirjoitus puuttuu (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, fuzzy, c-format
-msgid "no expression to close"
-msgstr "Hakulausekkeet:\n"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-"urpmf odottaa oletuksena säännöllistä lauseketta. Käytä valitsinta \"--"
-"literal\""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "chroot-kansio ei ole olemassa"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "%s ei voida käyttää ilman %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "%s ei voida käyttää %s kanssa"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Liian monta argumenttia\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Kopiointi epäonnistui"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"Sinun täytyy liittää CD-levy itse (tai asentaa perl-Hal-Cdroms automaattista "
-"liittämistä varten)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "media \"%s\" ei ole saatavilla"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "rpm-tiedostoa [%s] ei voitu lukea medialta \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "syntaksivirhe asetustiedoston rivillä %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "asetustiedostoa [%s] ei voitu lukea"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "media '%s' on asetettu kahdesti, keskeytetään"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "asetustiedostoon [%s] ei voitu kirjoittaa"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Syötä tunnistetietojasi välityspalvelimen käyttämiseen\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Käyttäjänimi:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Salasana:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Tuntematon lataaja '%s'!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s epäonnistui: lopetti signaalilla %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s epäonnistui: lopetti arvolla %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "kopiointi epäonnistui"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget puuttuu\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl puuttuu\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl epäonnistui: lataaminen peruutettu\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync puuttuu\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh puuttuu\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla puuttuu\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Ohjelmaa prozilla ei voitu suorittaa\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "aria2 puuttuu\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% valmis, koko %s, valmistumisaika %s, nopeus %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% valmis, nopeus %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "noudetaan %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "noudettiin %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "tuntematon protokolla määrätty kohteelle %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s ei ole saatavilla, käytetään %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "yhtään webfetch-ohjelmaa ei löytynyt, tuetut ovat: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "ei voida käsitellä protokollaa: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "tyhjennetään %s ja %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "pakettia %s ei löytynyt."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "noudetaan rpm-tiedostoja medialta \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[uudelleenpaketoidaan]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "luotiin tapahtuma asennukselle %s (poisto=%d, asennus=%d, päivitys=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "tapahtumaa ei voitu luoda"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "paketin purkaminen %s delta-rpm paketista ei onnistu"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "pakettia %s ei voitu asentaa"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "poistetaan viallinen rpm (%s) kansiosta %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "tiedoston %s poisto epäonnistui: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Poistetaan paketti %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "poistetaan paketti %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "poistetaan asennetut paketit (%s) kansiosta %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Lisätietoja paketista %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "LDAP-välimuistikansiota ei voitu luoda"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "LDAP-välimuistitiedostoa ei voitu kirjoittaa\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Palvelinta ei asetettu, puuttuva verkko-osoite"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Basea ei asetettu"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Ei saada yhteyttä LDAP-osoitteeseen:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s-tietokanta on lukittu. Odotetaan..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "keskeytetään"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "%s-tietokanta on lukittu (se on toisen ohjelman käytössä)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Asennus epäonnistui"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Asennus epäonnistui, viallisia tiedostoja:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Seuraavalla paketilla on virheellinen allekirjoitus"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Seuraavilla paketeilla on virheellinen allekirjoitus"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Haluatko jatkaa asennusta?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "poistetaan asennetut paketit (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "levitetään %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "asennetaan %s kohteesta %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "asennetaan %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Yritetäänkö asentaa ilman riippuvuuksia? (k/E) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Yritetäänkö asentaa pakolla (--force)? (k/E) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Paketit ovat ajan tasalla"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Asennus on mahdollinen"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "tutkitaan %s-tiedostoa"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "varoitus: md5sum kohteelle %s ei löydy MD5SUM tiedostosta"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"virtuaalisella medialla \"%s\" pitäisi olla kunnollinen url, media ohitettu"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "median \"%s\" list-tiedostoa ei voida käyttää, media ohitettu"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "median \"%s\" synthesis-tiedostoa ei voida käyttää, media ohitettu"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "yritetään syrjäyttää olemassa olevaa media \"%s\", ohitetaan"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "siirrettävän laitteen uudelleenasetus epäonnistui, ohitetaan lähde"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "kirjoitetaan asetustiedosto [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "rinnakkaistilaa ei voi käyttää use-distrib-tilan kanssa"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "merkittyjä medioita käytetään rinnakkaistilassa: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis -parametria ei voi käyttää yhdessä --media, --excludemedia, --"
-"sortmedia, --update, --use-distrib tai --parallel -parametrien kanssa"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Haun alku: %s loppu: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "ohitetaan paketti %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "paketti %s asennettaisiin päivittämisen sijaan"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "media \"%s\" on jo olemassa"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(oletuksena poissa käytöstä)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "lisätään media \"%s\" etämedian \"%s\" eteen"
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "lisätään media \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "kansio %s ei ole olemassa"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "tämä sijainti ei vaikuta sisältävän jakelua"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "ei voida jäsentää media.cfg-tiedostoa "
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "jakelumediaa ei voida käyttää (media.cfg-tiedostoa ei löytynyt)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "ohitetaan yhteensopimaton media '%s' (%s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "noudetaan media.cfg-tiedostoa..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "yritettiin valita media \"%s\" jota ei ole olemassa"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "valitaan useampi media: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "poistetaan media \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "uudelleenasetetaan urpmi medialle \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...uudelleenasetus epäonnistui"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "uudelleenasetus tehty"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Virhe luodessa names-tiedostoa: riippuvuutta %d ei löytynyt"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "media \"%s\" on ajan tasalla"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "tutkitaan synthesis-tiedostoa [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "ongelmia luettaessa median \"%s\" synthesis-tiedostoa"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "kopioidaan tiedostoa [%s] medialle \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...kopiointi epäonnistui"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "kopioidaan \"%s\" kuvaustiedostoa..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopiointi valmis"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "[%s] kopiointi epäonnistui (tiedosto on epäilyttävän pieni)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "lasketaan md5sum haetulle lähde-synthesis-tiedostolle"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "tiedoston [%s] haku epäonnistui (md5sum ei täsmää)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "genhdlist2 epäonnistui %s kohdalla"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "verrataan kohteita %s ja %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "virheellinen hdlist-tiedosto %s medialle \"%s\""
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "kopioidaan lähteen \"%s\" MD5SUM-tiedostoa..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "virheellinen rpm-tiedoston nimi [%s]"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "noudetaan synthesis lähteelle \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "löydettiin synthesis-tiedosto nimellä %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "synthesis-tiedostoa ei löytynyt medialle \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "tarkistetaan median \"%s\" pubkey-tiedostoa..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...tuotu avain %s median \"%s\" pubkey-tiedostosta"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "median \"%s\" pubkey-tiedostoa ei voitu tuoda"
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "media \"%s\" päivitetty"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "[%s] hakeminen epäonnistui"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "yritetään uudelleen peilipalvelimella %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Peilipalvelinta ei löydetty listalta %s"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "pääteltiin sijainti %s %.2f %.2f aikavyöhykkeestä %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "haetaan peilipalvelinluetteloa kohteesta %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "EeNn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "KkYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Valitan, virheellinen valinta, yritä uudelleen\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Paketti"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Versio"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Julkaisu"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arkkitehtuuri"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(ehdotettu)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "media \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "komentorivi"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "t"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "kt"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "Mt"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "Gt"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "Tt"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "\"%s\" ei voitu tulkita tiedostossa [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "tutkitaan rinnakkaiskäsittelijää tiedostossa [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "rinnakkaiskäsittelijä löydetty noodeille: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "rinnakkaisvalitsinta \"%s\" ei voitu käyttää"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Asennus epäonnistui"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "mediaa \"%s\" ei voitu käyttää."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "liitetään %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "irrotetaan %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Tämä on vapaa ohjelmisto, jota saa levittää GNU GPL -lisenssin mukaisesti.\n"
-"\n"
-"käyttö: urpmf [valitsimet] hakulauseke\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - tulosta tämän työkalun versionumero.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - käytä määrättyä ympäristöä (yleensä virheraportti)\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - älä käytä seuraavia pilkuilla erotettuja medioita\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - käytä argumenttia pelkkänä hakusanana säännöllisen\n"
-" lausekkeen sijasta\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - käytä määriteltyä juurta urpmin tietokannalle ja\n"
-" rpm-pakettien asentamiseen.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - lajittele mediat pilkuilla erotettujen alimerkkijonojen "
-"mukaan\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - käytä annettua polkua jakelun hakuun\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - käytä annettua synthesis-tiedostoa urpmi-tietokannan "
-"sijasta\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - älä tulosta identtisiä rivejä\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - käytä ainoastaan päivitysmediaa\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - yksityiskohtainen tyyli\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - älä erottele isoja ja pieniä kirjaimia hakuehdoissa\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -I - erottele isot ja pienet kirjaimet hakuehdoissa\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<erotin> - vaihda kenttäerotinta (oletus \":\").\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Hakulausekkeet:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" teksti - kaikki teksti jäsennetään säännöllisenä lausekkeena,\n"
-" ellei parametria -l käytetä.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - sisällytä perl-koodia suoraan 'perl -e'\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - binaarinen JA-operaattori.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - binaarinen TAI-operaattori.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - unaarinen EI-operaattori.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - sulkumerkit lausekeryhmän sulkemiseen\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Haettavat tiedot:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - aseta printf-tyylinen tulostusmuoto\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " esimerkki: '%%name:%%files'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - laitteistoarkkitehtuuri\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - paketoimiskone\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - paketoimisaika\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - asetustiedostot\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - konfliktimerkinnät\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - paketin kuvaus\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - jakelu\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - aikakausi\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - paketin tiedostonimi\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - listaa paketissa olevat tiedostot\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - ryhmä\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - lisenssi\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - paketin nimi\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - vanhennusmerkinnät\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - paketoija\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - tarjoamismerkinnät\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - riippuvuusmerkinnät\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - koko asennettuna\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - lähde-rpm-tiedoston nimi\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - ehdotusmerkinnät\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - yhteenveto\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - URL\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - toimittaja\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - paketin media\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - tulosta versio, julkaisu ja arkkitehtuuri nimen lisäksi\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-"Virheellinen muoto: vain yhtä moniarvoista merkintää voi käyttää kerrallaan"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "käytetään määrättyä ympäristöä kohteelle %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "medialla \"%s\" ei ole hdlist-tiedostoa "
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "medialla \"%s\" ei ole synthesis-tiedostoa "
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "medialla \"%s\" ei ole xml-info -tietoja"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-"urpmi uudelleenkäynnistettiin, eikä ensisijaisten pakettien lista muuttunut"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-"urpmi uudelleenkäynnistettiin, ja ensisijaisten pakettien lista muuttui: "
-"ennen %s, nyt %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Ei pakettia nimeltä %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Seuraavat paketit sisältävät %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Paketteja %s ei voida asentaa"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Paketti %s on jo asennettu"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Paketit %s on jo asennettu"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "puuttuvan %s takia"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "jo asennetun %s vuoksi"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "täyttämättömän %s takia"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "yritetään pakottaa %s valinta"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "%s säilyttämiseksi"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "%s asentamiseksi"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "johtuen ristiriidasta %s kanssa"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Virheellinen allekirjoitus (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Virheellinen avain-ID (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Allekirjoitus puuttuu (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Ei voida kirjoittaa tiedostoon"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Ei voida avata tiedostoa"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Tiedostoa %s ei voi siirtää kohteeseen %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Tämä on vapaa ohjelmisto, jota saa levittää GNU GPL -lisenssin mukaisesti.\n"
-"\n"
-"käyttö:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - valitse automaattisesti paketit tarvittaessa\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - varmista että poisto voidaan hoitaa oikein\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - urpmi-toiminnot useille alias-koneille\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - Paketoi tiedostot uudelleen ennen poistoa\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - käytä määriteltyä juurta rpm-poistolle\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-" --justdb - päivitä ainoastaan rpm-tietokanta, älä\n"
-" tiedostojärjestelmää.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - älä suorita pakettien komentosarjoja.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - aseta urpmi automaattisesti jakelun puusta, hyödyllinen\n"
-" asennettaessa juuri käyttäen --root -optiota\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - yksityiskohtainen tyyli\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - valitse kaikki lausekkeeseen täsmäävät\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Vain pääkäyttäjä saa poistaa paketteja"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "tuntemattomia paketteja"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "tuntematon paketti"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "paketin %s poisto rikkoisi järjestelmäsi"
-msgstr[1] "paketin %s poisto rikkoisi järjestelmäsi"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Ei mitään poistettavissa"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Ei mitään poistettavissa"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Riippuvuuksien täyttämiseksi seuraava paketti poistetaan"
-msgstr[1] "Riippuvuuksien täyttämiseksi seuraavat %d pakettia poistetaan"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "tuntematon paketti"
-msgstr[1] "tuntematon paketti"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Poista %d paketti?"
-msgstr[1] "Poista %d pakettia?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (k/E) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr ""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Poisto epäonnistui"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Poisto epäonnistui"
-
-#: ../urpmf:153
-#, fuzzy, c-format
-msgid "unterminated expression (%s)"
-msgstr "Hakulausekkeet:\n"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - päivitä mediat ja järjestelmä.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - poista tiedostojen MD5SUM-tarkistus käytöstä\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - pakota gpg-avaimen päivitys\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr ""
-" --no-suggests - älä valitse ehdotettuja paketteja automaattisesti "
-"(\"Suggests\")\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - älä koskaan kysy paketin poistosta, keskeytä asennus\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - älä asenna paketteja (lataa ainoastaan)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - jätä olemassa olevat paketit jos mahdollista, hylkää\n"
-" paketit joiden asennus poistaisi muita\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - hajoita pieniin tapahtumiin mikäli enemmän kuin annettu\n"
-" pakettimäärä aiotaan asentaa tai päivittää,\n"
-" oletus on %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - pienen tapahtuman pituus, oletus on %d\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - käytä epätarkkaa hakua.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - asenna pakettien käännösriippuvuudet \n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - asenna ainoastaan lähdekoodipaketit (ei binääreja)\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-" --clean - poista rpm-paketti välimuistista ennen muita tapahtumia\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - älä poista rpm-paketteja välimuistista\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-" --replacepkgs - pakota jo asennettujen pakettien uudelleenasennus.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - salli pakettien asennus ilman riippuvuuksien "
-"tarkistusta.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - salli pakettien asennus ilman riippuvuuksien ja\n"
-" eheyden tarkistusta\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr ""
-" --no-suggests - älä valitse ehdotettuja paketteja automaattisesti "
-"(\"Suggests\")\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - aseta urpmi automaattisesti jakelun puusta, hyödyllinen\n"
-" asennettaessa chroot käyttäen --root optiota\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - etätiedostojen hakemiseen käytettävä ohjelma.\n"
-" tunnetut ohjelmat: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - anna lisävalitsimia curl-ohjelmalle\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- anna lisävalitsimia rsync-ohjelmalle\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - anna lisävalitsimia wget-ohjelmalle\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - anna lisävalitsimia rsync-ohjelmalle\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - anna lisävalitsimia aria2-ohjelmalle\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate -rajoita latausnopeutta\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - jatka osittain noudettujen tiedostojen noutamista\n"
-" (--no-resume poistaa käytöstä, vakiona ei käytössä)\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - käytä määrättyä HTTP-välityspalvelinta, oletusportti on\n"
-" 1080 (muodossa <välityspalvelin [:portti]>)\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - määrittele välityspalvelimen todentamisessa käytettävä\n"
-" käyttäjä ja salasana (muodossa <käyttäjä:salasana>)\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - kirjoittaa virheraportin hakemistoon joka määritellään\n"
-" seuraavassa argumentissa\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr ""
-" --excludepath - jätä asentamatta seuraaviin hakemistoihin\n"
-" (hakemistot pilkuilla erotettuna)\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - jätä dokumentaatio pois\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - älä tarkista vapaan tilan määrää ennen asennusta.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --ignorearch - älä tarkista rpm-pakettien arkkitehtuuria.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - älä suorita pakettien komentosarjoja\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - paketit joiden asennus pitäisi ohittaa\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - paketit, joita suositaan\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - mikäli useita paketteja löytyy, ehdota enemmän valintoja\n"
-" kuin vain oletus\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - älä lukitse rpm-tietokantaa.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-" --strict-arch - päivitä ainoastaan saman arkitehtuuriin kuuluvia "
-"paketteja.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - valitse kaikki komentoriviin täsmäävät\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - hiljainen tyyli\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - erittäin yksityiskohtainen tyyli.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " komentorivillä syötetyt nimet tai rpm-tiedostot asennetaan.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-"Virhe: --auto-select -valitsinta ei voi käyttää pakettilistan kanssa.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Virhe: Virheraportin luomiseksi suorita sama komento uudelleen\n"
-"--bug -valitsimen kanssa.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Et voi asentaa binaaripaketteja käytettäessä --install-src -valitsinta"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Spec-tiedostoja ei voi asentaa"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "oletetaan --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr "käytä --buildrequires tai --install-src, oletetaan --buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Hakemisto [%s] on jo olemassa. Ole hyvä ja valitse toinen hakemisto "
-"virheraportille tai poista se."
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Hakemiston [%s] luominen virheraportille ei onnistu"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Ympäristökansio %s ei ole olemassa"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Virhe: %s näyttää olevean liitettynä ainoastan lukuoikeuksilla.\n"
-"Käytä --allow-force pakottaaksesi toiminnon."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Päivitetään mediaa...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (päivitettävä)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (päivitettävä)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (asennettava)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (asennettava)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Riippuvuuden '%s' täyttämiseksi jokin seuraavista paketeista on asennettava:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Mikä on valintasi? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Seuraavaa pakettia ei voida asentaa, koska se riippuu paketeista\n"
-"jotka ovat vanhempia kuin nykyhetkellä asennetut paketit:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Seuraavia paketteja ei voida asentaa, koska ne riippuvat paketeista\n"
-"jotka ovat vanhempia kuin nykyhetkellä asennetut paketit:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Jatka muiden pakettien asennusta?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (K/e) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Haluttua pakettia ei voida asentaa:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Joitakin haluttuja paketteja ei voida asentaa:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "paketin %s poisto rikkoisi järjestelmäsi"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Asennusta ei voida jatkaa, koska seuraava paketti on poistettava\n"
-"jotta toiset voidaan päivittää:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Asennusta ei voida jatkaa, koska seuraavat paketit on poistettava\n"
-"jotta toiset voidaan päivittää:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Seuraava paketti on poistettava, jotta toiset voidaan päivittää:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Seuraavat paketit on poistettava, jotta toiset voidaan päivittää:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(vain koe, paketteja ei oikeasti poisteta)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Sinun täytyy ensin suorittaa urpmi --buildrequires -valitsimella "
-"asentaaksesi seuraavat riippuvuudet:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Riippuvuuksien täyttämiseksi seuraava paketti poistetaan"
-msgstr[1] "Riippuvuuksien täyttämiseksi seuraavat %d pakettia poistetaan"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(vain koe, paketteja ei oikeasti asenneta)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "Pakettien asentaminen vie %s lisää levytilaa."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "%s levytilaa vapautuu."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "Noudetaan yhteensä %s."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Asennetaanko tämä paketti?"
-msgstr[1] "Asennetaanko nämä %d pakettia?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Peruuta"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Paina Enter liittämisen jälkeen..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"käyttö: urpmi.addmedia [valitsimet] <nimi> <url>\n"
-"jossa <url> on yksi seuraavista:\n"
-" [file:/]/<polku>\n"
-" ftp://<käyttäjätunnus>:<salasana>@<palvelin>/<polku>\n"
-" ftp://<palvelin>/<polku>\n"
-" http://<palvelin>/<polku>\n"
-" cdrom://<polku>\n"
-"\n"
-"käyttö: urpmi.addmedia [valitsimet] --distrib --mirrorlist <url>\n"
-"käyttö: urpmi.addmedia [valitsimet] --mirrorlist <url> <nimi> <suhteellinen "
-"polku>\n"
-"\n"
-"esimerkkejä:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"ja [valitsimet] ovat\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - käytä wget:a etätiedostojen noutoon\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - käytä curl:a etätiedostojen noutoon\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - käytä prozillaa etätiedostojen noutoon\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - käytä curl:a etätiedostojen noutoon\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - määritä toimintatapa xml-info -tiedostojen hakemiselle:\n"
-" never, on-demand, update-only, always. Katso urpmi.cfg"
-"(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - käytä synthesis-tiedostoa\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - käytä rpm-tiedostoja synthesis-tiedoston sijaan.\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - älä yritä etsiä synthesis-tiedostoa\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - luo automaattisesti kaikki mediat asennusmedioista\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-" --interactive - kysy varmistusta joka medialle --distrib -option kanssa\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media -lisää kaikki mediat --distrib -option kanssa\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - käytä määritettyä URL:a peilipalvelinlistana, oletus on\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - luo virtuaalinen media, joka on aina ajantasalla.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - poista tiedostojen MD5SUM-tarkistus käytöstä\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - älä tuo pubkey-tiedostoa lisätystä mediasta\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - lisää mediaa asetuksissa, mutta älä päivitä sitä.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - hiljainen tyyli\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - yksityiskohtainen tyyli\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "tunnetut xml-info -toimintatavat ovat %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "argumenttia ei tarvita käytettäessä --distrib --mirrorlist <url>"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-"virheellinen <url> (paikallisille kansioille polun täytyy olla absoluuttinen)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Vain pääkäyttäjä saa asentaa paketteja"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "luodaan asetustiedosto [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Asetustiedosto [%s] ei voida luoda."
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr ""
-"kohtaa <synthesis-tiedoston suhteellinen polku> ei tarvita --distrib -"
-"valitsimen kanssa"
-
-#: ../urpmi.addmedia:144
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Haluatko lisätä median '%s'"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<synthesis-tiedoston suhteellinen polku> puuttuu\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "%s ei voida käyttää etämedian kanssa"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "mediaa ei voitu lisätä"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Tämä on vapaa ohjelmisto, jota saa levittää GNU GPL -lisenssin mukaisesti.\n"
-"\n"
-"käyttö:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - aseta uudelleenpaketoinnin alku nyt\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - älä tyhjennä uudelleenpaketointikansiota "
-"varmistuspisteessä\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr " --list - listaa toimenpiteet annettuna ajanjaksona\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-" --list-all - listaa kaikki rpm-tietokannan toimenpiteet (pitkä)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - listaa varmistuspisteen jälkeiset toimenpiteet\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - palauta annetun päivämäärän tilaan,\n"
-" tai peruuta annettu määrä toimenpiteitä\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - poista uudelleenpaketointi käytöstä\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Virheellinen päivämäärä tai ajanjakso [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Uudelleenpaketointikansiota ei asetettu\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Ei voida kirjoittaa uudelleenpaketointikansioon [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Tyhjennetään uudelleenpaketointikansiota [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d tiedosto poistettu\n"
-msgstr[1] "%d tiedostoa poistettu\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Virheellinen komentorivi [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "--checkpoint- ja --rollback -valitsimia ei voi käyttää yhtaikaa\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "--checkpoint- ja --list -valitsimia ei voi käyttää yhtaikaa\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "--rollback- ja --list -valitsimia ei voi käyttää yhtaikaa\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "--disable -valitsinta ei voi käyttää muiden valitsinten kanssa"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Toimenpiteitä ei löydetty %s jälkeen\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Sinun pitää olla pääkäyttäjä tämän toiminnon suorittamiseksi"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Kirjoitetaan rpm macros -tiedostoa [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Palautuspäivämäärää ei löytynyt\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Palautetaan tilanteeseen %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Poistetaan uudelleenpaketointi käytöstä\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"käyttö: urpmi.removemedia (-a | <nimi> ...)\n"
-"jossa <nimi> on poistettavan median nimi.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - valitse kaikki mediat\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - täsmää epätarkasti medioiden nimiin\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Vain pääkäyttäjä saa poistaa median"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "ei mitään poistettavaa (käytä urpmi.addmedia lisätäksesi median)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"Poistettava kohta puuttuu\n"
-"(jokin seuraavista: %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"käyttö: urpmi.update [valitsimet] <nimi> ...\n"
-"jossa <nimi> on päivitettävän median nimi.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - päivitä ainoastaan päivitysmedia\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - pakota gpg-avaimen päivitys\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - älä päivitä, merkitse media pois käytöstä.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - älä päivitä, merkitse media käyttössä.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --probe-rpms - käytä rpm-paketteja suoraan synthesis-tiedoston sijaan\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - valitse kaikki ei-siirrettävät mediat\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - pakota synthesis-tiedoston päivitys\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -ff - pakota enemmän\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Vain pääkäyttäjä saa päivittää mediat"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "ei mitään päivitettävää (käytä urpmi.addmedia lisätäksesi median)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"Päivitettävä kohta puuttuu\n"
-"(jokin seuraavista: %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "Hylätään media %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "otetaan käyttöön media %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Tämä on vapaa ohjelmisto, jota saa levittää GNU GPL -lisenssin mukaisesti.\n"
-"\n"
-"käyttö:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - käytä ainoastaan annettuja medioita pyydetyn (tai\n"
-" päivitetyn) paketin hakemiseen.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - käytä epätarkkaa hakua (sama kuin -y)\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - listaa käytettävissä olevat paketit\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - listaa käytettävissä olevat mediat\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr ""
-" --list-url - listaa käytettävissä olevat mediat ja niiden polut\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - listaa käytettävissä olevat noodit --parallel kanssa\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - listaa käytettävissä olevat rinnakkais-aliakset\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - tulosta asetukset urpmi.addmedia parametrien muodossa\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - seuraava paketti on lähdekoodi-paketti (sama kuin -s)\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr " --sources - listaa valittujen pakettien latausosoitteet\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - salli sellaisten rpm-tiedostojen hakeminen, joiden\n"
-" laitteistoarkkitehtuuri ei täsmää\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - aseta urpmi automaattisesti jakelun puusta.\n"
-" Tämä sallii etsimisen jakelusta.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - tulosta muutosloki\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - tulosta konfliktimerkinnät\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - vanhennusmerkinnät\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - tulosta tarjoamismerkinnät\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - tulosta riippuvuusmerkinnät\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - ehdotusmerkinnät\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - tulosta lähde-rpm-tiedoston nimi\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - tulosta yhteenveto.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - hae paketin riippuvuudet.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - hae paketit, jotka riippuvat annetusta paketista\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - laajennettu whatrequires-haku (sisällytä\n"
-" näennäispaketit).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - sallii etsimisen tarjoaa-merkinnöistä "
-"paketin löytämiseksi\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - täydellinen tuloste poistettavasta paketista\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - tulosta ryhmät nimen lisäksi\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - tulosta hyödyllistä tietoa ihmisen luettavassa muodossa\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - listaa paketissa olevat tiedostot\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - sama kuin -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - tulosta versio ja julkaisu nimen lisäksi\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - seuraava paketti on lähdekoodi-paketti (sama kuin --src)\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr " -u - poista paketti jos uudempi versio on jo asennettu\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - käytä epätarkkaa hakua (sama kuin --fuzzy)\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - kuten -y mutta ei käytä kirjainkokoriippuvuutta\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " komentorivillä syötetyt nimet tai rpm-tiedostot etsitään.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes voi ainoastaan käyttää --parallel kanssa"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "käytä -l tulostaaksesi tiedostoluettelon"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr "medialla \"%s\" ei ole xml-tietoja, vain osittainen tulos paketille %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"medialla \"%s\" ei ole xml-tietoja, vain osittainen tulos paketeille %s"
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"medialla \"%s\" ei ole xml-tietoja, ei voida palauttaa tuloksia paketille %s"
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"medialla \"%s\" ei ole xml-tietoja, ei voida palauttaa tuloksia paketeille %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Muutoslokia ei löytynyt\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - luo päivitysmedia\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "virheellinen URL-osoite: [%s]"
-
-#~ msgid "sorry, you can't use --install-src to install remote .src.rpm files"
-#~ msgstr ""
-#~ "--install-src -valitsinta ei voi käyttää etätiedostojen asentamiseen"
-
-#~ msgid "Error"
-#~ msgstr "Virhe"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d asennustoiminto epäonnistui"
-#~ msgstr[1] "%d asennustoimintoa epäonnistui"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Pakettia %s ei voida asentaa"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Suoritetaan tarkistusta seuraavien pakettien poistamiseksi"
diff --git a/po/fr.po b/po/fr.po
deleted file mode 100644
index e3e7dd2d..00000000
--- a/po/fr.po
+++ /dev/null
@@ -1,3370 +0,0 @@
-# translation of urpmi-fr.po to francais
-# translation of urpmi-fr.po to
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/fr.php3
-#
-# Traduction de Mandriva Linux Urpmi
-# $Id$
-# Copyright (C) 1999-2005 Mandriva
-#
-# Pixel <pixel@mandrakesoft.com>, 1999.
-# Olivier Poppon <opoppon@netscapeonline.co.uk>, 1999.
-# Patrick Legault <wolf@linux.ca>, 2000.
-# David BAUDENS <baudens@mandrakesoft.com>, 2000.
-# Thierry Vignaud <tvignaud@mandrakesot.com>, 2000-2004.
-# Combelles Christophe <ccomb@club-internet.fr>, 2003.
-# Christophe Combelles <ccomb@free.fr>, 2003.
-# Didier Hérisson <didier.herisson@angstrom.uu.se>, 2004.
-# Lecureuil Nicolas <n1c0l4s.l3@wanadoo.fr>, 2004, 2005.
-# Teletchéa <steletch@free.fr>, 2005.
-# Christophe Berthelé <cpjc@free.fr>, 2005, 2006, 2007, 2008.
-# Nicolas Lécureuil <neoclust@mandriva.org>, 2005, 2006.
-# Nicolas RICHARD <kournikolas@yahoo.fr>, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-fr\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-09-20 18:55+0200\n"
-"Last-Translator: Christophe Berthelé <cpjc@free.fr>\n"
-"Language-Team: French <cooker-i18n@mandrivalinux.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2;plural=(n>1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Installation du RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Erreur : fichier %s introuvable, annulation de l'opération"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Vous avez choisi un paquetage de sources :\n"
-"\n"
-"%s\n"
-"\n"
-"Vous ne désirez probablement pas l'installer sur votre ordinateur. "
-"(L'installer vous permettra de modifier le code source, puis de le "
-"recompiler).\n"
-"\n"
-"Que voulez-vous faire ?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Vous êtes sur le point d'installer les paquetages suivants sur votre "
-"ordinateur :\n"
-"\n"
-"%s\n"
-"\n"
-"Continuer ?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Vous êtes sur le point d'installer le paquetage suivant sur votre "
-"ordinateur :\n"
-"\n"
-"%s\n"
-"\n"
-"Peut-être préférez-vous simplement l'enregistrer. Quel est votre choix ?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Installer"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Sauver"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Annuler"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Choisissez un emplacement pour enregistrer le fichier."
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi version %s\n"
-"Copyright © 1999-2008 Mandriva.\n"
-"Ceci est un logiciel libre pouvant être redistribué selon les termes de la "
-"licence GNU GPL.\n"
-"\n"
-"usage :\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Options :"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - afficher ce message d'aide\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - mode non intéractif, utilisation des paramètres par "
-"défaut.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - sélection automatique des paquetages à mettre à jour.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - forcer l'invocation même si certains paquetages "
-"n'existent\n"
-" pas.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - vérifier la signature du rpm avant l'installation.\n"
-" (--no-verify-rpm le désactive, activé par défaut).\n"
-
-# Les espaces supplémentaires sur la seconde ligne
-# sont volontaires
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - utiliser seulement les médias listés (séparés par des\n"
-" virgules).\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - cherche dans les apports pour trouver le paquetage.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr ""
-" -P - ne pas chercher dans les apports pour trouver un "
-"paquetage.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr ""
-" --root - utiliser un autre répertoire racine pour l'installation.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - vérifier si l'installation peut se dérouler "
-"correctement.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - utiliser seulement le média spécifié pour rechercher\n"
-" (ou mettre à jour) les paquetages\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Pas de paquetage spécifié"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Veuillez patienter ..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Vous devez être administrateur"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Certains paquetages demandés ne peuvent pas être installés :\n"
-"%s\n"
-"Continuer quand même l'installation ?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Attention"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ok"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (à mettre à jour)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (à installer)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Choix d'un paquetage"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Un des paquetages suivants est nécessaire :"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Abandonner"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Pour permettre la mise à jour, les paquetages suivants doivent être "
-"désinstallés :\n"
-"%s\n"
-"Continuer quand même l'installation ?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"Pour satisfaire les dépendances, le paquetage suivant va être installé :"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Pour satisfaire les dépendances, les paquetages suivants vont être installés"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d paquetage, %d Mo)"
-msgstr[1] "(%d paquetages, %d Mo)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Installation du paquetage ..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "impossible de récupérer les paquetages de sources, abandon"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Préparation ..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Installation du paquetage « %s » (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Veuillez insérer le média nommé « %s »"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Téléchargement du paquetage %s ..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Fini"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"L'installation a échoué, il manque les fichiers :\n"
-"%s\n"
-"Vous devriez mettre à jour votre base de données urpmi."
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "L'installation a échoué :"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Tous les paquetages sont déjà installés"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "L'installation est terminée"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "désinstallation de %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "Redémarrage de urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"usage : %s [options]\n"
-"où les [options] sont parmi\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - afficher ce message d'aide.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr ""
-" --root <chemin>  - utiliser l'emplacement spécifié comme racine à la "
-"place de « / »\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [groupe] - restreindre les résultats au groupe spécifié.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " valeur par défaut %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - afficher le nom complet du paquetage (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Seul l'administrateur système (root) peut installer des paquetages"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Exécution d'urpmi en mode restreint..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "échec de création du répertoire %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "propriétaire invalide pour le répertoire %s"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "Impossible de télécharger dans %s"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "impossible d'ouvrir la base de donnée rpm"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "le nom du fichier rpm est invalide [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "récupération des fichiers rpm [%s]..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "... récupération effectuée"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "... échec de la récupération : %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "impossible d'accéder au fichier rpm [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "impossible d'analyser le fichier spec %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "impossible de référencer le fichier rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Architecture incompatible pour le paquetage [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "erreur lors de l'inscription des paquetages locaux"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Cette opération est interdite en mode restreint"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "Mauvaise déclaration de serveur mandataire en ligne de commande\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq : impossible de lire le fichier rpm « %s »\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "expression inattendue %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "expression manquante avant %s"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "expression inattendue %s (suggestion : utilisez -a ou -o ?)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "pas d'expression à fermer"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr "par défaut urpmf s'attend à une regexp, utilisez l'option « --literal »"
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "le répertoire chroot n'existe pas"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Impossible d'utiliser %s sans %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Impossible d'utiliser %s avec %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Trop d'arguments\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "La copie a échoué"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"Vous devez monter le CD-ROM vous-même (ou installer perl-Hal-Cdroms afin que "
-"celà soit fait automatiquement)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "Le démon HAL (hald) n'est pas lancé ou n'est pas prêt"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "le média « %s » n'est pas disponible"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "impossible de lire le fichier rpm [%s] depuis le média « %s »"
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "erreur de syntaxe à la ligne %s du fichier de configuration"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "impossible de lire le fichier de configuration [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "le média « %s » est défini deux fois, interruption"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "impossible d'écrire le fichier de configuration [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "impossible de lire les paramètres proxy (droits insuffisants sur %s)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Veuillez entrer vos données d'accès pour le proxy\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Nom d'utilisateur :"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Mot de passe :"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "webfetch « %s » inconnu !!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s a échoué : sortie sur signal %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s a échoué : sortie avec %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "la copie a échoué"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget est manquant\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl est manquant\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "échec de curl : téléchargement annulé\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync est manquant\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh est manquant\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla est manquant\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Exécution de prozilla impossible\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "aria2 est manquant\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% de %s terminé, ETA = %s, débit = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% terminé, débit = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "récupération de %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "%s récupéré"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "protocole inconnu défini pour %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s n'est pas disponible, utilisation de %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "aucun programme de téléchargement trouvé, ceux supportés sont : %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "impossible d'utiliser le protocole : %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "Vidage du répertoire %s et de %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "paquetage %s non trouvé."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "récupération des fichiers rpm à partir de « %s »..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[regénération]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"transaction créée pour l'installation sur %s (remove=%d, install=%d, upgrade="
-"%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "impossible de créer la transaction"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "impossible d'extraire le rpm du paquetage delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "impossible d'installer le paquetage %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "suppression des paquetages bogués (%s) de %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "la suppression de %s a échouée : %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Désinstallation du paquetage %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "désinstallation du paquetage %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "suppression des paquetages installés (%s) de %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Plus d'information sur le paquetage %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Impossible de créer le cache de l'annuaire ldap"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Impossible d'écrire le fichier de cache pour ldap\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Aucun serveur défini : uri ou hôte manquant"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Pas de base spécifiée"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Impossible de se connecter à l'uri ldap :"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "la base de donnée %s est verrouillée, mise en attente..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "abandon"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "la base de donnée %s est verrouillée (un autre programme l'utilise)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "L'installation a échoué"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Essayer de continuer néanmoins ? (o/N) "
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"L'installation a échoué à cause de paquets bogués :\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Le paquetage suivant a une signature invalide"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Les paquetages suivants ont des signatures non valides"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Voulez-vous continuer l'installation ?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "suppression des paquetages installés (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "distribution de %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "installation de %s depuis %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "installation de %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Essayer d'installer sans vérifier les dépendances ? (o/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Essayer de forcer l'installation (--force) ? (o/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Les paquetages sont à jour"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "L'installation est possible"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "examen du fichier [%s]"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "fichier MD5SUM invalide"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "attention : le MD5 pour %s est indisponible dans le fichier MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "le média virtuel « %s » devrait avoir une url en clair, média ignoré"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "impossible d'accéder au fichier de liste de « %s », média ignoré"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "impossible d'accéder au fichier synthesis de « %s », média ignoré"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "tentative d'outrepasser un média existant « %s », non pris en compte"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "échec de migration du périphérique amovible, média ignoré"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "le fichier de configuration [%s] a été écrit"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Le mode distribué ne peut pas être utilisé avec le mode « use-distrib »"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "utilisation du média associé pour le mode distribué : %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis ne peut être utilisé avec --media, --excludemedia, --sortmedia, "
-"--update, --use-distrib ou --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Recherche début : %s fin : %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "paquetage %s ignoré"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "effectuerait une installation plutôt qu'une mise à jour de %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "le média « %s » existe déjà"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(ignoré par défaut)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "ajout du média « %s » avant le média distant « %s »"
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "ajout du média « %s »"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "le répertoire %s n'existe pas"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "cet emplacement ne semble pas contenir de distribution"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "impossible d'analyser media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"impossible d'accéder au média de distribution (pas de fichier media.cfg "
-"trouvé)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "média « %s » ignoré car incompatible (pour %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "récupération du fichier media.cfg..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "essai de sélection du média inexistant « %s »"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "sélection de plusieurs médias : %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "suppression du média « %s »"
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "reconfiguration de urpmi pour le média « %s »..."
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "... la reconfiguration a échoué"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "reconfiguration effectuée"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Erreur de génération du fichier names : dépendance %d non trouvée"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "le média « %s » est à jour"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "examen de la liste de synthèse [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problème de lecture du fichier de synthèse du média « %s »"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "copie en cours [%s] pour le média « %s »..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "... copie impossible"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "copie du fichier description de « %s »..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "... copie effectuée"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "La copie de [%s] a échoué (le fichier est étrangement petit)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "calcul de la somme de contrôle MD5 du fichier synthesis"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "échec de la récupération de [%s] (inégalité md5sum)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "échec de genhdlist2 sur [%s]"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "comparaison de %s et de %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "fichier hdlist %s invalide pour le média « %s »"
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "copie du fichier MD5SUM de « %s »..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "fichier MD5SUM invalide (téléchargé sur %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "récupération du fichier synthesis de « %s »..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "fichier synthesis localisé en tant que %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "pas de fichier synthesis trouvé pour le média « %s »"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "examen du fichier de la clé publique de « %s »..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "... clé %s importée à partir du fichier de la clé publique de « %s »"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "impossible d'importer le fichier de la clé publique de « %s »"
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "média « %s » mis à jour"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "échec de la récupération de [%s]"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "nouvel essai avec le miroir %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Impossible de trouver un mirror depuis la liste de mirroirs %s"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "géolocalisation trouvée %s %.2f %.2f du fuseau horaire %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "récupération de la liste des miroirs depuis %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "OoYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Désolé, mauvais choix, veuillez réessayer\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Paquetage"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Version"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Révision"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arch"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(conseillé)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "média « %s »"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "ligne de commande"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "o"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "Ko"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "Mo"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "Go"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "To"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-"Le paquetage suivant est désormais orphelin, utilisez « urpme --auto-"
-"orphans » pour le supprimer."
-msgstr[1] ""
-"Les paquetages suivants sont désormais orphelins, utilisez « urpme --auto-"
-"orphans » pour les supprimer."
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "impossible d'analyser « %s » dans le fichier [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "examen du support distribué dans le fichier [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "support distribué trouvé pour les noeuds : %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "impossible d'utiliser l'option distribuée « %s »"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "sur le noeud %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "L'installation a échoué sur le noeud %s"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp a échoué, un noeud est peut-être injoignable"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput a échoué, un noeud est peut-être injoignable"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "scp a échoué sur l'hôte %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "cp a échoué sur l'hôte %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-"%s a échoué sur l'hôte %s (peut-être n'a-t-il pas la bonne version "
-"d'urpmi ?) (code de sortie : %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "impossible d'accéder au média « %s »."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "montage de %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "démontage de %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf version %s\n"
-"Copyright © 2002-2006 Mandriva.\n"
-"Ceci est un logiciel libre pouvant être redistribué selon les termes de la "
-"licence GNU GPL.\n"
-"\n"
-"usage : urpmf [options] expression\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - afficher la version de cet utilitaire\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - utiliser un environment spécifique (en général\n"
-" un rapport d'anomalie).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - ne pas utiliser les médias spécifiés (séparés\n"
-" par des virgules).\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - ne remplace pas les jokers, applique l'argument tel "
-"quel.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - utiliser un autre répertoire racine pour l'installation "
-"et la base de donnée urpmi.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - trier les médias selon des sous-chaînes (séparées\n"
-" par des virgules).\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - utiliser le chemin spécifié pour accéder au média\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - utiliser le fichier de synthèse donné plutôt que la base\n"
-" de données urpmi.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - ne pas afficher les lignes identiques.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - n'utiliser que les médias de mise à jour.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - mode verbeux.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - ignorer la distinction majuscules/minuscules.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - respecter la distinction majuscules/minuscules.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-" -F<str> - remplacer le séparateur par <str> (par défaut ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Motifs de substitution :\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" texte - texte traité en expression régulière, sauf si option -l.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - inclure du code perl directement.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - opérateur binaire ET.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - opérateur binaire OU.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - NON unaire.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - parenthèses droite et gauche.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Liste des champs de recherche :\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - spécifie un format d'affichage de type printf\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " exemple : '%%name:%%files'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - chercher dans le champ architecture\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - chercher dans le champ « BuildHost »\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - chercher dans le champ « BuildTime »\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr ""
-" --conffiles - chercher dans la liste des fichiers de configuration\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - chercher dans le champ « conflicts »\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - chercher dans les descriptions de paquetages\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - chercher dans le champ « distribution »\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - chercher dans le champ « epoch »\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - chercher dans le nom de fichier du paquetage\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr ""
-" --files - chercher dans la liste des fichiers d'un paquetage\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - chercher dans le champ « Group »\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - licence\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - chercher dans le nom du paquetage\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - chercher dans le champ « obsoletes »\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - chercher dans le nom du créateur du paquetage\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - chercher dans le champ « provides »\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - chercher dans la liste des dépendances\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - chercher dans le champ taille après installation\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - chercher dans le nom du paquetage source\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - chercher dans le champ «suggests»\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - chercher dans le résumé\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - chercher dans le champ « Url »\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - chercher dans le nom du fournisseur\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr ""
-" -m - chercher dans le média où le paquetage a été trouvé\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - afficher la version, la release et l'architecture\n"
-" du paquetage avec le nom.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-"Format incorrect : vous ne pouvez utiliser qu'une seule option multi-valeur"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "avec environnement spécifique sur %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "pas de fichier hdlist disponible pour le média « %s »"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "pas de fichier synthesis disponible pour le média « %s »"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "pas de fichier xml-info disponible pour le média « %s »"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-"urpmi a été relancé et la liste des paquetages prioritaires est inchangée"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-"urpmi a été relancé et la liste des paquetages prioritaires a changé : %s vs "
-"%s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Pas de paquetage nommé %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Les paquetages suivants contiennent %s : %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr "Vous pouvez utiliser « -a » pour les sélectionner tous"
-
-#: ../urpm/select.pm:300
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "paquetage(s) %s dans la base urpmi mais aucun n'est installé"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Le paquetage %s est déjà installé"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Les paquetages %s sont déjà installés"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "en raison du manque de %s"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "car le paquetage %s est déjà installé"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "car %s est non satisfait"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "Tentative de promouvoir %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "afin de garder %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "pour installer le paquetage %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "en raison de conflit avec %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Signature incorrecte (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Identifiant de clef incorrect (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Signature absente (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "système"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "Vous devriez relancer %s pour %s"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Ne peut créer le fichier"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Ne peut ouvrir le fichier"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Impossible de déplacer %s vers %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme version %s\n"
-"Copyright © 1999-2008 Mandriva.\n"
-"Ceci est un logiciel libre pouvant être redistribué selon les termes de la "
-"licence GNU GPL.\n"
-"\n"
-"usage : \n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr ""
-" --auto - sélectionner automatiquement un paquetage parmi les "
-"choix\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - supprimer les orphelins\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - vérifier si la désinstallation peut être achevée "
-"correctement.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-" --parallel - urpmi distribué sur plusieurs machines de l'alias.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - Réempaqueter les fichiers avant effacement\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr ""
-" --root - utiliser un autre répertoire racine pour la "
-"désinstallation.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-" --justdb - mettre à jour la base rpm mais pas le système de "
-"fichiers.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - ne pas exécuter les scripts de désinstallation.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - configurer urpmi à la volée d'après l'arbre d'une\n"
-" distribution, utile pour (dés)installer un chroot avec\n"
-" l'option --root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - mode verbeux.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-" -a - sélectionner tous les paquetages correspondants à\n"
-" l'expression.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Seul l'administrateur système (root) peut supprimer des paquetages"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "paquetages inconnus"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "paquetage inconnu"
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] ""
-"La désinstallation du paquetage suivant rendra votre système instable"
-msgstr[1] ""
-"La désinstallation des paquetages suivants rendra votre système instable"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Rien à désinstaller"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "Aucun orphelin à supprimer"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Pour satisfaire les dépendances, le paquetages suivant va être désinstallé"
-msgstr[1] ""
-"Pour satisfaire les dépendances, les %d paquetages suivants vont être "
-"désinstallés"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(paquetage orphelin)"
-msgstr[1] "(paquetages orphelins)"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Supprimer %d paquetage ?"
-msgstr[1] "Supprimer %d paquetages ?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (o/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "test de suppression de %s"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Échec de la désinstallation"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "La suppression est possible"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "expression non terminée (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-update - rafraîchir les média lors de la mise à jour du système.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-" --no-md5sum - ne pas effectuer la vérification du fichier MD5SUM.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - force la mise à jour de la clef gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - supprimer les orphelins sans confirmation\n"
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - pas de sélection auto des paquetages \"suggérés\"\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - ne jamais demander de désinstallation, plutôt annuler\n"
-" l'installation.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-" --no-install - ne pas installer les paquetages (les télécharger "
-"seulement)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - conserve les paquetages existants si possible, rejette "
-"les\n"
-" paquetages demandés qui nécessitent des "
-"désinstallations.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - découper en petites transactions si plus du nombre "
-"spécifié\n"
-" de paquetages doivent être installés ou mis à jour.\n"
-" (%d par défaut).\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - longueur minimale de transaction (%d par défaut).\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - imposer la recherche floue.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - installer les buildrequires des paquetages\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - n'installer que les paquetages de sources (pas les\n"
-" binaires).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-" --clean - enlever tous les rpm du cache avant toute opération.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - ne supprime aucun paquetage du cache.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-" --replacepkgs - force l'installation des paquetages qui sont déjà "
-"installés.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - autoriser l'installation des paquetages sans\n"
-" vérifier les dépendances.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - autoriser l'installation des paquetages sans vérifier\n"
-" ni les dépendances ni l'intégrité.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - sélection auto des paquetages \"suggérés\".\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - configurer urpmi à la volée d'après l'arbre d'une\n"
-" distribution; utile pour (dés)installer un chroot avec\n"
-" l'option --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - générer et utiliser un metalink local.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - programme à utiliser pour le téléchargement.\n"
-" programmes connus : %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - options supplémentaires à passer à curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- options supplémentaires à passer à rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - options supplémentaires à passer à wget\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - options supplémentaires à passer à prozilla\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - options supplémentaires à passer à aria2\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - limiter la vitesse de téléchargement.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - reprendre le transfert des fichiers incomplets\n"
-" (--no-resume le désactive, il est désactivé par défaut).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - utiliser le proxy HTTP indiqué, le n° de port\n"
-" étant 1080 à défaut d'indication (format <proxy[:port]"
-">).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - spécifier l'utilisateur et le mot de passe pour\n"
-" l'authentification sur le proxy (<utilisateur:"
-"motdepasse>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - générer un rapport d'anomalie dans le répertoire\n"
-" indiqué en second argument.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr ""
-" --excludepath - exclure les chemins indiqués, séparés par des virgules.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - exclure les fichiers de documentation.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --ignoresize - ne pas vérifier la place disque avant installation.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - autoriser l'installation de paquetages prévus pour "
-"d'autres\n"
-" architectures.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - ne pas exécuter les scripts d'installation\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - paquetages dont l'installation doit être ignorée\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - paquetages qui doivent être favorisés\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - lorsque beaucoup de paquetages sont trouvés, proposer "
-"plus\n"
-" de choix que par défaut.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - ne pas verrouiller la base rpm.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-" --strict-arch - mettre à jour uniquement les paquetages avec la même\n"
-" architecture.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr ""
-" -a - sélectionner toutes les correspondances de la ligne de\n"
-" commande.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - mode silencieux.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - mode de déboguage.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" les noms ou les fichiers rpm donnés en ligne de commande seront "
-"installés.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-"Erreur : options --auto-select et la liste de paquetages incompatibles.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Erreur : pour générer un rapport d'anomalie, précisez les arguments de la\n"
-"ligne de commande accompagnés de --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-"Installation de paquetages binaires impossible avec l'option --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Vous ne pouvez pas installer des fichiers spec"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "repli vers --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-"merci d'utiliser --buildrequires ou --install-src, par défaut --buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Le répertoire [%s] existe déjà, merci d'en utiliser un autre pour le rapport "
-"d'anomalie, ou de l'effacer."
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Impossible de créer le répertoire [%s] pour le rapport d'anomalie"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Le répertoire d'environnement %s n'existe pas"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Erreur : %s semble être monté en lecture seule.\n"
-"Utilisez --allow-force afin de forcer l'opération."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Mise à jour des médias...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s : %s (à mettre à jour)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (à mettre à jour)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s : %s (à installer)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (à installer)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Afin de satisfaire les dépendances de « %s », un des paquetages suivants est "
-"nécessaire :"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Que choisissez-vous ? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Le paquetage suivant ne peut pas être installé, car il dépend\n"
-"de paquetage qui sont plus anciens que la version installée :\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Les paquetages suivants ne peuvent pas être installés, car ils dépendent\n"
-"de paquetages qui sont plus anciens que les versions installées :\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Désirez-vous tout de même continuer ?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (O/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Le paquetage demandé ne peut pas être installé :\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Certains paquetages demandés ne peuvent pas être installés :\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "La désinstallation du paquetage %s rendra votre système instable"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"La mise à jour ne peut pas continuer car le paquetage suivant\n"
-"doit être désinstallé :\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"La mise à jour ne peut pas continuer car les paquetages suivants\n"
-"doivent être désinstallés :\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Afin de poursuivre la mise à jour, le paquetage suivant doit être "
-"désinstallé :\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Afin de poursuivre la mise à jour, les paquetages suivants doivent être "
-"désinstallés :\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(test uniquement, la suppression ne sera pas effectuée)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Vous devez d'abord utiliser urpmi --buildrequires pour installer les "
-"dépendances suivantes :\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Le paquetage orphelin suivant va être désinstallé."
-msgstr[1] "Les paquetages orphelins suivants vont être désinstallés."
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(test uniquement, l'installation ne sera pas effectuée)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "un espace additionnel de %s sera utilisé."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "un espace de %s sera libéré."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "%s de paquets seront récupérés."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Procéder à l'installation d'un paquetage ?"
-msgstr[1] "Procéder à l'installation des %d paquetages ?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Annuler"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Veuillez sur appuyez sur « Entrée » une fois le média monté ..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"Utilisation : urpmi.addmedia [options] <nom> <url>\n"
-"où <url> est parmi :\n"
-" [file:/]/<chemin>\n"
-" ftp://<utilisateur>:<mot de passe>@<hôte>/<chemin>\n"
-" ftp://<hôte>/<chemin>\n"
-" http://<hôte>/<chemin>\n"
-" cdrom://<chemin>\n"
-"\n"
-"Utilisation : urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"Utilisation : urpmi.addmedia [options] --mirrorlist <url> <nom> <chemin "
-"relatif>\n"
-"\n"
-"exemples :\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"et [options] parmi\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-" --wget - utiliser wget pour récupérer les fichiers distants.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr ""
-" --curl - utiliser curl pour récupérer les fichiers distants.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-" --prozilla - utiliser prozilla pour récupérer les fichiers distants.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr ""
-" --aria2 - utiliser aria2 pour récupérer les fichiers distants.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-" --update - créer une source «mise à jour» ou forcer l'utilisation,\n"
-" des sources type «mise à jour» (si utilisé avec --"
-"distrib)\n"
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - télécharger les fichiers xml-info avec la politique "
-"donnée\n"
-" parmi : never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - utiliser un fichier de synthèse.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-" --probe-rpms - utiliser les fichiers rpm (au lieu des synthesis).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - ne pas essayer de trouver de fichier synthesis.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - créer automatiquement tous les médias à partir\n"
-" d'un média d'installation.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-" --interactive - avec --distrib, demande confirmation pour chaque média\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - avec --distrib, ajoute tous les médias listés\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - utiliser l'url spécifiée comme liste de miroirs, par "
-"défaut\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - créer un média virtuel qui est toujours à jour,\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-" --no-md5sum - Supprime la vérification de la somme de contrôle MD5.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-" --nopubkey - ne pas importer la clé publique des nouveaux médias\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw - ajoute le média dans la configuration, mais sans le "
-"mettre à jour.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - mode silencieux.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - mode verbeux.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "les politiques xml-info connues sont %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "pas d'arguments requis pour --distrib --mirrorlist <url>"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-"<url> incorrecte (pour un répertoire local, le chemin doit être absolu)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Seul l'administrateur système (root) peut ajouter un média"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "création du fichier de configuration [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Ne peut créer le fichier de configuration [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "inutile de spécifier le <chemin relatif de synthesis> avec --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Voulez-vous ajouter le média « %s » ?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<chemin relatif de synthesis> manquant\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Impossible d'utiliser %s avec un média distant"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "impossible d'ajouter le média"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover version %s\n"
-"Copyright © 2006 Mandriva.\n"
-"Ceci est un logiciel libre pouvant être redistribué selon les termes de la "
-"licence GNU GPL.\n"
-"\n"
-"usage : \n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - initialiser maintenant le point de référence\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - ne pas vider le répertoire de regénération lors de\n"
-" l'initialisation du point de référence\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-" --list - lister les transactions effectuées depuis la date ou "
-"durée\n"
-" précisée\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - lister toutes les transactions de la base RPM.\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-" --list-safe - lister les transactions effectuées depuis le dernier "
-"point\n"
-" de référence\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - revenir à l'état correspondant à la date spécifiée,\n"
-" ou revenir en arrière du nombre de transactions précisé\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - désactive la regénération\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Date ou durée invalide [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Répertoire cache des paquetages non défini\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Ecriture impossible dans le répertoire cache des paquetages [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Vidage du répertoire cache des paquetages [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d fichier effacé\n"
-msgstr[1] "%d fichiers effacés\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Arguments de ligne de commande erronés [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Vous ne pouvez pas utiliser --checkpoint et --rollback en même temps\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Vous ne pouvez pas utiliser --checkpoint et --list en même temps\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Vous ne pouvez pas utiliser --rollback et --list en même temps\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Vous ne pouvez pas utiliser --disable en même que d'autres options"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Pas de transaction trouvée depuis %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Vous devez être administrateur pour faire cela"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Ecriture du fichier de macros rpm [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Aucune date de retour en arrière spécifiée\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Retour en arrière jusqu'à %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Désactivation de la regénération\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"Utilisation : urpmi.removemedia ([-a] | <nom> ...)\n"
-"où <nom> est le nom du média à retirer.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - sélectionner tous les médias\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - imposer la recherche floue sur les noms de média.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Seul l'administrateur système (root) peut supprimer un média"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "rien à retirer (utiliser urpmi.addmedia pour ajouter un média)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"L'entrée à retirer est manquante\n"
-" (l'une parmi %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"Utillisation : urpmi.update [options] <nom>...\n"
-"où <nom> est un nom de média à mettre à jour.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - ne rafraîchir que les médias de mise à jour.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - force la mise à jour de la clef gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-" --ignore - sans mettre à jour, marquer le média en tant qu'ignoré.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-" --no-ignore - sans mettre à jour, marquer le média en tant qu'actif.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms - ignorer le synthesis et utiliser les fichiers rpm\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - sélectionner tous les médias non amovibles\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - forcer la mise à jour des fichiers synthesis.\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr ""
-" -ff - vraiment forcer la mise à jour des fichiers synthesis\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Seul l'administrateur système (root) peut mettre à jour un média"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "rien à mettre à jour (utiliser urpmi.addmedia pour ajouter un média)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"l'entrée à mettre à jour est manquante\n"
-"(un parmi %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "« %s »"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "média %s ignoré"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "activation du média %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq version %s\n"
-"Copyright © 2000-2006 Mandriva.\n"
-"Ceci est un logiciel libre pouvant être redistribué selon les termes de la "
-"licence GNU GPL.\n"
-"\n"
-"usage :\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - utiliser seulement le média spécifié pour rechercher\n"
-" (ou mettre à jour) les paquetages\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - lister les orphelins\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - imposer la recherche floue (identique à -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - montrer tous les paquetages disponibles.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - montrer tous les médias disponibles.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - montrer tous les médias disponibles et leurs URL.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - montrer tous les noeuds disponibles en\n"
-" utilisant --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - lister les alias parallèles disponibles.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - afficher la configuration sous forme d'un argument\n"
-" pour urpmi.addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - le prochain paquetage est un paquetage de sources\n"
-" (identique à -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - donner tous les paquetages de sources avant de\n"
-" télécharger (administrateur seulement).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - autoriser la recherche de paquets pour d'autres\n"
-" architectures.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - configure urpmi à la volée d'après l'arbre d'une\n"
-" distribution, permettant d'interroger une distribution.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - afficher le changelog.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - afficher les conflits.\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - afficher le champ « obsoletes »\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - afficher le champ « provides »\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - afficher les dépendances.\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - afficher le champ «suggests»\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - afficher le nom du paquetage source.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - afficher le résumé.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - interroger les dépendances du paquetage.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr ""
-" --whatrequires - recherche inversée des items nécessitant ce paquetage.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - recherche inversée étendue (paquetages virtuels "
-"compris).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - chercher dans les apports pour trouver le paquetage.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr ""
-" -c - sortie sur la ligne de commande avec les\n"
-" noms des paquetages à désinstaller.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - afficher les groupes ainsi que les noms.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - afficher les informations utiles de manière plus "
-"lisible.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - lister les fichiers d'un paquetage.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - équivalent à -du.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - afficher la version détaillée ainsi que le nom.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - le prochain paquetage est un paquetage de sources\n"
-" (identique à --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - enlever le paquetage si une version plus récente est "
-"déjà\n"
-" installée.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - imposer la recherche floue (identique à --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - comme -y mais n'est pas sensible à la casse\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-" les noms ou fichiers rpm indiqués sur la ligne de commande sont "
-"interrogés.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "utilisation : \"urpmq --auto-orphans\" sans argument"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes peut seulement être utilisé avec --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "utilisez -l pour lister les fichiers"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"pas d'information xml pour le média « %s », uniquement un résultat partiel "
-"pour le paquetage %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"pas d'information xml pour le média « %s », uniquement un résultat partiel "
-"pour les paquetages %s"
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"pas d'information xml pour le média « %s », impossible de retourner un "
-"résultat pour le paquetage %s"
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"pas d'information xml pour le média « %s », impossible de retourner un "
-"résultat pour les paquetages %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Aucun Changelog trouvé\n"
diff --git a/po/fur.po b/po/fur.po
deleted file mode 100644
index 6c58f518..00000000
--- a/po/fur.po
+++ /dev/null
@@ -1,3788 +0,0 @@
-# translation of urpmi-fur.po to Furlan
-# translation of urpmi-fur.po to furlan
-# translation of urpmi.po to furlan
-# This file is distributed under the same license as the PACKAGE package.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
-# Andrea Gracco <graccoandrea@tin.it>, 2004.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-fur\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2004-05-21 14:55+0200\n"
-"Last-Translator: Andrea Gracco <graccoandrea@tin.it>\n"
-"Language-Team: Furlan <gft@freelists.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.3\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, fuzzy, c-format
-msgid "RPM installation"
-msgstr "Instalazion dal pachet..."
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, fuzzy, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Tu âs selezionât un pachet sorzint:\n"
-"\n"
-"%s\n"
-"\n"
-"Probabilmentri no tu vuelis instalâlu tal to computer (instalâlu vi "
-"permetares di fâ modifichis al codis sorzint e compilâlu).\n"
-"\n"
-"Ce vuelistu fa?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, fuzzy, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Tu âs sielzût di instalâ chest pachet tal to computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Tu podaressis preferî di salvâlu. Cuale ise le to sielte?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Tu âs sielzût di instalâ chest pachet tal to computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Tu podaressis preferî di salvâlu. Cuale ise le to sielte?"
-
-#: ../gurpmi:98
-#, fuzzy, c-format
-msgid "_Install"
-msgstr "Instale"
-
-#: ../gurpmi:99
-#, fuzzy, c-format
-msgid "_Save"
-msgstr "Salve"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Scancele"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Sielç un puest dulà salvâ il file"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Chest software al è software libar e al po sedi redistribuît sot i termins "
-"de GNU GPL.\n"
-"\n"
-"ûs:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - stampe chist mes di jutori.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - selezione automatichementri i pachets par atualizâ il "
-"sisteme.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - sfuarçe le esecuzion ancje se cualchi pachet no l'esist.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - verifiche le firme RPM prin de instalazion\n"
-" (--no-verify-rpm le disabilite, predefinide abilitade).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - dopre dome les fonts te liste, disseparadis di virgulis.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - consint le ricercje tra i provides dal pachet.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - no sta a cirî tai provides par cjatâ il pachet.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr ""
-" --root - dopre une altre cartele di root par instalâ i file rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - verifiche se le instalazion e po sedi fate coretementri.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --media - dopre dome les fonts te liste, disseparadis di virgulis.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "Nissun comant specificât"
-
-#: ../gurpmi2:53
-#, fuzzy, c-format
-msgid "Please wait..."
-msgstr "Par plasè spiete."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr ""
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Cualchidun dai pachets domandâts no puedin sedi instalât:\n"
-"%s"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Avertence"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ok"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr ""
-
-#: ../gurpmi2:172
-#, fuzzy, c-format
-msgid " (to install)"
-msgstr "Instalazion Automatiche"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Al covente un di chiscj pachets:"
-
-#: ../gurpmi2:200
-#, fuzzy, c-format
-msgid "_Abort"
-msgstr "Informazions"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"I pachets listâts e an di sedi rimovûts par podê atualizâ altris:\n"
-"%s"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"Par sodisfâ les dipindincis, %d pachets e stan par sedi instalâts (%d MB)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Par sodisfâ les dipindincis, %d pachets e stan par sedi instalâts (%d MB)"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Instalazion dal pachet..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "no rivi a recuperâ i pachets sorzint, o fermi"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "In preparazion..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Instalazion dal pachet `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Par plasè insede le font clamade \"%s\" te periferiche [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "O stoi scjariant il pachet '%s'..."
-
-#: ../gurpmi2:324
-#, fuzzy, c-format
-msgid "_Done"
-msgstr "Fat"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Instalazion falade, cualchi file al mancje:\n"
-"%s\n"
-"Tu podaressis ve voe di atualizâ il to database urpmi"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Instalazion falade"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Al è dut dizà instalât"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Instalazion finide"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "rimozion di %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "rinviament di urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"ûs: %s [opzions]\n"
-"la che [opzions] e son di\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - stampe chest mes di jutori.\n"
-
-#: ../rpm-find-leaves:18
-#, fuzzy, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr ""
-" --synthesis - dopre il file synthesis specificât invezit dal db urpmi\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - selezione i risultâts di chel grop.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " il valôr predefinît al è %s.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - stampe grops ancje cul non\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Dome il superutent al po instalâ pachets"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "no rivi a creâ le cartele [%s] par il bug report"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "O stoi scjariant il pachet '%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "no rivi a vierzi il database rpm"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "non dal file rpm no valevul [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "o recuperi il file rpm [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...copie finide"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...copie falade: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "no rivi a acedi al file rpm [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "no rivi a analizâ \"%s\" tal file [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "no rivi a regjstrâ il file rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "fal te regjistrazion dai pachets locâi"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "declarazion di proxy falade doprant le rie di comant\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: no rivi a lei il file rpm \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Firme mancjant (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Copie falade"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "le font \"%s\" no je selezionade"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "no rivi a lei il file rpm [%s] de font \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "no rivi a scrivi tal file di configurazion [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "no rivi a scrivi tal file di configurazion [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "no rivi a scrivi tal file di configurazion [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Password:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Copie falade"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "cause cal mancje %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "cause cal mancje %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "cause cal mancje %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "rimozion di %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...copie falade: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "protocol no cognosût definît par %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "nissun webfetch cjatât, chei sopuartâts e son: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "no rivi a gjestî il protocol: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "instalazion di %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "il pachet %s no l'è stât cjatât."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "o recuperi il file rpm de font \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"e je stade creade le transazion par instalâ su %s (rimôf=%d, instale=%d, "
-"atualize=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "no rivi a creâ le transazion"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "no rivi a rimovi il pachet %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "no rivi a instalâ il pachet %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "instalazion di %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...copie falade: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "rimozion dal pachet %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "rimozion dal pachet %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "instalazion di %s"
-
-#: ../urpm/install.pm:281
-#, fuzzy, c-format
-msgid "More information on package %s"
-msgstr "Plui informazions sul pachet..."
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "Nissun comant specificât"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "database urpmi blocât"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Avertence"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Instalazion falade"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Instalazion falade"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Chiscj pachets e an firmis no valevulis"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Chiscj pachets e an firmis no valevulis"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Âstu voie di continuâ le instalazion?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "instalazion di %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "distribuzion di %s"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "instalazion di %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "instalazion di %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Provjo a instalâ cence controlâ les dipendencis? (s/N) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr ""
-"Ajo di provâ le instalazion in maniere ancjimò plui sfuarçâde (--force)? (s/"
-"N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Le instalazion e je pussibil"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "O esamini il file MD5SUM"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "le font virtuâl \"%s\" e a di vê un url clâr, font ignorade"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "no rivi a acedi al file de liste di \"%s\", font ignorade"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "no rivi a acedi al file hdlist di \"%s\", font ignorade"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "o cîr di lassâ fûr le font esistint \"%s\", o eviti"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "scrîf il file di configurazion [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "No rivi a doprâ le maniere paralêle insieme cun che user-distrib"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "o dopri les fonts pariadis pe maniere paralêle: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-" synthesis a nol po sedi doprât cun --media, --excludemedia, --sortmedia, --"
-"update o --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr ""
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "o salti il pachet %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "e instalares il pachet invezit di atualizalu %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "le font \"%s\" e esist dizà"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "o stoi leint les intestaduris de font \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "o rimôf le font \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "no rivi a vierzi il database rpm"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"no rivi a acedi a le prime font di instalazion (no ai cjatât nissun file "
-"hdlists)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "o recuperi il file hdlist..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "o cîr di selezionâ une font che no esist \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "o stoi selezionant plui fonts: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "o rimôf le font \"%s\""
-
-#: ../urpm/media.pm:1055
-#, fuzzy, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "o recuperi il file rpm de font \"%s\"..."
-
-#: ../urpm/media.pm:1089
-#, fuzzy, c-format
-msgid "...reconfiguration failed"
-msgstr "Configurazion dal menu salvade"
-
-#: ../urpm/media.pm:1095
-#, fuzzy, c-format
-msgid "reconfiguration done"
-msgstr "Configurazion Server"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "le font \"%s\" no je selezionade"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "o esamini il file synthesis [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "probleme leint il file synthesis o le font \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "o scrîf le liste pe font \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...copie falade"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "o copii il file di descrizion di \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...copie finide"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "copie di [%s] falade (il file al è piçul in maniere suspiete)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "o calcoli md5sum dal file hdlist (o synthesis) scjariât"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "copie di [%s] falade (md5sum no valevul)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "o esamini il file hdlist [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "instalazion di %s"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "nissun file hdlist cjatât pe font \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "o copii il file di descrizion di \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "non dal file rpm no valevul [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "o recuperi il file hdlist (o synthesis) di \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "o ai cjatât le hdlist (o synthesis) analizade sicu %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "nissun file hdlist cjatât pe font \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "o controli il file pubkey di \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...impuartade le clâf %s dal file pubkey di \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "no rivi a impuartâ il file pubkey di \"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "font zontade %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "o stoi leint i file rpm di [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "SsYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Sielte falade, torne a provâ\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Cîr"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "o rimôf le font \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "no rivi a analizâ \"%s\" tal file [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "o stoi esaminant il gjestôr paralêl tal file [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "cjatât gjestôr paralêl par i grops: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "no rivi a doprâ le opzion paralêle \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Instalazion falade"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "no rivi a acedi a le font \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "o stoi montant %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "o stoi dismontant %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Chest software al è software libar e al po sedi redistribuît sot i termins "
-"de GNU GPL.\n"
-"\n"
-"ûs:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - stampe chist mes di jutori.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - dopre un ambient specific (di solit un rapuart di bug).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - no sta a doprâ les fonts listadis, disseparadis di "
-"virgulis.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --root - dopre une altre cartele di root par instalâ i file rpm.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - ordene fonts in base a les sotriis disseparadis di "
-"virgulis.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-" --synthesis - dopre il file synthesis specificât invezit dal db urpmi\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - dopre il file synthesis specificât invezit dal db urpmi\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - no sta a stampâ riis compagnis.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - dopre dome fonts di atualizazion.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - modalitât fetôse.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - ignore le distinzion tra maiusculis e minusculis in "
-"cualsisei pattern.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -i - ignore le distinzion tra maiusculis e minusculis in "
-"cualsisei pattern.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr ""
-" -e - cjape dentri il codis perl diretementri sicu perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - AND binari.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - operadôr binari OR.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - NOT unari.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr ""
-" ) - parentesis di diestre par sierâ un grop di espressions.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr ""
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - dopre le interface X.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " il valôr predefinît al è %s.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - stampe il tag url: url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr ""
-" --buildhost - stampe il tag buildhost: host di compilazion dal pachet.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --files - stampe i file tag: ducj i file.\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr ""
-" --conflicts - stampe il tag conflicts: ducj i conflits rilevâts par il "
-"pachet.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - stampe il tag description: descrizion dal pachet.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - stampe tag epoch: ete.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --all - stampe ducj i tag.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - liste i file presints int'un pachet.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - stampe il tag group: grop.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --all - stampe ducj i tag.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --all - stampe ducj i tag.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-" --obsoletes - stampe il tag obsolete: dut chel fat deventâ vieli dal "
-"pachet.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - mostre le clâf packager: assembladôr dal pachet.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr ""
-" --provides - stampe il tag provides: elements furnîts dal pachet.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr ""
-" --requires - stampe il tag requires: dutis les pretesis dal pachet.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - stampe le tag size: dimension.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - stampe il tag sourcerpm: pachets rpm sorzint.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr ""
-" --obsoletes - stampe il tag obsolete: dut chel fat deventâ vieli dal "
-"pachet.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - stampe il tag summary: sumari dal pachet.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - stampe il tag url: url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - modalitât fetôse.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - liste i file presints int'un pachet.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - stampe version, release e architeture cun non.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "o dopri les variabilis di ambient su %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "nissun file hdlist cjatât pe font \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "o ai creât il file synthesis pe font \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "o scrîf le liste pe font \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Nissun pachet clamât %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "I pachets seguints e contegnin %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Al è dut dizà instalât"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "Al è dut dizà instalât"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "Al è dut dizà instalât"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "cause cal mancje %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "Al è dut dizà instalât"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "cause che %s no l'è sodisfat"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "ricercje dal miôr pachet %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "par tignî %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "par instalâ %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "cause di conflits cun %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Firme no valevule (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Clâf ID (%s) no valevule"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Firme mancjant (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "no rivi a scrivi tal file di configurazion [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Copie falade"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Copie falade"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Chest software al è software libar e al po sedi redistribuît sot i termins "
-"de GNU GPL.\n"
-"\n"
-"ûs:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - selezione automatichementri un pachet de sieltis.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, fuzzy, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - verifiche se le instalazion e po sedi fate coretementri.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - urpmi distribuît tra diferentis machinis.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - mostre le clâf packager: assembladôr dal pachet.\n"
-
-#: ../urpme:53
-#, fuzzy, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr ""
-" --root - dopre une altre cartele di root par instalâ i file rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr "--update - dopre dome fonts di atualizazion.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - stampe il tag description: descrizion dal pachet.\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - configure urpmi dal lamp di un arbul distribuît, zovevul\n"
-" par (dis)instalâ un pachet chroot cun opzion --root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - modalitât fetôse.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - sielç ducj i pachets che cuadrin te espression.\n"
-
-#: ../urpme:73
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Dome il superutent al po instalâ pachets"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "pachets no cognossûts"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "pachet no cognossût"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "rimovi il pachet %s al prejudicarâ il to sisteme"
-msgstr[1] "rimovi il pachet %s al prejudicarâ il to sisteme"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Nuie di rimovi"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Nuie di rimovi"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Par sodisfâ les dipendencis, e saran rimovûts chescj pachets (%d MB)"
-msgstr[1] ""
-"Par sodisfâ les dipendencis, e saran rimovûts chescj pachets (%d MB)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "pachet no cognossût"
-msgstr[1] "pachet no cognossût"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "rimozion dal pachet %s"
-msgstr[1] "rimozion dal pachet %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (s/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "o consideri le font rimovibil sicu \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Rimozion falade"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Rimozion falade"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-select - selezione automatichementri i pachets par atualizâ il "
-"sisteme.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - disabilite il control MD5SUM.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - sfuarçe le atualizazion de clâf gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr ""
-" --obsoletes - stampe il tag obsolete: dut chel fat deventâ vieli dal "
-"pachet.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - no sta mai a domandâ di rimovi un pachet, ferme le "
-"instalazion.\n"
-
-#: ../urpmi:87
-#, fuzzy, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --install-src - instale dome il pachet sorzint (no i binaris).\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - dopre i pachets esistints se possibil, dinee\n"
-" i pacchets domandâts se son di rimovi.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - dissepare le operazion in piçulis transazions se\n"
-" un pachet al stâ par sedi instalât o\n"
-" atualizât, il valôr predefinît al è %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-" --split-length - par vê transazions plui piçulis, il valôr predefinît al è "
-"%d.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - impon une ricercje fuzzy (sicu -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr ""
-" --requires - stampe il tag requires: dutis les pretesis dal pachet.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - instale dome il pachet sorzint (no i binaris).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-" --clean - al rimôf i rpm de cache prin di fâ cualsisei altre robe.\n"
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - ten i rpm no doprâs te cache.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - permet di domandâ al utent se al ûl instalâ\n"
-" dai pachets cence controlâ les dipendencis.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - permet di domandâ al utent di instalâ i pachets cence\n"
-" controlâ dipendencis e integritât.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr ""
-" --obsoletes - stampe il tag obsolete: dut chel fat deventâ vieli dal "
-"pachet.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - configure urpmi dal lamp di un arbul distribuît, zovevul\n"
-" par instalâ un pachet chroot cun opzion --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - limite le velocitât di scjariament.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - ripie le stramude dai faile parzialmentri scjariâts\n"
-" (--no-resume lu disabilite, disabilitât predefinît).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - dopre il proxy HTTP specificât, il numar di puarte\n"
-" predefinît al è1080 (formât: <proxyhost[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - specifiche utent e password di doprâ par\n"
-" le autenticazion cul proxy (formât: <utent:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - stampe un rapuart di bug te cartele specificade dal\n"
-" argoment seguitîf.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - trate di gjavâ fûr, disseparâs di virgulis.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - esclût i file di documentazion.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - no sta mai a domandâ di rimovi un pachet, ferme le "
-"instalazion.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - stampe il tag url: url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - stampe il tag description: descrizion dal pachet.\n"
-
-#: ../urpmi:142
-#, fuzzy, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-" --test - verifiche se le instalazion e po sedi fate coretementri.\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-" --test - verifiche se le instalazion e po sedi fate coretementri.\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - ten i rpm no doprâs te cache.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr ""
-" -a - selezione dutis les corispondencis te rie di comant.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - maniere cidine.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - modalitât fetôse.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " i nons o file rpm scrits te linie di comant e vignaran instalâts\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-"Ce puedial sedi fat cun i file binaris rpm cuant che al ven doprât --install-"
-"src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Le cartele [%s] e esist dizà, par plasè dopre une altre cartele par il bug "
-"report o scancelile"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "no rivi a creâ le cartele [%s] par il bug report"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr ""
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "Instalazion Automatiche"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "Instalazion Automatiche"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Par sodisfâ les dipendencis, e saran rimovûts chescj pachets (%d MB)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Cuale ise le to sielte? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Continue distès?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (s/N) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Cualchidun dai pachets domandâts no puedin sedi instalât:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Cualchidun dai pachets domandâts no puedin sedi instalât:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "rimovi il pachet %s al prejudicarâ il to sisteme"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Le instalazion no po continuâ parce che i pachets seguints\n"
-"e an di sedi rimovûts par atualizâ altris:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Le instalazion no po continuâ parce che i pachets seguints\n"
-"e an di sedi rimovûts par atualizâ altris:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"I pachets listâts e an di sedi rimovûts par podê atualizâ altris:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"I pachets listâts e an di sedi rimovûts par podê atualizâ altris:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Tu âs di sedi root par podê instalâ chestis dipendencis: \n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"Par sodisfâ les dipendencis, e saran rimovûts chescj pachets (%d MB)"
-msgstr[1] ""
-"Par sodisfâ les dipendencis, e saran rimovûts chescj pachets (%d MB)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Scancele"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Frache Enter cuant che tu sês pront..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"ûs: urpmi.addmedia [opzions] <non> <url>\n"
-"la che <url> al è un tra\n"
-" [file:/]/<percors>\n"
-" ftp://<login>:<password>@<host>/<percors>\n"
-" http://<host>/<percors>\n"
-" removable://<percors>\n"
-"\n"
-"e [opzions] e son di\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - dopre wget par recuperâ file rimîs.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - dopre curl par recuperâ i file rimîs.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - dopre curl par recuperâ i file rimîs.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - dopre curl par recuperâ i file rimîs.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - cîr e dopre il file synthesis.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - nol cîr nissun file synthesis o\n"
-" hdlist.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - crê automaticamentri duç i sopuarts di chei di\n"
-" instalazion.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - liste les fonts disponibilis.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from -dopre le url specificade par otignî le liste dai mirror, \n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - cree une font virtuâl che je simpri atualizade,\n"
-" al è permitût dome il protocol file://.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - disabilite il control MD5SUM.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - maniere cidine.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - maniere fetôse.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, fuzzy, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Dome il superutent al po instalâ pachets"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "scrîf il file di configurazion [%s]"
-
-#: ../urpmi.addmedia:128
-#, fuzzy, c-format
-msgid "Can't create config file [%s]"
-msgstr "scrîf il file di configurazion [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "no l'è di bisugne di furnî <percors relatîf di hdlist> cun --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<percors relatîf di hdlist> mancjant\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "no rivi a acedi a le font \"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Chest software al è software libar e al po sedi redistribuît sot i termins "
-"de GNU GPL.\n"
-"\n"
-"ûs:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - ten i rpm no doprâs te cache.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - liste les fonts disponibilis e i lôr url.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-url - liste les fonts disponibilis e i lôr url.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --all - stampe ducj i tag.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "il pachet %s no l'è stât cjatât."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "o recuperi il file rpm [%s] ..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Nissune liste di file cjatade\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"ûs: urpmi.removemedia (-a | <non> ...)\n"
-"la che <non> al è il non de font di rimovi.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - selezione dutis les fonts.\n"
-
-#: ../urpmi.removemedia:42
-#, fuzzy, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr ""
-" -a - selezione dutis les corispondencis te rie di comant.\n"
-
-#: ../urpmi.removemedia:59
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Dome il superutent al po instalâ pachets"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "nuie di rimovi (dopre urpmi.addmedia par zontâ une gnove font)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"le vôs di rimovi e mancje\n"
-"(une di %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"ûs: urpmi.update [opzions] <non> ...\n"
-"la che <non> al è il non de font di atualizâ.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr "--update - dopre dome fonts di atualizazion.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - sfuarçe le atualizazion de clâf gpg.\n"
-
-#: ../urpmi.update:46
-#, fuzzy, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr "--update - dopre dome fonts di atualizazion.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - nol cîr nissun file synthesis o\n"
-" hdlist.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - selezione une font no rimovibil.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - sfuarçe gjenerazion di file hdlist.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - sfuarçe gjenerazion di file hdlist.\n"
-
-#: ../urpmi.update:69
-#, fuzzy, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Dome il superutent al po instalâ pachets"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "nuie di atualizâ (dopre urpmi.addmedia par zontâ une font)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"le vôs di atualizâ e mancje\n"
-"(une di %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "ignoring media %s"
-msgstr "Modifiche de font \"%s\":"
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "enabling media %s"
-msgstr "o rimôf le font \"%s\""
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Chest software al è software libar e al po sedi redistribuît sot i termins "
-"de GNU GPL.\n"
-"\n"
-"ûs:\n"
-
-#: ../urpmq:48
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --media - dopre dome les fonts te liste, disseparadis di virgulis.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - impon une ricercje fuzzy (sicu -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - liste i pachets disponibii.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - liste les fonts disponibilis.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - liste les fonts disponibilis e i lôr url.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - liste i grops disponibii cuant che si dopre --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - liste i alias paralei disponibii.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - mostre le configuraizon te maniere doprade di urpmi."
-"addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - il prossim pachet al è un pachet sorzint (sicu -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - liste ducj i pachets sorzint prin di scjariâ (dome "
-"root).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - stampe il tag url: url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - configure urpmi dal lamp di un arbul distribuît.\n"
-" Chest a ti permet di interogâ une distribuzion.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - stampe le liste des modifichis.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr ""
-" --conflicts - stampe il tag conflicts: ducj i conflits rilevâts par il "
-"pachet.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr ""
-" --obsoletes - stampe il tag obsolete: dut chel fat deventâ vieli dal "
-"pachet.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr ""
-" --provides - stampe il tag provides: elements furnîts dal pachet.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr ""
-" --requires - stampe il tag requires: dutis les pretesis dal pachet.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr ""
-" --obsoletes - stampe il tag obsolete: dut chel fat deventâ vieli dal "
-"pachet.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - stampe il tag sourcerpm: pachets rpm sorzint.\n"
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary - stampe il tag summary: sumari dal pachet.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - slargje le ricercje a lis dipendencis dal pachet.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whaterquires - ricercje ledrôse sui recuisîts dal pachet.\n"
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr " --whaterquires - ricercje ledrôse sui recuisîts dal pachet.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - consint le ricercje tra i provides dal pachet.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - risultâts complets cui pachets di rimovi.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - stampe grops ancje cul non\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - stampe informazions utilis in forme leibile.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - liste i file presints int'un pachet.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - maniere cidine.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - stampe le version e le release ancje cui nons.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - il prossim pachet al è un pachet sorzint (compagn di --"
-"src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - rimôf il pachet se une version plui atualizade e je dizà "
-"instalade.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - impon une ricercje fuzzy (sicu --fuzzy).\n"
-
-#: ../urpmq:108
-#, fuzzy, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -a - selezione dutis les corispondencis te rie di comant.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " i nons o file rpm scrits te rie di comant e vegnin interogâs.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes al po sedi doprât dome cun --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "no rivi a scrivi il file liste di \"%s\""
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"Note: fin che nissune font cirude e dopre hdlists, urpmf nol podarà dâ "
-"nissun risultât\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"Note: fin che nissune font cirude e dopre hdlists, urpmf nol podarà dâ "
-"nissun risultât\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"Note: fin che nissune font cirude e dopre hdlists, urpmf nol podarà dâ "
-"nissun risultât\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"Note: fin che nissune font cirude e dopre hdlists, urpmf nol podarà dâ "
-"nissun risultât\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Nissun changelog cjatât\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - cree une font di atualizazion.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "input malformât: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d stramudis de instalazion faladis"
-#~ msgstr[1] "%d stramudis de instalazion faladis"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Al è dut dizà instalât"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "O controli le rimozion dai pachets seguints"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "database urpmi blocât"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "opzions no cogniossudis '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "e son masse ponts di mount pe font rimovibil \"%s\""
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "o stoi doprant un diferent dispositîf rimovibil [%s] par \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "no rivi a recuperâ il percôrs pe font rimovibil \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "no rivi a acedi a le prime font di instalazion"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "no rivi a acedi ale font \"%s\",\n"
-#~ "chest al po intravignî se tu âs montât manualmentri le cartele dilunc de "
-#~ "creazion de font."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "font \"%s\" no coerente segnade come rimovibil ma no tâl"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - nete les intestaduris de cartele in cache.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "le font virtuâl e a di sedi locâl"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "no rivi a analizâ il file hdllist di \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "o calcoli md5sum dai file hdlist (o synthesis) esistints"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "le font virtuâl \"%s\" no a di ve un file hdlist o list, le font e "
-#~ "vignarâ ignorâde"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "non dal file rpm no valevul [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "no rivi a cjatâ il file de liste par \"%s\", font ignorade"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "o cîr di selezionâ une font che no esist \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "o ai creât il file synthesis pe font \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "no rivi a analizâ il file hdllist di \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "le font \"%s\" e cîr di doprâ une hdlist dizà in vore, font ignorade"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr "le font \"%s\" e cîr di doprâ une liste dizà doprade, le ignori"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Note: fin che nissune font cirude e dopre hdlists, urpmf nol podarà dâ "
-#~ "nissun risultât\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "o passi a le seconde fase par valutâ les dipindincis\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "creant hdlist [%s]"
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "probleme leint il file hdlist/synthesis del font \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "control md5sum dal file hdlist (o synthesis) copiât"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...copie falade: md5sum no corispondent"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "nissun file rpm cjatât di [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "no rivi a lei i file rpm di [%s]: %s"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "o stoi leint les intestaduris de font \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - cîr e dopre il file synthesis.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - prove a cirî e doprâ un file hdlist.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Note: fin che nissune font cirude e dopre hdlists, urpmf nol podarà dâ "
-#~ "nissun risultât\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr ""
-#~ " --src - il prossim pachet al è un pachet sorzint (sicu -s).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - prove a cirî e doprâ un file hdlist.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "no rivi a atualizâ le font \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "no rivi a creâ le font \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "a son plui pachets rpm cun il stes non di file \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "no rivi a analizâ coretementri [%s] par il valôr \"%s\""
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "le font \"%s\" e dopre une liste di file no valevule:\n"
-#~ "probabilmentri il mirror no l'è atualizât, prove a doprâ altris manieris"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "le font \"%s\" no definis nissune posizion par file rpm"
-
-#~ msgid "unrequested"
-#~ msgstr "no domandât"
-
-#~ msgid " (%d MB)"
-#~ msgstr " (%d MB)"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "zonte dal pachet %s (id=%d, eid=%d, atualizazion=%d, file=%s)"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Chiscj pachets e an firmis no valevulis:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Vuelistu continuâ le instalazion?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Tu âs bisugne di sedi aministratôr par doprâ chest comant ! \n"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "no rivi a rimovi il pachet %s"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "Nissune liste di file cjatade\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages will be removed (%d MB)"
-#~ msgstr ""
-#~ "Par sodisfâ les dipendencis, e saran rimovûts chescj pachets (%d MB)"
-
-#, fuzzy
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - no sta a cirî tai provides par cjatâ il pachet.\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - ricercje ledrôse sui recuisîts dal pachet.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgstr[0] ""
-#~ "Par sodisfâ les dipindincis, %d pachets e stan par sedi instalâts (%d MB)"
-#~ msgstr[1] ""
-#~ "Par sodisfâ les dipindincis, %d pachets e stan par sedi instalâts (%d MB)"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Par sodisfâ les dipindincis, %d pachets e stan par sedi instalâts (%d MB)"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgstr[0] ""
-#~ "Par sodisfâ les dipindincis, %d pachets e stan par sedi instalâts (%d MB)"
-#~ msgstr[1] ""
-#~ "Par sodisfâ les dipindincis, %d pachets e stan par sedi instalâts (%d MB)"
-
-#, fuzzy
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "o salti le font %s: nissune hdlist\n"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Instalazion dal pachet `%s' (%s/%s)..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "o esamini il file synthesis [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "distribuzion di %s"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "Instalazion dal pachet..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Instalazion dal pachet..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - cîr e dopre il file synthesis.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - prove a cirî e doprâ un file hdlist.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "`with' al mancje par le font in rêt\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "opzions no cogniossudis '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "no rivi a cjatâ il file hdlist par \"%s\", font ignorade"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "liste dai file incoerent par \"%s\" font ignorade"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "no rivi a analizâ le liste dai file par \"%s\", font ignorade"
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "le font virtuâl \"%s\" no je locâl, font ignorade"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "le font virtuâl \"%s\" e vares di ve un percors valevul par hdlist o "
-#~ "synthesis, font ignorade"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "copii il file hdlist (o sinthesis) di \"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "recuperâmint dal file hdlist (o synthesis) falât"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "file [%s] dizà in vore te stesse font \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "no l'è stât scrit nuie tal file list par \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "%d intestaduris cjatadis in cache"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "o stoi rimovint %d vielis intestaduris in cache"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "o dopri il proces %d par eseguî le stramude"
-
-#, fuzzy
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --buildhost - stampe il tag buildhost: host di compilazion dal "
-#~ "pachet.\n"
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "I pachets seguints e contegnin %s: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "o copii il file hdlist..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "descrizion hdlist no valevule \"%s\" tal file di hdlist"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Isal just?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - dopre une specifiche version, che predefinide e je\n"
-#~ " otignude de version de sistribuzion mostrade di\n"
-#~ " pachet mandriva-release dizà instalât.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - dopre une architeture specificade, che predefinide e "
-#~ "je\n"
-#~ " che de version di pachet mandriva-release.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - tire fûr les intestaduris dal pachet selezionât dal\n"
-#~ " database di urpmi al stdout (dome root).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "Par sodisfâ les dipindincis, %d pachets e stan par sedi instalâts (%d MB)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "instalant %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Instalazion automatiche dai pachets...\n"
-#~ "Tu âs domandât le instalazion dal pachet %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: comant no cjatât\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Cualchidun dai pachets domandâts no puedin sedi instalât:\n"
-#~ "%s"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5sum no corispondent"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002, 2004 Mandriva.\n"
-#~ "Chest software al è software libar e al po sedi redistribuît sot i "
-#~ "termins de GNU GPL.\n"
-#~ "\n"
-#~ "ûs:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr ""
-#~ " --synthesis - dopre le synthesis specificade invezit dal db urpmi.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - no sta a stampâ il tag name (predefinît se nol ven "
-#~ "doprât il tag te rie di comant, \n"
-#~ " incompatibil cule maniere interative).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - no sta a stampâ riis compagnis.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - stampe ducj i tag.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - stampe il tag summary: sumari dal pachet.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr ""
-#~ " --description - stampe il tag description: descrizion dal pachet.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr ""
-#~ " --buildhost - stampe il tag buildhost: host di compilazion dal "
-#~ "pachet.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr ""
-#~ " --provides - stampe il tag provides: elements furnîts dal pachet.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr ""
-#~ " --requires - stampe il tag requires: dutis les pretesis dal "
-#~ "pachet.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - stampe i file tag: ducj i file.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr ""
-#~ " --obsoletes - stampe il tag obsolete: dut chel fat deventâ vieli "
-#~ "dal pachet.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - dopre un ambient specific (di solit un\n"
-#~ " rapuart di bug).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr ""
-#~ " -i - ignore le distinzion tra maiusculis e minusculis in "
-#~ "cualsisei pattern.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - AND binari, vêr se dutis dôs les espressions e son "
-#~ "vêris.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - operadôr binari OR, vêr se une des espressions e je "
-#~ "vêre.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr " ! - NOT unari, vêr se le espression e je false.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr ""
-#~ " ( - parentesi di çampe par vierzi un grop di espressions.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr ""
-#~ " ) - parentesis di diestre par sierâ un grop di "
-#~ "espressions.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "il callback al è :\n"
-#~ "%s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr "Continue"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Cualchidun dai pachets domandâts no puedin sedi instalât:\n"
-#~ "%s"
-
-#, fuzzy
-#~ msgid ""
-#~ " --keep - keep existing packages if possible, reject requested\n"
-#~ " packages that leads to remove.\n"
-#~ msgstr ""
-#~ " --keep - dopre i pachets esistints se possibil, dinee\n"
-#~ " i pacchets domandâts se son di rimovi.\n"
-
-#~ msgid ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-#~ msgstr ""
-#~ " --distrib-XXX - cree automatichementri une font par una part XXX di\n"
-#~ " une distribuzion, XXX e po sedi main, contrib, updates "
-#~ "o\n"
-#~ " cualsisei altre robe configurade ;-)\n"
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "no rivi a zontâ les atualizazions de distribuzion cooker\n"
-
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "o recuperi i mirror su %s ..."
diff --git a/po/ga.po b/po/ga.po
deleted file mode 100644
index ce99901a..00000000
--- a/po/ga.po
+++ /dev/null
@@ -1,3221 +0,0 @@
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/ga.php3
-#
-# Leagan Gaeilge de urpmi.po.
-# Copyright (C) 2000 Free Software Foundation, Inc.
-# Proinnsias Breathnach <breatpro@dublin.ml.com>, 2000.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi 1.5\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2000-04-06 10:25+0100\n"
-"Last-Translator: Proinnsias Breathnach <breatpro@dublin.ml.com>\n"
-"Language-Team: Gaeilge <ga@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, fuzzy, c-format
-msgid "RPM installation"
-msgstr "Ag Ullmhaigh feistiú"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, fuzzy, c-format
-msgid "_Ok"
-msgstr "Ceart go Leor"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-
-#: ../gurpmi:98
-#, fuzzy, c-format
-msgid "_Install"
-msgstr "Ag Feistiú:"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Sábháil"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Cealaigh"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr ""
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr ""
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr ""
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr ""
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "pacáiste ar bith den ainm %s"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Fan go fóill, le do thoil..."
-
-#: ../gurpmi2:62
-#, fuzzy, c-format
-msgid "Must be root"
-msgstr "Gaireas luchóige"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr "tá gach rud ann cheana féin"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Rabhadh"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ceart go Leor"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr ""
-
-#: ../gurpmi2:172
-#, fuzzy, c-format
-msgid " (to install)"
-msgstr "Eirigh as Feistiú"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Tá ceann de na pacáistí seo de dhíth:"
-
-#: ../gurpmi2:200
-#, fuzzy, c-format
-msgid "_Abort"
-msgstr "Tobscoir"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr "Tá %s ins na pacáistí a leanas: %s \n"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Tá ceann de na pacáistí seo de dhíth:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Tá ceann de na pacáistí seo de dhíth:"
-
-#: ../gurpmi2:244
-#, fuzzy, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "%d pacáistí"
-msgstr[1] "%d pacáistí"
-
-#: ../gurpmi2:250
-#, fuzzy, c-format
-msgid "Package installation..."
-msgstr "Ag Ullmhaigh feistiú"
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr ""
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Á Ullmhú..."
-
-#: ../gurpmi2:270
-#, fuzzy, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr ""
-"Ag feisteáil pacáiste %s\n"
-"%d%%"
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr ""
-
-#: ../gurpmi2:298
-#, fuzzy, c-format
-msgid "Downloading package `%s'..."
-msgstr "Ag feistiál pacáiste %s"
-
-#: ../gurpmi2:324
-#, fuzzy, c-format
-msgid "_Done"
-msgstr "Críochnithe"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Theip ag feistiú"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "tá gach rud ann cheana féin"
-
-#: ../gurpmi2:345
-#, fuzzy, c-format
-msgid "Installation finished"
-msgstr "Theip ag feistiú"
-
-#: ../gurpmi2:346 ../urpme:167
-#, fuzzy, c-format
-msgid "removing %s"
-msgstr "ag feistiú %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr ""
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr ""
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr ""
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr ""
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr ""
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr ""
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr ""
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Ag feistiál pacáiste %s"
-
-#: ../urpm.pm:274
-#, fuzzy, c-format
-msgid "unable to open rpmdb"
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "Tá droch ainmchomad rpm [%s]"
-
-#: ../urpm.pm:294
-#, fuzzy, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "Tá droch ainmchomad rpm [%s]"
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr ""
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, fuzzy, c-format
-msgid "...retrieving failed: %s"
-msgstr "Theip ar uathathmhéadú FAT: %s"
-
-#: ../urpm.pm:304
-#, fuzzy, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpm.pm:317
-#, fuzzy, c-format
-msgid "unable to register rpm file"
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr ""
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr ""
-
-#: ../urpm/args.pm:298
-#, fuzzy, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "Teip ag leámh comhad chlár: %s"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr ""
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, fuzzy, c-format
-msgid "Copying failed"
-msgstr "theip ar feistiú"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "Tá an próifíl \"%s\" ann cheana!"
-
-#: ../urpm/cdrom.pm:205
-#, fuzzy, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "Tá droch ainmchomad rpm [%s]"
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, fuzzy, c-format
-msgid "unable to write config file [%s]"
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Ainm úsáideora:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Focal Faire:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "theip ar feistiú"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "kdesu ar iarraidh"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "kdesu ar iarraidh"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "kdesu ar iarraidh"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "ag feistiú %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "Theip ar uathathmhéadú FAT: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr ""
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-
-#: ../urpm/download.pm:886
-#, fuzzy, c-format
-msgid "unable to handle protocol: %s"
-msgstr "Ag feistiál pacáiste %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "ag feistiú %s\n"
-
-#: ../urpm/get_pkgs.pm:127
-#, fuzzy, c-format
-msgid "package %s is not found."
-msgstr "tá gach rud ann cheana féin"
-
-#: ../urpm/get_pkgs.pm:213
-#, fuzzy, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-
-#: ../urpm/install.pm:178
-#, fuzzy, c-format
-msgid "unable to create transaction"
-msgstr "Tá droch ainmchomad rpm [%s]"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpm/install.pm:214
-#, fuzzy, c-format
-msgid "unable to install package %s"
-msgstr "Ag feistiál pacáiste %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "ag feistiú %s\n"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "Theip ar uathathmhéadú FAT: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "Ag feistiál pacáiste %s"
-
-#: ../urpm/install.pm:257
-#, fuzzy, c-format
-msgid "removing package %s"
-msgstr "Ag feistiál pacáiste %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "ag feistiú %s\n"
-
-#: ../urpm/install.pm:281
-#, fuzzy, c-format
-msgid "More information on package %s"
-msgstr "Eolais Cuimhne"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "pacáiste ar bith den ainm %s"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr ""
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Rabhadh"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Theip ag feistiú"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Theip ag feistiú"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Tá ceann de na pacáistí seo de dhíth:"
-
-#: ../urpm/main_loop.pm:140
-#, fuzzy, c-format
-msgid "The following packages have bad signatures"
-msgstr "Tá ceann de na pacáistí seo de dhíth:"
-
-#: ../urpm/main_loop.pm:141
-#, fuzzy, c-format
-msgid "Do you want to continue installation ?"
-msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "ag feistiú %s\n"
-
-#: ../urpm/main_loop.pm:178
-#, fuzzy, c-format
-msgid "distributing %s"
-msgstr "ag feistiú %s\n"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "ag feistiú %s\n"
-
-#: ../urpm/main_loop.pm:195
-#, fuzzy, c-format
-msgid "installing %s"
-msgstr "ag feistiú %s\n"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, fuzzy, c-format
-msgid "Installation is possible"
-msgstr "Theip ag feistiú"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-
-#: ../urpm/media.pm:204
-#, fuzzy, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:206
-#, fuzzy, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, fuzzy, c-format
-msgid "wrote config file [%s]"
-msgstr "Theip ar rannú: %s"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr ""
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr ""
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr ""
-
-#: ../urpm/media.pm:683
-#, fuzzy, c-format
-msgid "skipping package %s"
-msgstr "Ag feistiál pacáiste %s"
-
-#: ../urpm/media.pm:699
-#, fuzzy, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "Ag feistiál pacáiste %s"
-
-#: ../urpm/media.pm:724
-#, fuzzy, c-format
-msgid "medium \"%s\" already exists"
-msgstr "Tá an próifíl \"%s\" ann cheana!"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "Tá droch ainmchomad rpm [%s]"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:948
-#, fuzzy, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:951
-#, fuzzy, c-format
-msgid "selecting multiple media: %s"
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:971
-#, fuzzy, c-format
-msgid "removing medium \"%s\""
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:1055
-#, fuzzy, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:1089
-#, fuzzy, c-format
-msgid "...reconfiguration failed"
-msgstr "Cumraigh 'fetchmail'"
-
-#: ../urpm/media.pm:1095
-#, fuzzy, c-format
-msgid "reconfiguration done"
-msgstr "Cumraíocht Xorg"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr ""
-
-#: ../urpm/media.pm:1143
-#, fuzzy, c-format
-msgid "examining synthesis file [%s]"
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:1163
-#, fuzzy, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, fuzzy, c-format
-msgid "...copying failed"
-msgstr "Theip ar feistiú"
-
-#: ../urpm/media.pm:1229
-#, fuzzy, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, fuzzy, c-format
-msgid "...copying done"
-msgstr "Theip ar feistiú"
-
-#: ../urpm/media.pm:1265
-#, fuzzy, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "Téip cóip do [%s]"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "Téip cóip do [%s]"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "ag feistiú %s\n"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "Tá droch ainmchomad rpm [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:1536
-#, fuzzy, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/media.pm:1548
-#, fuzzy, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "Tá droch ainmchomad rpm [%s]"
-
-#: ../urpm/media.pm:1552
-#, fuzzy, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "Tá droch ainmchomad rpm [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "TtYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Droch-rogha, athtrialaigh!\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Cuardaigh"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, fuzzy, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpm/parallel.pm:23
-#, fuzzy, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/parallel.pm:34
-#, fuzzy, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/parallel.pm:38
-#, fuzzy, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Theip ag feistiú"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "ag feistiú %s"
-
-#: ../urpm/removable.pm:103
-#, fuzzy, c-format
-msgid "unmounting %s"
-msgstr "ag feistiú %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr ""
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr ""
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr ""
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr ""
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr ""
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr ""
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr ""
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr ""
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr ""
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr ""
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr ""
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr ""
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr ""
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr ""
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "Modúl Cumraíochta Konsole"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr ""
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr ""
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr ""
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr ""
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr ""
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr ""
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr ""
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr ""
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr ""
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr ""
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr ""
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr ""
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr ""
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr ""
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr ""
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Pacáiste ar bith den ainm %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, fuzzy, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Tá ceann de na pacáistí seo de dhíth:"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "tá gach rud ann cheana féin"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "tá gach rud ann cheana féin"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "tá gach rud ann cheana féin"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, fuzzy, c-format
-msgid "due to missing %s"
-msgstr "kdesu ar iarraidh"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "tá gach rud ann cheana féin"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, fuzzy, c-format
-msgid "due to unsatisfied %s"
-msgstr "kdesu ar iarraidh"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr ""
-
-#: ../urpm/select.pm:571
-#, fuzzy, c-format
-msgid "in order to keep %s"
-msgstr "téama le haighaidh taobh an fuinneog"
-
-#: ../urpm/select.pm:607
-#, fuzzy, c-format
-msgid "in order to install %s"
-msgstr "téama le haighaidh taobh an fuinneog"
-
-#: ../urpm/select.pm:617
-#, fuzzy, c-format
-msgid "due to conflicts with %s"
-msgstr "kdesu ar iarraidh"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr ""
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr ""
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr ""
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "theip ar feistiú"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "theip ar feistiú"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr ""
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr ""
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr ""
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr ""
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr ""
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-
-#: ../urpme:73
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpme:106
-#, fuzzy, c-format
-msgid "unknown packages"
-msgstr "%d pacáistí"
-
-#: ../urpme:106
-#, fuzzy, c-format
-msgid "unknown package"
-msgstr "gan aithne"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Tá ceann de na pacáistí seo de dhíth:"
-msgstr[1] "Tá ceann de na pacáistí seo de dhíth:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr ""
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr ""
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Tá ceann de na pacáistí seo de dhíth:"
-msgstr[1] "Tá ceann de na pacáistí seo de dhíth:"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "gan aithne"
-msgstr[1] "gan aithne"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Ag feistiál pacáiste %s"
-msgstr[1] "Ag feistiál pacáiste %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, fuzzy, c-format
-msgid " (y/N) "
-msgstr " (T/n) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "Gaireais inscortha"
-
-#: ../urpme:181
-#, fuzzy, c-format
-msgid "Removal failed"
-msgstr "Scríos modúil"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Scríos modúil"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr ""
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr ""
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr ""
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr ""
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr ""
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr ""
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr ""
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr ""
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr ""
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr ""
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr ""
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr ""
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr ""
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr ""
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr ""
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "Eirigh as Feistiú"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "Eirigh as Feistiú"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Tá ceann de na pacáistí seo de dhíth:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Céard é do rogha? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Lean ar aghaidh ar aon nós?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (T/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr "tá gach rud ann cheana féin"
-
-#: ../urpmi:525
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr "tá gach rud ann cheana féin"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr ""
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr "Tá %s ins na pacáistí a leanas: %s \n"
-
-#: ../urpmi:553
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr "Tá %s ins na pacáistí a leanas: %s \n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr "Tá %s ins na pacáistí a leanas: %s \n"
-
-#: ../urpmi:561
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr "Tá %s ins na pacáistí a leanas: %s \n"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Tá ceann de na pacáistí seo de dhíth:"
-msgstr[1] "Tá ceann de na pacáistí seo de dhíth:"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Cealaigh"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Brú Enter nuair atá sin déanta agat..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr ""
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "Téip ag cruthaigh comhad: %s"
-
-#: ../urpmi.addmedia:128
-#, fuzzy, c-format
-msgid "Can't create config file [%s]"
-msgstr "Téip ag cruthaigh comhad: %s"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr ""
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr ""
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr ""
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr ""
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Tá droch ainmchomad rpm [%s]"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr ""
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr "Úsáid: urpmi.removemedia (-a | <ainm>...)\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr ""
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr ""
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr ""
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr ""
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr ""
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr ""
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr ""
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr ""
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "ignoring media %s"
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "enabling media %s"
-msgstr "léamh depslist comhad [%s]"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr ""
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr ""
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr ""
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr ""
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr ""
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr ""
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr "Modúl Cumraíochta Konsole"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr "Modúl Cumraíochta Konsole"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr ""
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr ""
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr "Modúl Cumraíochta Konsole"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr ""
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr ""
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr ""
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr ""
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr ""
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr ""
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr ""
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr ""
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr ""
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr ""
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "Téip ag oscailt comhad: %s\n"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr ""
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "Theip ag feistiú"
-#~ msgstr[1] "Theip ag feistiú"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "tá gach rud ann cheana féin"
-
-#, fuzzy
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Tá ceann de na pacáistí seo de dhíth:"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr "Cód earraidh gan aithne %d\n"
-
-#, fuzzy
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "Gaireais inscortha"
-
-#, fuzzy
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "Téip ag oscailt comhad: %s\n"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "Téip ag oscailt comhad: %s\n"
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "léamh depslist comhad [%s]"
-
-#, fuzzy
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr "léamh depslist comhad [%s]"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "Tá droch ainmchomad rpm [%s]"
-
-#, fuzzy
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "léamh depslist comhad [%s]"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "léamh depslist comhad [%s]"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "léamh depslist comhad [%s]"
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "Téip ag oscailt comhad: %s\n"
-
-#, fuzzy
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr "léamh depslist comhad [%s]"
-
-#, fuzzy
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr "léamh depslist comhad [%s]"
-
-#, fuzzy
-#~ msgid "building hdlist [%s]"
-#~ msgstr "léamh depslist comhad [%s]"
-
-#, fuzzy
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "léamh depslist comhad [%s]"
-
-#, fuzzy
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "léamh depslist comhad [%s]"
-
-#, fuzzy
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "Theip ar uathathmhéadú FAT: %s"
-
-#, fuzzy
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "Tá droch ainmchomad rpm [%s]"
-
-#, fuzzy
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "Tá droch ainmchomad rpm [%s]"
-
-#, fuzzy
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "léamh depslist comhad [%s]"
-
-#, fuzzy
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "Téip ag oscailt comhad: %s\n"
-
-#, fuzzy
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "Tá droch ainmchomad rpm [%s]"
-
-#, fuzzy
-#~ msgid "unrequested"
-#~ msgstr "Konquest"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr "Tá %s ins na pacáistí a leanas: %s \n"
-
-#, fuzzy
-#~ msgid "unable to remove package %s"
-#~ msgstr "Téip ag oscailt comhad: %s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgstr[0] "Tá ceann de na pacáistí seo de dhíth:"
-#~ msgstr[1] "Tá ceann de na pacáistí seo de dhíth:"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr "Tá ceann de na pacáistí seo de dhíth:"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgstr[0] "Tá ceann de na pacáistí seo de dhíth:"
-#~ msgstr[1] "Tá ceann de na pacáistí seo de dhíth:"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr ""
-#~ "Ag feisteáil pacáiste %s\n"
-#~ "%d%%"
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "léamh depslist comhad [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "ag feistiú %s\n"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "Ag Ullmhaigh feistiú"
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Ag Ullmhaigh feistiú"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr "%s: rogha gan aithne `%s'\n"
-
-#, fuzzy
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "léamh depslist comhad [%s]"
-
-#, fuzzy
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "léamh depslist comhad [%s]"
-
-#, fuzzy
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "léamh depslist comhad [%s]"
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Tá ceann de na pacáistí seo de dhíth:"
-
-#, fuzzy
-#~ msgid "copying hdlists file..."
-#~ msgstr "léamh depslist comhad [%s]"
-
-#~ msgid "Is this OK?"
-#~ msgstr "An bhfuil sin Ok ?"
-
-#~ msgid "installing %s\n"
-#~ msgstr "ag feistiú %s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr "Lean"
-
-#, fuzzy
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "léamh depslist comhad [%s]"
diff --git a/po/gl.po b/po/gl.po
deleted file mode 100644
index b1be10d6..00000000
--- a/po/gl.po
+++ /dev/null
@@ -1,3286 +0,0 @@
-# translation of urpmi to Galician
-# Copyright (C) 2000 Jesús Bravo Álvarez
-# Copyright (C) 2000 Mandriva
-#
-# Jesús Bravo Álvarez <jba@pobox.com>, 2000.
-# Leandro Regueiro <leandro.regueiro@gmail.com>, 2005, 2006.
-#
-# Proxecto Trasno http://trasno.net
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-gl\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-04-15 18:06+0100\n"
-"Last-Translator: Leandro Regueiro <leandro DOT regueiro AT gmail DOT com>\n"
-"Language-Team: Galician <proxecto@trasno.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Instalación de RPMs"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Erro: non foi posible atopar o ficheiro %s, cancelarase a operación"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Aceptar"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Seleccionou un paquete de fontes:\n"
-"\n"
-"%s\n"
-"\n"
-"Probablemente non o vai querer instalar no seu ordenador (se o instala "
-"poderá facer modificacións no código fonte e compilalo despois).\n"
-"\n"
-"Que desexa facer?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Está a piques de instalar os seguintes paquetes de software no seu "
-"ordenador:\n"
-"\n"
-"%s\n"
-"\n"
-"Desexa continuar?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Está a piques de instalar o seguinte paquete de software no seu ordenador:\n"
-"\n"
-"%s\n"
-"\n"
-"Podería preferir só gardalo. Que desexa facer?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Instalar"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Gardar"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Cancelar"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Escolla a localización onde se gardará o ficheiro"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi versión %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Isto é software libre e pode redistribuírse baixo os termos da GNU GPL.\n"
-"\n"
-"uso:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Opcións:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - amosa esta mensaxe de axuda.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - modo non-interactivo, tómanse as respostas "
-"predeterminadas para as preguntas.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - seleccionar automáticamente os paquetes para actualizar o "
-"sistema.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - forzar a invocación incluso se algún paquete non existe.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - verificar a sinatura do rpm antes de\n"
-" instalalo (--no-verify-rpm desactívaa, por\n"
-" defecto está activada).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - usar só os soportes dados, separados por comas.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - permite buscar en proporciona para atopar o paquete.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - non buscar en proporciona para atopar o paquete.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - usar outra raíz para a instalación de rpms.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - só verifica se se pode conseguir instalar de maneira "
-"correcta.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - usar só o soporte dado para buscar os paquetes "
-"solicitados.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Non especificou ningún paquete"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Agarde..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Debe ser root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Non se puido instalar algún dos paquetes solicitados:\n"
-"%s\n"
-"Desexa continua-la instalación de tódolos xeitos?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Advertencia"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Aceptar"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr "(para actualizar)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr "(para instalar)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Selección de paquetes"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Necesítase un dos seguintes paquetes:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Abortar"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Teñen que eliminarse os seguintes paquetes para poder actualizar outros:\n"
-"%s\n"
-"Desexa continuar a instalación de tódolos xeitos?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Para satisface-las dependencias, vaise instala-lo seguinte paquete"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Para satisface-las dependencias, vanse instala-los seguintes paquetes"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d paquete, %d MB)"
-msgstr[1] "(%d paquetes, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Instalación de paquetes..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "Non foi posible consegui-los paquetes fonte, abortando"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Preparando..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Instalando o paquete `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Insira o soporte chamado \"%s\""
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Descargando o paquete `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Feito"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Erro ó instalar, faltan algúns ficheiros:\n"
-"%s\n"
-"Pode ser que desexe actualizar a base de datos do seu urpmi"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "A instalación fallou:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Xa está todo instalado"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Instalación rematada"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "eliminando %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "reiniciando urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"uso: %s [opcións]\n"
-"onde [opcións] son dende\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - amosa esta mensaxe de axuda.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <ruta> - usar a ruta dada no canto de /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [grupo] - restrinxe os resultados a un grupo dado.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " por defecto é %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - nome completo do rpm de saída (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Só o superusuario pode instalar paquetes"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Executando urpmi en modo restrinxido..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "fallo ó crear o directorio %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "dono incorrecto para o directorio %s"
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Non se puido escribir no directorio de reempacamento [%s]\n"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "non foi posible abrir rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "nome de ficheiro rpm incorrecto [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "obtendo o ficheiro rpm [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...obtención rematada"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...fallo ó obter: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "non foi posible acceder ó ficheiro rpm [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "non foi posible analisar o ficheiro spec %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "non foi posible rexistrar o ficheiro rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Arquitectura incompatible para rpm [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "erro ó rexistra-los paquetes locais"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Esta operación está prohibida mentres se executa en modo restrinxido"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "declaración errónea do proxy na liña de comandos\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: non se puido ler o ficheiro rpm \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, fuzzy, c-format
-msgid "unexpected expression %s"
-msgstr "Expresións patrón:\n"
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Falta a sinatura (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, fuzzy, c-format
-msgid "no expression to close"
-msgstr "Expresións patrón:\n"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-"por defecto urpmf agarda unha expresión regular. Debería usar a opción \"--"
-"literal\""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "o directorio de chroot non existe"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Non se pode usar %s sen %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Non se pode usar %s con %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Demasiados argumentos\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Fallo ó copiar"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"Debe montar o CD-ROM vostede mesmo (ou instalar perl-Hal-Cdroms para que o "
-"faga automaticamente)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "o soporte \"%s\" non está dispoñible"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "non foi posible ler o ficheiro rpm [%s] dende o soporte \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "erro de sintaxe no ficheiro de configuración na liña %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "non foi posible ler o ficheiro de configuración [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "o soporte `%s' está definido dúas veces, abortando"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "non foi posible escribir o ficheiro de configuración [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Introduza as súas credenciais para acceder ó proxy\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Nome de usuario:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Contrasinal:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s fallou: saiu co sinal %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s fallou: saiu con %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "fallo ó copiar"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "falta wget\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "falta curl\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl fallou: cancelouse a descarga\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "falta rsync\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "falta ssh\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "falta prozilla\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Non se puido executar prozilla\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "falta aria2\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% de %s completado, TME = %s, velocidade = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% completado, velocidade = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "obtendo %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "obteuse %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "protocolo descoñecido definido por %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "non está dispoñible %s, volvendo a %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "non foi posible manexar o protocolo: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "limpando %s e %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "non se atopou o paquete %s."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "recuperando ficheiros rpm do medio \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, fuzzy, c-format
-msgid "[repackaging]"
-msgstr "[reempaquetando]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"creouse unha transacción para instalar en %s (eliminar=%d, instalar=%d, "
-"actualizar=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "non se puido crear a transacción"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "non foi posible extraer o rpm dende o paquete delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "non foi posible instalar o paquete %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr ""
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "fallo ó eliminar %s: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Eliminando o paquete %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "eliminando o paquete %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr ""
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Máis información no paquete %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Non se puido crear o directorio de caché de ldap"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Non se puido escribir o ficheiro de caché para ldap\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Servidor non definido, falta o uri ou a máquina"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr ""
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Non se puido conectar ó uri de ldap:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "a base de datos de %s está bloqueada. Agardando..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "abortando"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "A base de datos de %s está bloqueada (xa a está usando outro programa)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "A instalación fallou"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Fallou a instalación, rpms incorrectos:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "O seguinte paquete ten unha sinatura incorrecta"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Os seguintes paquetes teñen sinaturas incorrectas"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "¿Desexa continuar ca instalación?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "eliminando os rpms instalados (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "distribuíndo %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "instalando %s dende %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "instalando %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "¿Probar a instalación sen comprobar as dependencias? (s/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "¿Probar a instalación con menos comprobacións (--force)? (s/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Os paquetes están actualizados"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "A instalación é viable"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "examinando o ficheiro %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "advertencia: o md5sum para %s non está dispoñible no ficheiro MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "o soporte virtual \"%s\" debe ter un url claro, soporte ignorado"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr ""
-"non foi posible acceder á lista de ficheiros de \"%s\", soporte ignorado"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr ""
-"non foi posible acceder ó ficheiro synthesis de \"%s\", soporte ignorado"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "intentando sobrescribir o soporte \"%s\" xa existente, omitindo"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "escribiuse o ficheiro de configuración [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Non se pode usar o modo parallel co modo use-distrib"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr ""
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"non se pode usar --synthesis con --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib ou --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Comezo da busca: %s final: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "omitindo o paquete %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "instalaría no canto de actualizar o paquete %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "o soporte \"%s\" xa existe"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(ignorado por defecto)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "engadindo o soporte \"%s\" antes do soporte remoto \"%s\""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "engadindo o soporte \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "o directorio %s non existe"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "parece que esta localización non contén ningunha distribución"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "non foi posible analizar media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"non foi posible acceder ó soporte de distribución (non se atopou o ficheiro "
-"media.cfg)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "obtendo o ficheiro media.cfg..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "intentando seleccionar o soporte inexistente \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "seleccionando varios soportes: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "eliminando o soporte \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "reconfigurando urpmi para o soporte \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...fallo ó reconfigurar"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr ""
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Erro ó xerar o ficheiro de nomes: non se atopou a dependencia %d"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "o soporte \"%s\" está actualizado"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "examinando o ficheiro synthesis [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problema ó ler o ficheiro synthesis do soporte \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr ""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...fallo ó copiar"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "copiando o ficheiro de descrición de \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...copiado"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "fallo ó copiar [%s] (o ficheiro é sospeitosamente pequeno)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "calculando o md5sum do hdlist (ou synthesis) fonte recuperado"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "fallo ó obter [%s] (os md5sum non coinciden)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "genhdlist2 fallou en %s"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "comparando %s e %s..."
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "ficheiro hdlist %s incorrecto no soporte \"%s\""
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "copiando o ficheiro MD5SUM de \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "nome de ficheiro rpm incorrecto [%s]"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr ""
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr ""
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "non se atopou un ficheiro synthesis para o soporte \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "examinando o ficheiro pubkey de \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...importouse a clave %s dende o ficheiro pubkey de \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "non foi posible importar o ficheiro pubkey de \"%s\""
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "actualizouse o soporte \"%s\""
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "fallou a obtención de [%s]"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "intentando de novo co sitio espello %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Non se puido atopar un sitio espello da lista de sitios espello %s"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "atopouse a xeolocalización %s %.2f %.2f para a zona horaria %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "obtendo a lista de sitios espello dende %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "SsYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Mala elección, probe de novo\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Paquete"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Versión"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Edición"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arquitectura"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(suxerido)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "soporte \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "liña de comandos"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "non foi posible analisar \"%s\" no ficheiro [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr ""
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr ""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "A instalación fallou"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "non foi posible acceder ó soporte \"%s\"."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "montando %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "desmontando %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf versión %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Isto é software libre e pode redistribuirse baixo os termos da GNU GPL.\n"
-"\n"
-"uso: urpmf [opcións] expresión-patrón\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - amosa o número de versión desta ferramenta.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - usar un ambiente específico (normalmente un informe de "
-"erro).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - non usar os soportes dados, separados por comas.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - non usar patróns, usar o argumento coma unha cadea "
-"literal.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - usar outra raíz para a base de datos de urpmi\n"
-" e a instalación de rpms.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - ordenar os soportes de acordo cas cadeas separadas por "
-"comas.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - usar a ruta dada para acceder ó soporte\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - usar o ficheiro synthesis proporcionado no\n"
-" canto da base de datos de urpmi.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - non amosa as liñas idénticas.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - usar só soportes de actualización.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - modo detallado.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - ignorar a distinción de maiúsculas-minúsculas nos "
-"patróns.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -i - ignorar a distinción de maiúsculas-minúsculas nos "
-"patróns.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-" -F<str> - cambiar o separador de campos (predeterminado ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Expresións patrón:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text - todo o texto é analizado coma expresión\n"
-" regular, a non ser que se use -l.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - inclúe o código perl directamente coma perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - operador binario AND.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - operador binario OR.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - NOT unario.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - parénteses esquerdo e dereito.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Lista de etiquetas:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - especifica un formato de saída coma o de printf\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " exemplo: '%%nome:%%ficheiros'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - arquitectura\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - máquina de construcción\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - hora de construcción\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - ficheiros de configuración\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - etiquetas conflictos\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - descrición do paquete\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - distribución\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr ""
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - nome de ficheiro do paquete\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - lista dos ficheiros contidos no paquete\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - grupo\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - licenza\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - nome do paquete\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - empaquetador\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - etiquetas proporciona\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - etiquetas require\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - tamaño despois de instalar\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - nome do rpm fonte\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - etiquetas suxire\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - resumo\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - url\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - vendedor\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - o soporte no que se atopou o paquete\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - imprime a versión, a edición e o nome da arquitectura.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Formato incorrecto: só pode usar unha etiqueta multivaluada"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "usando ambiente específico en %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "non hai un hdlist dispoñible para o soporte \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "non hai un synthesis dispoñible para o soporte \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "non hai xml-info dispoñible para o soporte \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "urpmi reiniciouse, e a lista de paquetes prioritarios non cambiou"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-"urpmi reiniciouse, e a lista de paquetes prioritarios cambiou: %s vs %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Non hai ningún paquete que se chame %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Os seguintes paquetes conteñen %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Non se poden instalar os paquetes %s"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "O paquete %s xa está instalado"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Os paquetes %s xa están instalados"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "debido a que falta %s"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "debido ó %s xa instalado"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "debido a %s non satisfeitas"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr ""
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "para manter %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "para instalar %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "debido a conflictos con %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Sinatura incorrecta (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr ""
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Falta a sinatura (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Non se puido escribir o ficheiro"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Non se puido abrir o ficheiro"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Non se puido mover o ficheiro %s a %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme versión %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Isto é software libre e pode redistribuirse baixo os termos da GNU GPL.\n"
-"\n"
-"uso:\n"
-
-#: ../urpme:47
-#, fuzzy, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr ""
-" --auto - selecciona automáticamente un paquete na selección.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - verifica se a eliminación se pode facer de xeito "
-"correcto.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - Reempaquetar os ficheiros antes de eliminar\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - usar outra raíz para a eliminación de rpms.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-" --justdb - actualizar só a base de datos de rpm, non o sistema de "
-"ficheiros.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr ""
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - modo detallado.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-" -a - selecciona tódolos paquetes que concordan ca expresión.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Só o superusuario pode eliminar paquetes"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "paquetes descoñecidos"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "paquete descoñecido"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Se se elimina o paquete %s o sistema estropearase"
-msgstr[1] "Se se elimina o paquete %s o sistema estropearase"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Non hai nada que eliminar"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Non hai nada que eliminar"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Para satisfacer as dependencias, vaise eliminar o seguinte paquete"
-msgstr[1] ""
-"Para satisfacer as dependencias, vanse eliminar os seguintes paquetes"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "paquete descoñecido"
-msgstr[1] "paquete descoñecido"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Desexa eliminar %d paquete?"
-msgstr[1] "Desexa eliminar %d paquetes?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (s/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr ""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Fallo ó eliminar"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Fallo ó eliminar"
-
-#: ../urpmf:153
-#, fuzzy, c-format
-msgid "unterminated expression (%s)"
-msgstr "Expresións patrón:\n"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-update - actualizar o soporte e despois actualizar o sistema.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-" --no-md5sum - deshabilitar a comprobación de ficheiros MD5SUM.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - forzar a actualización da clave gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr ""
-" --no-suggests - non seleccionar automaticamente os paquetes \"suxeridos"
-"\".\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - nunca preguntar pola desinstalación dun paquete, abortar "
-"a instalación.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - non instalar os paquetes (só descargalos)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - manten os paquetes existentes se é posible, rexeita\n"
-" os paquetes solicitados que provocan eliminacións.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - dividir en transaccións menores se se van instalar ou\n"
-" actualizar máis paquetes dos dados polo usuario,\n"
-" por defecto é %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - tamaño mínimo de transacción, por defecto é %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - impoñer busca aproximada.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr ""
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - instalar só o paquete de fontes (non os binarios).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - eliminar os rpms da caché antes de nada.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - non eliminar os rpms da caché.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-" --replacepkgs - forzar a instalación de paquetes que xa están "
-"instalados.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - permitirlle ó usuario instalar paquetes sen\n"
-" comprobar as dependencias.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - permitirille ó usuario que o solicite instalar\n"
-" paquetes sen verificar as dependencias e a integridade.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr ""
-" --no-suggests - non seleccionar automaticamente os paquetes \"suxeridos"
-"\".\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - programa a usar para obter ficheiros distantes. \n"
-" programas coñecidos: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - opcións adicionais para pasarlle a curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- opcións adicionais para pasarlle a rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - opcións adicionais para pasarlle a wget\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - opcións adicionais para pasarlle a prozilla\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - opcións adicionais para pasarlle a aria2\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - limita a velocidade de descarga.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - recomezar a transferencia de ficheiros\n"
-" descargados parcialmente (--no-resume\n"
-" desactívaa, por defecto está desactivada).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - usa o proxy HTTP especificado, e asúmese que o\n"
-" número de porto é o 1080 por defecto (o formato é\n"
-" <máquinaproxy[:porto]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - especifica o usuario e o contrasinal que se\n"
-" usará para autenticarse no proxy (o formato é\n"
-" <usuario:contrasinal>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - crear un informe de erro no directorio indicado\n"
-" polo seguinte argumento.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - excluir as rutas separadas por comas.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - exclúe os ficheiros da documentación.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --ignoresize - non verificar o espacio baleiro do disco antes\n"
-" de instalar.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - permitir instalar rpms de arquitecturas diferentes.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr ""
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - omitir a instalación destes paquetes.\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - cando se atopan varios paquetes, propoñer máis eleccións\n"
-" ademais da predeterminada.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - non bloquear a base de datos rpm.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - actualizar só paquetes ca mesma arquitectura.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr ""
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - modo silencioso.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - modo moi detallado.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " nomes ou ficheiros rpm dados na liña de comandos instalaranse.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Erro: non se pode usar --auto-select cunha lista de paquetes.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Erro: Para xerar un informe de erro, especifique os argumentos de\n"
-"liña de comandos normais xunta con --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Non pode instalar ficheiros rpm de binarios cando usa --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Non pode instalar ficheiros spec"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"O directorio [%s] xa existe, use outro directorio para a comunicación de "
-"erros ou elimíneo"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Non foi posible crear o directorio [%s] para a comunicación de erros"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "O directorio de ambiente %s non existe"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Erro: semella que %s se montou coma de só lectura.\n"
-"Use --allow-force para forzar a operación."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Actualizando soporte...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (para actualizar)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (para actualizar)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (para instalar)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (para instalar)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Para satisfacer a dependencia de '%s', fai falta un dos seguintes paquetes:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "¿Cal é a súa elección? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Non se pode instalar o seguinte paquete porque depende de paquetes\n"
-"que son máis antigos cós instalados:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Non se poden instalar os seguintes paquetes porque dependen de paquetes\n"
-"que son máis antigos cós instalados:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"¿Continuar a instalación de tódolos xeitos?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (S/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Non se puido instalar un paquete solicitado:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Algún dos paquetes solicitados non se puido instalar:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "Se se elimina o paquete %s o sistema estropearase"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"A instalación non pode continuar porque cómpre eliminar o seguinte\n"
-"paquete para para poder actualizar outros:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"A instalación non pode continuar porque cómpre eliminar os seguintes\n"
-"paquetes para para poder actualizar outros:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Teñe que eliminarse o seguinte paquete para poder actualizar outros:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Teñen que eliminarse os seguintes paquetes para poder actualizar outros:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(só probar, a eliminación non se fará agora mesmo)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Primeiro ten que executar urpmi con --buildrequires para instalar as "
-"seguintes dependencias:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Para satisfacer as dependencias, vaise eliminar o seguinte paquete"
-msgstr[1] ""
-"Para satisfacer as dependencias, vanse eliminar os seguintes paquetes"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(só probar, a instalación non se fará agora mesmo)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "vanse usar %s de espazo adicional no disco."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "vanse liberar %s de espazo no disco."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "vanse obter %s de paquetes."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Continuar ca instalación dun paquete?"
-msgstr[1] "Continuar ca instalación dos %d paquetes?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Prema Enter cando estea montado..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"uso: urpmi.addmedia [opcións] <nome> <url>\n"
-"onde <url> é un dos seguintes\n"
-" [file:/]/<ruta>\n"
-" ftp://<login>:<contrasinal>@<máquina>/<ruta>\n"
-" ftp://<máquina>/<ruta>\n"
-" http://<máquina>/<ruta>\n"
-" cdrom://<ruta>\n"
-"\n"
-"uso: urpmi.addmedia [opcións] --distrib --mirrorlist <url>\n"
-"uso: urpmi.addmedia [opcións] --mirrorlist <url> <nome> <ruta relativa>\n"
-"\n"
-"exemplos:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"e [opcións] son\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - usar wget para descargar ficheiros distantes.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - usar curl para descargar ficheiros distantes.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - usar prozilla para descargar ficheiros distantes.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - usar curl para descargar ficheiros distantes.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - usar o ficheiro synthesis.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - usar ficheiros rpm (en vez de synthesis).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - non tentar buscar ningún ficheiro synthesis.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - crea automáticamente tódolos soportes dende un\n"
-" soporte de instalación.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-" --interactive - con --distrib, solicita confirmación para cada soporte\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - con --distrib, engade tódolos soportes listados\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - usar o url especificado para a lista de sitios\n"
-" espello, o predeterminado é\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - crear un soporte virtual que sempre está actualizado.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - deshabilitar a comprobación de ficheiros MD5SUM.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - non importar a clave pública do soporte engadido\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw - engadir o soporte á configuración, pero non actualizalo.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -v - modo abreviado.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - modo detallado.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "as políticas de xml-info coñecidas son %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "non fai falta un argumento para --distrib --mirrorlist <url>"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "<url> incorrecto (para un directorio local, a ruta debe ser absoluta)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Só o superusuario pode engadir soportes"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "creando o ficheiro de configuración [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Non se puido crear o ficheiro de configuración [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "non cómpre dar a <ruta relativa a synthesis> con --distrib"
-
-#: ../urpmi.addmedia:144
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Desexa engadir o soporte '%s'"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "falta a <ruta relativa a synthesis>\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Non se pode usar %s cun soporte remoto"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "non foi posible engadir o soporte"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme versión %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Isto é software libre e pode redistribuirse baixo os termos da GNU GPL.\n"
-"\n"
-"uso:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-" --list - lista as transaccións dende o argumento data/duración "
-"proporcionado\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - lista tódalas transaccións en rpmdb (longo)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - apagar o reempacamento\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Data ou duración incorrecta [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr ""
-
-#: ../urpmi.recover:68
-#, fuzzy, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Non se puido escribir no directorio de reempacamento [%s]\n"
-
-#: ../urpmi.recover:70
-#, fuzzy, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Limpando (ou baleirando) o directorio de reempacamento [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "eliminouse %d ficheiro\n"
-msgstr[1] "elimináronse %d ficheiros\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Non pode especificar --checkpoint e --rollback ó mesmo tempo\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Non pode especificar --checkpoint e --list ó mesmo tempo\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Non pode especificar --rollback e --list ó mesmo tempo\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Non pode especificar --disable xunta con outra opción"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Non se atoparon transaccións dende %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Debe ser o superusuario para facer isto"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Escribindo o ficheiro de macros rpm [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr ""
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Desfacer ata %s...\n"
-
-#: ../urpmi.recover:195
-#, fuzzy, c-format
-msgid "Disabling repackaging\n"
-msgstr "Deshabilitando o reempacamento\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"uso: urpmi.removemedia (-a | <nome> ...)\n"
-"onde <nome> é o nome do soporte que se desexa eliminar.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - selecciona tódolos soportes.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - coincidencia aproximada nos nomes dos soportes.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Só o superusuario pode eliminar soportes"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"non hai nada que eliminar (use urpmi.addmedia para engadir un soporte)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"falta a entrada a eliminar\n"
-"(unha de %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"uso: urpmi.update [opcións] <nome> ...\n"
-"onde <nome> é o nome do soporte que se desexa actualizar.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - actualizar só os soportes de actualización.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - forzar a actualización da clave gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - non actualizar, marcar o soporte coma ignorado.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - non actualizar, marcar o soporte coma activado.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms - non usar synthesis, usar os rpm directamente\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - selecciona tódolos soportes non extraíbles.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - forzar a actualización de synthesis\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -ff - forzar de verdade a actualización de synthesis\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Só o superusuario pode actualizar soportes"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"non hai nada que actualizar (use urpmi.addmedia para engadir un soporte)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"falta a entrada a actualizar\n"
-"(unha de %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "ignorando o soporte %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "habilitando o soporte %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq versión %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Isto é software libre e pode redistribuírse baixo os termos da GNU GPL.\n"
-"\n"
-"uso:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - usar só o soporte dado para buscar os paquetes "
-"solicitados (ou a actualizar).\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - impoñer a busca aproximada (o mesmo ca -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - listar os paquetes dispoñibles.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - lista os soportes dispoñibles.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - lista os soportes dispoñibles e o seu url.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - lista os nodos dispoñibles cando se usa --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr ""
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - devolve a configuración en forma de argumento de urpmi."
-"addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - o seguinte paquete é un paquete de fontes (igual ca -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - permitir consultar rpms de arquitecturas diferentes.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - amosa o changelog.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - mostra os conflitos.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --conflicts - mostra os conflitos.\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - mostra o que proporciona.\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - mostra o que require.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - etiquetas suxire\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - mostra o rpm fonte.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - amosar o resumo.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - consultar as dependencias do paquete.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - busca inversa do que require o paquete.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - busca inversa extendida (inclúe os paquetes virtuais).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - buscar en proporciona para atopar o paquete.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - saída completa co paquete que se vai eliminar.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - mostra os grupos co seu nome.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - amosa información útil en forma lexible.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - lista os ficheiros do paquete.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - equivalente a -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - mostra a versión e a edición co seu nome.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - o seguinte paquete é un paquete de fontes (igual ca --"
-"src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - elimina o paquete se xa está instalada unha versión máis "
-"nova.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - impoñer a busca aproximada (o mesmo ca --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - coma -y, pero forza que non teña en conta maiúsculas-"
-"minúsculas.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " consúltanse os nomes ou ficheiros rpm dados na liña de comandos.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes só se pode usar con --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "use -l para listar os ficheiros"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"non hai información xml do soporte \"%s\", só resultado parcial para o "
-"paquete %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"non hai información xml do soporte \"%s\", só resultado parcial para os "
-"paquetes %s"
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"non hai información xml do soporte \"%s\", non foi posible devolver ningún "
-"resultado para o paquete %s"
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"non hai información xml do soporte \"%s\", non foi posible devolver ningún "
-"resultado para os paquetes %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Non se atopou o changelog\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - crear un soporte de actualización.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "URL malformada: [%s]"
-
-#~ msgid "sorry, you can't use --install-src to install remote .src.rpm files"
-#~ msgstr ""
-#~ "síntoo, non pode usar --install-src para instalar ficheiros .src.rpm "
-#~ "remotos"
-
-#~ msgid "Error"
-#~ msgstr "Erro"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "fallou %d transacción de instalación"
-#~ msgstr[1] "fallaron %d transaccións de instalación"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Non se pode instalar o paquete %s"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Comprobando para eliminar os seguintes paquetes"
diff --git a/po/he.po b/po/he.po
deleted file mode 100644
index ad27418b..00000000
--- a/po/he.po
+++ /dev/null
@@ -1,3180 +0,0 @@
-# translation of urpmi.po to Hebrew
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/he.php3
-#
-# Copyright (C) 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
-# This file is distributed under the GNU GPL license.
-#
-# lev polvoi <lev@israsrv.net.il>, 2003.
-# el-cuco <cuco3001@yahoo.com>, 2003.
-# dovix <dovix2003@yahoo.com>, 2003, 2004, 2005.
-# Diego Iastrubni <iastrubn@actcom.co.il>, 2003.
-# Dotan Kamber <kamberd@yahoo.com>, 2007, 2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-03-22 15:41+0200\n"
-"Last-Translator: Dotan Kamber <kamberd@yahoo.com>\n"
-"Language-Team: Hebrew\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "התקנת חבילות תוכנה"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "שגיאה: לא ניתן למצוא את הקובץ %s, הפעולה תבוטל"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_המשך"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"בחרת בחבילת קוד מקור:\n"
-"\n"
-"%s\n"
-"\n"
-"ייתכן ולא התכוונת להתקין חבילת קוד מקור (שהתקנתה תאפשר לך לבצע שינויים בקוד "
-"ולאחר מכן להדר אותה מחדש).\n"
-"\n"
-"מה ברצונך לעשות?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"חבילות התוכנה הבאות יותקנו כעת במחשבך:\n"
-"\n"
-"%s\n"
-"\n"
-"האם ברצונך להמשיך?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"חבילת התוכנה הבאה תותקן במחשבך:\n"
-"\n"
-"%s\n"
-"\n"
-"ייתכן וברצונך רק לשמור את החבילה לדיסק. מה ברצונך לעשות?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_התקנה"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_שמירה"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_ביטול"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "עליך לבחור מקום לשמירת הקובץ"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"גרסת urpmi %s\n"
-"כל הזכויות שמורות (C) 1999-2008 Mandriva.\n"
-"זוהי תוכנה חופשית וניתן להפיצה בהתאם לתנאי הרישיון GNU GPL.\n"
-"\n"
-"\n"
-"שימוש:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - הצגת הודעת עזרה זו.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - אלץ הפעלה גם אם חלק מהחבילות חסרות.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - בדוק את חתימת החבילה לפני ההתקנה\n"
-" (--no-verify-rpm מבטל זאת, ברירת המחדל היא להפעיל\").\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - שימוש רק במקורות המסופקים, מופרדים ע\"י פסיק\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - allow search in provides to find package.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - do not search in provides to find package.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - השתמש בשורש מערכת קבצים אחר להתקנת חבילות.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - רק וידוא שהתקנת החבילה יכולה להסתיים בהצלחה.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --searchmedia - השתמש רק במקור הנתון לחיפוש החבילות המבוקשות.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "לא צוינו חבילות"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "נא להמתין..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "עליך להיות בעל הרשאות מנהל מערכת"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"חלק מהחבילות המבוקשות לא ניתנות להתקנה:\n"
-"%s\n"
-"האם להמשיך בכל זאת?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "אזהרה"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "אישור"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (לשדרג)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (להתקין)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "בחירת חבילות"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "אחת החבילות הבאות נדרשת:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_בטל"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"החבילות הבאות יוסרו כדי שניתן יהיה לשדרג חבילות אחרות: \n"
-"%s\n"
-"האם להמשיך בכל זאת?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "כדי לספק את התלויות, החבילה הבאה הותקן:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "כדי לספק את התלויות החבילות הבאות יותקנו:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(חבילה %d, %d MB)"
-msgstr[1] "(%d חבילות, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "התקנת חבילה..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "אין אפשרות לקרוא חבילות מהמאגר, הפעולה מתבטלת"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "הכנה..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "מתקין חבילה `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "נא להכניס את המדיה בשם \"%s\""
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "מוריד חבילה `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_סיום"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"ההתקנה נכשלה מכיוון שכמה קבצים חסרים:\n"
-"%s\n"
-"יתכן ועליך לעדכן את מאגר הנתונים של urpmi"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "ההתקנה כשלה:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "הכל כבר מותקן"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "ההתקנה הסתיימה"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "מסיר %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "מפעיל מחדש את urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"שימוש: %s [options]\n"
-"כאשר [options] הם מתוך\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - הצגת הודעת עזרה זו.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - השתמש בשורש המוגדר במקום /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - הגבלת התוצאות לקבוצה (group) מסויימת.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " ברירת המחדל היא %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - הצג שם מלא של ה-RPM (NVRA).\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "רק מנהל מערכת מורשה להתקין חבילות"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "הפעלת urpmi באופן עבודה מוגבל..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "יצירת הספרייה %s נכשלה"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "מוריד חבילה `%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "אין אפשרות לפתוח את בסיס הנתונים של החבילות rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "שם החבילה [%s] אינו תקין"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "מאחזר קובץ RPM [%s]..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...האחזור הסתיים"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...האיחזור נכשל: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "הגישה לחבילה [%s] נכשלה"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "אין אפשרות לפענח את קובץ המפרט %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "אין אפשרות לבצע רישום של החבילה"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "האריכטקטורה אינה תואמת את חבילת התוכנה [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "חלה שגיאה בעת רישום חבילות מקומיות"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "פעולה זו אינה מותרת באופן עבודה מוגבל"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "הכרזת proxy לא תקנית בשורת הפקודה\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: לא יכול קובץ RPM \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "חתימה חסרה (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "ספרית ה-chroot אינה קיימת"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "לא ניתן להשתמש ב-%s ללא %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "לא ניתן להשתמש ב-%s עם %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "יותר מדי משתנים\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "ההעתקה נכשלה"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "המקור \"%s\" אינו זמין"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "אין אפשרות לקרוא את קובץ ה-RPM [%s] מ \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "שגיאת תחביר בקובץ בשורה %s בקובץ התצורה"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "לא ניתן לקרוא את קובץ התצורה [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "המקור '%s' מוגדר פעמים, נוטש"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "כתיבת קובץ ההגדרות [%s] נכשלה"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "עליך להגדיר את פרטי ההתחברות לשרת המתווך\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "שם משתמש:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "ססמה:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s כשל: הסתיים עם אות %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s כשל: הסתיים עם %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "העתקה נכשלה"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget חסר\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl חסר\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl כשל: ההורדה בוטלה\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync חסר\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh חסר\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla חסר\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "לא ניתן להפעיל את prozilla\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% מ-%s הושלמו, זמן נותר = %s, מהירות = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% הורדו, מהירות = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "מאחזר %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "אוחזרו %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "פרוטוקול לא מזוהה הוגדר עבור %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s אינו זמין, נופל חזרה אל %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "לא נמצא webfetch מבין אלו הנתמכים: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "השימוש בפרוטוקול : %s נכשל"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "מנקה את %s ואת %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "החבילה %s לא נמצאה."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "מעתיק חבילות תוכנה מהמקור \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[אורז מחדש]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "יצר עסקה עבור התקנה על %s (הסרה=%d, התקנה=%d, עדכון=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "בלתי אפשרי לעשות עסקה"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "אין אפשרות לחלץ rpm מתוך חבילת delta-rpm ששמה %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "התקנת החבילה %s נכשלה"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "מסיר חבילה תקולה (%s) מתוך %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "הסרת %s נכשלה: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "מסיר חבילה %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "מסיר חבילה %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "מסיר חבילות מותקנות (%s) מתוך %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "מידע נוסף על החבילה %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "לא ניתן ליצור ספריית מטמון ל-ldap"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "לא ניתן לכתוב קובץ מטמון עבור ldap\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "לא הוגדר שרת, חסר URI או מארח"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "לא הוגדר בסיס"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "לא ניתן להתחבר אל ה-URI של ldap:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "בסיס הנתונים %s נעול. ממתין..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "נוטש"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "ההתקנה נכשלה"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"ההתקנה כשלה, חבילות תקולות:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "לחבילות הבאות יש בעיה בחתימות"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "לחבילות הבאות יש בעיה בחתימות"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "האם להמשיך בתהליך ההתקנה?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "מסיר חבילות מותקנות (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "מפיץ %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "מתקין את %s מתוך %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "מתקין %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "האם לנסות להתקין ללא בדיקת תלויות? (כן/*לא)"
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "האם לנסות להתקין תוך אילוץ תלויות (--force)? (כן/לא) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "החבילות עדכניות"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "ניתן לבצע את ההתקנה"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "בודק את קובץ %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "אזהרה: חתימת md5sum עבור %s לא זמינה בקובץ MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "מאגר וירטואלי \"%s\" צריך שיהיה לו כתובת ברורה, התעלמות מאגר"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "אין אפשרות גישה לקובץ הרשימה של \"%s\", מדיה זו לא תהיה בשימוש"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "אין אפשרות לגשת לקובץ synthesis של \"%s\", מדיה זו לא תהיה בשימוש"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "מנסה לדלג על המקור \"%s\", מתחמק"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "כתיבת קובץ הגדרות [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "אין אפשרות להפעיל מצב parallel עם מצב use-distrib"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "משתמש במדיה מקושרת עבור מצב מקבילי: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis לא יכול לשמש ביחד עם --media, --excludemedia, --sortmedia, --use-"
-"distrib או --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "תחילת חיפוש: %s סיום: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "מדלג על חבילה %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "האם להתקין במקום לשדרג את החבילה %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "המאגר \"%s\" כבר קיים"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "מוסיף את המקור \"%s\" לפני המקור המרוחק \"%s\""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "מוסיף את המקור \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "הספריה %s אינה קיימת"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr ""
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "מאחזר את הקובץ media.cfg..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "ניסיון לבחור במאגר שאינו קיים \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "בוחר הרבה מדיה:%s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "מסיר מאגר \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "מגדיר מחדש את urpmi למקור \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...ההגדרה מחדש נכשלה"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "ההגדרה מחדש הושלמה"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "המקור \"%s\" עדכני"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "בודק את קובץ הsynthesis [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "בעיה בקריאת קובץ מיזוג של מאגר \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "מעתיק [%s] עבור המקורר \"%s\"..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...ההעתקה נכשלה"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "מעתיק תיאור קובץ של \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...ההעתקה הסתיימה"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "העתקת [%s] נכשלה (הקובץ קטן מהמצופה)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "מחשב חתימות md5sum של קובץ synthesis"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "אחזור [%s] נכשל (חתימת md5sum אינה תואמת)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "genhdlist2 כשל על %s"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "מחשב את %s ואת %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "קובץ hdlist %s לא תקף עבור מאגר \"%s\""
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "מעתיק קובץ MD5SUM של \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "שם החבילה [%s] אינו תקין"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "מוריד את קובץ synthesis של \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "נמצא synthesis מאובחן כ-%s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "לא נמצא קובץ synthesis עבור מאגר \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "בודק קובץ מפתחות ציבורי של \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr ".. מפתח %s מיובא מתוך קובץ ציבורי של \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "לא יכול לייבוא קובץ של מפתח ציבורי של \"%s\""
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "המקור \"%s\" עודכן"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "מייבא רשימת אתרי מראה מ- %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "כfFטyY"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "מצטער ,בחירה רעה, יש לנסות שנית\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "חבילה"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "גרסה"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "שחרור"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "ארכיטקטורה"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "מקור \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "אין אפשרות לפענח את \"%s\" בקובץ [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "בודק את המזהה המקבילי בקובץ [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "נמצא parallel handler עבור הצמתים: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "אין אפשרות להשתמש באפשרות המקבילה \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "ההתקנה נכשלה"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "אין אפשרות לגשת למדיה \"%s\"."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "מחבר את %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "מנתק את %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"גרסת urpmf %s\n"
-"כל הזכויות שמורות (C) 2002-2006 Mandriva.\n"
-"זוהי תוכנה חופשית וניתן להפיצה בהתאם לתנאי הרישיון GNU GPL.\n"
-"\n"
-"\n"
-"שימוש: urpmf [אפשרויות] ביטוי לדפוס\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - הדפסת מספר הגרסה של כלי זה.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr " --env - שימוש בסביבה מסויימת (בדרך כלל דיווח על בעיה).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - do not use the given media, separated by comma.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - השתמש בשורש מערכת קבצים אחר ל-urpmi db והתקנת rpm\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr " --sortmedia - מיון מדיה בהתאם לכותרות משנה המופרדים ע\"י פסיק.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - השתמש בנתיב שהוגדר כדי לגשת למקור\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - השתמש בקובץ synthesis המוגדר במקום בסיס הנתונים של "
-"urpmi.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - אל תדפיס שורות זהות פעמיים.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update -שימוש במאגר העדכונים בלבד.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - verbose mode.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - ignore case distinctions in patterns.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - include perl code directly as perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - אופרטור AND בינארי.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - אופרטור OR בינארי.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - שלילה של מרכיב.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr ""
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "רשימת תגים:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr ""
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr ""
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - ארכיטקטורה\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr ""
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr ""
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - תיאור החבילה\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - הפצה\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr ""
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - שם הקובץ של החבילה\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -files - רשימת הקבצים הכלולים בחבילה.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - קבוצה\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr ""
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - שם החבילה\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - האורז\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - גודל מותקן\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr ""
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr ""
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - url\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr ""
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - המקור בו נמצאה החבילה\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - הדפסת גרסה, שחרור וארכיון עם שם.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "שימוש בסביבה מסוימת על %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "אין קבצי hdlist זמינים עבור המקור \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "אין קבצי synthesis עבור המקור \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "אין קבצי xml info זמינים עבור המקור \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "urpmi אותחל ורשימת החבילות הדחופות לא השתנתה"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr "urpmi אותחל ורשימת החבילות הדחופות השתנתה: %s לעומת %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "לא נמצאה חבילה בשם %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "החבילות הבאות מכילות את %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "לא ניתן להתקין את החבילות %s"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "החבילה %s כבר מותקנת"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "החבילות %s כבר מותקנות"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "עקב %s חסר"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "בגלל החבילה %s שכבר מותקנת"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "עקב תלות %s שלא מולאה"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "מנסה לקדם %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "בכדי לשמור %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "בכדי להתקין %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "עקב התנגשות עם %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "חתימה לא תקפה (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "מפתח זהות לא תקין (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "חתימה חסרה (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "לא מצליח לכתוב קובץ"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "לא מצליח לפתוח קובץ"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "לא מצליח להעביר את הקובץ %s אל %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"גרסת urpme %s\n"
-"כל הזכויות שמורות (C) 1999-2008 Mandriva.\n"
-"זוהי תוכנה חופשית וניתן להפיצה בהתאם לתנאי הרישיון GNU GPL.\n"
-"\n"
-"\n"
-"שימוש:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - בחירה אוטומטית של חבילה מהאפשרויות.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - בדיקה האם הסרת החבילה יכולה להסתיים בהצלחה.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - הפעלה מבוזרת מול מספר מכונות שתוכנן זהה.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - אריזה מחדש של הקובץ לפני מחיקה\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - שימוש בשורש אחר לצורך הסרת חבילות תוכנה.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - אל תפעיל תסריטונים של החבילה.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - הגדרת urpme בזמן ריצה לפי עץ ההפצה, שימושי\n"
-" להוסיף/להסיר מערכת chroot עם האפשרות --root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr ""
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - בחירת כל החבילות עם ביטוי מתאים.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "רק מנהל מערכת מורשה להסיר חבילות תוכנה"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "חבילות לא מוכרות"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "חבילה לא מוכרת"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "הסרת החבילה %s תגרום נזק למערכת"
-msgstr[1] "הסרת החבילה %s תגרום נזק למערכת"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "אין מה להסיר"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "אין מה להסיר"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "בכדי לענות על התלויות החבילה הבאה תוסר"
-msgstr[1] "כדי לענות על התלויות, %d החבילות הבאות ייוסרו"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "חבילה לא מוכרת"
-msgstr[1] "חבילה לא מוכרת"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "להסיר חבילה %d?"
-msgstr[1] "להסיר %d חבילות?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (כן/*לא) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr ""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "ההסרה נכשלה"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "ההסרה נכשלה"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - נטרל בדיקת חתימת MD5SUM של הקובץ.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - אלץ עדכון מפתח gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - אל תבחר באופן אוטומטי חבילות \"suggested\".\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - לעולם אל תבקש להסיר התקנה של חבילה, בטל את ההתקנה.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - אל תתקין חבילות (הורדה בלבד)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - אורך טרנזקציה קצרה, ברירת המחדל היא %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - מפעיל חיפוש מקורב.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - התקן את ה-buildrequires של החבילות\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - install only source package (no binaries).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - remove rpm from cache before anything else.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - אל תמחק חבילות מהמטמון.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - אפשר לבקש מהמשתמש להתקין חבילות ללא\n"
-" בדיקת תלויות.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - מאפשר לתשאל את המשתמש אודות התקנת חבילות\n"
-" בלי בדיקת תלויות.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - אל תבחר באופן אוטומטי חבילות \"suggested\".\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - הגדר את urpmi בזמן ריצה מעץ חבילות ההפצה, שימושי\n"
-" להתקנת chroot עם האפשרות --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - limit the download speed.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - המשך בהורדת קבצים שהורדו חלקית מנקודת ההפסקה\n"
-" (--no-resume מנטרל זאת, ברירת המחדל היא \"מנוטרל\").\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - ייצר קובץ שגיאות בספריה הנתונה על ידי\n"
-" המשתנה הבא.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - exclude path separated by comma.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - למעט קבצי מסמכים.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr ""
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - חבילות שיש לדלג על ההתקנה שלהן\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - כאשר קיימות מספר חבילות מתאימות, הצע מגוון אפשרויות\n"
-" ולא רק את ברירת המחדל.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr ""
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - עדכן רק חבילות בעלות אותה ארכיטקטורה.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - select all matches on command line.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - מצב שקט.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - מצב עם פלט רב.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " שמות או קובצי RPM שניתנו בשורת הפקודה יותקנו.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"הספרייה [%s] כבר קיימת, עליך לבחור ספרייה אחרת לדיווח על תקלה או למחוק אותה"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "יצירת הספרייה. [%s] עבור דיווחי תקלות נכשלה"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"שגיאה: נראה ו-%s עוגן לקריאה בלבד.\n"
-"עליך להשתמש ב --allow-force לאלץ פעולה זו."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "מעדכן מקור...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (לשדרג)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (לשדרג)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (להתקין)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (להתקין)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "בכדי לענות על התלות '%s' דרושה אחת החבילות הבאות:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "מה היא בחירתך? (1-%d)"
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"החבילה הבאה לא ניתנת להתקנה מאחר והיא תלויה בחבילות\n"
-"מגרסאות קודמות לאלו המותקנות:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"החבילות הבאות לא ניתנות להתקנה מאחר והן תלויות בחבילות\n"
-"מגרסאות קודמות מאלו המותקנות במחשבך:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"האם להמשיך בכל זאת?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr "אישור/ביטול (*כ/ל) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"לא ניתן להתקין חבילה מבוקשת:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"לא יכול להתקין כמה חבילות מבוקשות:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "הסרת החבילה %s תגרום נזק למערכת"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"ההתקנה לא יכולה להמשיך בגלל שיש להסיר את החבילות הבאות\n"
-"כדי לשדרג אחרות:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"ההתקנה לא יכולה להמשיך בגלל החבילות הבאות\n"
-"יש צורך להסיר אותן, בכדי לשדרג את האחרות:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"החבילה הבאה עומדת להימחק כדי שניתן יהיה לשדרג חבילות אחרות: \n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"החבילות הבאות עומדות להימחק בכדי שניתן יהיה לשדרג חבילות אחרות: \n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(בדיקה בלבד, ההסרה לא תבוצע למעשה)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"יש צורך לקרוא ל-urpmi עם --buildrequires תחילה כדי להתקין את התלויות הבאות:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "בכדי לענות על התלויות החבילה הבאה תוסר"
-msgstr[1] "כדי לענות על התלויות, %d החבילות הבאות ייוסרו"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(בדיקה בלבד, ההתקנה לא תבוצע למעשה)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "יעשה שימוש ב-%s שטח כונן נוסף."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "%s שטח בכונן יפונה."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "%s של חבילות יאוחזרו."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "להמשיך בהתקנת החבילה?"
-msgstr[1] "להמשיך בהתקנת %d החבילות?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "ביטול"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr ""
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - use wget to retrieve distant files.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - use curl to retrieve distant files.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - use curl to retrieve distant files.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - השתמש בקובץ synthesis.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - אל תנסה למצוא כל קובץ synthesis.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr " --distrib - יצירה אוטומטית של כל המקורות מתקליטורי ההתקנה\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - השתמש בכתובת מרשימת השרתים, ברירת המחדל הוא \n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - יצירת מקור וירטואלי שתמיד יהיה עדכני,\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - נטרל בדיקת חתימת MD5SUM של הקובץ.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - אל תייבא את מפתח האימות של המקור שנוסף\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw - הוסף את המקור לרשימה, אבל אל תעדכן את רשימת הקבצים.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - מצב שקט.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - verbose mode.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "רק מנהל מערכת מורשה להוסיף מקור תוכנה"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "יוצר את קובץ ההגדרות [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "לא מצליח ליצור את קובץ ההגדרות [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "אין צורך לספק <relative path of hdlist> עם --distrib"
-
-#: ../urpmi.addmedia:144
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"האם ברצונך להוסיף את המקור '%s'"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "חסר <relative path of hdlist>\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "לא מצליח להשתמש ב-%s עם מקור מרוחק"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "לא ניתן להוסיף את המקור"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"גרסת urpmi.recover %s\n"
-"כל הזכויות שמורות (C) 2006 Mandriva.\n"
-"זוהי תוכנה חופשית וניתן להפיצה בהתאם לתנאי הרישיון GNU GPL.\n"
-"\n"
-"\n"
-"שימוש:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr ""
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr ""
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "הוסר קובץ %d\n"
-msgstr[1] "הוסרו %d קבצים\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr ""
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - select all media.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - זיהוי מקורב של שמות מקורות.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "רק מנהל מערכת מורשה להסיר מקור תוכנה"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "אין מה להסיר (יש להשתמש ב urpmi.addmedia לצורך הוספת מאגר)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"שום כניסה המיועדת להסרה אינה חסרה\n"
-"(אחד מ %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"שימוש: urpmi.update [options] <name> ...\n"
-"כאשר <name> הינו שם המדיה המיודעת לעדכון.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - update only update media.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - אלץ עדכון מפתח gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - אל תעדכן, סמן מקור זה כלא-פעיל.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - אל תעדכן, סמן מקור זה כמאופשר.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms - אל תשתמש ב-synthesis, השתמש בקבצי ה-rpm ישירות\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - בחירת כל המדיות שאינן ניתנות להסרה.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - אלץ עדכון synthesis\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - באמת אלץ עדכון synthesis.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "רק מנהל מערכת מורשה לעדכן מקור תוכנה"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "אין מה לעדכן (יש להשתמש ב urpmi.addmedia לצורך הוספת מאגר)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"לא חסרה שום כניסה המיועדת לעדכון\n"
-"(אחד מ %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "מתעלם ממקור \"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "מאפשר את המקור %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq גרסה %s\n"
-"כל הזכויות שמורות (C) 2000-2006 Mandriva.\n"
-"זוהי תוכנה חופשית וניתן להפיצה בהתאם לתנאי הרישיון GNU GPL.\n"
-"\n"
-"שימוש:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - השתמש רק במקור הנתון לחיפוש החבילות המבוקשות (או עדכון "
-"שלהן).\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - מפעיל חיפוש מקורב (זהה ל -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - list available packages.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - list available media.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - הצגת מאגרי עדכון זמינים ואת כתובתם.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - הצג צמתים זמינים בשימוש עם --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - list available parallel aliases.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr " --dump-config - ייצא את ההגדרות במבנה של משתני urpmi.addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - החבילה הבאה היא חבילת מקור (אותו הדבר כמו -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr " --sources -נותן כל חבילות המקור לפני הורדה (רק מנהל מערכת).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - הגדר את urpmi בזמן ריצה מעץ חבילות ההפצה.\n"
-" דבר זה מאפשר להפעיל שאילתות על הפצה.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - הדפס דו\"ח שינויים.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - הדפס את ההתנגשויות.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --conflicts - הדפס את ההתנגשויות.\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr ""
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - הדפס תלויות.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --requires - הדפס תלויות.\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr ""
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - הצג מידע תמציתי.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - חפש תלויות של החבילות.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr ""
-" --whaterquires - בצע חיפוש הפוך אחר חבילות הדורשות את החבילה המוגדרת.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - חיפוש הפוך מורחב (כולל חבילות וירטואליות).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -a - בחירת כל החבילות עם ביטוי מתאים.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - הצג גם קבוצות עם שם זה.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - הדפס מידע שימושי באופן המובן לבני-אנוש.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - הצגת רשימת הקבצים בחבילה.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr ""
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - print version and release with name also.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - החבילה הבאה היא חבילת מקור (אותו הדבר כמו --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr " -u - הסרת חבילה אם גרסה מאוחרת יותר כבר מותקנת.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - impose fuzzy search (same as --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - כמו -y, אבל מאלץ בדיקה תלויית רישיות.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " שמות או קובצי RPM שניתנו בשורת הפקודה נמצאים בסימן שאלה.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes ניתן לשימוש רק עם --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr ""
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr "אין מידע ב-xml למקור \"%s\", תוצאה חלקית בלבד עבור החבילה %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr "אין מידע ב-xml למקור \"%s\", תוצאה חלקית בלבד עבור החבילות %s"
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr "אין מידע ב-xml למקור \"%s\", אין כל תוצאה עבור החבילה %s"
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr "אין מידע ב-xml למקור \"%s\", אין כל תוצאה עבור החבילות %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "לא נמצאה רשימת שינויים\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - הגדרת מאגר עדכון.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "URL לא תקין: [%s]"
-
-#~ msgid "Error"
-#~ msgstr "שגיאה"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d התקנה נכשלה"
-#~ msgstr[1] "%d התקנות נכשלו"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "לא ניתן להתקין את החבילה %s"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "בדיקה להסרת החבילות הבאות"
diff --git a/po/hi.po b/po/hi.po
deleted file mode 100644
index ad24694e..00000000
--- a/po/hi.po
+++ /dev/null
@@ -1,3759 +0,0 @@
-# translation of urpmi-hi.po to Hindi, India
-# translation of urpmi-hi.po to हिन्दी, भारत (Hindi, India)
-# This file is distributed under the same license as the PACKAGE package.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
-# धनञ्जय शर्मा (Dhananjaya Sharma), 2003, 2004, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-hi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2005-08-23 20:11+0530\n"
-"Last-Translator: धनञ्जय शर्मा (Dhananjaya Sharma)\n"
-"Language-Team: Hindi, India\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.10\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "आरपीएम संसाधन"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "ठीक (_O)"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"आपने एक स्रोत पैकेज का चयन किया है:\n"
-"\n"
-"%s\n"
-"\n"
-"सम्भवता आप इसे अपने कम्प्यूटर पर संसाधित नहीं करना चाहते है (इसे संसाधित करने से, आपको इसके "
-"मूल-कूट में परिवर्तन करने की और इसे संकलन करने की अनुमति मिल जायेगी)।\n"
-"\n"
-"आप क्या करना चाहते है?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"आप अपने कम्प्यूटर पर निम्नलिखित सॉफ़्टवेयर पैकेजों को अब संसाधित ही करने जा रहे है:\n"
-"\n"
-"%s\n"
-"\n"
-"किया जाएँ?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"आप अपने कम्प्यूटर पर निम्नलिखित सॉफ़्टवेयर पैकेज को अब संसाधित ही करने जा रहे है:\n"
-"\n"
-"%s\n"
-"\n"
-"आप हो सकता है कि इसे सिर्फ़ सुरक्षित करना चाहते है । आपकी पसन्द क्या है?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "संसाधन (_I)"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "सुरक्षित (_S)"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "खत्म करें (_C)"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "संचिका को सुरक्षित करने के स्थान का चयन करें"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, fuzzy, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"यू०आर०पी०एम०आई० संस्मरण %s\n"
-"सर्वाधिकार (C) १९९९-२००४ मैनड्रिव सॉफ़्ट ।\n"
-"यह एक मुक्त सॉफ़्टवेयर है और जी०एन०यू० सामान्य जन अधिकार-पत्र के अन्तर्गत पुनः वितरित "
-"किया जा सकता है।\n"
-"\n"
-"उपयोग विधि:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - यह सहायता संदेश मुद्रित करें\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - प्रणाली को उन्नयन बनाने के लिए, स्वतः पैकेजों का चयन करें\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - यद्यपि कुछ पैकेज ना विद्यमान हो, तो भी इनवोकेशन को बल-पूर्वक लागू "
-"करें \n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - संसाधन के पहिले, आर०पी०एम० हस्ताक्षर की जाँच करें\n"
-" (--no-verify-rpm इसे अयोग्य करता है, डिफ़ॉल्ट जाँच के साथ है).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - सिर्फ़ दिए गए माध्यम का उपयोग करें, छोटे विराम चिह्न के द्वारा अलग "
-"किये हुए\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - पूर्वनिर्दिष्टों में पैकेज को पाने के लिए खोज की अनुमति प्रदान करें\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - पूर्वनिर्दिष्टों में पैकेज को पाने के लिए ना खोजे\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - आरपीएम संसाधन के लिए अन्य रूट का उपयोग\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - जाँच करें कि संसाधन सफ़लता-पूर्वक किया जा सकता है\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - निवेदित (या अपडेट किये हुए) पैकेजों की खोज के लिए, सिर्फ़ दिए गए "
-"माध्यम का उपयोग करें ।\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "%s नाम का कोई पैकेज नहीं है"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "कृपया प्रतीक्षा करें..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "रूट होना चाहिए"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"निवेदित किये हुए कुछ पैकेज संसाधित नहीं किये जा सके:\n"
-"%sजारी रहा जाएँ?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "चेतावनी"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "ओ०के०"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr "(अपग्रेड के लिए)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr "(संसाधन के लिए)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "पैकेज चयन"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "निम्नलिखित पैकेजों में से एक की आवश्यकता है:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "निष्फ़ल (_A)"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"अन्य पैकजों को उन्नयन करने के लिए, निम्नलिखित पैकेजों हटाना होगा:\n"
-"%sजारी रहा जाएँ?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"आधीनताओं को सन्तुष्ट करने के लिए, निम्नलिखित पैकेज का संसाधन होने जा रहा है(%d एमबी)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"अधीनताओं को सन्तुष्ट करने के लिए, निम्नलिखित %d पैकेजों का संसाधन होने जा रहा है:\n"
-"%s\n"
-
-#: ../gurpmi2:244
-#, fuzzy, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "%d पैकेज"
-msgstr[1] "%d पैकेज"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "पैकेज संसाधित हो रहा है..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "स्रोत्र पैकेजों को पाने में असमर्थ, कार्यक्रम विफ़ल किया जा रहा है"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "तैयारी की जा रही है..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "`%s' (%s/%s) पैकेज को संसाधित किया जा रहा है..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "कृपया \"%s\" नामक माध्यम को [%s] साधन पर प्रवेश करें"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "`%s' पैकेज को डॉउनलोड किया जा रहा है..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "किया गया(_D)"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"संसाधन असफ़ल, कुछ संचिकाऐं नहीं मिली है:\n"
-"%s\n"
-"आपको अपना यू०आर०पी०एम०आई० डाटाबेस को अपडेट करना चाहिए"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "संसाधन असफ़ल"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "सभी कुछ पहिले से ही संसाधित है"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "संसाधन समाप्त"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "%s को हटाया जा रहा है"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "यू०आर०पी०एम०आई० को पुनः आरम्भ किया जा रहा है"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"उपयोगिता: %s [विकल्प]\n"
-"जहाँ सभी [विकल्प] से है\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - यह सहायता संदेश मुद्रित करें\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - निर्दिष्ट रूट के बजाय उपयोग करें /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - परिणामों को दिये हुए समूह तक सीमित करना\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " %s डिफ़ाल्ट है ।\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - समूहों को नाम के साथ मुद्रित करें\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "सिर्फ़ महाउपयोगकर्ता को ही पैकेजों को संसाधित करने की अनुमति है"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "यूआरपीएमआई सीमित विधा में चल रही है..."
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "दोष रिपोर्ट के लिए, [%s] निर्देशिका का निर्माण करने में असमर्थ"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "`%s' पैकेज को डॉउनलोड किया जा रहा है..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "आर०पी०एम०डी०बी० को खोलने में असमर्थ"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "अवैध आर०पी०एम० संचिका नाम [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "आर०पी०एम० संचिका [%s] को पुनः प्राप्त किया जा रहा है..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...पुनः प्राप्त करने की क्रिया संपन्न"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...पुनः प्राप्त करने में असफ़लता: %s "
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "आर०पी०एम० संचिका [%s] को पाने में असमर्थ"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "\"%s\" का पदभंजन [%s] संचिका में करने में असमर्थ"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "आर०पी०एम० संचिका का पंजीकरण में असमर्थ"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "स्थानीय पैकेजों का पंजीकरण करने में त्रुटि"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "सीमित विधा में चलते समय, इस संक्रिया को मनाही है"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "निर्देश वाक्य पर निकृष्ट प्रोक्सी की घोषणा\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: आर०पी०एम० संचिका \"%s\" को नहीं पढ़ सकता है\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "विलुप्त हस्ताक्षर (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "प्रतिलिपि बनना असफ़ल"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "माध्यम \"%s\" का चयन नहीं किया गया है"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "\"%s\" माध्यम से आर०पी०एम० संचिका [%s] को पढ़ने में असमर्थ"
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "संरचना-संचिका [%s] को लिखने में असमर्थ"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "संरचना-संचिका [%s] को लिखने में असमर्थ"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "संरचना-संचिका [%s] को लिखने में असमर्थ"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "कृपया प्रोक्सी पर पहुँच पाने के लिए अपने अधिकार-पत्र बताएँ\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "उपयोक्ता नामः"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "पासवर्ड: "
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "प्रतिलिपि बनना असफ़ल"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "%s के ना मिलने के कारण"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "%s के ना मिलने के कारण"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "%s के ना मिलने के कारण"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "%s को हटाया जा रहा है"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...पुनः प्राप्त करने में असफ़लता: %s "
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "अज्ञात प्रोटोकॉल %s के लिए परिभाषित"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "कोई वेबफ़ेच्च नहीं मिला, समर्थित वेबफ़ेच्च है: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "प्रोटोकॉल: %s को काबू करने में असमर्थ"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "%s को %s से संसाधित किया जा रहा है"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "%s पैकेज नहीं मिला"
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "\"%s\" माध्यम से आर०पी०एम० संचिकाऐं पुनः प्राप्त की जा रही है..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"%s पर संसाधन करने के लिए कार्य-संपादन का निर्माण किया गया (हटाना=%d, संसाधन=%d, "
-"उन्नयन=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "कार्य संपादन का निर्माण करने में असमर्थ"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "delta-rpm पैकेज %s से आरपीएम को बाहर निकालने में असमर्थ"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "%s पैकेज को संसाधन करने में असमर्थ"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "%s को %s से संसाधित किया जा रहा है"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...पुनः प्राप्त करने में असफ़लता: %s "
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "%s पैकेज को हटाया जा रहा है"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "%s पैकेज को हटाया जा रहा है"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "%s को %s से संसाधित किया जा रहा है"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "%s पैकेज के बारे में और अधिक सूचना"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "%s नाम का कोई पैकेज नहीं है"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, fuzzy, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "रंगमैप प्रविष्टियां आवंटित नहीं की जा सकती है"
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "यू०आर०पी०एम०आई० डाटाबेस बंद है"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "चेतावनी"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "संसाधन असफ़ल"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "संसाधन असफ़ल"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "निम्नलिखित पैकेजों पर खराब हस्ताक्षार है"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "निम्नलिखित पैकेजों पर खराब हस्ताक्षार है"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "क्या आप संसाधन जारी रखना चाहते है ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "%s को %s से संसाधित किया जा रहा है"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "%s वितिरण किया जा रहा है"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "%s को %s से संसाधित किया जा रहा है"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "%s का संसाधन किया जा रहा है"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "संसाधन का प्रयास बिना आधिनताओं की जाँच किये हुए किया जाये? (हाँ/ना)(y/N) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "संसाधन का प्रयास और जोर से (बलपूर्वक) किया जाये (--force)? (हाँ/ना)(y/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "संसाधन संभव है"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "एम०डी०५सम (md5sum) संचिका का निरीक्षण किया जा रहा है"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "चेतावनी: एमडी५सम फ़ाइल में %s के लिए एमडी५सम अनुपलब्ध है"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"काल्पनिक माध्यम \"%s\" के पास एक स्पष्ट यू०आर०एल० होना चाहिए, माध्यम स्वीकार नहीं है"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "\"%s\" की संचिका-सूची को पाने में असमर्थ, माध्यम स्वीकार नहीं है"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "\"%s\" की हार्डडिस्क संचिका-सूची को पाने में असमर्थ, माध्यम स्वीकार नहीं है"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "विद्यमान माध्यम \"%s\" से अलग हट कर निकलने की चेष्टा, बच निकला जा रहा है"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "संरचना-संचिका [%s] लिखें"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "use-distrib विधा के साथ सामान्तर विधा का उपयोग नहीं किया जा सकता है"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "समान्तर मोड: %s के लिए संयुक्त माध्यम का उपयोग हो रहा है"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis का उपयोग --media, --excludemedia, --sortmedia, --update या --"
-"parallel के साथ नहीं किया जा सकता है"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "खोज आरम्भ: %s समाप्त: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "%s पैकेज को त्यागा जा रहा है"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "%s को उन्नयन करने की बजाय संसाधित किया जायेगा"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "\"%s\" माध्यम पहिले से विद्यमान है"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "\"%s\" माध्यम से शीर्षक पढ़े जा रहे है"
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "\"%s\" माध्यम को हटाया जा रहा है"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "आर०पी०एम०डी०बी० को खोलने में असमर्थ"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "प्रथम संसाधन माध्यम को पाने में असमर्थ (कोई हार्डडिस्क सूची संचिका नहीं मिली)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "हार्डडिस्क सूची संचिका को पुनःप्राप्त किया जा रहा है..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "अविद्यमान माध्यम \"%s\" को चयन का प्रयास किया जा रहा है"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "बहुत सारे माध्यमों का चयन हो रहा है: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "\"%s\" माध्यम को हटाया जा रहा है"
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "\"%s\" माध्यम हेतु यू०आर०पी०एम०आई० को पुनः संरचित किया जा रहा है"
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...पुनःसंरचना प्रक्रिया असफ़ल"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "पुनःसंरचना प्रक्रिया सम्पन्न हुई"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "माध्यम \"%s\" का चयन नहीं किया गया है"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "कृत्रिम संचिका [%s] का निरीक्षण किया जा रहा है"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "\"%s\" माध्यम की कृत्रिम संचिका को पढ़ने में समस्या"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "\"%s\" माध्यम के लिए संचिका-सूची लिखी जा रही है"
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...प्रतिलिपि बनना असफ़ल"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "\"%s\" संचिका के विवरण की प्रतिलिपि बनायी जा रहीं है..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...प्रतिलिपि बनना सम्पन्न हुआ"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "[%s] की प्रतिलिपि असफ़ल रही (संचिका सन्देहात्मक ढ़ग से छोटी है)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr ""
-"पुनः प्राप्त की हुई स्रोत्र हार्डडिस्क सूची (या कृत्रिम रचना) के एम०डी०५सम (md5sum) की "
-"गणना की जा रही है"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "[%s] की प्रतिलिपि अयोग्य है (एमडी५सम बेमेल है)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "हार्डडिस्क-सूची संचिका [%s] का निरीक्षण किया जा रहा है"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "%s को %s से संसाधित किया जा रहा है"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "\"%s\" माध्यम के लिए कोई हार्डडिस्क सूची संचिका नहीं मिली"
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "\"%s\" संचिका के विवरण की प्रतिलिपि बनायी जा रहीं है..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "अवैध आर०पी०एम० संचिका नाम [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "\"%s\" की मूल (या कृत्रिम) हार्डडिस्क सूची पुनः प्राप्त की जा रही है..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "खोजी हुई हार्डडिस्क सूची (या कृत्रिम रचना)%s के रूप में मिली"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "\"%s\" माध्यम के लिए कोई हार्डडिस्क सूची संचिका नहीं मिली"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "\"%s\" की सामान्यजन कूंजी संचिका का निरीक्षण किया जा रहा है..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...\"%s\" की पब्लिककुंजी संचिका से %s कुंजी आयातित कर ली गई है"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "\"%s\" की सामान्यजनकुंजी संचिका को आयात करने में असमर्थ"
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "%s माध्यम को जोड़ा गया"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "[%s] से आर०पी०एम० संचिकाओं को पढ़ा जा रहा है"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "Yy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "क्षमा करें, खराब पसन्द, पुनः प्रयास करें\n"
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Package"
-msgstr "पैकेज चयन"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "खोज"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "\"%s\" माध्यम को हटाया जा रहा है"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "\"%s\" का पदभंजन [%s] संचिका में करने में असमर्थ"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "समान्तर प्रबंधकर्ता का निरीक्षण [%s] संचिका में हो रहा है"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "नोडों: %s के लिए समान्तर प्रबंधकर्ता मिला है"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "समान्तर विकल्प \"%s\" का उपयोग करने में असमर्थ"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "संसाधन असफ़ल"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "\"%s\" माध्यम को पाने में असमर्थ"
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "%s को आरोह (माउन्ट) किया जा रहा है"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "%s को अवरोह (अनमाउन्ट) किया जा रहा है"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"यू०आर०पी०एम०एफ़० संस्मरण %s\n"
-"सर्वाधिकार (C) २००२-२००४ मैनड्रिव सॉफ़्ट ।\n"
-"यह एक मुक्त सॉफ़्टवेयर है और जी०एन०यू० सामान्य जन अधिकार-पत्रके अन्तर्गत पुनः वितरित किया "
-"जा सकता है।\n"
-"\n"
-"उपयोग विधि:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - यह सहायता संदेश मुद्रित करें\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr " --env - विशिष्ट वातावरण का उपयोग (आदर्श रूप में एक दोष रिपोर्ट)\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - दिये हुए मीडीया का उपयोग ना करें, छोटे विराम चिह्न के द्वारा अलग "
-"किये हुए\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --root - आरपीएम संसाधन के लिए अन्य रूट का उपयोग\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - मीडीया को कॉमा के द्वारा अलग की हुई सहायक-कड़ियों के अनुसार क्रम "
-"में लगाना\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-" --synthesis - यू०आर०पी०एन०आई० डी०बी० के बजाय, दी हुई कृत्रिमता का उपयोग करें\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - यू०आर०पी०एन०आई० डी०बी० के बजाय, दी हुई कृत्रिमता का उपयोग करें\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - एक जैसे वाक्यों को मुद्रित ना करें\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - सिर्फ़ अपडेट माध्यम का ही उपयोग करें\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - शब्दों का वॄथा प्रयोगिक विधि\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - सभी प्रतिरूपों में छोटे-बड़े शब्दों का ध्यान ना रखें\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - सभी प्रतिरूपों में छोटे-बड़े शब्दों का ध्यान ना रखें\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - पर्ल कोड को perl -e जैसे सीधे सम्मलित\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - द्विआधारी \"और\" प्रवर्तक (ऑपरेटर).\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - द्विआधारी \"या\" प्रवर्तक (ऑपरेटर).\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - एकल \"नहीं\".\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ) - दाहिना कोष्टक का चिह्न समूह अभिव्यक्ति का बंद करने के लिए\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"डाटा की सूची जिसे पुनःस्थापित करना है:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - एक्स (X) इन्टरफ़ेस का उपयोग करें\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " %s डिफ़ाल्ट है ।\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - टैग यू०आर०एल० को मुद्रित करें:यू०आर०एल०\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - टैग होस्ट निर्माणकर्ता को मुद्रित करना: होस्ट निर्माणकर्ता\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "संरचना फ़ाइल में परिवर्तनों को लागू करें"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - टैग के विरोधाभासों को मुद्रित करें: सभी विरोधाभास\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - टैग विवरण मुद्रित करें: विवरण\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - टैग इपॉच्च को मुद्रित करें: इपॉच्च\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --name - सिर्फ़ पैकेजों के नामों को मुद्रित करें\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - पैकेज में स्थित संचिकाओं की सूची।\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - टैग समूह को मुद्रित करें: समूह\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - सिर्फ़ पैकेजों के नामों को मुद्रित करें\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --name - सिर्फ़ पैकेजों के नामों को मुद्रित करें\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - टैग के अप्रचलितों को मुद्रित करें: सभी लुप्तप्रयोग\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - टैग पैकेजर को मुद्रित करना: पैकेजर\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - टैग की उपलब्धियां मुद्रित करें: सभी उपलब्धियां\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - टैग की आवश्यकताऐं मुद्रित करें: सभी आवश्यकताऐं (बहु-वाक्य)\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - टैग आकार को मुद्रित करें: आकार\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - टैग स्रोत्र आर०पी०एम० को मुद्रित करें: स्रोत्र आर०पी०एम०\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - टैग के अप्रचलितों को मुद्रित करें: सभी लुप्तप्रयोग\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary, -S - सारांश को मुद्रित करना।\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - टैग यू०आर०एल० को मुद्रित करें:यू०आर०एल०\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - शब्दों का वॄथा प्रयोगिक विधि\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - पैकेज में स्थित संचिकाओं की सूची।\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - \tमुद्रित संस्मरण, विमोचन और आर्च नाम के साथ\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "%s पर विशिष्ट वातावरण का उपयोग करते हुए\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "\"%s\" माध्यम के लिए कोई हार्डडिस्क सूची संचिका नहीं मिली"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "\"%s\" माध्यम के लिए हार्डडिस्क-सूची की कृत्रिम संचिका बनायें"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "\"%s\" माध्यम के लिए संचिका-सूची लिखी जा रही है"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "%s नाम का कोई पैकेज नहीं है"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "निम्नलिखित पैकेज %s को समाहित करते है: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "सभी कुछ पहिले से ही संसाधित है"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "सभी कुछ पहिले से ही संसाधित है"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "सभी कुछ पहिले से ही संसाधित है"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "%s के ना मिलने के कारण"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "सभी कुछ पहिले से ही संसाधित है"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "असन्तुष्ट %s के कारण"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "%s को प्रोत्साहित करने का प्रयास किया जा रहा है"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "%s को रखने के लिए"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "%s को संसाधित के लिए"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "%s के साथ विरोधाभास के कारण"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "अवैध हस्ताक्षर (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "अवैध कुंजी आई०डी० (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "विलुप्त हस्ताक्षर (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "संरचना-संचिका [%s] को निर्माण नहीं कर सकता है"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "प्रतिलिपि बनना असफ़ल"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "प्रतिलिपि बनना असफ़ल"
-
-#: ../urpme:41
-#, fuzzy, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"यू०आर०पी०एम०ई० संस्मरण %s\n"
-"सर्वाधिकार (C) १९९९-२००४ मैनड्रिव सॉफ़्ट ।\n"
-"यह एक मुक्त सॉफ़्टवेयर है और जी०एन०यू० सामान्य जन अधिकार-पत्र के अन्तर्गत पुनः वितरित "
-"किया जा सकता है।\n"
-"\n"
-"उपयोग विधि:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - इच्छित पैकेजों में से एक पैकेज स्वतः चयन\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - जाँच करें कि सही-सही तरीके से हटाया जा सकता है\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-" --parallel - वितरित यू०आर०पी०एम०आई०, उपनाम वाली प्रणालीयों के बीच में\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - टैग पैकेजर को मुद्रित करना: पैकेजर\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - आरपीएम को हटाने के अन्य रूट का उपयोग\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - सिर्फ़ अपडेट माध्यम को अपडेट करें\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - टैग विवरण मुद्रित करें: विवरण\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - एक वितरित वृक्ष के लिए देखते-देखते यूआरपीएमआई की संरचना, \n"
-" एक सीएचरूट को --root विकल्प के साथ संसाधित (असंसाधित) करने में "
-"उपयोगी।\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose - शब्दों का वॄथा प्रयोगिक विधि\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - मिलती हुई अभिव्यक्तियों वाले सभी पैकेजों का चयन करें\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "सिर्फ़ रूट यूज़र को ही पैकेजों को हटाने की अनुमति है"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "पैकेजों का प्रकार अज्ञात"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "अज्ञात पैकेज"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "%s पैकेज को हटाने से आपकी प्रणाली नष्ट हो जायेगी"
-msgstr[1] "%s पैकेज को हटाने से आपकी प्रणाली नष्ट हो जायेगी"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "हटाने को कुछ भी नहीं"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "हटाने को कुछ भी नहीं"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"अधिनताओं को सन्तुष्ट करने के लिए, निम्नलिखित पैकेजों %d को हटाया जायेगा (%d एमबी)"
-msgstr[1] ""
-"अधिनताओं को सन्तुष्ट करने के लिए, निम्नलिखित पैकेजों %d को हटाया जायेगा (%d एमबी)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "अज्ञात पैकेज"
-msgstr[1] "अज्ञात पैकेज"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "%s पैकेज को हटाया जा रहा है"
-msgstr[1] "%s पैकेज को हटाया जा रहा है"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr "(हाँ/ना:y/N)"
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "हटाने-योग्य साधनों को \"%s\" की भांति लिया जा रहा है"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "हटाना असफ़ल"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "हटाना असफ़ल"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-select - प्रणाली को उन्नयन बनाने के लिए, स्वतः पैकेजों का चयन करें\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - एम०डी०-५ सम संचिका की जाँच निष्क्रिय ।\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - जीपीजी कुँजी का बलपूर्वक उन्नयन ।\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - टैग के अप्रचलितों को मुद्रित करें: सभी लुप्तप्रयोग\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - एक पैकेज को असंसाधित करने के लिए कभी ना पूछेना,संसाधन को रोकना\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - पैकेजों को संसाधित ना करना (सिर्फ़ डॉउनलोड करना)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - यदि सम्भव हो तो विद्यमान पैकेजों को रक्खे, निवेदित पैकेजों को "
-"अस्वीकार करें,\n"
-" जिनके कारण से हटाना पड़ रहा है।\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - छोटे क्रिया-कलापों में विभाजित करें यदि दिए गए पैकेजों से ज्यादा \n"
-"को संसाधित या उन्नयत किया जाना है,\n"
-" सामान्य संख्या %d है।\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - लघु क्रिया-कलाप लंबाई, सामान्य संख्या %d है।\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - अस्पष्ट खोज को लागू करें (-y जैसा)\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - टैग की आवश्यकताऐं मुद्रित करें: सभी आवश्यकताऐं (बहु-वाक्य)\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - सिर्फ़ स्रोत्र पैकेज को संसाधित करें (कोई बॉयनरी नहीं)\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - कुछ भी करने कि पहिले आर०पी०एम० को कैश से हटाना\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - कैश में से आरपीएमों की सफ़ाई ना करना\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - उपयोगकर्ता को, पैकेजों को बिना अधिनताओं की जाँच करें,\n"
-" संसाधित करने के लिए प्रश्न पूछने की अनुमति प्रदान करें\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - उपयोगकर्ता को, पैकेजों को बिना अधिनताओं और अखंडता की जाँच करें,\n"
-" संसाधित करने के लिए प्रश्न पूछने की अनुमति प्रदान करें\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - टैग के अप्रचलितों को मुद्रित करें: सभी लुप्तप्रयोग\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - एक वितरित वृक्ष के लिए देखते-देखते यूआरपीएमआई की संरचना, \n"
-" एक सीएचरूट को --root विकल्प के साथ संसाधित (असंसाधित) करने में "
-"उपयोगी।\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - डॉउनलोड के वेग को सीमित करें\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - अधूरी-डॉउनलोड-की-हुई संचिकाओं के स्थानान्तरण का पुनः आरम्भ\n"
-" (--no-resume इसे असक्रिय करता है, डिफ़ॉल्ट असक्रिय है)।\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - बतायी गयी एच०टी०टी०पी० प्रोक्सी का उपयोग करें, पोर्ट संख्या की "
-"डिफ़ॉल्ट कल्पना १०८० के रूप में\n"
-" कर ली गई है (निर्देश देने का तरीका <प्रोक्सी होस्ट[:पोर्ट]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - प्रोक्सी प्रमाणीकरण के लिए उपयोगकर्ता और कूटशब्द बतायें\n"
-" (निर्देश देने का तरीका <उपयोगकर्ता:कूटशब्द>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - एक दोष रिपोर्ट को अगले मान के द्वारा बताई गयी निर्देशिका में\n"
-" निर्गम करें\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - पथ को अलग करें, छोटे विराम चिह्न के द्वारा अलग किये हुए\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - प्रलेखन संचिकाओं को अलग करके।\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - एक पैकेज को असंसाधित करने के लिए कभी ना पूछेना,संसाधन को रोकना\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - टैग यू०आर०एल० को मुद्रित करें:यू०आर०एल०\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - टैग विवरण मुद्रित करें: विवरण\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - पैकेजों जिनका संसाधन छोड़ा जाना चाहिए\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - पैकेजों जिनका संसाधन छोड़ा जाना चाहिए\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - जब अनेको पैकेज मिल जाते है, तब डिफ़ाल्ट के स्थान पर अनेको "
-"विकल्प चयन हेतु प्रस्तावित होते है ।\n"
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - कैश में से आरपीएमों की सफ़ाई ना करना\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - समान संरचना वाले पैकेजों को ही अपग्रेड करें।\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - निर्देश वाक्य पर सभी मिलानों को चयन करें\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - शांत विधि\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - शब्दों का वॄथा प्रयोगिक विधि\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr "निर्देश वाक्य पर दिये हुए नाम या आर०पी०एम० संचिकाऐं संसाधित की जायेगी\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-"द्विआधारी आर०पी०एम० संचिकाओं के साथ क्या किया जा सकता है, जब --install-src निर्देश "
-"का उपयोग किया जा रहा हो"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"[%s] निर्देशिका पहिले से विद्यमान है, कृपया दोष रिपोर्ट के लिए अन्य निर्देशिका का उपयोग "
-"करेंया इसे हटा दें ।"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "दोष रिपोर्ट के लिए, [%s] निर्देशिका का निर्माण करने में असमर्थ"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"त्रुटि: सम्भवता %s को सिर्फ़-पढ़ने-के लिए माउन्ट किया गया लगता है ।\n"
-"इस प्रक्रिया को बल-पूर्वक करने के लिए --allow-force विकल्प का उपयोग करें ।"
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "(अपग्रेड के लिए)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr "(अपग्रेड के लिए)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "(संसाधन के लिए)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "(संसाधन के लिए)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "अधिनताओं को सन्तुष्ट करने के लिए, निम्नलिखित पैकेजों %d को हटाया जायेगा (%d एमबी)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "आपकी क्या इच्छा है? (1-%d) "
-
-#: ../urpmi:507
-#, fuzzy, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"निम्मलिखित पैकेजो को संसाधित नहीं किया जा सका क्योंकि ये उन पैकेजो पर आश्रित है जो कि\n"
-"संसाधित किये जा चुके पैकेजो से पहिले के है:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"निम्मलिखित पैकेजो को संसाधित नहीं किया जा सका क्योंकि ये उन पैकेजो पर आश्रित है जो कि\n"
-"संसाधित किये जा चुके पैकेजो से पहिले के है:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "कुछ भी हो जारी रहा जायें?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr "(हाँ/ना:Y/n)"
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"निवेदन किये हुए कुछ पैकेज संसाधित नहीं किये जा सके:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"निवेदन किये हुए कुछ पैकेज संसाधित नहीं किये जा सके:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "%s पैकेज को हटाने से आपकी प्रणाली नष्ट हो जायेगी"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"संसाधन जारी नहीं रक्खा जा सकता है क्योंकि अन्य पैकेजों को उन्न्त बनाने के लिए\n"
-"निम्नलिखित पैकेजों को हटाना पड़ेगा:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"संसाधन जारी नहीं रक्खा जा सकता है क्योंकि अन्य पैकेजों को उन्न्त बनाने के लिए\n"
-"निम्नलिखित पैकेजों को हटाना पड़ेगा:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"अन्य पैकजों को उन्नयन करने के लिए, निम्नलिखित पैकेजों हटाना होगा:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"अन्य पैकजों को उन्नयन करने के लिए, निम्नलिखित पैकेजों हटाना होगा:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"निम्नलिखित आधिनताओं को संसाधित करने लिए, आपको महाउपयोगकर्ता होना चाहिए:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"अधिनताओं को सन्तुष्ट करने के लिए, निम्नलिखित पैकेजों %d को हटाया जायेगा (%d एमबी)"
-msgstr[1] ""
-"अधिनताओं को सन्तुष्ट करने के लिए, निम्नलिखित पैकेजों %d को हटाया जायेगा (%d एमबी)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "निरस्त"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "तैयार होने पर इन्टर (Enter) कुंजी को दबायें..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"उपयोग विधि: urpmi.addmedia [विकल्प] <नाम> <यू०आर०एल०> [with <सापेक्ष_पथ>]\n"
-"जहां <यू०आर०एल०l> निम्न में से एक है\n"
-" [file:/]/<पथ> with <हार्डडिस्क सूची की सापेक्ष संचिका नाम>\n"
-" ftp://<संत्रआरम्भ>:<कूटशब्द>@<होस्ट>/<पथ> with <हार्डडिस्क सूची की सापेक्ष संचिका "
-"नाम>\n"
-" ftp://<होस्ट>/<पथ> with <हार्डडिस्क सूची की सापेक्ष संचिका नाम>\n"
-" http://<होस्ट>/<पथ> with <हार्डडिस्क सूची की सापेक्ष संचिका नाम>\n"
-" removable://<पथ> with <हार्डडिस्क सूची की सापेक्ष संचिका नाम>\n"
-"\n"
-"और [विकल्प] से है\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-" --wget - डबलू०गेट का उपयोग दूर स्थित संचिकाओं को प्राप्त करने के लिए करें\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - कर्ल का उपयोग दूर स्थित संचिकाओं को प्राप्त करने के लिए करें\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - कर्ल का उपयोग दूर स्थित संचिकाओं को प्राप्त करने के लिए करें\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - कर्ल का उपयोग दूर स्थित संचिकाओं को प्राप्त करने के लिए करें\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - कृत्रिम संचिका को खोजने और उपयोग करने के प्रयास\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - किसी कृत्रिम या हार्डडिस्क सूची संचिका को खोजने का \n"
-" प्रयास ना करें\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - एक संसाधन माध्यम से सभी मीडीया का स्वतः \n"
-" निर्माण करें\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - उपलब्ध माध्यमों को दिखायें\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - समकक्ष प्रणालियों की सूची के लिए, निर्दिष्ट यू०आर०एल० का उपयोग "
-"करें, डिफ़ॉल्ट\n"
-" %s है\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - काल्पनिक माध्यम का निर्माण करना जो हमेशा अप-टु-डेट रहें,\n"
-" सिर्फ़ file:// प्रोटोकॉल की अनूमति है।\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - एम०डी०-५ सम संचिका की जाँच निष्क्रिय ।\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - जोड़े गये माध्यम की सामान्यजन कुँजी को इम्पोर्ट ना करना\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - संरचना में माध्यम को जोड़ना, परन्तु इसे अपडेट ना करना । \n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - शांत विधि\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - शब्दों का वॄथा प्रयोगिक विधि\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "सिर्फ़ महाउपयोगकर्ता को ही माध्यम को जोड़ने की अनुमति है"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "संरचना-संचिका [%s] का निर्माण करेगा"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "संरचना-संचिका [%s] को निर्माण नहीं कर सकता है"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "<हार्डडिस्क सूची का सापेक्ष पथ> --distrib के साथ देने की कोई आवश्यकता नहीं है"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<हार्डडिस्क सूची का सापेक्ष पथ> लुप्त है\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "\"%s\" माध्यम को पाने में असमर्थ"
-
-#: ../urpmi.recover:28
-#, fuzzy, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"यू०आर०पी०एम०ई० संस्मरण %s\n"
-"सर्वाधिकार (C) १९९९-२००४ मैनड्रिव सॉफ़्ट ।\n"
-"यह एक मुक्त सॉफ़्टवेयर है और जी०एन०यू० सामान्य जन अधिकार-पत्र के अन्तर्गत पुनः वितरित "
-"किया जा सकता है।\n"
-"\n"
-"उपयोग विधि:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - कैश में से आरपीएमों की सफ़ाई ना करना\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - उपलब्ध माध्यमों और उनके यूआरएल को दिखायें\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-url - उपलब्ध माध्यमों और उनके यूआरएल को दिखायें\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --name - सिर्फ़ पैकेजों के नामों को मुद्रित करें\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "%s पैकेज नहीं मिला"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "आर०पी०एम० संचिका [%s] को पुनः प्राप्त किया जा रहा है..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "कोई संचिकासूची नहीं मिली\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"उपयोग विधि: urpmi.removemedia (-a | <नाम> ...)\n"
-"जहाँ <नाम> एक माध्यम का नाम है जिसे हटाना है\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - सभी माध्यमों का चयन करें\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - माध्यम नामों में अस्पष्ट मेल\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "सिर्फ़ महाउपयोगकर्ता को ही माध्यम को हटाने की अनुमति है"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"हटाने को कुछ भी नहीं (urpmi.addmedia निर्देश का उपयोग एक माध्यम को जोड़ने के लिए करें)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"हटायी जाने वाली प्रविष्टि लुप्त है\n"
-"(%s में से एक)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"उपयोग विधि: urpmi.update [विकल्प] <नाम> ...\n"
-"जहाँ <नाम> एक माध्यम का नाम है जिसे अपडेट करना है\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - सिर्फ़ अपडेट माध्यम को अपडेट करें\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - जीपीजी कुँजी का बलपूर्वक उन्नयन ।\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-" --ignore - अपडेट ना करना, माध्यम को भुला-दिया जैसा चिह्नन्ति करना ।\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - अपडेट ना करना, माध्यम को सक्रिय जैसा चिह्नन्ति करना ।\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - किसी कृत्रिम या हार्डडिस्क सूची संचिका को खोजने का \n"
-" प्रयास ना करें\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - सभी स्थिर माध्यमों का चयन करें\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - हार्डडिस्क सूची संचिकाओं का बल-पूर्वक निर्माण\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - हार्डडिस्क सूची संचिकाओं का बल-पूर्वक निर्माण\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "सिर्फ़ महाउपयोगकर्ता को ही माध्यम को अपडेट करने की अनुमति है"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"अपडेट करने को कुछ भी नहीं (urpmi.addmedia निर्देश का उपयोग एक माध्यम को जोड़ने के लिए "
-"करें)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"अपडेट की जाने वाली प्रविष्टि लुप्त है\n"
-"(%s में से एक)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "\"%s\" माध्यम की ओर ध्यान नहीं दिया जा रहा है"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "\"%s\" माध्यम को सक्रिय किया जा रहा है"
-
-#: ../urpmq:40
-#, fuzzy, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"यू०आर०पी०एम०क्यू० संस्मरण %s\n"
-"सर्वाधिकार (C) २००२-२००५ मैनड्रिव सॉफ़्ट । \n"
-"यह एक मुक्त सॉफ़्टवेयर है और जी०एन०यू० सामान्य जन अधिकार-पत्र के अन्तर्गत पुनः वितरित "
-"किया जा सकता है।\n"
-"\n"
-"उपयोग विधि:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - निवेदित (या अपडेट किये हुए) पैकेजों की खोज के लिए, सिर्फ़ दिए गए "
-"माध्यम का उपयोग करें ।\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - अस्पष्ट खोज को लागू करें (-y जैसा)\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - उपलब्ध पैकेजों को दिखायें\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - उपलब्ध माध्यमों को दिखायें\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - उपलब्ध माध्यमों और उनके यूआरएल को दिखायें\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - उपलब्ध नोडस को दिखायें, जब --parallel विकल्प का उपयोग किया जा "
-"रहा हो\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - उपलब्ध समान्तर नामों को दिखायें\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - यूआरपीएमआई.एडमीडीया.आर्गूमेन्ट (urpmi.addmedia argument) के "
-"प्रारुप में संरचना को डम्प करना।\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - अगला पैकेज एक स्रोत्र पैकेज है (-s जैसा)\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - सभी स्रोत्र पैकेजों को डॉउनलोड के पहिले दें (सिर्फ़ महाउपयोगकर्ता)\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - टैग यू०आर०एल० को मुद्रित करें:यू०आर०एल०\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - एक वितरित वृक्ष के लिए यूआरपीएमआई की देखते-देखते संरचना।\n"
-" यह एक वितरण की पूछ-ताछ करने की अनुमति देता है।\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " -changelog - परिवर्तन लॉग का मुद्रण\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - टैग के विरोधाभासों को मुद्रित करें: सभी विरोधाभास\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - टैग के अप्रचलितों को मुद्रित करें: सभी लुप्तप्रयोग\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - टैग की उपलब्धियां मुद्रित करें: सभी उपलब्धियां\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - टैग की आवश्यकताऐं मुद्रित करें: सभी आवश्यकताऐं (बहु-वाक्य)\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - टैग के अप्रचलितों को मुद्रित करें: सभी लुप्तप्रयोग\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - टैग स्रोत्र आर०पी०एम० को मुद्रित करें: स्रोत्र आर०पी०एम०\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - सारांश को मुद्रित करना।\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - जाँच को पैकेज की अधिनताओं तक ले जायें\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - पैकेजों की जो आवश्यक है उससे विपरीत खोज करें\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - विपरीत खोज को विस्तृत करना (काल्पनिक पैकेजों को शामिल करके)।\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - पूर्वनिर्दिष्टों में पैकेज पाने के लिए खोज ।\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - सम्पूर्ण आउटपुट को पैकेज के साथ हटायें\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - समूहों को नाम के साथ मुद्रित करें\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - उपयोगी सूचनाओं का पठनीय रूप में मुद्रण\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - पैकेज में स्थित संचिकाओं की सूची।\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - शांत विधि\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - संस्मरण और विमोचन संख्या को नाम के साथ मुद्रित करें\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - अगला पैकेज एक स्रोत्र पैकेज है (--src जैसा)\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr "-u - पैकेज को हटायें यदि एक अत्यधिक नवीन संस्मरण पहिले सेसंसाधित है\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - अस्पष्ट खोज को लागू करें (--fuzzy जैसा)\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - -y जैसा, परन्तु बिना छोटे-बड़े शब्दों के आधार पर मिलान करने को "
-"बांधित करता है\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " निर्देश वाक्य पर दिये हुए नामों या आर०पी०एम० संचिकाओं की जाँच की गई है\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes को सिर्फ़ --parallel के साथ उपयोग किया जा सकता है"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "\"%s\" की सूची संचिका को लिखने में असमर्थ"
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"सूचना: क्योंकि खोज किये गये माध्यम ने एचडीसूचियों का उपयोग किया, अतैव यूआरपीएमएफ़ किसी "
-"परिणाम को बताने में असमर्थ रहा था\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"सूचना: क्योंकि खोज किये गये माध्यम ने एचडीसूचियों का उपयोग किया, अतैव यूआरपीएमएफ़ किसी "
-"परिणाम को बताने में असमर्थ रहा था\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"सूचना: क्योंकि खोज किये गये माध्यम ने एचडीसूचियों का उपयोग किया, अतैव यूआरपीएमएफ़ किसी "
-"परिणाम को बताने में असमर्थ रहा था\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"सूचना: क्योंकि खोज किये गये माध्यम ने एचडीसूचियों का उपयोग किया, अतैव यूआरपीएमएफ़ किसी "
-"परिणाम को बताने में असमर्थ रहा था\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "कोई परिवर्तनलॉग नहीं मिला\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - एक अपडेट माध्यम का निर्माण करें\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "भ्रष्ट इन्पुट: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d संसाधन क्रिया-कलाप असफ़ल"
-#~ msgstr[1] "%d संसाधन क्रिया-कलाप असफ़ल"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "सभी कुछ पहिले से ही संसाधित है"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "निम्नलिखित पैकेजों को हटाने जाने के लिए जाँच हो रही है"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "यू०आर०पी०एम०आई० डाटाबेस बंद है"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "अज्ञात विकल्प '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "हटाने-योग्य माध्यम \"%s\" के लिए बहुत सारे आरोह बिंदु"
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "\"%s\" माध्यम एक आईसो इमेज है, और देखते-देखते माउन्ट कर दिया जायेगा"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "विभिन्न हटाने-योग्य साधनों [%s] का उपयोग \"%s\" के लिए हो रहा है"
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "हटाने-योग्य माध्यम \"%s\" के लिए पथ-नाम को पुनः प्राप्त करने में असमर्थ"
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "प्रथम संसाधन माध्यम को पाने में असमर्थ"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "\"%s\" माध्यम की पहुँच में असमर्थ,\n"
-#~ "यह सम्भव है जब आपने माध्यम का निर्माण करते समय, निर्देशिका कोस्वंम ही आरोहित किया "
-#~ "हो।"
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr ""
-#~ "बेमेल माध्यम \"%s\" को हटानेयोग्य चिह्नित किया गया है परन्तु वास्तव में ऐसा नहीं है"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - शीर्ष कैश निर्देशिका को स्वच्छ करें\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "काल्पनिक माध्यम को स्थानीय होने की आवश्यकता है"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "\"%s\" की हार्डडिस्क संचिका का पदभंजन करने में असमर्थ"
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr ""
-#~ "विद्यमान हार्डडिस्क सूची (या कृत्रिम रचनाओं) की प्रतिलिपियों के एम०डी०५सम (md5sum) "
-#~ "की गणना की जा रही है"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "काल्पनिक माध्यम \"%s\" को हार्डडिस्क सूची या सूची संचिका को परिभाषित नहीं करना "
-#~ "चाहिए,माध्यम स्वीकार नहीं है"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "अवैध आर०पी०एम० संचिका नाम [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" के लिए संचिका-सूची को खोजने में असमर्थ, माध्यम स्वीकार नहीं है"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "अविद्यमान माध्यम \"%s\" को चयन का प्रयास किया जा रहा है"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "\"%s\" माध्यम के लिए हार्डडिस्क-सूची की कृत्रिम संचिका बनायें"
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "\"%s\" की हार्डडिस्क संचिका का पदभंजन करने में असमर्थ"
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "\"%s\" माध्यम, एक पहिले से उपयोग की जा रही हार्डडिस्क सूची को उपयोग करने की चेष्टा "
-#~ "कर रहा है, माध्यम स्वीकार नहीं है"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "\"%s\" माध्यम, एक पहिले से उपयोग की जा रही सूची को उपयोग करने की चेष्टा कर रहा "
-#~ "है, माध्यम स्वीकार नहीं है"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "सूचना: क्योंकि खोज किये गये माध्यम ने एचडीसूचियों का उपयोग किया, अतैव यूआरपीएमएफ़ "
-#~ "किसी परिणाम को बताने में असमर्थ रहा था\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "आधीनताओं की गणना का द्वितीय चरण पूरा किया जा रहा है\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "हार्डडिस्क-सूची [%s] का निर्माण किया जा रहा है"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "\"%s\" माध्यम के लिए कृत्रिम संचिका का निर्माण करने में असमर्थ । सम्भवता आपकी "
-#~ "हार्डडिस्क-सूची भ्रष्ट हो गयी है ।"
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "\"%s\" माध्यम की हार्डडिस्क सूची संचिका या कृत्रिम संचिका को पढ़ने में सामस्या"
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr ""
-#~ "स्रोत्र हार्डडिस्क सूची (या कृत्रिम रचनाओं) की प्रतिलिपियों की एम०डी०५सम (md5sum) "
-#~ "की गणना की जा रही है"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...पुनः प्राप्त करने में असफ़लता: एम०डी०५सम (md5sum) बेमेल "
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "[%s] कि लिए कोई आर०पी०एम० संचिकाऐं नहीं मिली"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "आर०पी०एम० संचिकाओं को [%s] से पढ़ने में असमर्थ: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "कोई आरपीएमएस नहीं पढ़ा गया"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "\"%s\" माध्यम से शीर्षक पढ़े जा रहे है"
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - कृत्रिम संचिका को खोजने और उपयोग करने के प्रयास\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - हार्डडिस्क सूची संचिका को खोजना और उपयोग करना\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "सूचना: क्योंकि खोज किये गये माध्यम ने एचडीसूचियों का उपयोग किया, अतैव यूआरपीएमएफ़ "
-#~ "किसी परिणाम को बताने में असमर्थ रहा था\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "पैकेज के नामों की खोज हेतु आप --name का उपयोग करना चाहेगें।\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src - अगला पैकेज एक स्रोत्र पैकेज है (-s जैसा)\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - हार्डडिस्क सूची संचिका को खोजना और उपयोग करना\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "\"%s\" माध्यम को अपडेट करने में असमर्थ\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "\"%s\" माध्यम का निर्माण करने में असमर्थ\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "यहाँ बहुत सारे पैकेज \"%s\" संचिका के समान नाम वाले है"
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "भली-भांति से [%s] का पदभंजन \"%s\" मान पर करने में असमर्थ"
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "\"%s\" माध्यम एक अवैध संचिका सूची का उपयोग कर रहा है\n"
-#~ "दर्पण-स्थल (समरूप प्रणाली) लगता है कि अप-टु-डेट नहीं है। अन्य तरीके को उपयोग करने की "
-#~ "चेष्टा करें"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr ""
-#~ "\"%s\" माध्यम, आर०पी०एम० संचिकाओं के लिए किसी स्थान को परिभाषित नहीं करता है"
-
-#~ msgid "unrequested"
-#~ msgstr "बिना निवेदन किया हुआ"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr ""
-#~ "%s पैकेज को जोड़ा जा रहा है (आई०डी०=%d, ई०आई०डी०=%d, उन्नयन=%d, संचिका=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "निम्नलिखित पैकेजों के हस्ताक्षर खराब है:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "क्या आप संसाधन जारी रखना चाहते है?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "इस निर्देश को उपयोग करने के लिए आपको महा-उपयोगकर्ता होना चाहिए !\n"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "%s पैकेज को ह्टाने में असमर्थ"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "कोई संचिकासूची नहीं मिली\n"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - पूर्वनिर्दिष्टों में पैकेज को पाने के लिए ना खोजे (डिफ़ाल्ट)।\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - पैकेजों की जो आवश्यक है उससे विपरीत खोज करें\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgstr[0] ""
-#~ "आधीनताओं को सन्तुष्ट करने के लिए, निम्नलिखित पैकेज का संसाधन होने जा रहा है(%d एमबी)"
-#~ msgstr[1] ""
-#~ "आधीनताओं को सन्तुष्ट करने के लिए, निम्नलिखित पैकेज का संसाधन होने जा रहा है(%d एमबी)"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "अधीनताओं को सन्तुष्ट करने के लिए, निम्नलिखित %d पैकेजों का संसाधन होने जा रहा है:\n"
-#~ "%s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgstr[0] ""
-#~ "अधीनताओं को सन्तुष्ट करने के लिए, निम्नलिखित %d पैकेजों का संसाधन होने जा रहा है:\n"
-#~ "%s\n"
-#~ msgstr[1] ""
-#~ "अधीनताओं को सन्तुष्ट करने के लिए, निम्नलिखित %d पैकेजों का संसाधन होने जा रहा है:\n"
-#~ "%s\n"
-
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "%s माध्यम को छोड़ा जा रहा है: कोई एचडीसूची नहीं"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "`%s' (%s/%s) पैकेज को संसाधित किया जा रहा है..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "कृत्रिम संचिका [%s] का निरीक्षण किया जा रहा है"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "%s वितिरण किया जा रहा है"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "पैकेज संसाधित हो रहा है..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "पैकेज संसाधित हो रहा है..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - कृत्रिम संचिका को खोजने और उपयोग करने के प्रयास\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - हार्डडिस्क सूची संचिका को खोजना और उपयोग करना\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "नेटवर्क माध्यम `के साथ' विलुप्त\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "अज्ञात विकल्प '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" के लिए हार्डडिस्क संचिका-सूची को खोजने में असमर्थ, माध्यम स्वीकार नहीं है"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" के लिए बेमेल संचिका-सूची, माध्यम स्वीकार नहीं है"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" के लिए संचिका-सूची का निरीक्षण करने में असमर्थ, माध्यम स्वीकार नहीं है"
-
-#~ msgid "there doesn't seem to be devices in the chroot in \"%s\""
-#~ msgstr "लगता है कि \"%s\" में सीएचरूट में उपकरण नहीं हैं"
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "काल्पनिक माध्यम \"%s\" स्थानीय नहीं है, माध्यम स्वीकार नहीं है"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "काल्पनिक माध्यम \"%s\" के पास हार्डडिस्क सूची या कृत्रिमता का वैध स्रोत्र होना "
-#~ "चाहिए।माध्यम स्वीकार नहीं है"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "\"%s\" की मूल (या कॄत्रिम) हार्डडिस्क सूची की प्रतिलिपि बनाई जा रही है..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "स्रोत्र हार्डडिस्क सूची (या कृत्रिम रचना) का पुनः प्राप्त करना असफ़ल"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "[%s] संचिका \"%s\" समान माध्यम में पहिले से उपयोग में है"
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "\"%s\" के लिए संचिका-सूची में कुछ भी नहीं लिखा है"
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "कैश में %d शीर्षक मिलें"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "कैश में स्थित %d अप्रचलित शीर्षकों को हटाया जा रहा है"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "%d पद्धति का उपयोग कार्य संपादन के लिए हो रहा है"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --norebuild - हार्डडिस्क-सूची का पुनः-निर्माण करने का प्रयास ना करना, यदि "
-#~ "यह अपठनीय हो ।\n"
-
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "निम्नलिखित पैकेज के नामों की कल्पना की गयी है: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "हार्डडिस्क सूची संचिका की प्रतिलिपि बनाई जा रही है..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "हार्डडिस्क सूची संचिका में अवैध हार्डडिस्क सूची विवरण \"%s\""
-
-#~ msgid "Is this OK?"
-#~ msgstr "क्या यह ठीक है?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - निर्दिष्ट किया हुए वितरण का संस्मरण का उपयोग करें, डिफ़ॉल्ट "
-#~ "को, \n"
-#~ " मैनड्रिव विमोचित पैकेज के द्वारा बताये गये वितरण के संस्मरण\n"
-#~ " जैसा ले लिया गया है\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - निर्दिष्ट किया हुए शिल्प का उपयोग करें, डिफ़ॉल्ट मैनड्रिव "
-#~ "विमोचित पैकेजों को \n"
-#~ " संसाधित कर दिया गया है\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - शीर्षकों को, यू०आर०पी०एम०आई० डी०बी० में सूचीबद्व पैकेज के लिए "
-#~ "एसटीडीआउट पर निकालें\n"
-#~ " (सिर्फ़ महाउपयोगकर्ता)\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "आधीनताओं को सन्तुष्ट करने के लिए, निम्नलिखित %d पैकेजों का संसाधन होने जा रहा है (%d "
-#~ "एमबी)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "%s का संसाधन किया जा रहा है\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "पैकेजों का स्वचालित संसाधन...\n"
-#~ "आपने %s पैकेजों के संसाधन का आग्रह किया है\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: निर्देश नहीं मिला\n"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "निवेदित किये हुए कुछ पैकेज संसाधित नहीं किये जा सके:\n"
-#~ "%sजारी रहा जाएँ?"
-
-#~ msgid ""
-#~ "The following packages have to be removed for others to be upgraded:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "अन्य पैकजों को उन्नयन करने के लिए, निम्नलिखित पैकेजों हटाना होगा:\n"
-#~ "%sजारी रहा जाएँ?"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "एम०डी०५सम (md5sum) बेमेल"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "यू०आर०पी०एम०एफ़० संस्मरण %s\n"
-#~ "सर्वाधिकार (C) २००२-२००४ मैनड्रिव सॉफ़्ट ।\n"
-#~ "यह एक मुक्त सॉफ़्टवेयर है और जी०एन०यू० सामान्य जन अधिकार-पत्रके अन्तर्गत पुनः वितरित "
-#~ "किया जा सकता है।\n"
-#~ "\n"
-#~ "उपयोग विधि:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr " --synthesis - कृत्रिमता का उपयोग यू०आर०पी०एम०आई०-डी०बी० के बजाय\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - टैग का नाम मुद्रित ना करें (सामान्यता, यदि कोई टैग निर्देश वाक्य "
-#~ "के साथ ना दिया हो,\n"
-#~ " परस्पर संपर्क (इन्टर-ऐक्टिव) मोड के साथ अयोग्य)\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - एक जैसे वाक्यों को मुद्रित ना करें\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - सभी टैगों को मुद्रित करें\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - टैग सारांश को मुद्रित करें: सारांश\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - टैग विवरण मुद्रित करें: विवरण\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr ""
-#~ " --buildhost - टैग होस्ट निर्माणकर्ता को मुद्रित करना: होस्ट निर्माणकर्ता\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr " --provides - टैग की उपलब्धियां मुद्रित करें: सभी उपलब्धियां\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr ""
-#~ " --requires - टैग की आवश्यकताऐं मुद्रित करें: सभी आवश्यकताऐं (बहु-वाक्य)\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - टैग की संचिकाऐं मुद्रित करें: सभी संचिकाऐं \n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr " --obsoletes - टैग के अप्रचलितों को मुद्रित करें: सभी लुप्तप्रयोग\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - विशिष्ट वातावरण का उपयोग (आदर्श रूप में एक दोष\n"
-#~ " रिपोर्ट)\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr " -i - सभी प्रतिरूपों में छोटे-बड़े शब्दों का ध्यान ना रखें\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - द्विआधारी \"और\" प्रवर्तक (ऑपरेटर), सत्य यदि दोनों "
-#~ "अभिव्यक्तियां सत्य है\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - द्विआधारी \"या\" प्रवर्तक (ऑपरेटर), सत्य यदि एक अभिव्यक्ति "
-#~ "सत्य है\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr " ! - एकल \"नहीं\", सत्य यदि अभिव्यक्ति असत्य है\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " ( - बाँया कोष्टक का चिह्न समूह अभिव्यक्ति का खोलने के लिए\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr ""
-#~ " ) - दाहिना कोष्टक का चिह्न समूह अभिव्यक्ति का बंद करने के लिए\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "यथास्थिति करने का निर्देश (कॉलबैक) %s\n"
-#~ "है\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "जारी रहा जाएँ?"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "निवेदन किये हुए कुछ पैकेज संसाधित नहीं किये जा सके:\n"
-#~ "%s"
diff --git a/po/hr.po b/po/hr.po
deleted file mode 100644
index 835e952d..00000000
--- a/po/hr.po
+++ /dev/null
@@ -1,3650 +0,0 @@
-# Translation of urpmi to Croatian
-# Copyright (C) Croatian team
-# Translators: Dalibor Karlović <dkarlovi@foi.hr>,Danijel Studen <dstuden@vuka.hr>,Denis Lackovic <delacko@fly.srk.fer.hr>,Jerko Škifić <skific@riteh.hr>,Sasa Poznanovic <sasa.poznanovic@vuka.hr>,Tomislav Plavčić <tplavcic@inet.hr>,Vlatko Kosturjak <kost@linux.hr>,
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi 0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2005-01-04 21:27+CET\n"
-"Last-Translator: auto\n"
-"Language-Team: Croatian <lokalizacija@linux.hr>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
-"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;;\n"
-"X-Generator: TransDict server\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, fuzzy, c-format
-msgid "RPM installation"
-msgstr "Pripremam instalaciju"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_U redu"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../gurpmi:74 ../gurpmi:85
-#, fuzzy, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Morate biti administrator(root) kako bi instalirali slijedeće ovisnosti:\n"
-"%s\n"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "Instaliraj"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Spremi"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Odustani"
-
-#: ../gurpmi:108
-#, fuzzy, c-format
-msgid "Choose location to save file"
-msgstr "Izaberite datoteku"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, fuzzy, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq inačica %s\n"
-"Autorska prava (C) 2000, 2001, 2002 Mandriva.\n"
-"Ovo je slobodan software i može biti redistribuiran pod stavkama GNU GPLa.\n"
-"\n"
-"uporaba:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - ispiši ovaj tekst s pomoći.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, fuzzy, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - automatski izaberi pakete za dogradnju sustava.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - prisili pozivanje iako neki paketi ne postoje.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - provjeri rpm potpis prije instalacije\n"
-" (--no-verify-rpm treba biti isključen, uobičajeno je "
-"uključen).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, fuzzy, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --update - koristi samo medije za dogradnju.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - dozvoli pretraživanje u provides kako bi pronašao paket.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr ""
-" -P - nemoj pretraživati u provides kako bi pronašli paket.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, fuzzy, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --wget - koristi wget za dohvaćanje udaljenih datoteka.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - potvrdi da instalacija može biti dostignuta točno.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --media - koristi samo medije popisane zarezom.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "Naredba nije specificirana"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Molim pričekajte..."
-
-#: ../gurpmi2:62
-#, fuzzy, c-format
-msgid "Must be root"
-msgstr "Port miša"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Naki traženi paketi ne mogu biti instalirani:\n"
-"%s"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Upozorenje"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "U redu"
-
-#: ../gurpmi2:171
-#, fuzzy, c-format
-msgid " (to upgrade)"
-msgstr "Dogradnja"
-
-#: ../gurpmi2:172
-#, fuzzy, c-format
-msgid " (to install)"
-msgstr "Izlaz iz instalacije"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Jedan od slijedećih paketa je potreban:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Prekini"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr "Slijedeći paketi će biti uklonjeni"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"Kako bi zadovoljili ovisnosti, slijedeći paketi će biti uklonjeni (%d MB)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Kako bi zadovoljili ovisnosti, slijedeći paketi će biti uklonjeni (%d MB)"
-
-#: ../gurpmi2:244
-#, fuzzy, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "%d paketa"
-msgstr[1] "%d paketa"
-msgstr[2] "%d paketa"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Pripremam se za instalaciju"
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "ne mogu dohvatiti izvorne (source) pakete, prekidam"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Pripremam..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Instaliram paket `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Molim umetnite medij pod nazivom \"%s\" u uređaj [%s]"
-
-#: ../gurpmi2:298
-#, fuzzy, c-format
-msgid "Downloading package `%s'..."
-msgstr "Instaliram pakete..."
-
-#: ../gurpmi2:324
-#, fuzzy, c-format
-msgid "_Done"
-msgstr "Gotov"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, fuzzy, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Instalacija neuspješna, neke datoteke nedostaju.\n"
-"Možda ćete poželjeti dograditi vašu urpmi bazu"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Instalacija nije uspjela"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "sve je već instalirano"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Instalirano"
-
-#: ../gurpmi2:346 ../urpme:167
-#, fuzzy, c-format
-msgid "removing %s"
-msgstr "Uklanjam %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "restartam urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - ispiši ovaj tekst s pomoći.\n"
-
-#: ../rpm-find-leaves:18
-#, fuzzy, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --synthesis - koristi datu synthesu umjesto urpmi db.\n"
-
-#: ../rpm-find-leaves:19
-#, fuzzy, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " --group -ispisuje oznaku group: grupu."
-
-#: ../rpm-find-leaves:20
-#, fuzzy, c-format
-msgid " defaults to %s.\n"
-msgstr ""
-"\n"
-" DrakBackup Report detalji\n"
-"\n"
-"\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - ispiši verziju, izdanje i arhitekturu sa imenom.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Samo je administratoru dozvoljeno da instalira pakete"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Nije uspjelo stvaranje direktorija %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Instaliram pakete..."
-
-#: ../urpm.pm:274
-#, fuzzy, c-format
-msgid "unable to open rpmdb"
-msgstr "Ne mogu otvoriti datoteku %s\n"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "nepravilno ime rpm datoteke [%s]"
-
-#: ../urpm.pm:294
-#, fuzzy, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "dohvaćam hdlists datoteku..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...dohvat završen"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...dohvaćanje neuspješno: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "ne mogu pristupiti rpm datoteci [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "ne mogu pristupiti rpm datoteci [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "ne mogu registrirati rpm datoteku"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "greška prilikom registriranja lokalnih paketa"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "pogrešna deklaracija proxyja u komandnom retku\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: ne mogu pročitati rpm datoteku \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Nedostaje potpis (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, fuzzy, c-format
-msgid "Copying failed"
-msgstr "...kopiranje neuspješno"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "medij \"%s\" nije izabran"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "ne mogu pročitati rpm datoteku [%s] sa medija \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "ne mogu zapisati config datoteku [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "ne mogu zapisati config datoteku [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "ne mogu zapisati config datoteku [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Ime korisnika:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Lozinka:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "...kopiranje neuspješno"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "zbog nezadovoljavajućeg %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "zbog nezadovoljavajućeg %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "zbog nezadovoljavajućeg %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "Uklanjam %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...dohvaćanje neuspješno: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "definiran je nepoznati protokol za %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-
-#: ../urpm/download.pm:886
-#, fuzzy, c-format
-msgid "unable to handle protocol: %s"
-msgstr "ne mogu pristupiti rpm datoteci [%s]"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "instaliram %s\n"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "paket %s nije pronađen."
-
-#: ../urpm/get_pkgs.pm:213
-#, fuzzy, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "ne mogu pročitati rpm datoteku [%s] sa medija \"%s\""
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"Napravljena razmjena za instalaciju na %s (makni=%d, instaliraj=%d, "
-"unaprijedi=%d)"
-
-#: ../urpm/install.pm:178
-#, fuzzy, c-format
-msgid "unable to create transaction"
-msgstr "Ne mogu napraviti ssh identitet"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "Izaberite vaše pakete"
-
-#: ../urpm/install.pm:214
-#, fuzzy, c-format
-msgid "unable to install package %s"
-msgstr "Problem prilikom instaliranja paketa %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "instaliram %s\n"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...dohvaćanje neuspješno: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "Instaliram paket %s"
-
-#: ../urpm/install.pm:257
-#, fuzzy, c-format
-msgid "removing package %s"
-msgstr "Instaliram paket %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "instaliram %s\n"
-
-#: ../urpm/install.pm:281
-#, fuzzy, c-format
-msgid "More information on package %s"
-msgstr "Izaberite vaše pakete"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "Naredba nije specificirana"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, fuzzy, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Ne mogu se spojiti na poslužitelj"
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "urpmi baza zaključana"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Upozorenje"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Instalacija nije uspjela"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Instalacija nije uspjela"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Slijedeći paketi će biti instalirani"
-
-#: ../urpm/main_loop.pm:140
-#, fuzzy, c-format
-msgid "The following packages have bad signatures"
-msgstr "Slijedeći paketi će biti instalirani"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Želite li nastaviti instalaciju?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "instaliram %s\n"
-
-#: ../urpm/main_loop.pm:178
-#, fuzzy, c-format
-msgid "distributing %s"
-msgstr "instaliram %s\n"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "instaliram %s\n"
-
-#: ../urpm/main_loop.pm:195
-#, fuzzy, c-format
-msgid "installing %s"
-msgstr "instaliram %s\n"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Pokušati instalaciju bez provjere ovisnosti (d/N) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Pokušati instalaciju još snažnije (--force)? (d/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, fuzzy, c-format
-msgid "Installation is possible"
-msgstr "Problem u instalaciji"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "ispitujem hdlist datoteku [%s]"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-
-#: ../urpm/media.pm:204
-#, fuzzy, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "medij \"%s\" pokušava koristiti već korišteni popis, medij ignoriran"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "ne mogu pristupiti list datoteci od \"%s\", medij ignoriran"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "ne mogu pristupiti hdlist datoteci od \"%s\", medij ignoriran"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "pokušavam zaobiči postojeći medij \"%s\", izbjegavam"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "zapisana config datoteka [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr ""
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "koristim asocirani medij za paralelni način: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-
-#: ../urpm/media.pm:666
-#, fuzzy, c-format
-msgid "Search start: %s end: %s"
-msgstr "Traži instalirane fontove"
-
-#: ../urpm/media.pm:683
-#, fuzzy, c-format
-msgid "skipping package %s"
-msgstr "Instaliram paket %s"
-
-#: ../urpm/media.pm:699
-#, fuzzy, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "Problem prilikom instaliranja paketa %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "medij \"%s\" već postoji"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "uklanjam medij \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "uklanjam medij \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "Ne mogu otvoriti datoteku %s\n"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "ne mogu pristupiti prvom instalacijskom mediju (nije pronađen hdlists)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "dohvaćam hdlists datoteku..."
-
-#: ../urpm/media.pm:948
-#, fuzzy, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "pokušavam zaobiči postojeći medij \"%s\", izbjegavam"
-
-#: ../urpm/media.pm:951
-#, fuzzy, c-format
-msgid "selecting multiple media: %s"
-msgstr "pokušavam izabrati višestruki medij: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "uklanjam medij \"%s\""
-
-#: ../urpm/media.pm:1055
-#, fuzzy, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "Proxy postavke za medij \"%s\""
-
-#: ../urpm/media.pm:1089
-#, fuzzy, c-format
-msgid "...reconfiguration failed"
-msgstr "Postavke meni-a spremljene"
-
-#: ../urpm/media.pm:1095
-#, fuzzy, c-format
-msgid "reconfiguration done"
-msgstr "Podešavanje poslužitelja"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "medij \"%s\" nije izabran"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "ispitujem synthesis datoteku [%s]"
-
-#: ../urpm/media.pm:1163
-#, fuzzy, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "napravljen hdlist sintezna datoteka za medij \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "nije pronađena hdlist datoteka za medij \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...kopiranje neuspješno"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "kopiranje opisne datoteke od \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopiranje završeno"
-
-#: ../urpm/media.pm:1265
-#, fuzzy, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "kopiranje [%s] neuspješno"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "dohvaćanje hdlist (ili synthesis) izvora neuspješno"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "kopiranje [%s] neuspješno"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "ispitujem hdlist datoteku [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "instaliram %s\n"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "nije pronađena hdlist datoteka za medij \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "kopiranje opisne datoteke od \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "nepravilno ime rpm datoteke [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "dohvaćam hdlist (ili synthesis) izvor od \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "pronašao sam ispitani hdlist (ili synthesis) kao %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "nije pronađena hdlist datoteka za medij \"%s\""
-
-#: ../urpm/media.pm:1536
-#, fuzzy, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "kopiranje opisne datoteke od \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, fuzzy, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "ne mogu zapisati list datoteku za \"%s\""
-
-#: ../urpm/media.pm:1552
-#, fuzzy, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "ne mogu zapisati list datoteku za \"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "dodan medij %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "nisu pronađene rpm datoteke u [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "YyDd"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Žalim, loš odabir, pokušajte ponovo\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "potraga"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "uklanjam medij \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpm/parallel.pm:14
-#, fuzzy, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "ne mogu pristupiti rpm datoteci [%s]"
-
-#: ../urpm/parallel.pm:23
-#, fuzzy, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "ispitujem hdlist datoteku [%s]"
-
-#: ../urpm/parallel.pm:34
-#, fuzzy, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "pronašao sam ispitani hdlist (ili synthesis) kao %s"
-
-#: ../urpm/parallel.pm:38
-#, fuzzy, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "ne mogu ažurirati medij \"%s\"\n"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Instalacija nije uspjela"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "ne mogu pristupiti mediju \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "montiram %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "odmontiravam %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmq inačica %s\n"
-"Autorska prava (C) 2000, 2001, 2002 Mandriva.\n"
-"Ovo je slobodan software i može biti redistribuiran pod stavkama GNU GPLa.\n"
-"\n"
-"uporaba:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - ispiši ovaj tekst s pomoći.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - koristi specifično okružje (tipično izvješće o grešci).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, fuzzy, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --media - koristi samo medije popisane zarezom.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --wget - koristi wget za dohvaćanje udaljenih datoteka.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, fuzzy, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr " --media - koristi samo medije popisane zarezom.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --synthesis - koristi datu synthesu umjesto urpmi db.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - koristi datu synthesu umjesto urpmi db.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, fuzzy, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr ""
-" -P - nemoj pretraživati u provides kako bi pronašli paket.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - koristi samo medije za dogradnju.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, fuzzy, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " -v - opširan mod.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, fuzzy, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -c - očisti keš direktorij zaglavlja.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -c - očisti keš direktorij zaglavlja.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, fuzzy, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -c - očisti keš direktorij zaglavlja.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - binarni AND operator.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - binarni OR operator.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, fuzzy, c-format
-msgid " ! - unary NOT.\n"
-msgstr " -o - binarni OR operator.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr ""
-" -o - binarni OR operator, istinit ukoliko je jedan izraz "
-"istinit.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Popis podataka za povrat:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - koristi X sučelje.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr ""
-"\n"
-" DrakBackup Report detalji\n"
-"\n"
-"\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --help - ispiši ovaj tekst s pomoći.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --files - ispisuje oznaku files: sve datoteke (više linija)."
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "Alat za podešavanje Konzole"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr ""
-" --conflicts - ispisuje oznaku conflicts: sve konflikte (više linija)."
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - ispisuje oznaku description: opis."
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --help - ispiši ovaj tekst s pomoći.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --help - ispiši ovaj tekst s pomoći.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr ""
-" -p - dozvoli pretraživanje u provides kako bi pronašao paket.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --help - ispiši ovaj tekst s pomoći.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --help - ispiši ovaj tekst s pomoći.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --help - ispiši ovaj tekst s pomoći.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-" --obsoletes - ispisuje oznaku obsoletes: sve zastarjele (više linija)."
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --group -ispisuje oznaku group: grupu."
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr ""
-" --provides - ispisuje oznaku provides: sve što pruža (više linija)."
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr ""
-" --requires - ispisuje oznaku requires: sve što zahtjeva (više linija)."
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --help - ispiši ovaj tekst s pomoći.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --group -ispisuje oznaku group: grupu."
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr ""
-" --obsoletes - ispisuje oznaku obsoletes: sve zastarjele (više linija)."
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - ispisuje oznaku summary: sažeto."
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --help - ispiši ovaj tekst s pomoći.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " -v - opširan mod.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr ""
-" -p - dozvoli pretraživanje u provides kako bi pronašao paket.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - ispiši verziju, izdanje i arhitekturu sa imenom.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "koristim posebno okružje na %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "nije pronađena hdlist datoteka za medij \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "napravljen hdlist sintezna datoteka za medij \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "nije pronađena hdlist datoteka za medij \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Ne postoji paket pod nazivom %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Slijedeći paketi sadrže %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "sve je već instalirano"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "sve je već instalirano"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "sve je već instalirano"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, fuzzy, c-format
-msgid "due to missing %s"
-msgstr "zbog nezadovoljavajućeg %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "sve je već instalirano"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "zbog nezadovoljavajućeg %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "odabirem %s izabiranjem datoteka"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "kako bi se zadržalo %s"
-
-#: ../urpm/select.pm:607
-#, fuzzy, c-format
-msgid "in order to install %s"
-msgstr "kako bi se zadržalo %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "zbog sukoba sa %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Neispravan potpis (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Neispravan ID ključa (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Nedostaje potpis (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "ne mogu zapisati config datoteku [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "...kopiranje neuspješno"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "...kopiranje neuspješno"
-
-#: ../urpme:41
-#, fuzzy, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq inačica %s\n"
-"Autorska prava (C) 2000, 2001, 2002 Mandriva.\n"
-"Ovo je slobodan software i može biti redistribuiran pod stavkama GNU GPLa.\n"
-"\n"
-"uporaba:\n"
-
-#: ../urpme:47
-#, fuzzy, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr "Prikaži automatski odabrane pakete"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, fuzzy, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - potvrdi da instalacija može biti dostignuta točno.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --group -ispisuje oznaku group: grupu."
-
-#: ../urpme:53
-#, fuzzy, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --wget - koristi wget za dohvaćanje udaljenih datoteka.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - koristi samo medije za dogradnju.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - ispisuje oznaku description: opis."
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " -v - opširan mod.\n"
-
-#: ../urpme:60
-#, fuzzy, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - odabire sve odgovarajuće na komandnoj liniji.\n"
-
-#: ../urpme:73
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Samo je administratoru dozvoljeno da instalira pakete"
-
-#: ../urpme:106
-#, fuzzy, c-format
-msgid "unknown packages"
-msgstr "Izaberite vaše pakete"
-
-#: ../urpme:106
-#, fuzzy, c-format
-msgid "unknown package"
-msgstr "Nepoznata greška"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "uklanjanje paketa %s će pokvariti vaš sustav\n"
-msgstr[1] "uklanjanje paketa %s će pokvariti vaš sustav\n"
-msgstr[2] "uklanjanje paketa %s će pokvariti vaš sustav\n"
-
-#: ../urpme:126
-#, fuzzy, c-format
-msgid "Nothing to remove"
-msgstr "Nema oznake za uklanjanje"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Nema oznake za uklanjanje"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Kako bi zadovoljili ovisnosti, slijedeći paketi će biti uklonjeni (%d MB)"
-msgstr[1] ""
-"Kako bi zadovoljili ovisnosti, slijedeći paketi će biti uklonjeni (%d MB)"
-msgstr[2] ""
-"Kako bi zadovoljili ovisnosti, slijedeći paketi će biti uklonjeni (%d MB)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "Nepoznata greška"
-msgstr[1] "Nepoznata greška"
-msgstr[2] "Nepoznata greška"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Instaliram paket %s"
-msgstr[1] "Instaliram paket %s"
-msgstr[2] "Instaliram paket %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (d/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "uzimam prenosivi uređaj kao \"%s\""
-
-#: ../urpme:181
-#, fuzzy, c-format
-msgid "Removal failed"
-msgstr "Prijava nije uspjela"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Prijava nije uspjela"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-select - automatski izaberi pakete za dogradnju sustava.\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - isključi MD5SUM provjeru datoteka.\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - forsiraj ažuriranje gpg ključa.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr ""
-" --obsoletes - ispisuje oznaku obsoletes: sve zastarjele (više linija)."
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - ne traži deinstalaciju paketa, odustani od instalacije.\n"
-
-#: ../urpmi:87
-#, fuzzy, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-" --install-src - instaliraj samo pakete izvornog koda (bez izvršnih "
-"programa).\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - zadrži postojeće pakete ako je moguće, odbij zatražene\n"
-"pakete koji bi bili uklonjeni.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - razbij na male presnose ako će više od zadanih paketa \n"
-" biti instalirano ili unapređeno,\n"
-" uobičajeno je %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - mala dužina prenosa, uobičajeno je %d.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - uključi fuzzy pretraživanje (isto kao -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr ""
-" --requires - ispisuje oznaku requires: sve što zahtjeva (više linija)."
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - instaliraj samo pakete izvornog koda (bez izvršnih "
-"programa).\n"
-
-#: ../urpmi:99
-#, fuzzy, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --noclean - zadrži rpm koji nije korišten u međuspremniku.\n"
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - zadrži rpm koji nije korišten u međuspremniku.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - dozvoli korisniku instalaciju paketa\n"
-"bez provjere ovisnosti.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - dozvoljava postavljanje upita korisniku za instalaciju "
-"paketa bez\n"
-" ovisnosti o provjeri i integritetu.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr ""
-" --obsoletes - ispisuje oznaku obsoletes: sve zastarjele (više linija)."
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - ograniči brzinu preuzimanja datoteka.\n"
-
-#: ../urpmi:124
-#, fuzzy, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --verify-rpm - provjeri rpm potpis prije instalacije\n"
-" (--no-verify-rpm treba biti isključen, uobičajeno je "
-"uključen).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - koristi specificirani HTTP proxy, pretpostavi da je broj "
-"porta\n"
-" 1080 (format je <proxyhost[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - odredi korisnika i zaporku da se koristi za proxy\n"
-" autentikaciju (format je <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - ispiši izvješće o grešci u mapu određenu\n"
-"sljedećim argumentom.\n"
-
-#: ../urpmi:136
-#, fuzzy, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --media - koristi samo medije popisane zarezom.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - isljuči doc datoteke.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - ne traži deinstalaciju paketa, odustani od instalacije.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --help - ispiši ovaj tekst s pomoći.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - ispisuje oznaku description: opis."
-
-#: ../urpmi:142
-#, fuzzy, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --test - potvrdi da instalacija može biti dostignuta točno.\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --test - potvrdi da instalacija može biti dostignuta točno.\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - zadrži rpm koji nije korišten u međuspremniku.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - odabire sve odgovarajuće na komandnoj liniji.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - tihi mod.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " -v - opširan mod.\n"
-
-#: ../urpmi:154
-#, fuzzy, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " imena ili rpm datoteke dane na komandnoj liniji se ispituju.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-"Što može biti učinjeno s binarnim rpm datotekama kad se korsiti opcija --"
-"install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, fuzzy, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr "Grupa već postoji, molimo odaberite drugo ime grupe"
-
-#: ../urpmi:253
-#, fuzzy, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Nije uspjelo stvaranje direktorija %s"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "Dogradnja"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr "Dogradnja"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "Izlaz iz instalacije"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "Izlaz iz instalacije"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Kako bi zadovoljili ovisnosti, slijedeći paketi će biti uklonjeni (%d MB)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Izaberite jedan? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Da ipak nastavim?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (D/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Naki traženi paketi ne mogu biti instalirani:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Naki traženi paketi ne mogu biti instalirani:\n"
-"%s"
-
-#: ../urpmi:542
-#, fuzzy, c-format
-msgid "removing package %s will break your system"
-msgstr "uklanjanje paketa %s će pokvariti vaš sustav\n"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"neki paketi moraju biti uklonjeni da bi mogli biti nadograđeni, ovo još "
-"uvijek nije podržano\n"
-
-#: ../urpmi:553
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"neki paketi moraju biti uklonjeni da bi mogli biti nadograđeni, ovo još "
-"uvijek nije podržano\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr "Slijedeći paketi će biti uklonjeni"
-
-#: ../urpmi:561
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr "Slijedeći paketi će biti uklonjeni"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Morate biti administrator(root) kako bi instalirali slijedeće ovisnosti:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"Kako bi zadovoljili ovisnosti, slijedeći paketi će biti uklonjeni (%d MB)"
-msgstr[1] ""
-"Kako bi zadovoljili ovisnosti, slijedeći paketi će biti uklonjeni (%d MB)"
-msgstr[2] ""
-"Kako bi zadovoljili ovisnosti, slijedeći paketi će biti uklonjeni (%d MB)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Odustani"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Pritisnite Enter kada ste gotovi..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"uporaba: urpmi.addmedia [opcije] <ime> <url> [with <relativnom_putanjom>]\n"
-"gdje je <url> jedan od\n"
-" [file:/]/<putanja> with <relativnim imenom od hdlist>\n"
-" ftp://<login>:<lozinka>@<host>/<putanja> with <relativnim imenom od "
-"hdlist>\n"
-" ftp://<host>/<putanja> with <relativnim imenom od hdlist>\n"
-" http://<host>/<putanja> with <relativnim imenom od hdlist>\n"
-" removable://<putanja> with <relativnim imenom od hdlist>\n"
-"\n"
-"i [opcije] su od\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - koristi wget za dohvaćanje udaljenih datoteka.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - koristi curl za dohvaćanje udaljenih datoteka.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - koristi curl za dohvaćanje udaljenih datoteka.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - koristi curl za dohvaćanje udaljenih datoteka.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-hdlist - pokušaj pronaći i upotrijebiti hdlist datoteku.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --probe-hdlist - pokušaj pronaći i upotrijebiti hdlist datoteku.\n"
-
-#: ../urpmi.addmedia:73
-#, fuzzy, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - automatski napravi sve medije iz instalacijskog medija.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all - ispiši sve oznake."
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - koristi određeni url za popis zrcalnih poslužitelja "
-"(mirora),\n"
-"uobičajeno je %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - kreiraj virtualni medij koji je uvijek up-to-date,\n"
-" samo je file:// dopušten.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - isključi MD5SUM provjeru datoteka.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - tihi mod.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - opširan mod.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, fuzzy, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Samo je administratoru dozvoljeno da instalira pakete"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "zapisana config datoteka [%s]"
-
-#: ../urpmi.addmedia:128
-#, fuzzy, c-format
-msgid "Can't create config file [%s]"
-msgstr "zapisana config datoteka [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "nema potrebe za davanje <relativne putanje do hdlist> sa --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<relativna putanja do hdlist> nedostaje\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "ne mogu pristupiti mediju \"%s\""
-
-#: ../urpmi.recover:28
-#, fuzzy, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq inačica %s\n"
-"Autorska prava (C) 2000, 2001, 2002 Mandriva.\n"
-"Ovo je slobodan software i može biti redistribuiran pod stavkama GNU GPLa.\n"
-"\n"
-"uporaba:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - zadrži rpm koji nije korišten u međuspremniku.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --all - ispiši sve oznake."
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --all - ispiši sve oznake."
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --help - ispiši ovaj tekst s pomoći.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "paket %s nije pronađen."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "dohvaćam hdlists datoteku..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Nije pronađena ni jedna slika"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"uporaba: urpmi.removemedia (-a | <ime> ...)\n"
-"gdje je <ime> ime medija za ukloniti.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - odaberi sve medije.\n"
-
-#: ../urpmi.removemedia:42
-#, fuzzy, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -a - odabire sve odgovarajuće na komandnoj liniji.\n"
-
-#: ../urpmi.removemedia:59
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Samo je administratoru dozvoljeno da instalira pakete"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"nema ništa za uklanjanje (koristite urpmi.addmedia za dodavanje medija)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"nedostaje unos za uklanjanje\n"
-"(jedan od %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"uporaba: urpmi.update [opcije] <ime> ...\n"
-"gdje je <ime> ime medija za dogradnju.\n"
-
-#: ../urpmi.update:43
-#, fuzzy, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - koristi samo medije za dogradnju.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - forsiraj ažuriranje gpg ključa.\n"
-
-#: ../urpmi.update:46
-#, fuzzy, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --update - koristi samo medije za dogradnju.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-hdlist - pokušaj pronaći i upotrijebiti hdlist datoteku.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - odaberi sve neprenosive medije.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - prisili pravljenje hdlist datoteka.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - prisili pravljenje hdlist datoteka.\n"
-
-#: ../urpmi.update:69
-#, fuzzy, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Samo je administratoru dozvoljeno da instalira pakete"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"nema ništa za nadogradnju (koristite urpmi.addmedia za dodavanje medija)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"nedostaje unos za nadogradnju\n"
-"(jedan od %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "ignoring media %s"
-msgstr "Mijenjam medij \"%s\":"
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "enabling media %s"
-msgstr "uklanjam medij \"%s\""
-
-#: ../urpmq:40
-#, fuzzy, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq inačica %s\n"
-"Autorska prava (C) 2000, 2001, 2002 Mandriva.\n"
-"Ovo je slobodan software i može biti redistribuiran pod stavkama GNU GPLa.\n"
-"\n"
-"uporaba:\n"
-
-#: ../urpmq:48
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr " --media - koristi samo medije popisane zarezom.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - uključi fuzzy pretraživanje (isto kao -y).\n"
-
-#: ../urpmq:58
-#, fuzzy, c-format
-msgid " --list - list available packages.\n"
-msgstr ""
-" --src - slijedeći paket je izvorišni(source) paket (isto kao -"
-"s).\n"
-
-#: ../urpmq:59
-#, fuzzy, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --all - ispiši sve oznake."
-
-#: ../urpmq:60
-#, fuzzy, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --all - ispiši sve oznake."
-
-#: ../urpmq:61
-#, fuzzy, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --all - ispiši sve oznake."
-
-#: ../urpmq:62
-#, fuzzy, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --all - ispiši sve oznake."
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - snimi konfiguraciju u obliku urpmi.addmedia argumenta.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - slijedeći paket je izvorišni(source) paket (isto kao -"
-"s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - daj sve izvorne pakete prije skidanja (root samo).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --help - ispiši ovaj tekst s pomoći.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-
-#: ../urpmq:81
-#, fuzzy, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --help - ispiši ovaj tekst s pomoći.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr ""
-" --conflicts - ispisuje oznaku conflicts: sve konflikte (više linija)."
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr ""
-" --obsoletes - ispisuje oznaku obsoletes: sve zastarjele (više linija)."
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr ""
-" --provides - ispisuje oznaku provides: sve što pruža (više linija)."
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr ""
-" --requires - ispisuje oznaku requires: sve što zahtjeva (više linija)."
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr ""
-" --obsoletes - ispisuje oznaku obsoletes: sve zastarjele (više linija)."
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --group -ispisuje oznaku group: grupu."
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary - ispisuje oznaku summary: sažeto."
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - proširi ispitivanje ovisnosti paketa.\n"
-
-#: ../urpmq:92
-#, fuzzy, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr ""
-" -p - dozvoli pretraživanje u provides kako bi pronašao paket.\n"
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" -p - dozvoli pretraživanje u provides kako bi pronašao paket.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" -p - dozvoli pretraživanje u provides kako bi pronašao paket.\n"
-
-#: ../urpmq:98
-#, fuzzy, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -d - proširi ispitivanje ovisnosti paketa.\n"
-
-#: ../urpmq:100
-#, fuzzy, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -f - ispiši verziju, izdanje i arhitekturu sa imenom.\n"
-
-#: ../urpmq:101
-#, fuzzy, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -f - prisili pravljenje hdlist datoteka.\n"
-
-#: ../urpmq:102
-#, fuzzy, c-format
-msgid " -l - list files in package.\n"
-msgstr ""
-" -p - dozvoli pretraživanje u provides kako bi pronašao paket.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - tihi mod.\n"
-
-#: ../urpmq:104
-#, fuzzy, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -f - ispiši verziju, izdanje i arhitekturu sa imenom.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - slijedeći paket je izvorišni paket (isto kao --src).\n"
-
-#: ../urpmq:106
-#, fuzzy, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -s - slijedeći paket je izvorišni paket (isto kao --src).\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -v - uključi fuzzy pretraživanje (isto kao --fuzzy).\n"
-
-#: ../urpmq:108
-#, fuzzy, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -a - odabire sve odgovarajuće na komandnoj liniji.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " imena ili rpm datoteke dane na komandnoj liniji se ispituju.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, fuzzy, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr " --all - ispiši sve oznake."
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "ne mogu zapisati list datoteku za \"%s\""
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, fuzzy, c-format
-msgid "No changelog found\n"
-msgstr "Nije pronađena ni jedna slika"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - napravi medij za dogradnju.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "nepravilan unos: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "instalacijske intrukcije"
-#~ msgstr[1] "instalacijske intrukcije"
-#~ msgstr[2] "instalacijske intrukcije"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "sve je već instalirano"
-
-#, fuzzy
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Jedan od slijedećih paketa je potreban:"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "urpmi baza zaključana"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "nepoznata opcija '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "previše točaka montiranja za prenosivi medij \"%s\""
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "koristim različite prenosive uređaje [%s] za \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "ne mogu dohvatiti putanju za prenosivi medij \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "ne mogu pristupiti prvom instalacijskom mediju"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "nije moguće pristupiti mediju\"%s\",\n"
-#~ "ovo se moglo desiti ako ste montirali ručno mapu kad ste kreirali medij."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "nepotpun medij \"%s\" označen kao prenosiv ali nije zapravo"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - očisti keš direktorij zaglavlja.\n"
-
-#, fuzzy
-#~ msgid "virtual medium needs to be local"
-#~ msgstr ""
-#~ "medij \"%s\" pokušava koristiti već korišteni popis, medij ignoriran"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "ne mogu obraditi hdlist datoteku od \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "kopiram hdlist (ili synthesis) izvor od \"%s\"..."
-
-#, fuzzy
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr "ne mogu pronaći hdlist datoteku za \"%s\", medij ignoriran"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "nepravilno ime rpm datoteke [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "ne mogu pronaći list datoteku za \"%s\", medij ignoriran"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "pokušavam zaobiči postojeći medij \"%s\", izbjegavam"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "napravljen hdlist sintezna datoteka za medij \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "ne mogu obraditi hdlist datoteku od \"%s\""
-
-#, fuzzy
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "medij \"%s\" pokušava koristiti već korišteni hdlist, medij ignoriran"
-
-#, fuzzy
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "medij \"%s\" pokušava koristiti već korišteni popis, medij ignoriran"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "izvršavam drugi prolaz da proračunam ovisnosti\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "izgrađujem hdlist [%s]"
-
-#, fuzzy
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr "ne mogu napraviti sinteznu(synthesis) datoteku za medij \"%s\""
-
-#, fuzzy
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "napravljen hdlist sintezna datoteka za medij \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "kopiram hdlist (ili synthesis) izvor od \"%s\"..."
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...dohvaćanje neuspješno: md5sum nije u skladu"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "nisu pronađene rpm datoteke u [%s]"
-
-#, fuzzy
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "ne mogu pročitati rpm datoteku [%s] sa medija \"%s\""
-
-#, fuzzy
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "uklanjam medij \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - pokušaj pronaći i upotrijebiti hdlist datoteku.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - pokušaj pronaći i upotrijebiti hdlist datoteku.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr ""
-#~ " --src - slijedeći paket je izvorišni(source) paket (isto kao -"
-#~ "s).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - pokušaj pronaći i upotrijebiti hdlist datoteku.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "ne mogu ažurirati medij \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "ne mogu napraviti medij \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "postoji više paketa sa istim rpm imenom datoteke \"%s\""
-
-#, fuzzy
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "ne mogu pročitati rpm datoteku [%s] sa medija \"%s\""
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "medij \"%s\" koristi neispravan popis datoteka:\n"
-#~ " zrcalni poslužitelj vjerojatno nije osvježen sa novim informacijama(up-"
-#~ "to-date), pokušavam druge metode"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "medij \"%s\" ne definira nikakve lokacije rpm datoteka"
-
-#~ msgid "unrequested"
-#~ msgstr "nije bilo zatraženo"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "dodajem paket %s (id=%d, eid=%d, update=%d, file=%s)"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr "Slijedeći paketi će biti instalirani"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Trebate biti administrator (root) da koristite ovu komandu! \n"
-
-#, fuzzy
-#~ msgid "unable to remove package %s"
-#~ msgstr "Izaberite vaše pakete"
-
-#, fuzzy
-#~ msgid "No filelist found\n"
-#~ msgstr "Nije pronađena ni jedna slika"
-
-#, fuzzy
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - nemoj pretraživati u provides kako bi pronašli paket.\n"
-
-#, fuzzy
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr ""
-#~ " -p - dozvoli pretraživanje u provides kako bi pronašao "
-#~ "paket.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr "Slijedeći paketi će biti instalirani"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Instaliram paket `%s' (%s/%s)..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "ispitujem synthesis datoteku [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "instaliram %s\n"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "Pripremam se za instalaciju"
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Pripremam se za instalaciju"
-
-#, fuzzy
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - pokušaj pronaći i upotrijebiti hdlist datoteku.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - pokušaj pronaći i upotrijebiti hdlist datoteku.\n"
-
-#, fuzzy
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "`with' nedostaje za ftp medij\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "nepoznata opcija '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "ne mogu pronaći hdlist datoteku za \"%s\", medij ignoriran"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "nepotpuna list datoteka za \"%s\", medij ignoriran"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "ne mogu provjeriti list datoteku za \"%s\", medij ignoriran"
-
-#, fuzzy
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "medij \"%s\" nije izabran"
-
-#, fuzzy
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "medij \"%s\" pokušava koristiti već korišteni hdlist, medij ignoriran"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "kopiram hdlist (ili synthesis) izvor od \"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "dohvaćanje hdlist (ili synthesis) izvora neuspješno"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "datoteka [%s] se već koristi u istom mediju \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "nema ništa za zapisati u list datoteku za \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "pronađeno %d zaglavlja u priručnoj memoriji"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "uklanjam %d zastarjelih zaglavlja u priručnoj memoriji"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "koristim proces %d za izvršavanje zamjene"
-
-#, fuzzy
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --files - ispisuje oznaku files: sve datoteke (više linija)."
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Slijedeći paketi sadrže %s: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "kopiram hdlists datoteku..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "nepravilni hdlist opis \"%s\" u hdlists datoteci"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Da li se slažete s tim?"
-
-#, fuzzy
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --from - koristi određeni url za popis zrcalnih poslužitelja "
-#~ "(mirora),\n"
-#~ "uobičajeno je %s\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - izdvoji zaglavlja za pakete popisane iz urpmi baze na\n"
-#~ " stdout (root samo).\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "Kako bi zadovoljili ovisnosti, slijedeći paketi će biti uklonjeni (%d MB)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "instaliram %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Automatska instalacija paketa...\n"
-#~ "Zatražili ste instalaciju paketa %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: komanda nije pronađena\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Naki traženi paketi ne mogu biti instalirani:\n"
-#~ "%s"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5sum nije u skladu"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr " --synthesis - koristi datu synthesu umjesto urpmi db.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - ne ispisuje ime oznake (podrazumijevano ako nije dana "
-#~ "oznaka na komandnoj"
-
-#, fuzzy
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --help - ispiši ovaj tekst s pomoći.\n"
-
-#, fuzzy
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - ispisuje oznaku summary: sažeto."
-
-#, fuzzy
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --help - ispiši ovaj tekst s pomoći.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - koristi specifično okružje (tipično izvješće\n"
-#~ " o grešci).\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -o - binarni OR operator, istinit ukoliko je jedan izraz "
-#~ "istinit.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - binarni OR operator, istinit ukoliko je jedan izraz "
-#~ "istinit.\n"
-
-#, fuzzy
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr ""
-#~ " -o - binarni OR operator, istinit ukoliko je jedan izraz "
-#~ "istinit.\n"
-
-#, fuzzy
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " -a - odabire sve odgovarajuće na komandnoj liniji.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Poziv je :\n"
-#~ "%s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr "Nastavi"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Naki traženi paketi ne mogu biti instalirani:\n"
-#~ "%s"
-
-#, fuzzy
-#~ msgid ""
-#~ " --keep - keep existing packages if possible, reject requested\n"
-#~ " packages that leads to remove.\n"
-#~ msgstr ""
-#~ " --keep - zadrži postojeće pakete ako je moguće, odbij "
-#~ "zatražene\n"
-#~ "pakete koji bi bili uklonjeni.\n"
-
-#~ msgid ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-#~ msgstr ""
-#~ " --distrib-XXX - automatski stvori medij za XXX dio distribucije,\n"
-#~ "XXX može biti main, contrib, updates ili\n"
-#~ "bilo što drugo iskonfigurirano ;-)\n"
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "Nemogu dodati nadogradnje sa cooker distribucije\n"
-
-#, fuzzy
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "dohvaćam hdlists datoteku..."
diff --git a/po/hu.po b/po/hu.po
deleted file mode 100644
index a22e5200..00000000
--- a/po/hu.po
+++ /dev/null
@@ -1,3521 +0,0 @@
-# translation of urpmi to Hungarian
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/hu.php3
-#
-# URPMI HUNGARIAN / URPMI MAGYARUL
-# Copyright (C) 2000,2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
-#
-# Csaba Szigetvári <csaba.szigetvari@informedia.hu>, 2000.
-# Tamas Szanto <tszanto@mol.hu>, 2001-2002.
-# Arpad Biro <biro.arpad gmail>, 2002,2003, 2004, 2005, 2006, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-2009.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-09-05 09:11+0100\n"
-"Last-Translator: Lónyai Gergely <aleph@mandriva.org>\n"
-"Language-Team: Hungarian <aleph@mandriva.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Poedit-Language: Hungarian\n"
-"X-Poedit-Country: HUNGARY\n"
-"X-Poedit-SourceCharset: utf-8\n"
-
-#: ../gurpmi:31
-#: ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM-telepítés"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Hiba: %s nevű fájl nem található - a művelet megszakítva"
-
-#: ../gurpmi:46
-#: ../gurpmi2:175
-#: ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_OK"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Forráscsomagot jelölt ki:\n"
-"\n"
-"%s\n"
-"\n"
-"Lehetséges, hogy nem kívánta telepíteni a számítógépére (a csomag\n"
-"telepítése lehetővé tenné a forráskód módosítását és lefordítását).\n"
-"\n"
-"Mit szeretne tenni?"
-
-#: ../gurpmi:74
-#: ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"A következő csomagokat készül telepíteni a számítógépre:\n"
-"\n"
-"%s\n"
-"\n"
-"Kívánja folytatni?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"A következő csomagot készül telepíteni a számítógépre:\n"
-"\n"
-"%s\n"
-"\n"
-"Választhatja azt is, hogy csak elmenti a csomagot. Mit szeretne tenni?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Telepítés"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "M_entés"
-
-#: ../gurpmi:100
-#: ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Mégsem"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Válasszon helyet a fájlnak"
-
-#: ../gurpmi.pm:39
-#: ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi %s\n"
-"Copyright (C) Mandriva, 1999-2008.\n"
-"Ez a program szabad szoftver; a GNU GPL feltételei szerint terjeszthető.\n"
-"\n"
-"Használat:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Opciók:"
-
-#: ../gurpmi.pm:46
-#: ../urpm/search.pm:35
-#: ../urpme:46
-#: ../urpmf:35
-#: ../urpmi:72
-#: ../urpmi.addmedia:54
-#: ../urpmi.recover:33
-#: ../urpmi.removemedia:40
-#: ../urpmi.update:32
-#: ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - jelen segítség megjelenítése\n"
-
-#: ../gurpmi.pm:47
-#: ../urpmi:79
-#, c-format
-msgid " --auto - non-interactive mode, assume default answers to questions.\n"
-msgstr ""
-" --auto - nem-interaktív mód, a kérdésekre az alapértelmezett\n"
-" válaszok lesznek feltételezve\n"
-
-#: ../gurpmi.pm:48
-#: ../urpmi:80
-#: ../urpmq:52
-#, c-format
-msgid " --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - automatikusan kiválasztja a frissíthető csomagokat\n"
-
-#: ../gurpmi.pm:49
-#: ../urpme:50
-#: ../urpmi:103
-#: ../urpmq:66
-#, c-format
-msgid " --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - végrehajtás akkor is, ha néhány csomag nem elérhető\n"
-
-#: ../gurpmi.pm:50
-#: ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - RPM-aláírás ellenőrzése telepítés előtt (kikapcsolás:\n"
-" --no-verify-rpm; alapértelmezés: bekapcsolt állapot)\n"
-
-#: ../gurpmi.pm:52
-#: ../urpm/search.pm:41
-#: ../urpmf:41
-#: ../urpmi:73
-#: ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - csak a felsorolt (elválasztás: vessző) adatforrások\n"
-" használata\n"
-
-#: ../gurpmi.pm:53
-#: ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - csomag keresése a szolgáltatásjegyzékben\n"
-
-#: ../gurpmi.pm:54
-#: ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - a csomag ne legyen keresve a szolgáltatásjegyzékben\n"
-
-#: ../gurpmi.pm:55
-#: ../urpmi:110
-#: ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - másik gyökér használata az RPM-csomagtelepítéshez\n"
-
-#: ../gurpmi.pm:56
-#: ../urpmi:135
-#, c-format
-msgid " --test - only verify if the installation can be achieved correctly.\n"
-msgstr " --test - csak ellenőrzés, hogy a telepítés végrehajtható-e\n"
-
-#: ../gurpmi.pm:57
-#: ../urpmi:76
-#, c-format
-msgid " --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - csak a megadott adatforrások használata a kért csomagok\n"
-" kereséséhez\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Nincs megadva csomag"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Kis türelmet..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Rendszergazdai jogosultság szükséges"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"A kért csomagok közül néhányat nem lehet telepíteni:\n"
-"%s\n"
-"Kívánja folytatni a telepítést?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Figyelmeztetés"
-
-#: ../gurpmi2:134
-#: ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "OK"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (frissítés)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (telepítés)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Csomagválasztás"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "A következő csomagok valamelyikére szükség van:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Megszakítás"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"A következő csomagokat el kell távolítani, hogy más csomagok frissíthetők legyenek:\n"
-"%s\n"
-"Kívánja folytatni a telepítést?"
-
-#: ../gurpmi2:241
-#: ../urpmi:607
-#, c-format
-msgid "To satisfy dependencies, the following package is going to be installed:"
-msgstr "A függőségek feloldásához a következő csomag telepítésre kerül:"
-
-#: ../gurpmi2:242
-#: ../urpmi:608
-#, c-format
-msgid "To satisfy dependencies, the following packages are going to be installed:"
-msgstr "A függőségek feloldásához a következő csomagok telepítésre kerülnek:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d csomag, %d MB)"
-msgstr[1] "(%d csomag, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Csomagtelepítés..."
-
-#: ../gurpmi2:252
-#: ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "a forráscsomagok nem elérhetők, ezért a művelet félbeszakad"
-
-#: ../gurpmi2:266
-#: ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Előkészítés..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "A(z) '%s' (%s/%s) csomag telepítése..."
-
-#: ../gurpmi2:287
-#: ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Kérem helyezze be a(z) \"%s\" nevű adathordozót"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "A(z) '%s' csomag letöltése folyik..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Kész"
-
-#: ../gurpmi2:332
-#: ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"A telepítés nem sikerült, mivel bizonyos fájlok hiányoznak:\n"
-"%s\n"
-"Érdemes lehet frissíteni az urpmi adatbázist."
-
-#: ../gurpmi2:338
-#: ../urpm/main_loop.pm:223
-#: ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259
-#: ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "A telepítés nem sikerült:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "A csomag(ok) már telepítve van(nak)"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "A telepítés befejeződött"
-
-#: ../gurpmi2:346
-#: ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "\"%s\" eltávolítása"
-
-#: ../gurpmi2:354
-#: ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "az urpmi újraindítása"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"használat: %s [opciók]\n"
-"ahol [opciók] a következők lehetnek:\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - jelen segítség megjelenítése\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr ""
-" --root <hely> - a megadott útvonal használata gyökérkönyvtárnak\n"
-" a / helyett\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [csoport] - eredmények korlátozása az adott csoportra\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " alapértelmezés: %s\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - az RPM-csomag teljes nevének kiírása (NVRA)\n"
-
-#: ../rurpmi:11
-#: ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Csomagok telepítéséhez rendszergazdai jogosultság szükséges"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Az Urpmi indítása korlátozott módban..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "nem sikerült a %s könyvtár létrehozása"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "érvénytelen tulajdonosa van a %s könyvtárnak"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "Nem sikerült letölteni a csomagot a %s tükörről"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "az rpmdb megnyitása nem sikerült"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "érvénytelen csomagfájlnév: \"%s\""
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "RPM-fájl behozatala: \"%s\"..."
-
-#: ../urpm.pm:296
-#: ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...behozatal megtörtént"
-
-#: ../urpm.pm:299
-#: ../urpm/download.pm:731
-#: ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836
-#: ../urpm/media.pm:1287
-#: ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...a behozatal sikertelen: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "a csomagfájl nem elérhető: \"%s\""
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "nem sikerült elemezni a(z) \"%s\" specifikációs fájlt [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "az RPM-csomagfájl nem regisztrálható"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Az RPM-mel nem kompatibilis architektúra [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "hiba a helyi csomagok regisztrálásakor"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Korlátozott mód esetén ez a művelet nem végezhető el"
-
-#: ../urpm/args.pm:145
-#: ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "helytelen proxy-megadás a parancssorban\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: egy RPM-fájl nem olvasható: \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "váratlan kifejezés: %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "a %s előtt hiányzik a kifejezés"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "váratlan kifejezés: %s (javasolt a -a vagy -o használata)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "nincs a kifejezés lezárárva"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr "alapértelmezésben az urpmi egy regexpet vár, ezt megerősítheti a \"--literal\" opcióval"
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "chroot-könyvtár nem létezik"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "\"%s\" nem használható \"%s\" nélkül"
-
-#: ../urpm/args.pm:485
-#: ../urpm/args.pm:488
-#: ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "\"%s\" nem használható ezzel: \"%s\""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Túl sok argumentum\n"
-
-#: ../urpm/bug_report.pm:51
-#: ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "A másolás sikertelen"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid "You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done automatically)"
-msgstr "Muszáj a CD-ROM-ot kézzel csatlakoztatnia (vagy telepítse a perl-Hal-Cdroms csomagot az automatikus csatlakoztatáshoz)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "A HAL démon (hald) nem fut vagy nem áll készen"
-
-#: ../urpm/cdrom.pm:161
-#: ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "a(z) \"%s\" adatforrás nem elérhető"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "a(z) \"%s\" csomagfájl (RPM) nem olvasható a(z) \"%s\" adatforrásból"
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "szintaktikai hiba a beállítási fájlban a következő sornál: %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "nem sikerült olvasni a(z) \"%s\" beállítási fájlt"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "\"%s\" adatforrás kétszer van megadva - megszakítás"
-
-#: ../urpm/cfg.pm:251
-#: ../urpm/media.pm:497
-#: ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "a beállítások mentése nem sikerült: \"%s\""
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "nem olvasható a proxy beállítás (nincs joga a(z) %s olvasásához)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Adja meg az adatait a proxy eléréséhez\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Felhasználónév:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Jelszó:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "\"%s\": ismeretlen webes letöltő\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "a(z) %s hibát adott vissza: \"%d\" szignállal lépett ki"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "a(z) %s hibát adott vissza: \"%d\" kóddal lépett ki"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "a másolás sikertelen"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "a Wget hiányzik\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "a Curl hiányzik\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "a Curl hibát jelzett, a letöltés meg lett szakítva\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "az Rsync hiányzik\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "az SSH hiányzik\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "a Prozilla hiányzik\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Nem sikerült végrehajtani a Prozilla programot\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "aria2 hiányzik\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% megvan, összesen: %s, hátralevő: %s, sebesség: %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% megvan, sebesség: %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "\"%s\" behozatala"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "\"%s\" behozatala megtörtént"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "ismeretlen protokoll van definiálva ehhez: \"%s\""
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "\"%s\" nem elérhető, helyette ez lesz használva: %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "nem található webes letöltő; a támogatott letöltők: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "protokollkezelés sikertelen: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "%s és %s ürítése"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "a csomag nem található: \"%s\""
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "RPM-fájlok behozatala a(z) \"%s\" adatforrásból..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[újracsomagolás]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid "created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "a telepítési műveletek elkezdődtek ide: %s (eltávolítás=%d, telepítés=%d, frissítés=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "egy művelet elvégzése nem sikerült"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "nem sikerült kimásolni az RPM-csomagot a(z) \"%s\" delta-rpm csomagból"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "a(z) \"%s\" csomag telepítése sikertelen"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "hibás RPM-csomagok (%s) eltávolítása innen: %s"
-
-#: ../urpm/install.pm:218
-#: ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "%s eltávolítása sikertelen: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "A(z) %s csomag eltávolítása folyik"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "a(z) %s csomag eltávolítása folyik"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "a telepített RPM-csomagok (%s) eltávolítása innen: %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "További információ a(z) %s csomagról"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Nem sikerült létrehozni az LDAP gyorstár-könyvtárát"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Nem sikerült írni az LDAP gyorstár-fájlját\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Nincs megadva kiszolgáló - hiányzó URI vagy gépnév"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Nincs megadva alap"
-
-#: ../urpm/ldap.pm:172
-#: ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Nem lehet kapcsolódni az LDAP-URI-hoz:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "a(z) %s adatbázis zárolt - várakozás..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "leállítás"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "a(z) %s adatbázis zárolt (másik program már használja)"
-
-#: ../urpm/main_loop.pm:110
-#: ../urpm/main_loop.pm:120
-#: ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230
-#: ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "A telepítés nem sikerült"
-
-#: ../urpm/main_loop.pm:112
-#: ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Menjen mindenféleképp? (i/N)"
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"A telepítés nem sikerült, hibás RPM-ek:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "A következő csomag helytelen aláírást tartalmaz:"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "A következő csomagok helytelen aláírást tartalmaznak:"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Szeretné folytatni a telepítést?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "telepített RPM-csomagok eltávolítása (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "%s elosztása"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "%s telepítése innen: %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "%s telepítése folyik"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Próbáljam meg a telepítést a függőségek ellenőrzése nélkül? (i/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Ha problémát okozhat, akkor is legyen telepítés (--force)? (i/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "A csomagok naprakészek"
-
-#: ../urpm/main_loop.pm:306
-#: ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "A telepítés elvégezhető"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "a(z) \"%s\" fájl vizsgálata"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "érvénytelen MD5SUM fájl"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "figyelmeztetés: a(z) %s ellenőrzőösszege nincs benne az MD5SUM fájlban"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "a(z) \"%s\" virtuális adatforrás nem tiszta URL-lel rendelkezik, ezért az adatforrás nem kerül feldolgozásra"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "\"%s\" listafájlja nem elérhető; az adatforrás nem kerül feldolgozásra"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "\"%s\" fejléclistája nem elérhető; az adatforrás nem kerül feldolgozásra"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "a(z) \"%s\" néven létező adatforrás elkerülése - kihagyás"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "Sikertelen az eltávolítható eszköz csatlakoztatása. Az adatforrás kihagyva..."
-
-#: ../urpm/media.pm:499
-#: ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "beállítások mentése: \"%s\""
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Párhuzamos mód nem használható a \"use-distrib\" üzemmóddal"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "a hozzárendelt adatforrás használata párhuzamos módhoz: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid "--synthesis cannot be used with --media, --excludemedia, --sortmedia, --update, --use-distrib or --parallel"
-msgstr "a --synthesis nem használható ezekkel: --media, --excludemedia, --sortmedia, --update, --use-distrib, --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Keresés kezdete: %s vége: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "a(z) %s csomag kihagyása"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "csomagfrissítés helyett telepítés szükséges: \"%s\""
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "\"%s\" adatforrás már létezik"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(alapértelmezésben figyelmen kívül hagyva)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "\"%s\" adatforrás hozzáadása a(z) \"%s\" távoli adatforrás előtt"
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "\"%s\" adatforrás hozzáadása"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "%s könyvtár nem létezik"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "úgy tűnik, ez a hely nem tartalmaz disztribúciót"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "a media.cfg elemzése nem sikerült"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "a disztribúciós adatforrás nem elérhető (media.cfg fájl nem található)"
-
-# N("skipping non compatible media `%s' (for %s)",
-# $media, $media_arch)
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "\"%s\" nevű nem kompatibilis adatforrás kihagyása (architektúra: %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "media.cfg fájl behozatala..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "kísérlet történt nem létező adatforrás (\"%s\") kiválasztására"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "több adatforrás kijelölése: \"%s\""
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "\"%s\" adatforrás eltávolítása"
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "az urpmi beállításainak módosítása a(z) \"%s\" adatforráshoz"
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...a beállítások módosítása sikertelen"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "a beállítások módosítása megtörtént"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Nem sikerült elkészíteni a névfájlt - nem található a következő függőség: %d"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "a(z) \"%s\" adatforrás naprakész"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "kiterjesztett függőséglista vizsgálata: \"%s\""
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "probléma a(z) \"%s\" adatforrás kiterjesztett függőséglistájának olvasásakor"
-
-#: ../urpm/media.pm:1176
-#: ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "\"%s\" másolása a(z) \"%s\" adatforrás számára..."
-
-#: ../urpm/media.pm:1178
-#: ../urpm/media.pm:1233
-#: ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...a másolás sikertelen"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "\"%s\" leírásfájljának másolása..."
-
-#: ../urpm/media.pm:1231
-#: ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...másolás megtörtént"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "\"%s\" másolása sikertelen (a fájl túl kicsi)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "a letöltött kiterjesztett függőséglista MD5-ös összegének kiszámítása folyik"
-
-#: ../urpm/media.pm:1312
-#: ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "\"%s\" megszerzése sikertelen (az MD5-ös összegek nem egyeznek)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "genhdlist2 hibát jelzett \"%s\"-ben"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "%s és %s összehasonlítása"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "érvénytelen fejléclista-fájl (%s) a(z) \"%s\" adatforráshoz"
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "\"%s\" leírásfájljának másolása..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "érvénytelen MD5SUM fájl (letöltve a %s tükörről)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "\"%s\" forrás-fejléclistájának (illetve kiterjesztett függőséglistájának) behozatala..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "a csomagkezelő fejléclistát (illetve kiterjesztett függőséglistát) talált: %s"
-
-#: ../urpm/media.pm:1485
-#: ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "a(z) \"%s\" adatforráshoz nem található kiterjesztett függőséglista"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "\"%s\" nyilvánoskulcs-fájljának vizsgálata..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...%s kulcs importálva \"%s\" nyilvánoskulcs-fájljából"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "\"%s\" nyilvánoskulcs-fájlja nem importálható"
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "\"%s\" adatforrás frissítve"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "[%s] megszerzése sikertelen"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "Ismételt próbálkozás a %s tükörrel."
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Nem találok egy tükröt sem a %s tükörlistában."
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "%s %.2f %.2f földrajzi helyet állapítottam meg a(z) %s időzóna alapján."
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "tükörlista beolvasása innen: %s"
-
-#: ../urpm/msg.pm:63
-#: ../urpmi:514
-#: ../urpmi:529
-#: ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64
-#: ../urpme:38
-#: ../urpmi:568
-#: ../urpmi:663
-#: ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "IiyY"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Ezt nem lehet választani, próbálja meg újra\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Csomag"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Verzió"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Kiadás"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Architektúra"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(javasolt)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "\"%s\" adatforrás"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "parancssor"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190
-#: ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid "The following package is now orphan, use \"urpme --auto-orphans\" to remove it."
-msgid_plural "The following packages are now orphans, use \"urpme --auto-orphans\" to remove them."
-msgstr[0] "A következő csomag elárvult. Használd az \"urpme --auto-orphans\" parancsot az eltávolítására."
-msgstr[1] "A következő csomagok elárvultak. Használd az \"urpme --auto-orphans\" parancsot az eltávolításukra."
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "\"%s\" elemzése sikertelen a következő fájlban: \"%s\""
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "párhuzamosság vizsgálata a következő fájlban: \"%s\""
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "párhuzamosság van definiálva a következő gépekre: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "\"%s\" párhuzamossági opció nem használható"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "a %s node-on"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "A telepítés nem sikerült a %s node-on"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp hiba. Lehet, hogy a node elérhetetlen."
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput hiba. Lehet, hogy a node elérhetetlen."
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "scp hiba a %s gépen (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "cp hiba a %s gépen (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid "%s failed on host %s (maybe it does not have a good version of urpmi?) (exit code: %d)"
-msgstr "%s hiba a %s gépen (lehet, hogy az urpmi nem jó verziója található a gépen?)(kilépési kód: %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "a(z) \"%s\" adatforrás nem hozzáférhető"
-
-#: ../urpm/removable.pm:72
-#: ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "%s csatolása"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "%s leválasztása"
-
-#: ../urpm/search.pm:29
-#: ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf %s\n"
-"Copyright (C) Mandriva, 2002-2006.\n"
-"Ez a program szabad szoftver; a GNU GPL feltételei szerint terjeszthető.\n"
-"\n"
-"Használat: urpmf [opciók] mintakifejezés\n"
-
-#: ../urpm/search.pm:36
-#: ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - jelen program verziószámának megjelenítése\n"
-
-#: ../urpm/search.pm:37
-#: ../urpmf:37
-#: ../urpmi:132
-#: ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - megadott környezet használata (általában hibajelentés\n"
-" esetén használatos)\n"
-
-#: ../urpm/search.pm:38
-#: ../urpmf:38
-#: ../urpmi:74
-#: ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - a felsorolt (elválasztás: vessző) adatforrások\n"
-" feldolgozásának mellőzése\n"
-
-#: ../urpm/search.pm:39
-#: ../urpmf:39
-#, c-format
-msgid " --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - mintaillesztés mellőzése, az argumentum normál szövegként\n"
-" való kezelése\n"
-
-#: ../urpm/search.pm:40
-#: ../urpme:54
-#: ../urpmf:40
-#: ../urpmi:111
-#: ../urpmi.addmedia:72
-#: ../urpmi.recover:36
-#: ../urpmi.removemedia:45
-#: ../urpmi.update:48
-#: ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - másik gyökér használata az Urpmi-adatbázishoz és az\n"
-" RPM-csomagtelepítéshez\n"
-
-#: ../urpm/search.pm:42
-#: ../urpmf:42
-#: ../urpmi:77
-#: ../urpmq:50
-#, c-format
-msgid " --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - az adatforrások sorbarendezése vesszővel elválasztott\n"
-" sztringek alapján\n"
-
-#: ../urpm/search.pm:43
-#: ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - a megadott útvonal használata az adatforrások eléréséhez\n"
-
-#: ../urpm/search.pm:44
-#: ../urpmf:44
-#: ../urpmi:78
-#: ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - a megadott kiterjesztett függőséglista használata az\n"
-" urpmi-adatbázis helyett\n"
-
-#: ../urpm/search.pm:45
-#: ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - az azonos sorok csak egyszer jelenjenek meg\n"
-
-#: ../urpm/search.pm:46
-#: ../urpmf:46
-#: ../urpmi:75
-#: ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - csak frissítési adatforrás legyen használva\n"
-
-#: ../urpm/search.pm:47
-#: ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - részletes információ\n"
-
-#: ../urpm/search.pm:48
-#: ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - a minták feldolgozása nem nagybetűérzékeny\n"
-
-#: ../urpm/search.pm:49
-#: ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -I - a minták feldolgozása nagybetűérzékeny (alapértelmezés)\n"
-
-#: ../urpm/search.pm:50
-#: ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<szöveg> - mezőelválasztó módosítása (alapértelmezés: \":\")\n"
-
-#: ../urpm/search.pm:51
-#: ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Mintakifejezések:\n"
-
-#: ../urpm/search.pm:52
-#: ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" szöveg - a szövegek reguláris kifejezésként vannak kezelve, ezt -l\n"
-" opcióval lehet felülbírálni\n"
-
-#: ../urpm/search.pm:53
-#: ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - Perl kód közvetlen betevése (perl -e)\n"
-
-#: ../urpm/search.pm:54
-#: ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - bináris ÉS művelet.\n"
-
-#: ../urpm/search.pm:55
-#: ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - bináris VAGY művelet.\n"
-
-#: ../urpm/search.pm:56
-#: ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - unáris NEM művelet.\n"
-
-#: ../urpm/search.pm:57
-#: ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - bal illetve jobb oldali zárójel\n"
-
-#: ../urpm/search.pm:58
-#: ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Címkék listája:\n"
-
-#: ../urpm/search.pm:59
-#: ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - printf-szerű kiírási formátum megadása\n"
-
-#: ../urpm/search.pm:60
-#: ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " példa: '%%name:%%files'\n"
-
-#: ../urpm/search.pm:61
-#: ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - architektúra\n"
-
-#: ../urpm/search.pm:62
-#: ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - a csomagkészítéshez használt gép\n"
-
-#: ../urpm/search.pm:63
-#: ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - a csomagkészítés időpontja\n"
-
-#: ../urpm/search.pm:64
-#: ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - beállítási fájlok\n"
-
-#: ../urpm/search.pm:65
-#: ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - \"ütközés\" címkék\n"
-
-#: ../urpm/search.pm:66
-#: ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - csomagleírás\n"
-
-#: ../urpm/search.pm:67
-#: ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - disztribúció\n"
-
-#: ../urpm/search.pm:68
-#: ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - generáció\n"
-
-#: ../urpm/search.pm:69
-#: ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - a csomag fájlneve\n"
-
-#: ../urpm/search.pm:70
-#: ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - a csomagban levő fájlok listája\n"
-
-#: ../urpm/search.pm:71
-#: ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - csoport\n"
-
-#: ../urpm/search.pm:72
-#: ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - licenc\n"
-
-#: ../urpm/search.pm:73
-#: ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - csomagnév\n"
-
-#: ../urpm/search.pm:74
-#: ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - \"elavulttá tesz\" címkék\n"
-
-#: ../urpm/search.pm:75
-#: ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - csomagkészítő\n"
-
-#: ../urpm/search.pm:76
-#: ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - \"szolgáltatásjegyzék\" címkék\n"
-
-#: ../urpm/search.pm:77
-#: ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - \"követelmények\" címkék\n"
-
-#: ../urpm/search.pm:78
-#: ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - telepített méret\n"
-
-#: ../urpm/search.pm:79
-#: ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - a forráscsomag neve\n"
-
-#: ../urpm/search.pm:80
-#: ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - \"javasol\" címkék\n"
-
-#: ../urpm/search.pm:81
-#: ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - összefoglaló\n"
-
-#: ../urpm/search.pm:82
-#: ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - URL\n"
-
-#: ../urpm/search.pm:83
-#: ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - terjesztő\n"
-
-#: ../urpm/search.pm:84
-#: ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - a csomagot tartalmazó adatforrás\n"
-
-#: ../urpm/search.pm:85
-#: ../urpmf:85
-#: ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - a névvel együtt a verzió, a kiadásszám és az\n"
-" architektúra is jelenjen meg\n"
-
-#: ../urpm/search.pm:197
-#: ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Helytelen formátum: csak egy darab többértékű címke használható"
-
-#: ../urpm/search.pm:247
-#: ../urpmf:248
-#: ../urpmi:265
-#: ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "a következő környezet használata: %s\n"
-
-#: ../urpm/search.pm:290
-#: ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "a(z) \"%s\" adatforráshoz nem elérhető a fejléclista (hdlist)"
-
-#: ../urpm/search.pm:297
-#: ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "a \"%s\" adatforrás kiterjesztett függőséglistája nem elérhető"
-
-#: ../urpm/search.pm:304
-#: ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "a(z) \"%s\" adatforrás listafájlja nem elérhető"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "az Urpmi újra lett indítva; a prioritásos csomagok listája nem változott"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr "az Urpmi újra lett indítva; a prioritásos csomagok listája változott: %s - %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Nincs ilyen nevű csomag: %s"
-
-#: ../urpm/select.pm:170
-#: ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "A következő csomagok tartalmazzák a(z) %s komponenst: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr "Használja a \"-a\" kapcsolót minden kijelöléséhez"
-
-#: ../urpm/select.pm:300
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "%s csomagot talált az urpmi db-ben, de ezek nem telepíthetőek"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "A(z) \"%s\" csomag már telepítve van"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "A(z) \"%s\" csomagok már telepítve vannak"
-
-#: ../urpm/select.pm:562
-#: ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "\"%s\" hiánya miatt"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "mivel \"%s\" már telepítve van"
-
-#: ../urpm/select.pm:564
-#: ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "\"%s\" igényei miatt"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "a legalkalmasabb \"%s\" keresése"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "\"%s\" megtartása érdekében"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "\"%s\" telepítése érdekében"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "ezzel való ütközés miatt: \"%s\""
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Érvénytelen elektronikus aláírás (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Érvénytelen kulcsazonosító (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Hiányzó elektronikus aláírás (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "rendszer"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "A(z) %s újraindítása szükséges a(z) %s számára"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "A fájl nem írható"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Nem sikerült megnyitni a fájlt"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "%s nem mozgatható ide: %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme %s\n"
-"Copyright (C) Mandriva, 1999-2008.\n"
-"Ez a program szabad szoftver; a GNU GPL feltételei szerint terjeszthető.\n"
-"\n"
-"Használat:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - választási lehetőségnél automatikusan választ csomagot\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - árvák eltávolítása\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - annak ellenőrzése, hogy az eltávolítás végrehajtható-e\n"
-
-#: ../urpme:51
-#: ../urpmi:109
-#: ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - elosztott urpmi több számítógép közt\n"
-
-#: ../urpme:52
-#: ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - a fájlok újracsomagolása törlés előtt\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - másik gyökér használata az RPM-csomageltávolításhoz\n"
-
-#: ../urpme:55
-#: ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --justdb - csak az RPM-adatbázis legyen frissítve, a fájlrendszer ne\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - a csomagok szkriptjei ne legyenek végrehajtva\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - az urpme menet közben való beállítása egy disztribúciós\n"
-" fából - például chroot telepítéséhez/eltávolításához\n"
-" használható a --root opció esetén\n"
-
-#: ../urpme:59
-#: ../urpmi:152
-#: ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - részletes információ\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - a mintára illeszkedő csomagok kijelölése\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Csomagok eltávolításához rendszergazdai jogosultság szükséges"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "ismeretlen csomagok"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "ismeretlen csomag"
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Az alábbi csomag eltávolítása tönkreteheti a rendszert:"
-msgstr[1] "Az alábbi csomagok eltávolítása tönkreteheti a rendszert:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Nincs mit eltávolítani"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "Nincs árva csomag."
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural "To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "A függőségek feloldásához a következő csomag el lesz távolítva"
-msgstr[1] "A függőségek feloldásához a következő %d csomag el lesz távolítva"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(árva csomag)"
-msgstr[1] "(árva csomagok)"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "%d csomag eltávolítása?"
-msgstr[1] "%d csomag eltávolítása?"
-
-#: ../urpme:161
-#: ../urpmi:569
-#: ../urpmi:664
-#: ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (i/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "%s eltávolításának tesztelése"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Az eltávolítás sikertelen"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "Az eltávolítás elvégezhető"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "befejezetlen kifejezés (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - adatforrások frissítése, majd a rendszer frissítése\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - az MD5-ös összeg ellenőrzésének kikapcsolása\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - a GPG-kulcs frissítésének kikényszerítése\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - kérdés nélkül eltávolítja az árva csomagokat\n"
-
-#: ../urpmi:85
-#: ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --suggests - ne legyenek automatikusan kijelölve a \"javasolt\" csomagok.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid " --no-uninstall - never ask to uninstall a package, abort the installation.\n"
-msgstr ""
-" --no-uninstall - a program soha ne ajánlja fel csomag eltávolítását, inkább\n"
-" szakadjon félbe a telepítés\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - csomagok telepítésének mellőzése (csak letöltés)\n"
-
-#: ../urpmi:88
-#: ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - a már telepített csomagok megtartása, ha lehetséges - a\n"
-" törlést igénylő csomagok nem kerülnek telepítésre\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - a műveletek több részre bontása a megadottnál több csomag\n"
-" telepítése vagy frissítése esetén,\n"
-" az alapértelmezés szerinti érték: %d\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - csökkentett művelethossz használata, az alapértelmezés: %d\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - fuzzy keresés használata\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - csomagkövetelmények telepítése\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - csak a forráscsomag telepítése (a programok mellőzése)\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - RPM-fájl eltávolítása a gyorstárból a műveletek előtt\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - az RPM-fájlok ne törlődjenek a gyorstárból\n"
-
-#: ../urpmi:102
-#, c-format
-msgid " --replacepkgs - force installing packages which are already installed.\n"
-msgstr " --replacepkgs - a már telepített csomagok telepítésének kikényszerítése\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - lehetővé teszi a csomagok függőségellenőrzés nélküli\n"
-" telepítését (a felhasználótól érkező megerősítést követően)\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - lehetővé teszi a csomagok függőség- és helyességellenőrzés\n"
-" nélküli telepítését (a felhasználótól érkező megerősítést\n"
-" követően)\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - a \"javasolt\" csomagok automatikus kijelölése.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - az urpmi menet közben való beállítása egy disztribúciós\n"
-" fából - például chroot telepítéséhez használható a --root\n"
-" opció esetén\n"
-
-#: ../urpmi:114
-#: ../urpmi.addmedia:59
-#: ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - Egy helyi metalink-et legenerál, és azt használja.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - program a szükséges fájlok letöltéséhez. \n"
-" ismert programok: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - további opciók a Curl program számára\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- további opciók az Rsync program számára\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - további opciók a Wget program számára\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - további opciók a Prozilla program számára\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - további opciók az aria2 program számára\n"
-
-#: ../urpmi:123
-#: ../urpmi.addmedia:60
-#: ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - a letöltési sebesség korlátozása\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - részlegesen letöltött fájlok átvitelének folytatása\n"
-" (a --no-resume kikapcsolja; alapértelmezésben kikapcsolt)\n"
-
-#: ../urpmi:126
-#: ../urpmi.addmedia:61
-#: ../urpmi.update:39
-#: ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - a megadott HTTP proxy használata; a portszám alapértelmezés\n"
-" szerint 1080 (formátum: <proxygép[:port]>)\n"
-
-#: ../urpmi:128
-#: ../urpmi.addmedia:63
-#: ../urpmi.update:41
-#: ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - proxyhoz használandó felhasználónév és jelszó\n"
-" (formátum: <felhasználónév:jelszó>)\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - hibajelentés írása a következő argumentumban megadott\n"
-" könyvtárba\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - bizonyos útvonalak (elválasztás: vessző) kihagyása\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - dokumentációs fájlok kihagyása\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - telepítés előtt ne legyen ellenőrizve az üres lemezhely\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - az RPM-csomagok telepítésének engedélyezése nem megfelelő\n"
-" architektúra esetén is\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - a csomagok szkriptjei ne legyenek végrehajtva\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - a nem telepítendő csomagok\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - előnyben részesítendő csomagok\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - ha nagyobb mennyiségű csomagot talált a rendszer, akkor az\n"
-" alapértelmezettnél több lehetőséget kínáljon fel\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - ne legyen zárolva az RPM-adatbázis\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - csak az azonos architektúrájú csomagok frissítése\n"
-
-#: ../urpmi:148
-#: ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - kijelölés a parancssorban megadott minta szerint\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - néma üzemmód\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - nagyon részletes információ.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " a parancssorban megadott csomagok illetve RPM-fájlok lesznek telepítve\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Hiba: --auto-select csomaglistával együtt nem használható.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Hiba: hibajelentés készítéséhez adja meg a szokásos parancssori argumentumokat\n"
-"a --bug opcióval együtt.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Nem telepíthet bináris RPM-fájlokat, ha --install-src van megadva"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Nem telepíthet spec-fájlokat"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "alapértelmezésben --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid "please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr "használja a --buildrequires vagy --install-src opciót, alapértelmezés: --buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid "Directory [%s] already exists, please use another directory for bug report or delete it"
-msgstr "\"%s\" nevű könyvtár már létezik. Használjon más könyvtárt a hibajelentéshez, vagy pedig törölje."
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "A következő könyvtárnak a hibajelentés céljából való létrehozása sikertelen: \"%s\""
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "\"%s\" környezeti könyvtár nem létezik"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Hiba: úgy tűnik, hogy \"%s\" csak olvasható módon lett csatolva.\n"
-"Ha mégis végre kívánja hajtani a műveletet, használja a --allow-force opciót."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Adatforrás frissítése...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (frissítés)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (frissítés)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (telepítés)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (telepítés)"
-
-#: ../urpmi:462
-#, c-format
-msgid "In order to satisfy the '%s' dependency, one of the following packages is needed:"
-msgstr "A(z) \"%s\" függőség feloldásához szükség van a következő csomagok egyikére:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Melyiket választja? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"A következő csomag nem telepíthető, mivel olyan csomagokat igényel,\n"
-"amelyek régebbiek a telepítetteknél:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"A következő csomagok nem telepíthetők, mivel olyan csomagokat igényelnek,\n"
-"amelyek régebbiek a telepítetteknél:\n"
-"%s"
-
-#: ../urpmi:515
-#: ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Kívánja folytatni a telepítést?"
-
-#: ../urpmi:516
-#: ../urpmi:531
-#: ../urpmi:628
-#: ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (I/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"A következő kért csomagot nem lehet telepíteni:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"A kért csomagok közül néhányat nem lehet telepíteni:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "a(z) \"%s\" csomag eltávolítása tönkreteheti a rendszert"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"A telepítés nem folytatható, mert a következő csomagot el kell\n"
-"távolítani, hogy a szükséges csomagok frissíthetők legyenek:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"A telepítés nem folytatható, mert a következő csomagokat el kell\n"
-"távolítani, hogy a szükséges csomagok frissíthetők legyenek:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"A következő csomagot el kell távolítani, hogy a szükséges csomagok frissíthetők legyenek:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"A következő csomagokat el kell távolítani, hogy a szükséges csomagok frissíthetők legyenek:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(csak teszt; az eltávolítás nem lesz ténylegesen végrehajtva)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following dependencies:\n"
-"%s\n"
-msgstr ""
-"Használja az urpmi-hoz a --buildrequires opciót az alábbi függőségek telepítéséhez:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Az következő árva csomag el lesz távolítva."
-msgstr[1] "Az következő árva csomagok el lesznek távolítva."
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(csak teszt; a telepítés nem lesz ténylegesen végrehajtva)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "További %s lemezhely lesz használva."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "%s lemezhely fel lesz szabadítva."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "%s csomag lesz beszerezve."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Kívánja folytatni a csomag telepítését?"
-msgstr[1] "Kívánja folytatni a(z) %d csomag telepítését?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Mégsem"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Amikor csatolta, nyomja le az Enter billentyűt..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"Használat: urpmi.addmedia [opciók] <név> <url>\n"
-"ahol <url> az alábbiak egyike lehet:\n"
-" [file:/]/<elérési út>\n"
-" ftp://<felhasználónév>:<jelszó>@<gépnév>/<elérési út>\n"
-" ftp://<gépnév>/<elérési út>\n"
-" http://<gépnév>/<elérési út>\n"
-" cdrom://<elérési út>\n"
-"\n"
-"használat: urpmi.addmedia [opciók] --distrib --mirrorlist <url>\n"
-"használat: urpmi.addmedia [opciók] --mirrorlist <url> <név> <relatív elérési út>\n"
-"\n"
-"például:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"az [opciók] pedig a következők lehetnek:\n"
-
-#: ../urpmi.addmedia:55
-#: ../urpmi.update:33
-#: ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - a Wget használata távoli fájlok letöltésére\n"
-
-#: ../urpmi.addmedia:56
-#: ../urpmi.update:34
-#: ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - a Curl használata távoli fájlok letöltésére\n"
-
-#: ../urpmi.addmedia:57
-#: ../urpmi.update:35
-#: ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - a Prozilla használata távoli fájlok letöltésére\n"
-
-#: ../urpmi.addmedia:58
-#: ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 - az Aria2 használata távoli fájlok letöltésére\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-" --update - létrehoz egy frissítési adatforrást, \n"
-" vagy visszautasítja a nem-frissítési adatforrást \n"
-" (pl. a --distrib kapcsolóval)\n"
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi.cfg(5)\n"
-msgstr ""
-" --xml-info - egyedi irányelv a listafájlok letöltéséhez:\n"
-" never, on-demand, update-only, always. Lásd: urpmi.cfg(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - kiterjesztett függőséglista felhasználása\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - RPM-fájlok használata (fejléclista helyett)\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - fejléclista keresésének mellőzése\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr " --distrib - az összes adatforrás létrehozása telepítési adatforrásból\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr " --interactive - --distrib esetén: megerősítés kérése minden adatforráshoz\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - --distrib esetén: minden listázott adatforrás felvétele\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - a megadott URL által azonosított fájl használata\n"
-" tükörkiszolgáló-listaként; alapértelmezés:\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - virtuális, mindig naprakész adatforrás létrehozása.\n"
-
-#: ../urpmi.addmedia:80
-#: ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - az MD5-ös összeg ellenőrzésének kikapcsolása\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - a felvett adatforrás publikus kulcsa ne legyen importálva\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - az adatforrás felvétele, de a frissítésének mellőzése\n"
-
-#: ../urpmi.addmedia:83
-#: ../urpmi.removemedia:43
-#: ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - néma üzemmód\n"
-
-#: ../urpmi.addmedia:84
-#: ../urpmi.removemedia:44
-#: ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - részletes információ\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "Ismert listafájl meghatározás a(z) %s-hez"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "Hiányzik az argumentum: --distrib --mirrorlist <url>"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "helytelen <url> (helyi könyvtár esetén az útvonalnak abszolútnak kell lennie)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Adatforrás felvételéhez rendszergazdai jogosultság szükséges"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "\"%s\" beállításfájl létrehozása"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "\"%s\" beállításfájl nem hozható létre"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "<a fejléclista relatív útvonala> --distrib esetén szükségtelen"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Szeretné felvenni ezt az adatforrást: '%s'?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<a fejléclista relatív útvonala> hiányzik\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "\"%s\" távoli adatforrással nem használható"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "az adatforrás nem hozzáadható"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover %s\n"
-"Copyright (C) Mandriva, 2006.\n"
-"Ez a program szabad szoftver; a GNU GPL feltételei szerint terjeszthető.\n"
-"\n"
-"Használat:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - újracsomagolás indítása most\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - ellenőrzőpont (checkpoint) esetén ne törlődjön az\n"
-" újracsomagolási könyvtár\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid " --list - list transactions since provided date/duration argument\n"
-msgstr ""
-" --list - tranzakciók listázása a megadott dátum/időtartam\n"
-" argumentumtól kezdődően\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - az RPM-adatbázisban levő tranzakciók listázása (hosszú)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-" --list-safe - tranzakciók listázása az ellenőrzőponttól (checkpoint)\n"
-" kezdődően\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - visszagörgetés a megadott dátumig, vagy a megadott számú\n"
-" tranzakció visszagörgetése\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - újracsomagolás kikapcsolása\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Helytelen dátum vagy időtartam [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Újracsomagolási könyvtár nincs megadva\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Nem sikerült írni az újracsomagolási könyvtárba [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Az újracsomagolási könyvtár takarítása [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d fájl törölve\n"
-msgstr[1] "%d fájl törölve\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Helytelen parancssori argumentumok [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "A --checkpoint és a --rollback opció nem adható meg egyszerre\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "A --checkpoint és a --list opció nem adható meg egyszerre\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "A --rollback és a --list opció nem adható meg egyszerre\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "A --disable opció nem adható meg más opcióval együtt"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Nem található ez utáni tranzakció: %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Ehhez rendszergazdai jogosultság szükséges"
-
-#: ../urpmi.recover:143
-#: ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "RPM-makrófájl írása [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Visszagörgetési dátum nem található\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Visszagörgetés eddig: %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Újracsomagolás kikapcsolása\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"Használat: urpmi.removemedia (-a | <név> ...)\n"
-"ahol <név> az eltávolítandó adatforrás neve.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - az összes adatforrás kijelölése\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - fuzzy keresés az adatforrásnevekben\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Adatforrás eltávolításához rendszergazdai jogosultság szükséges"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "nincs mit eltávolítani (használja az urpmi.addmedia parancsot adatforrás felvételéhez)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"a törlendő bejegyzés hiányzik\n"
-"(valamelyik ezek közül: %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"Használat: urpmi.update [opciók] <név> ...\n"
-"ahol <név> a frissítendő adatforrás neve.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - csak frissítési adatforrás legyen frissítve\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - a GPG-kulcs frissítésének kikényszerítése\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - ne legyen frissítés; az adatforrások kihagyottnak jelölése\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - ne legyen frissítés; az adatforrások bekapcsoltnak jelölése\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --probe-rpms - fejléclista használatának mellőzése,\n"
-" RPM-fájlok használata közvetlenül\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - az összes nem cserélhető adatforrás kijelölése\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - fejléclista frissítésének kikényszerítése\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -ff - fejléclista frissítésének kikényszerítése (mindenképpen)\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Adatforrás frissítéséhez rendszergazdai jogosultság szükséges"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "nincs mit frissíteni (használja az urpmi.addmedia parancsot adatforrás felvételéhez)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"a frissítendő bejegyzés hiányzik\n"
-"(valamelyik ezek közül: %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "\"%s\" adatforrás kihagyása"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "\"%s\" adatforrás bekapcsolása"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq %s\n"
-"Copyright (C) Mandriva, 2000-2006.\n"
-"Ez a program szabad szoftver; a GNU GPL feltételei szerint terjeszthető.\n"
-"\n"
-"Használat:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid " --searchmedia - use only the given media to search requested (or updated) packages.\n"
-msgstr ""
-" --searchmedia - csak a megadott adatforrások használata a kért (vagy\n"
-" frissített) csomagok kereséséhez\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - árvák listázása\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - fuzzy keresés használata (-y opcióval azonos)\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - az elérhető csomagok listázása\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - az elérhető adatforrások listázása\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - elérhető adatforrások és URL-jeik listázása\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - az elérhető gépek listázása --parallel használata esetén\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - az elérhető párhuzamos aliasok listázása\n"
-
-#: ../urpmq:63
-#, c-format
-msgid " --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr " --dump-config - beállítások kiírása urpmi.addmedia-argumentumok formájában\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - a következő csomag egy forráscsomag (-s opcióval azonos)\n"
-
-#: ../urpmq:65
-#, c-format
-msgid " --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - a csomagok elérési útjának listázása letöltés előtt\n"
-" (rendszergazdai jogosultság szükséges)\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - a nem megfelelő architektúrájú RPM-csomagok lekérdezésének\n"
-" engedélyezése\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - az urpmi menet közben való beállítása egy disztribúciós\n"
-" fából; lehetővé teszi egy disztribúció lekérdezését\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - változások listájának megjelenítése\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - ütközések megjelenítése\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - árvák megjelenítése.\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - \"szolgáltatásjegyzék\" címkék\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - követelmények megjelenítése\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - kapcsolódók megjelenítése.\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - a forráscsomag neve\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - összefoglaló megjelenítése\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - a lekérdezés terjedjen ki a csomagfüggőségekre is\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - fordított keresés: mi igényli a csomagot\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - kiterjesztett fordított keresés (virtuális csomagokban is)\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - csomag keresése a szolgáltatásjegyzékben\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - teljes információ, az eltávolítandó csomaggal együtt\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - a névvel együtt a csoportok is jelenjenek meg\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - hasznos információk kiírása könnyen olvasható formában\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - a csomagban levő fájlok listázása\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - egyenértékű a -du opcióval\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - a névvel együtt a verzió és a kiadásszám is jelenjen meg\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - a következő csomag egy forráscsomag (--src opcióval azonos)\n"
-
-#: ../urpmq:106
-#, c-format
-msgid " -u - remove package if a more recent version is already installed.\n"
-msgstr " -u - csomag kihagyása, ha már van újabb verzió telepítve\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - fuzzy keresés használata (--fuzzy opcióval azonos)\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - mint -y, de a kis- és nagybetűket nem különbözteti meg\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " a parancssorban megadott csomagok illetve RPM-fájlok lesznek lekérdezve\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "használat: \"urpmq --auto-orphans\" argumentum nélkül"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "a --list-nodes csak a --parallel opcióval használható"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "használja a -l opciót a fájllistához"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr "nincs listafájlja a(z) \"%s\" adatforrásnak, ezért csak részleges eredmény van a(z) \"%s\" csomaghoz"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr "nincs listafájlja a(z) \"%s\" adatforrásnak, ezért csak részleges eredmény van a(z) \"%s\" csomagokhoz"
-
-#: ../urpmq:408
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr "nincs listafájlja a(z) \"%s\" adatforrásnak, ezért nincs eredmény a(z) \"%s\" csomaghoz"
-
-#: ../urpmq:409
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr "nincs listafájlja a(z) \"%s\" adatforrásnak, ezért nincs eredmény a(z) \"%s\" csomagokhoz"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Változási lista nem található\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - frissítési adatforrás létrehozása\n"
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "helytelen URL: [%s]"
-#~ msgid "sorry, you can't use --install-src to install remote .src.rpm files"
-#~ msgstr "távoli .src.rpm-fájlok nem telepíthetők a --install-src opcióval"
-#~ msgid "Error"
-#~ msgstr "Hiba"
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d telepítési művelet nem sikerült"
-#~ msgstr[1] "%d telepítési művelet nem sikerült"
-#~ msgid "Package %s can not be installed"
-#~ msgstr "A(z) \"%s\" csomag nem telepíthető"
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Ellenőrzés a következő csomagok eltávolításához"
-#~ msgid "%s database locked"
-#~ msgstr "a(z) \"%s\" adatbázis zárolt"
-
-#, fuzzy
-#~ msgid ""
-#~ " --auto - non-interactive mode, assume default answers to "
-#~ "questions. --auto\n"
-#~ msgstr ""
-#~ " --auto - nem-interaktív mód, a kérdésekre az alapértelmezett\n"
-#~ " válaszok lesznek feltételezve\n"
-#~ msgid "Unknown option %s"
-#~ msgstr "Ismeretlen opció: \"%s\""
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "túl sok csatolási pont ehhez a cserélhető adatforráshoz: \"%s\""
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr ""
-#~ "A(z) \"%s\" adatforrás egy ISO-képmás - menet közben csatolásra kerül"
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "eltérő cserélhető eszköz (\"%s\") használata ehhez: \"%s\""
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "a következő cserélhető adatforrás útvonala nem elérhető: \"%s\""
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "nem sikerült csatolni a disztribúciós adatforrást"
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "A(z) \"%s\" adatforrás nem elérhető.\n"
-#~ "Lehetséges, hogy az adatforrás létrehozásakor kézzel lett csatolva a "
-#~ "megfelelő könyvtár."
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr ""
-#~ "a(z) \"%s\" hibás adatforrás cserélhetőnek van jelölve, pedig nem az"
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - a fejlécgyorstár könyvtárának kiürítése\n"
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "minden virtuális adatforrásnak helyinek kell lennie"
-#~ msgid "Error generating names file: Can't write to file (%s)"
-#~ msgstr ""
-#~ "Nem sikerült elkészíteni a névfájlt - nem sikerült írni a fájlba (%s)"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "fejléclista nem elemezhető: \"%s\""
-#~ msgid "found %d rpm headers in cache, removing %d obsolete headers"
-#~ msgstr ""
-#~ "a gyorstárban %d RPM-fejléc található, %d elavult fejléc eltávolítása"
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr ""
-#~ "a meglevő forrás-fejléclista (vagy kiterjesztett függőséglista) MD5-ös "
-#~ "összegének kiszámítása - %s"
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "a virtuális \"%s\" adatforráshoz nem tartozhat definiált fejléclista vagy "
-#~ "listafájl, ezért az adatforrás nem lesz feldolgozva"
-#~ msgid "invalid hdlist name"
-#~ msgstr "érvénytelen fejléclista-név"
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "\"%s\" listafájlja nem található; az adatforrás nem kerül feldolgozásra"
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr ""
-#~ "a \"kiterjesztett függőséglista\" opció itt nem állítható be (adatforrás: "
-#~ "\"%s\")"
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr ""
-#~ "a \"kiterjesztett függőséglista\" opció itt beállítandó (adatforrás: \"%s"
-#~ "\")"
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "\"%s\" listafájlja nem elérhető"
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "a(z) \"%s\" adatforrás egy használatban levő fejléclistát próbált "
-#~ "használni; az adatforrás nem kerül feldolgozásra"
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "a(z) \"%s\" adatforrás egy használatban levő listát próbált használni; az "
-#~ "adatforrás nem kerül feldolgozásra"
-#~ msgid "wrote %s"
-#~ msgstr "\"%s\" elkészítve"
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Megjegyzés: nincs fejléclista a(z) \"%s\" adatforráshoz, ezért azt nem "
-#~ "lehet feldolgozni"
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "függőségek meghatározása - második lépés\n"
-#~ msgid "building hdlist [%s]"
-#~ msgstr "fejléclista készítése: \"%s\""
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "A(z) \"%s\" adatforráshoz nem készíthető kiterjesztett függőséglista. "
-#~ "Lehetséges, hogy a fejléclista sérült."
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr ""
-#~ "hiba történt a(z) \"%s\" adatforrás fejléclistájának vagy kiterjesztett "
-#~ "függőséglistájának olvasásakor"
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr ""
-#~ "a lemásolt forrás-fejléclista (vagy kiterjesztett függőséglista) MD5-ös "
-#~ "ellenőrzőösszegének kiszámítása"
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...a behozatal sikertelen: hibás MD5-ös ellenőrzőösszeg"
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "csomagfájlok (RPM) nem találhatók: \"%s\""
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "csomagfájlok (RPM) nem olvashatók innen: \"%s\" - %s"
-#~ msgid "no rpms read"
-#~ msgstr "csomagfájlok (RPM) nem lettek beolvasva"
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "\"%s\" adatforrás fejléceinek olvasása"
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - kiterjesztett függőséglista felhasználása\n"
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - fejléclista felhasználása\n"
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Megjegyzés: a feldolgozott adatforrások egyike sem használ fejléclistát, "
-#~ "ezért az urpmf nem tudott eredményt adni\n"
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "Csomagnevek keresésére használható a --name opció.\n"
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src, -s - a következő csomag egy forráscsomag\n"
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - fejléclista felhasználása\n"
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "a(z) \"%s\" adatforrás frissítése nem sikerült\n"
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "a(z) \"%s\" adatforrás létrehozása nem sikerült\n"
-
diff --git a/po/id.po b/po/id.po
deleted file mode 100644
index d4a7d2b0..00000000
--- a/po/id.po
+++ /dev/null
@@ -1,3824 +0,0 @@
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/id.php3
-#
-# URPMI BAHASA INDONESIA (Indonesian Language)
-# Copyright (C) 2001 Free Software Foundation, Inc.
-# Budi Rachmanto <rac@linux-mandrake.com>, 2001 - 2003.
-# Willy Sudiarto Raharjo <willysr@gmail.com>, 2004 - 2005.
-# Erwien Samantha <erwiensamantha@gmail.com>, 2005.
-# Bayu Artanto <bayuart@yahoo.com>, 2005.
-# Ahmad Ramadhana <ahmad_ramadhana@yahoo.com.sg>, 2005.
-# Firdaus <dausnux@gmail.com>, 2005.
-# Sofian <sofianhanafi@yahoo.com>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi 3.3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2007-03-22 08:14+0700\n"
-"Last-Translator: Willy Sudiarto Raharjo <willysr@gmail.com>\n"
-"Language-Team: Indonesia <mdk-id@yahoogroups.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Instalasi RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Kesalahan: tidak dapat mencari file %s, membatalkan operasi"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Anda telah memilih paket sumber:\n"
-"\n"
-"%s\n"
-"\n"
-"Anda mungkin tidak mau menginstal pada komputer Anda (dengan menginstal Anda "
-"akan dapat membuat modifikasi ke sourcecodenya lalu mengkompilenya)\n"
-"Apa yang akan Anda lakukan?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Anda hendak menginstall paket perangkat lunak berikut pada komputer Anda:\n"
-"\n"
-"%s\n"
-"\n"
-"Lanjutkan?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Anda hendak menginstal paket perangkat lunak berikut pada komputer Anda:\n"
-"\n"
-"%s\n"
-"\n"
-"Anda dapat menyimpannya. Apakah pilihan anda?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "Install"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Simpan"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Batal"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Pilih lokasi penyimpanan file"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi versi %s\n"
-"Hak cipta (C) 1999-2008 Mandriva.\n"
-"Ini adalah software bebas dan boleh didistribusikan ulang di bawah syarat "
-"GPL GNU.\n"
-"\n"
-"pemakaian:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - cetak pesan bantuan ini.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - mode non-interaktif, mengasumsikan jawaban default pada "
-"semua pertanyaan.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - otomatis menyeleksi paket untuk upgrade sistem.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - paksa instal meski beberapa paket tidak ada.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - verifikasi tandatangan rpm sebelum installasi\n"
-" (--no-verify-rpm menonaktifkannya, defaultnya aktif).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - hanya pakai hanya media yang diberikan, dipisahkan koma.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - izinkan pencarian pada provides untuk mencari paket.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - jangan cari pada provides untuk mencari paket.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - gunakan root lain untuk installasi rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - hanya verifikasi apakah installasi dapat dilaksanakan "
-"dengan benar.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - hanya gunakan media yang diberikan untuk mencari paket "
-"yang dicari.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Tidak ada paket yang ditentukan"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Silahkan menunggu..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Harus sebagai root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Beberapa paket yang diminta tidak bisa di install:\n"
-"%s\n"
-"Lanjutkan installasi?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Peringatan"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ok"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr "(untuk upgrade)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr "(untuk menginstal)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Pilihan paket"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Salah satu paket berikut dibutuhkan:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Batal"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Paket berikut harus di hapus agar yang lain dapat di upgrade:\n"
-"%s\n"
-"Lanjutkan installasi?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Untuk memenuhi ketergantungan, paket berikut akan diinstall:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Untuk memenuhi ketergantungan, paket-paket berikut juga akan diinstal:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d paket, %d MB)"
-msgstr[1] "(%d paket, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Instalasi paket..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "tidak dapat mengambil paket sumber, dibatalkan"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Persiapan..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Menginstall paket `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Harap masukkan media bernama \"%s\" ke perangkat [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Mendownload paket `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Selesai"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Instalasi gagal, beberapa file hilang:\n"
-"%s\n"
-"Anda mungkin perlu meng-update database urpmi Anda"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Instalasi gagal:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Semua paket telah terinstal"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Instalasi selesai"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "menghapus %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "jalankan ulang urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"penggunaan: %s [opsi]\n"
-"dimana [opsi] dari\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - cetak pesan bantuan ini.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <lokasi> - gunakan root yang diberikan /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [grup] - batasi hasil ke grup yang ditentukan.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " default pada %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - tampilkan nama lengkap RPM (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Hanya superuser yang boleh meng-instal paket"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Menjalankan urpmi dalam mode terbatas..."
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Tidak bisa menulis pada direktori repackage [%s]\n"
-
-#: ../urpm.pm:112
-#, fuzzy, c-format
-msgid "invalid owner for directory %s"
-msgstr "Tanggal atau durasi [%s] yang tidak valid\n"
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Tidak bisa menulis pada direktori repackage [%s]\n"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "gagal membuka rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "nama file rpm [%s] tak valid"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "mengambil file rpm [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...pengambilan selesai"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...pengambilan gagal: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "gagal mengakses file rpm [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "gagal mem-parse file spec %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "gagal meregistrasi file rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Arsitektur tidak kompatibel untuk rpm [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "kesalahan meregistrasi paket lokal"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Operasi ini dilarang ketika berjalan dalam mode terbatas"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "deklarasi proxy buruk pada pada perintah baris\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: tidak dapat membaca file rpm \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, fuzzy, c-format
-msgid "unexpected expression %s"
-msgstr "Pola ekspresi:\n"
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Tanda tangan hilang (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, fuzzy, c-format
-msgid "no expression to close"
-msgstr "Pola ekspresi:\n"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "Direktori chroot tidak ada"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Tidak bisa menggunakan %s tanpa %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Tidak bisa menggunakan %s dengan %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Terlalu banyak argumen\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Penyalinan gagal"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "media \"%s\" tidak tersedia"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "gagal membaca file rpm [%s] dari media \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "kesalahan sintak pada file konfigurasi pada barus %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "tidak dapat membaca file konfigurasi [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "media `%s' didefinisikan dua kali, membatalkan diri"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "gagal menulis ke file konfigurasi [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Harap masukkan hak akses Anda untuk mengakses proxy\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Nama pengguna:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Kata sandi:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Webfetch tidak diketahui `%s' !!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s gagal: keluar dengan sinyal %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s gagal: keluar dengan %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "penyalinan gagal"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget tidak ada\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl tidak ada\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl gagal: download dibatalkan\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync tidak ada\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh tidak ada\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla tidak ada\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Tidak bisa mengeksekusi prozilla\n"
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "prozilla tidak ada\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% dari %s selesai, ETA = %s, kecepatan = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% selesai, kecepatan = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "menerima %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "menerima %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "protokol tidak dikenal didefinisikan untuk %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s tidak tersedia, kembali ke %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "webfetch tidak ditemukan, webfetch yang didukung adalah: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "gagal menangani protokol: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "membersihkan %s dan %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "paket %s tak ditemukan."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "mengambil file rpm dari media \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[pemaketan ulang]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"membuat transaksi untuk instalasi di %s (hapus=%d, instal=%d, upgrade=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "gagal membuat transaksi"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "tidak bisa mengurai rpm dari paket delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "gagal menginstal paket %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "menghapus rpm yang terinstall (%s) dari %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...pengambilan gagal: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "menghapus paket %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "menghapus paket %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "menghapus rpm yang terinstall (%s) dari %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Informasi tambahan pada paket %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Tidak bisa membuat direktori cache ldap"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Tidak bisa menulis file cache untuk ldap\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Tidak ada server yang didefinisikan, uri atau host yang tidak ada"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Tidak ada dasar yang ditentukan"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Tidak dapat terhubung ke url ldap :"
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "database %s terkunci"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Peringatan"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Instalasi gagal"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Installasi gagal pada node %s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Paket berikut memiliki tandatangan yang cacat"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Paket berikut memiliki tandatangan yang cacat"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Apakah Anda hendak melanjutkan instalasi ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "menghapus rpm yang terinstall (%s) dari %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "sebarkan %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "menginstall %s dari %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "menginstall %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Mencoba installasi tanpa menguji ketergantungan? (y/T) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Mencoba installasi lebih keras (--force)? (y/T) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Paket-paket sudah update"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Installasi dimungkinkan"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "memeriksa file %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "peringatn: md5sum untuk %s tidak tersedia pada file MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "media maya \"%s\" harus memiliki url yang jelas, media diabaikan"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "gagal mengakses file list \"%s\", media diabaikan"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "gagal mengakses file hdlist \"%s\", media diabaikan"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "mencoba menimpa media yang ada \"%s\", mengabaikan"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "menulis ke file konfigurasi [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Tidak bisa menggunakan mode paralel dengan mode use-distrib"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "menggunakan media terkait untuk mode paralel: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis tidak dapat dipakai dengan --media, --excludemedia, --sortmedia, "
-"--update, --use-distrib atau --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Pencarian dimulai: %s akhir: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "lewatkan paket %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "paket %s akan diinstal, bukan diupgrade"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "media \"%s\" telah ada"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(diabaikan secara default)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "menambahkan media \"%s\" sebelum media remote \"%s\""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "menambahkan media \"%s\""
-
-#: ../urpm/media.pm:808
-#, fuzzy, c-format
-msgid "directory %s does not exist"
-msgstr "Direktori lingkungan %s tidak ada"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "lokasi ini tampaknya tidak mengandung sembarang distribusi"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "tidak dapat mengolah media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"tidak dapat mengakses media distribusi (tidak ada file media.cfg yang "
-"ditemukan)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "menerima file media.cfg..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "mencoba memilih media tak eksis \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "memilih banyak media: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "menghapus media \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "konfigurasi ulang urpmi untuk media \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...konfigurasi ulang gagal"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "konfigurasi ulang selesai"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-"Kesalahan dalam menghasilkan nama file : ketergantungan %d tidak ditemukan"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "media \"%s\" sudah terbaru"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "memeriksa file sintesa [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "masalah membaca file sintesa hdlist untuk media \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "menyalin [%s] untuk media \"%s\"..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...penyalinan gagal"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "file deskripsi \"%s\" sedang disalin"
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...penyalinan selesai"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "penyalinan [%s] gagal (file dicurigai terlalu kecil)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "menghitung md5sum hdlist source (atau sintesa) yang diambil"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "penyalinan [%s] gagal (md5sum tidak cocok)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "memeriksa file hdlist [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "membersihkan %s dan %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "file hdlist %s untuk media \"%s\" tidak valid"
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "file deskripsi \"%s\" sedang disalin"
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "nama file rpm [%s] tak valid"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "mengambil hdlist source (atau sintesa) \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "menemukan hdlist (atau sintesa) sebagai %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "file hdlist utk media \"%s\" tak ditemukan"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "memeriksa file pubkey dari \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...kunci %s terimport dari file pubkey \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "gagal mengimpor file pubkey dari \"%s\""
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "media \"%s\" sudah diupdate"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "membaca file rpm dari [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "TtNn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "Yy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Maaf, pilihan buruk, coba lagi\n"
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Package"
-msgstr "Pilihan paket"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Cari"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "menambahkan media \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "gagal mem-parse \"%s\" pada file [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "memeriksa handler paralel pada file [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "menemukan handler paralel untuk node: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "gagal menggunakan opsi paralel \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "pada node %s"
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Instalasi gagal"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp gagal, mungkin sebuah node tidak dapat dicapai"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput gagal, mungkin sebuah node tidak dapat dicapai"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "scp gagal pada host %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, fuzzy, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "scp gagal pada host %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, fuzzy, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr "host %s tidak memiliki versi urpmi yang baik (%d)"
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "gagal mengakses media \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "me-mount %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "melepas mount %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf versi %s\n"
-"Hak cipta (C) 2002-2006 Mandriva.\n"
-"Ini adalah software bebas dan boleh didistribusikan ulang di bawah syarat "
-"GPL GNU.\n"
-"\n"
-"pemakaian:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - cetak nomor versi perkakas ini.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - gunakan lingkungan khusus (umumnya laporan kecacatan).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - jangan pakai media yang diberikan, dipisahkan dengan "
-"koma.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - jangan melakukan pencocokan pola, gunakan argumen "
-"sebagai string literal.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - gunakan root lain untuk installasi db urpmi & rpm.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - urutkan media menurut substring yang dipisahkan dengan "
-"koma.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --synthesis - gunakan sintesa yang diberikan, bukan db urpmi.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - gunakan sintesa yang diberikan, bukan db urpmi.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - jangan cetak baris identik dua kali.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - hanya pakai media update.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - mode verbose.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - abaikan perbedaan huruf besar/kecil dalam setiap pola.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -I - menerima perbedaan huruf besar/kecil pada pola "
-"(default).\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - ganti field pemisah (default menjadi ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Pola ekspresi:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" teks - sembarang teks diparsing sebagai regexp, kecuali -l "
-"digunakan.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr ""
-" -e - sertakan kode perl secara langsung sebagai perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - operator AND biner.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - operator OR biner.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - unary NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - tanda kurung kiri dan kanan.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Daftar tag:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr ""
-" --qf - tentukan sebuah format output yang menyerupai printf\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " contoh: '%%name:%%file'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - arsitektur\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - buat host\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - buat waktu\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - file konfigurasi\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - tag konflik tag\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - penjelasan paket\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - distribusi\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - epoch\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - nama file paket\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - daftar file yang terdapat pada paket\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - grup\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - nama paket\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - nama paket\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - tag kadaluarsa\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - pemaket\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - tag yang disediakan\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - tag kebutuhan\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - ukuran yang terinstall\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - nama rpm sumber\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - tag kadaluarsa\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - ringkasan\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - url\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - vendor\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - media dimana paket ditemukan\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - cetak versi, rilis dan arch dengan nama.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-"Format tidak benar: Anda hanya boleh menggunakan satu tag yang bernilai "
-"banyak"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "mengunakan lingkungan spesifik pada %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "file hdlist utk media \"%s\" tak ditemukan"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "membangun file sintesa hdlist untuk media \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "menulis ke file list untuk media \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Tidak ada paket bernama %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Paket berikut berisi %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Paket-paket %s tidak bisa diinstall"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Paket %s telah terinstall"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Paket-paket %s telah terinstal"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "karena %s hilang"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "Paket %s telah terinstall"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "karena %s tidak terpenuhi"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "mencoba mempromosikan %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "untuk menjaga %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "untuk menginstall %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "karena konflik dengan %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Tanda tangan tidak valid (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Kunci ID tidak valid (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Tanda tangan hilang (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "gagal menulis ke file konfigurasi [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Penyalinan gagal"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Tidak bisa menggunakan %s dengan %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme versi %s\n"
-"Hak cipta (C) 1999-2008 Mandriva.\n"
-"Ini adalah software bebas dan boleh didistribusikan ulang di bawah syarat "
-"GPL GNU.\n"
-"\n"
-"pemakaian:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - seleksi otomatis paket pilihan.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - pastikan apakah penghapusan bisa dilakukan dengan benar.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - urpmi tersebar di antara mesin-mesin alias.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - Paket ulang file sebelum menghapus\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - gunakan root lain untuk penghapusan rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - update hanya media update.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - tidak menjalankan script paket.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - konfigurasikan urpme secara langsung dari pohon distrib, "
-"berguna\n"
-" untuk meng(un)install chroot dengan opsi --root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - mode verbose.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - pilih semua paket yang cocok dengan ekspresi.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Hanya superuser yang diperbolehkan menghapus paket"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "paket tidak dikenal"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "paket tidak dikenal"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "menghapus paket %s akan merusak sistem Anda"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Tidak ada yang dihapus"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Tidak ada yang dihapus"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Untuk memenuhi ketergantungan, paket berikut akan dihapus"
-msgstr[1] "Untuk memenuhi ketergantungan, paket-paket %d berikut akan dihapus"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "paket tidak dikenal"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Hapus %d paket?"
-msgstr[1] "Hapus %d paket?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (y/T) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "menganggap divais removable sebagai \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Penghapusan gagal"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Penghapusan gagal"
-
-#: ../urpmf:153
-#, fuzzy, c-format
-msgid "unterminated expression (%s)"
-msgstr "Pola ekspresi:\n"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - mengupdate media lalu mengupgrade sistem.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - nonaktifkan pengujian file MD5SUM.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - paksakan update pada kunci gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - tag kadaluarsa\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - jangan tanya untuk uninstal paket, batalkan instalasi.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - tidak menginstall paket (hanya download).\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - sebisa mungkin menjaga paket, tolak permintaan paket "
-"yang\n"
-" bisa menghapus paket yang sudah ada.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - pisahkan menjadi transaksi kecil jika paket yang akan "
-"diinstal /\n"
-" upgrade lebih banyak daripada yang diberikan,\n"
-" standarnya %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - panjang transaksi kecil, standarnya %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - lakukan pencarian fuzzy.\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - tag kebutuhan\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - hanya instal paket source (tanpa kode biner).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - hapus rpm dari cache sebelum hal-hal yg lain.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - jangan hapus rpm dari cache.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - izinkan meminta user untuk menginstal paket tanpa\n"
-" menguji ketergantungan.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - izinkan meminta user menginstal paket tanpa\n"
-" menguji ketergantungan dan integritas.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - tag kadaluarsa\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - konfigurasikan urpmi secara langsung dari pohon distrib, "
-"berguna\n"
-" untuk menginstall chroot dengan opsi --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - opsi tambahan untuk dikirimkan ke curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options - opsi tambahan untuk dikirimkan ke rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - opsi tambahan untuk dikirimkan ke wget\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - opsi tambahan untuk dikirimkan ke prozilla\n"
-
-#: ../urpmi:122
-#, fuzzy, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --prozilla-options - opsi tambahan untuk dikirimkan ke prozilla\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - batasi kecepatan download.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - lanjutkan transfer dari file yang sudah didownload\n"
-" (--no-resume menonaktifkannya, defaultnya nonaktif).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - gunakan proxy HTTP tertentu, nomor port dianggap\n"
-" 1080 secara standar (format <hostproxy[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - tentukan user dan katakunci untuk otentikasi proxy\n"
-" (format <user:katakunci>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - keluarkan laporan bug ke direktori yang ditentukan oleh\n"
-" arg. berikut.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - path pengecualian, dipisah oleh koma.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - pengecualian untuk file dokumentasi.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - jangan verifikasi ruang diask sebelum installasi.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - ijinkan menginstall rpm dari arsitektur yang tidak "
-"sesuai.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - tidak menjalankan script paket\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - paket installasi yang harus dilewati\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - paket installasi yang harus dilewati\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - ketika beberapa paket ditemukan, tampilkan pilihan lain\n"
-" dari nilai default.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - jangan kunci database rpm.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - hanya upgrade paket dengan arsitektur yang sama.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - pilih semua yg cocok dengan perintah baris.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - mode diam.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - mode verbose.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " nama atau file rpm yang tertera pada perintah baris akan diinstal.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-"Kesalahan: Tidak bisa menggunakan --auto-select bersama dengan daftar "
-"paket.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Kesalahan: Untuk menghasilkan laporan kesalahan, tentukan argumen perintah "
-"baris\n"
-"bersamaan dengan --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-"Anda tidak bisa menginstall file rpm biner ketika menggunakan --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Direktori [%s] sudah ada, silahkan gunakan direktori lain untuk laporan bug "
-"atau hapus"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "gagal membuat direktori [%s] untuk laporan bug"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Direktori lingkungan %s tidak ada"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Kesalahan: %s tampaknya di-mount sebagai read-only.\n"
-"Gunakan --allow-force untuk memaksa operasi."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Mengupdate media...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (untuk upgrade)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (untuk upgrade)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (untuk menginstal)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (untuk menginstal)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Untuk memenuhi ketergantungan, paket berikut akan dihapus"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Pilihan Anda? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Paket berikut tidak bisa diinstal karena mereka bergantung pada paket-paket\n"
-"yang lebih lama dari yang terinstall:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Paket berikut tidak bisa diinstal karena mereka bergantung pada paket\n"
-"yang lebih lama dari yang terinstall:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Lanjutkan installasi?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Y/t) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Paket yang diminta tidak dapat diinstall:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Beberapa paket yang diminta tidak dapat diinstall:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "menghapus paket %s akan merusak sistem Anda"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Instalasi tidak dapat dilanjutkan sebab paket berikut harus dihapus\n"
-"agar yang lain dapat di-upgrade:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Instalasi tidak dapat dilanjutkan sebab paket berikut harus dihapus\n"
-"agar yang lain dapat di-upgrade:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Paket berikut harus dihapus agar yang lain dapat di-upgrade:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Paket berikut harus dihapus agar yang lain dapat di-upgrade:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(hanya pengujian, penghapusan tidak akan dilakukan)"
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Anda perlu jadi root untuk menginstall ketergantungan berikut:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Untuk memenuhi ketergantungan, paket berikut akan dihapus"
-msgstr[1] "Untuk memenuhi ketergantungan, paket-paket %d berikut akan dihapus"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(hanya pengujian, installasi tidak akan dilakukan)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Lanjutkan dengan installasi satu paket?"
-msgstr[1] "Lanjutkan dengan installasi paket-paket %d?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Batal"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Tekan [Enter] jika siap.."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"pemakaian: urpmi.addmedia [opsi] <nama> <url>\n"
-"dimana: <url> adalah salah satu dari\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<katasandi>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" removable://<path>\n"
-"\n"
-"dan [opsi] dari\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - menggunakan wget untuk mengambil file jauh.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - menggunakan curl untuk mengambil file jauh.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - gunakan prozilla untuk mengambil file jauh.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - menggunakan curl untuk mengambil file jauh.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - gunakan file sintesa.\n"
-
-#: ../urpmi.addmedia:70
-#, fuzzy, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - gunakan file rpm (daripada sintesa/hdlist).\n"
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - jangan coba mencari file hdlist atau sintesa.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - buat semua media dari media instalasi secara otomatis.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-" --interactive - dengan --distrib, menanyakan konfirmasi untuk setiap "
-"media\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr ""
-" --all-media - dengan --distrib, menambahkan semua media yang terdaftar\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - gunakan url yang ditunjuk untuk daftar mirror, "
-"defaultnya\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - buat media maya yg selalu up-to-date,\n"
-" hanya protokol file:// yg diizinkan.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - nonaktifkan pengujian file MD5SUM.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-" --nopubkey - jangan import kunci publik dari media yang ditambahkan\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw - tambahkan media pada konfigurasi, tetapi jangan update.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - mode diam.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - mode verbose.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, fuzzy, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "<url> salah (untuk direktori lokal, path harus absolut)\n"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Hanya superuser yang diijinkan menambahkan media"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "membuat file konfigurasi [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Tidak bisa menulis file konfigurasi [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "tidak perlu memberikan <path relatif hdlist> dengan --distrib"
-
-#: ../urpmi.addmedia:144
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Apakah Anda hendak menambahkan media '%s'"
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<path relatif hdlist> hilang\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Tidak bisa menggunakan %s tanpa media remote"
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "gagal mengakses media \"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover versi %s\n"
-"Hak cipta (C) 2006 Mandriva.\n"
-"Ini adalah software bebas dan boleh didistribusikan ulang di bawah syarat "
-"GPL GNU.\n"
-"\n"
-"pemakaian:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - tentukan pemaketan ulang dimulai sekarang\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - jangan hapus direktori repackage pada checkpoint\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-" --list - mendata transaksi semenjak argumen data/durasi yang "
-"diberikan\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - daftar semua transaksi pada rpmdb (panjang)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - daftar semua transaksi semenjak checkpoint\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - mundur hingga tanggal yang ditentukan,\n"
-" atau mundur sejumlah nomor transaksi\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - menonaktifkan pemaketan ulang\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Tanggal atau durasi [%s] yang tidak valid\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Direktori repackage tidak didefinisikan\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Tidak bisa menulis pada direktori repackage [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Membersihkan direktori repackage [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d file dihapus\n"
-msgstr[1] "%d file dihapus\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Argumen perintah-baris [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-"Anda tidak bisa menentukan --checkpoint dan --rollback pada waktu yang "
-"bersamaan\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-"Anda tidak bisa menentukan --checkpoint dan --list pada waktu yang "
-"bersamaan\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-"Anda tidak bisa menentukan --rollback dan --list pada waktu yang bersamaan\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Anda tidak bisa menentukan --disable bersama dengan opsi lain"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Tidak ada transaksi yang ditemukan semenjak %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Anda harus pengguna root untuk melakukan hal ini"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Menulis file makro rpm [%s] ...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Tidak ada tanggal mundur yang ditemukan\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Mundur hingga %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Menonaktifkan pemaketan ulang\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"pemakaian: urpmi.removemedia (-a | <nama> ...)\n"
-"dimana <nama> adalah nama media yang akan dihapus.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - pilih semua media.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - pencocokan fuzzy pada nama media.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Hanya superuser yang diijinkan menghapus media"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "tidak ada yang dihapus (gunakan urpmi.addmedia untuk menambah media)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"masukan untuk penghapusan hilang\n"
-"(satu dari %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"pemakaian: urpmi.update [opsi] <nama> ...\n"
-"<nama> adalah media yan akan di-update.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - update hanya media update.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - paksakan update pada kunci gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - jangan update, tandai media sebagai ignored.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - jangan update, tandai media sebagai enabled.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms - jangan gunakan sintesa/hdlist, gunakan file rpm\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - pilih semua media non-removable.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - paksa pembuatan file sintesa/hdlist.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - paksa pembuatan file sintesa/hdlist.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Hanya superuser yang diijinkan mengupdate media"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"tidak ada yang diupdate (pakailah urpmi.addmedia untuk menambah media)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"masukan update hilang\n"
-"(satu dari %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "Mengabaikan media %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "mengaktifkan media media %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq versi %s\n"
-"Hak cipta (C) 2000-2006 Mandriva.\n"
-"Ini adalah software bebas dan boleh didistribusikan ulang di bawah syarat "
-"GPL GNU.\n"
-"\n"
-"pemakaian:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - hanya gunakan media yang diberikan untuk mencari "
-"paket yang dicari (atau update)\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - lakukan pencarian fuzzy (sama dengan -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - daftar paket tersedia.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - daftar media tersedia.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - daftar media tersedia dan urlnya.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - daftar node tersedia saat menggunakan --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - daftar alias paralel.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - dump konfigurasi dalam bentuk argumen urpmi.addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - paket berikut adalah paket sumber (sama dg -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - beri semua paket source sebelum download (hanya only).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - ijinkan untuk query rpm untuk arsitektur yang "
-"tidak sesuai.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - konfigurasikan urpmi secara langsung dari pohon distrib.\n"
-" Hal ini mengijinkan query distro.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - cetak changelog.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - tag konflik tag\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - tag kadaluarsa\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - tag yang disediakan\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - tag kebutuhan\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - tag kadaluarsa\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - nama rpm sumber\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - cetak ringkasan.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - perluas pencarian ke ketergantungan paket.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr ""
-" --whatrequires - pencarian terbalik untuk mencari apa yang membutuhkan "
-"paket.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - pencarian terbalik yang diperluas (termasuk paket "
-"virtual).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - cari di provides untuk mencari paket.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - keluaran lengkap dengan paket yang akan dihapus.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - cetak grup dengan nama.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - cetak informasi dalam format yang mudah dibaca.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - daftar file pada paket.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - ekuivalen dengan -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - cetak versi dan rrilis dengan nama.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - paket berikut adalah paket sumber (sama dengan --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - hapus paket jika versi yang lebih baru telah terinstal.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - lakukan pencarian fuzzy (sama dengan --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - seperti -y, tetapi memaksa untuk mencocokan case-"
-"insensitif.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " nama atau file rpm yang diberikan pada perintah baris dikirimkan.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes hanya dapat dipakai dengan --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "gagal menulis file list \"%s\""
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"tidak ada hdlist untuk media \"%s\", hanya hasil parsial untuk paket %s"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"tidak ada hdlist untuk media \"%s\", hanya hasil parsial untuk paket-paket %s"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"tidak ada hdlist untuk media \"%s\", tidak dapat mengembalikan hasil untuk "
-"paket %s"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"tidak ada hdlist untuk media \"%s\", tidak dapat mengembalikan hasil untuk "
-"paket-paket %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Changelog tidak ditemukan\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - buat media update.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "URL cacat: [%s]"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "transaksi installasi %d gagal"
-#~ msgstr[1] "transaksi installasi %d gagal"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Paket %s tidak bisa diinstall"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Pengujian untuk menghapus paket berikut"
-
-#~ msgid "%s database locked"
-#~ msgstr "database %s terkunci"
-
-#, fuzzy
-#~ msgid ""
-#~ " --auto - non-interactive mode, assume default answers to "
-#~ "questions. --auto\n"
-#~ msgstr ""
-#~ " --auto - mode non-interaktif, mengasumsikan jawaban default "
-#~ "pada semua pertanyaan.\n"
-
-#~ msgid "Unknown option %s"
-#~ msgstr "Opsi %s tidak diketahui"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "terlalu banyak titik mount untuk media removable \"%s\""
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "Media \"%s\" adalah image ISO, akan dimount secara langsung"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "menggunakan divais removable lain [%s] untuk \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "gagal mengambil nama path untuk media removable \"%s\""
-
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "tidak dapat me-mount media distribusi"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "gagal mengakses media \"%s\",\n"
-#~ "ini bisa terjadi jika Anda me-mount direktori secara manual saat membuat "
-#~ "media."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "media \"%s\" tidak konsisten bertanda removable, seharusnya tidak"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - bersihkan direktori cache header.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "media maya (virtual) harus lokal"
-
-#~ msgid "Error generating names file: Can't write to file (%s)"
-#~ msgstr ""
-#~ "Kesalahan dalam menghasilkan nama file : Tidak bisa menulis ke file (%s)"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "gagal memparse file hdlist \"%s\""
-
-#~ msgid "found %d rpm headers in cache, removing %d obsolete headers"
-#~ msgstr ""
-#~ "menemukan header rpm %d pada cache, menghapus header %d yang kadaluarsa"
-
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "menghitung md5sum dari sumber hdlist (atau sintesa) [%s]"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "media virtual \"%s\" tidak seharusnya menentukan file list atau hdlist, "
-#~ "media diabaikan"
-
-#~ msgid "invalid hdlist name"
-#~ msgstr "nama hdlist tidak valid"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "gagal mencari file daftar \"%s\", media diabaikan"
-
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "\"sintesis\" seharusnya tidak ditentukan (media \"%s\")"
-
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "\"sintesis\" seharusnya ditentukan (media \"%s\")"
-
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "tidak dapat mengakses daftar file \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "media \"%s\" mencoba memakai hdlist yang telah dipakai, media diabaikan"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "media \"%s\" mencoba memakai list yang telah dipakai, media diabaikan"
-
-#~ msgid "wrote %s"
-#~ msgstr "menulis %s"
-
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Catatan: tidak ada hdlist untuk media \"%s\", tidak dapat mengembalikan "
-#~ "hasil apapun"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "melakukan pass kedua untuk menghitung ketergantungan\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "membangun hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "Gagal membuat file synthesis untuk media \"%s\". File hdlist Anda mungkin "
-#~ "rusak."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "masalah dalam membaca file sintesa/hdlist media \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "sedang menghitung md5sum hdlist/sintesa source tersalin"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...pengambilan gagal: md5sum tidak cocok"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "tidak ada file rpm ditemukan dari [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "gagal membaca file rpm dari [%s]: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "tidak ada rpm terbaca"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "membaca header dari media \"%s\""
-
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - gunakan file sintesa.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - gunakan file hdlist.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Catatan: karena tidak ada media dan menggunakan hdlist, urpmf tidak dapat "
-#~ "mengembalikan sembarang hasil\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "Anda mungkin akan menggunakan --name untuk mencari nama paket.\n"
-
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src, -s - paket berikut adalah paket sumber.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - gunakan file hdlist.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "gagal mengupdate media \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "gagal membuat media \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "banyak paket dengan nama file rpm sama \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "gagal memparse [%s] pada nilai \"%s\""
-
-#~ msgid "(retry as root?)"
-#~ msgstr "(coba ulang sebagai root?)"
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "media \"%s\" menggunakan file daftar yang tidak valid:\n"
-#~ " mirror mungkin tidak up-to-date, coba gunakan metode alternatif"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "media \"%s\" tidak mendefinisikan lokasi file rpm"
-
-#~ msgid "unrequested"
-#~ msgstr "tidak diminta"
-
-#~ msgid " (%d MB)"
-#~ msgstr " (%d MB)"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "menambah paket %s (id=%d, eid=%d, update=%d, file=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Paket berikut memiliki tandatangan yang cacat:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Apakah Anda mau melanjutkan instalasi ?"
-
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Anda harus menjadi root untuk menggunakan --use-distrib"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "gagal menghapus paket %s"
-
-#~ msgid "Proceed with the installation of the %d package? (%d MB)"
-#~ msgid_plural "Proceed with the installation of the %d packages? (%d MB)"
-#~ msgstr[0] "Lanjutkan dengan installasi paket %d? (%d MB)"
-#~ msgstr[1] "Lanjutkan dengan installasi paket %d? (%d MB)"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "Tidak ada filelist yang ditemukan\n"
-
-#~ msgid "(%d packages, %d MB)"
-#~ msgstr "(%d paket, %d MB)"
-
-#~ msgid "Proceed with the installation of 1 package? (%2$d MB)"
-#~ msgid_plural "Proceed with the installation of the %d packages? (%d MB)"
-#~ msgstr[0] "Lanjutkan dengan installasi paket-paket %d? (%d MB)"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - jangan cari di provides untuk mencari paket "
-#~ "(default).\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr ""
-#~ " -R - pencarian terbalik untuk mencari apa yang membutuhkan "
-#~ "paket.\n"
-
-#~ msgid ""
-#~ " -RR - extended reverse search (includes virtual packages).\n"
-#~ msgstr ""
-#~ " -RR - pencarian terbalik yang diperluas (termasuk paket "
-#~ "virtual).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Untuk memenuhi ketergantungan, paket %d berikut juga harus diinstal:\n"
-#~ "%s\n"
-
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "mengabaikan media %s: tidak ada hdlist"
-
-#~ msgid "node %s has an old version of urpme, please upgrade"
-#~ msgstr "node %s menggunakan urpmi versi lama, harap melakukan upgrade"
-
-#~ msgid "Propagating synthesis to nodes..."
-#~ msgstr "Melakukan propaganda sintesis pada node..."
-
-#~ msgid "Resolving dependencies on nodes..."
-#~ msgstr "Mencari ketergantungan pada node..."
-
-#~ msgid "Distributing files to nodes..."
-#~ msgstr "Mendistribusikan file pada node..."
-
-#~ msgid "Verifying if install is possible on nodes..."
-#~ msgstr "Verifikasi jika install dimungkinkan pada node..."
-
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Menginstall paket pada node..."
-
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "Melakukan propaganda sintesis pada %s"
-
-#~ msgid "Resolving dependencies on %s..."
-#~ msgstr "Mencari ketergantungan pada %s..."
-
-#~ msgid "Distributing files to %s..."
-#~ msgstr "Mendistribusikan file pada %s..."
-
-#~ msgid "Verifying if install is possible on %s..."
-#~ msgstr "Verifikasi jika install dimungkinkan pada %s..."
-
-#~ msgid "Performing install on %s..."
-#~ msgstr "Melakukan installasi pada %s..."
-
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Mempersiapkan installasi pada %s..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - coba cari dan gunakan file sintesa.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - coba cari dan gunakan file hdlist.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "`with' tidak tercantum untuk media jaringan\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "opsi tak dikenal '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "gagal menemukan file hdlist \"%s\", media diabaikan"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "file list \"%s\" tak konsisten, media diabaikan"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "gagal memeriksa file daftar \"%s\", media diabaikan"
-
-#~ msgid "there doesn't seem to be devices in the chroot in \"%s\""
-#~ msgstr "tampaknya tidak ada divais pada chroot dalam \"%s\""
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "media maya \"%s\" bukan lokal, media diabaikan"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "media maya \"%s\" harus memiliki source hdlist/sintesa yang valid, media "
-#~ "diabaikan"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "sedang menyalin sumber/sintesa hdlist \"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "gagal mengambil hdlist (atau sintesa) source"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "file [%s] telah dipakai dalam media yang sama \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "tidak ada yang ditulis pada file list \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "ditemukan header %d pada cache"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "menghapus header %d yang kadaluarsa pada cache"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "menggunakan proses %d untuk mengeksekusi transaksi"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --norebuild - jangan mencoba membangun ulang hdlist jika tidak dapat "
-#~ "dibaca.\n"
-
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Nama paket berikut diasumsikan: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "sedang menyalin file hdlist..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "deskripsi hdlist \"%s\" di file hdlist tidak valid"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Apakah ini OK?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - pakai versi distribusi yang ditentukan, standarnya "
-#~ "diambil\n"
-#~ " dari versi distribusi paket mandriva-release "
-#~ "terinstal.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - pakai arsitektur yg ditentukan, standarnya adalah\n"
-#~ " arsitektur paket mandriva-release terinstal.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - keluarkan header packet terdaftar dari dalam db urpmi "
-#~ "ke\n"
-#~ " stdout (hanya root).\n"
-
-#~ msgid "rpm2header utility not found, impossible to use the --header option"
-#~ msgstr ""
-#~ "utilitas rpm2header tidak ditemukan, tidak mungkin menggunakan opsi --"
-#~ "header"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "Untuk memenuhi ketergantungan, paket %d berikut juga harus diinstal (%d "
-#~ "MB)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "menginstall %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Instalasi paket otomatis...\n"
-#~ "Anda telah meminta instalasi paket %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: perintah tidak ditemukan\n"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Beberapa paket yang diminta tidak bisa di instal:\n"
-#~ "%sLanjutkan?"
-
-#~ msgid ""
-#~ "The following packages have to be removed for others to be upgraded:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Paket berikut harus di hapus agar yang lain dapat di upgrade:\n"
-#~ "%s\n"
-#~ "Lanjutkan?"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5sum tidak cocok"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf versi %s\n"
-#~ "Hak cipta (C) 2002-2004 Mandriva.\n"
-#~ "Ini adalah software bebas dan boleh didistribusikan ulang di bawah syarat "
-#~ "GPL GNU.\n"
-#~ "\n"
-#~ "pemakaian:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr ""
-#~ " --synthesis - gunakan synthesis yang diberikan, bukan db urpmi.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - jangan cetak nama tag (standar jika tidak ada tag pada "
-#~ "perintah\n"
-#~ " baris, tak kompatibel dengan mode interaktif).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - jangan cetak baris identik.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - cetak semua tag.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - cetak ringkasan tag: ringkasan.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - cetak penjelasan tag: penjelasan.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - cetak buildhost tag: host pembangun.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr ""
-#~ " --provides - cetak yang disediakan tag: semua yang disediakan.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr " --requires - cetak kebutuhan tag: semua kebutuhan.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - cetak file tag: semua file.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr " --obsoletes - cetak kadaluarsa tag: semua kadaluarsa.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - gunakan lingkungan khusus (umumnya laporan cacat).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr ""
-#~ " -i - abaikan perbedaan huruf besar/kecil dalam setiap "
-#~ "pola.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - operator AND biner, benar jika kedua ekspresi benar.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - operator OR biner, benar jika salah satu ekspresi "
-#~ "benar.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr " ! - unary NOT, benar jika ekspresi = salah.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " ( - tanda kurung kiri untuk membuka ekspresi grup.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr ""
-#~ " ) - tanda kurung kanan untuk menutup ekspresi grup.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "callback adalah:\n"
-#~ "%s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "Lanjutkan?"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Beberapa paket tidak dapat diinstal:\n"
-#~ "%s"
-
-#~ msgid ""
-#~ " --keep - keep existing packages if possible, reject requested\n"
-#~ " packages that leads to remove.\n"
-#~ msgstr ""
-#~ " --keep - sebisa mungkin pertahankan paket, tolak permintaan\n"
-#~ "\t\t\t\t\t\t\t\t\t yang bisa menghapus paket yang sudah ada.\n"
-
-#~ msgid ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-#~ msgstr ""
-#~ " --distrib-XXX - membuat media secara otomatis untuk distribusi bagian "
-#~ "XXX,\n"
-#~ " XXX dapat berupa main, contrib, updates atau apa saja\n"
-#~ " yang telah dikonfigurasikan ;-)\n"
-
-#~ msgid "found version %s and arch %s ..."
-#~ msgstr "ditemukan versi %s dan arsitektur %s ..."
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "gagal menambahkan update distribusi cooker\n"
-
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "mengambil mirror di %s ..."
diff --git a/po/is.po b/po/is.po
deleted file mode 100644
index e5670e66..00000000
--- a/po/is.po
+++ /dev/null
@@ -1,3401 +0,0 @@
-# Icelandic translation of urpmi.po
-# Copyright (C) 2000,2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
-# Copyright (C) 2000, 2001 Mandriva
-#
-# Thorarinn R. Einarsson <thori@mindspring.com>, 2000.
-# Pjetur G. Hjaltason <pjetur@pjetur.net>, 2003, 2004, 2005, 2006, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2007-11-29 14:14+0000\n"
-"Last-Translator: Pjetur G. Hjaltason <pjetur@pjetur.net>\n"
-"Language-Team: Icelandic <kde-isl@molar.is>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM innsetning"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Villa: finn ekki skrá %s, mun stöðva aðgerð"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "Í _lagi"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Þú hefur valið að setja upp frumforrita-pakka:\n"
-"\n"
-"%s\n"
-"\n"
-"Þú vilt sennilega ekki setja þetta upp á tölvunni þinni (með því að setja "
-"þennan pakka inn þá getur þú breytt frumforritum og þýtt þau aftur).\n"
-"\n"
-"Hvað vilt þú gera?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Þú ert um það bil að fara að setja inn eftirfarandi hugbúnaðarpakka á "
-"tölvuna:\n"
-"\n"
-"%s\n"
-"\n"
-"Halda áfram?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Þú ert að fara að setja eftirfarandi forritapakka inn á tölvuna þína:\n"
-"\n"
-"%s\n"
-"\n"
-"Þú vilt kannski frekar aðeins vista pakkana. Hvað velur þú?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "Setja _upp"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "Vi_sta"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "Hætta _við"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Veldu stað til að vista skrá"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi útgáfa %s\n"
-"Höfundaréttur © 1999-2008 Mandriva.\n"
-"Þetta er frjáls hugbúnaður og má dreifa samkvæmt skilmálum GNU GPL.\n"
-"\n"
-"notkun:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - prenta þetta.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - ekki gagnvirkur hamur, gera ráðfyrir sjálfgefnum svörum "
-"við spurningum.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - velja sjálfkrafa pakka til að uppfæra kerfið.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - þvinga uppsetningu þó sumir pakkar séu ekki til.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - staðfesta rpm undirskriftir áður en pakkar eru uppsettir\n"
-" (--no-verify-rpm aftengir, sjálfgefið er að athuga "
-"pakka).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - nota aðeins uppgefna miðla, aðskildir með kommum.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - leyfa leit í 'skaffar' (provides) til að finna pakka.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr ""
-" -P - ekki leita í 'skaffar (provides) til að finna pakka.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - Nota aðra rót fyrir rpm uppsetningu.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - aðeins athuga hvort uppsetning muni takast.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - nota aðeins uppgefin miðil til að leita að umbeðnum "
-"pökkum.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Engir pakkar tilgreindir"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Vinsamlega bíðið..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Verður að vera root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Ekki er hægt að setja inn suma umbeðna pakka:\n"
-"%s\n"
-"Halda samt áfram með uppsetningu?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Aðvörun"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Í lagi"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (til að uppfæra)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (til að setja inn)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Pakkaval"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Krefst einnig eins af af eftirtöldum pökkum:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Hætta við"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Eftirfarandi pakka þarf að fjarlægja til að geta uppfært aðra:\n"
-"%s\n"
-"Halda samt áfram með uppsetningu?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Til að viðhalda samræmi, verður eftirfarandi pakki settur inn:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Til að viðhalda samræmi, verða eftirtaldir pakkar settir inn"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d pakki, %d MB)"
-msgstr[1] "(%d pakkar, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Pakka innsetning..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "Get ekki sótt frumpakka, hætti við"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Undirbý..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Set inn pakka `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Vinsamlega settu inn %s %s"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Sæki pakka `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Lokið"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Uppsetning brást, sumar skrár vantar:\n"
-"%s\n"
-"Þú ættir sennilega að uppfæra urpmi gagnagrunninn"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Innsetning brást:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Allt er nú þegar komið inn"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Innsetningu lokið"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "fjarlægi %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "endurræsi urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"notkun: %s [valkostir]\n"
-"þar sem [valkostir] eru eftirfarandi\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - prenta þetta.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - nota uppgefna rót í stað /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - takmarka niðurstöður við ákveðinn hóp.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " sjálfgefið er %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - prenta fullt nafn rpm (NVRA).\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Aðeins kerfisstjóri hefur leyfi til að setja inn pakka"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Keyri urpmi í vernduðum ham..."
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Get ekki skrifað í endurpökkunarmöppu [%s]\n"
-
-#: ../urpm.pm:112
-#, fuzzy, c-format
-msgid "invalid owner for directory %s"
-msgstr "Ógild dagsetning eða tímabil [%s]\n"
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Get ekki skrifað í endurpökkunarmöppu [%s]\n"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "gat ekki opnað rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "ógilt rpm skráarnafn [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "sæki rpm skrá [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...niðurhali lokið"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...mistókst að sækja: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "get ekki lesið rpm skrá [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "get ekki unnið úr spec skrá %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "gat ekki skráð rpm skrá"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "ósamhæfður vélbúnaður fyrir rpm [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "villa við að skrá staðbundna pakka"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Þessi aðgerð er bönnuð þegar keyrt er í vernduðum ham"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "röng selskilgreining á skipanalínu\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: get ekki lesið rpm skrá \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, fuzzy, c-format
-msgid "unexpected expression %s"
-msgstr "Mynstursegðir:\n"
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Vantar undirskrift (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, fuzzy, c-format
-msgid "no expression to close"
-msgstr "Mynstursegðir:\n"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "chroot mappa er ekki til"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Get ekki notað %s án %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Get ekki notað %s með %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Of mörg viðföng\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Afritun brást"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "miðill \"%s\" er ekki tiltækur"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "get ekki lesið rpm skrá [%s] frá miðli \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "málfræðivilla í uppsetningarskrá, línu %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "get ekki lesið uppsetningarskrá [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "miðill `%s' er tilgreindur tvisvar, hætti"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "get ekki skrifað í uppsetningarskrá [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Vinsamlega gefðu upp aðgangs-auðkenni þitt fyrir vefsel\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Notandi:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Lykilorð:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Óþekkt vefaðferð `%s' !!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s mistókst: hætti mið villumerki %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s mistókst: hætti með %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "afritun mistókst"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget vantar\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl vantar\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl mistókst: hætt við að sækja skrá\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync vantar\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh vantar\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla vantar\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Gat ekki keyrt prozilla\n"
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "prozilla vantar\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% of %s lokið, lýkur = %s, hraði = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% lokið, hraði = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "sæki %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "sótti %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "óþekkt samskiptaregla skilgreind fyrir %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s er ekki tiltækt, nota varamiðil %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "forrit til að sækja af vef fannst ekki, studd forrit eru: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "skil ekki samskiptareglu: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "hreinsa %s og %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "pakki %s fannst ekki."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "sæki rpm skrá frá miðli \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[endurpökkun]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"bjó til færslu fyrir uppsetningu á %s (fjarlægi=%d, set inn=%d, uppfæri=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "Gat ekki búið til færslu"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "gat ekki dregið rpm úr breytinga-rpm pakka %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "get ekki sett inn pakka %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "fjarlægi uppsett rpm (%s) frá %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...mistókst að sækja: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Fjarlægi pakka %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "fjarlægi pakka %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "fjarlægi uppsett rpm (%s) frá %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Meiri upplýsingar um pakka %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Get ekki skrifað í ldap biðmöppu"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Get ekki skrifað bið-skrá fyrir ldap\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Engin miðlari skráður, vantar slóð eða miðlara"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Enginn grunnur tilgreindur"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Get ekki tengst ldap slóð :"
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s gagnagrunnur læstur. bíð..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "hætti við"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Innsetning brást"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Innsetning brást:"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Eftirfarandi pakki er með gallaða undirskrift"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Eftirfarandi pakkar eru með gallaðar undirskriftir"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Viltu halda áfram með uppsetningu ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "fjarlægi uppsett rpm (%s) frá %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "miðla %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "set inn %s frá %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "Set inn %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Prófa innsetningu án þess að athuga hvaða skrár þarf? (j/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Prófa sterkari innsetningu (--force)? (j/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Pakkar eru uppfærðir"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Innsetning er möguleg"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "athuga skrá %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "aðvörun: md5 gátsumma fyrir %s ekki til í MD5SUM skrá"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "sýndarmiðill \"%s\" ætti að hafa auða slóð, miðill hunsaður"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "gat ekki kannað lista-skrá fyrir \"%s\", miðill hunsaður"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "gat ekki kannað hdlist fyrir \"%s\", miðill hunsaður"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "reyni að hunsa núverandi miðil \"%s\", forðast"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "skrifa uppsetningarskrá [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Get ekki notað samhliða ham með \"use-distrib\" ham"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "nota tengdan miðil fyrir samhliða ham: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis er ekki hægt að nota saman með --media, --excludemedia, --"
-"sortmedia, --update, --use-distrib eða --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Leit byrjun: %s endir: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "sleppi pakka %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "mundi setja inn í stað uppfærslu á pakka %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "miðill \"%s\" er þegar til"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(sjálfgefið hunsað)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "bæti við miðli \"%s\" á undan fjartengdum miðli \"%s\""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "bæti við miðli \"%s\""
-
-#: ../urpm/media.pm:808
-#, fuzzy, c-format
-msgid "directory %s does not exist"
-msgstr "Umhverfismappa %s er ekki til"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "þessi staðsetning virðist ekki innihalda neina dreifingu"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "get ekki unnið úr media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "fann ekki dreifingarmiðil (engin media.cfg skrá fannst)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "sleppi ósamhæfðum miðli `%s' (fyrir %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "sæki media.cfg skrá..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "reynt að velja miðil sem er ekki til \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "vel marga miðla: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "fjarlægi miðil \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "endurstilli urpmi fyrir miðil \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...endurstilling mistókst"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "endurstillingu lokið"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Villa við myndun nafnaskrár: er háð %d sem finnst ekki"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "miðill \"%s\" er uppfærð"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "athuga samantektar-skrá [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "vandræði við lestur á samantektar-skrá fyrir miðil \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "afrita [%s] fyrir miðil \"%s\"..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...afritun brást"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "afrita lýsingaskrá fyrir \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...afritun lokið"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "afrit af [%s] brást (skráin er grunsamlega lítil)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "reikna md5 gátsummu yfir sótta hdlist skrá (eða samantektar-skrá)"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "afrit af [%s] brást (md5 gátsumma passar ekki)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "athuga hdlist [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "hreinsa %s og %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "ógild hdlist skrá %s fyrir miðil \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "afrita lýsingaskrá fyrir \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "ógilt rpm skráarnafn [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "sæki hdlist skrá (eða samantektar-skrá) fyrir \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "fann, við leit, hdlist skrá (eða samantektar-skrá) sem %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "engin hdlist skrá fannst fyrir miðil \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "athuga lykilskrá \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...flutti inn lykil %s úr lyklaskrá \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "gat ekki flutt inn lykilskrá \"%s\""
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "uppfærði miðil \"%s\""
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "les rpm skrár frá [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "JjYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Slæmt val. Reyndu aftur\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Pakki"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Útgáfa"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Undirútgáfa"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Vélb"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(tillaga)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "miðill \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "skipanalína"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "get ekki skilið \"%s\" í skrá [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "athuga samhliða höndlun í skrá [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "fann samhliða punt fyrir hnúta: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "get ekki notað samhliðavalkost \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Innsetning brást"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "get ekki lesið miðil \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "tengi %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "aftengi %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf útgáfa %s\n"
-"Höfundaréttur © 2002-2006 Mandriva.\n"
-"Þetta er frjáls hugbúnaður og má dreifa samkvæmt skilmálum GNU GPL.\n"
-"\n"
-"notkun: urpmf [valkostir] mynstur\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - prenta útgáfunúmer þessa tóls.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - nota tiltekið umhverfi (yfirleitt vegna "
-"villutilkynninga).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - nota ekki uppgefna miðla, aðskildir með kommum.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - ekki leita að mynstrum, nota viðfang sem uppgefinn "
-"ákveðinn texta.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - nota aðra rót fyrir urpmi gagnagrunn og rpm uppsetningu.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - raða miðlum eftir undirstrengjum, aðskildir með kommum.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - nota gefna slóð fyrir aðgang að miðli\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - nota gefna samantektar-skrá í stað urpmi gagnagrunns.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - ekki prenta tvíteknar línur.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - nota aðeins uppfærslu-miðil.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - ítarlegri hamur.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - hunsa stafastærð í samanburði allra mynstra.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -I - virða stafastærð í samanburði allra mynstra "
-"(sjálfgefið).\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - breyta svæðis-skila-staf (sjálfgefið ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Mynstursegðir:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text - allur texti er meðhöndlaður sem regluleg segð, nema -l sé "
-"notað.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - innifela perl kóða beint sem perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - tvíundarvirki OG.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - tvíundarvirki EÐA.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - formerki EKKI.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - vinstri og hægri svigar.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Listi af tögum:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - tilgreina printf-líkt úttakssnið\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " example: '%%nafn:%%skrár'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - vélbúnaðartegund\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - byggt á vél.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - hvenær byggt\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - uppsetningaskrár\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - ósamræmanleg tög\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - lýsing pakka.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - dreifing\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - tímapunktur.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - skráarnafn pakka\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - listi af skrám sem eru í pakkanum\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - hópur.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license -höfundarleyfi\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - pakkanafn.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - úreldir\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - pakkað af\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - hvað er skaffað.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - þarfnast\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - stærð.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - frumrpm.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - tillögur um tög\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - samantekt\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - slóð.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - útgefandi\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - miðillinn sem innihélt pakkann\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - prenta útgáfu, undirnúmer og vélartegund með nafni.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Ógilt snið: þú mátt aðeins nota eitt fjölgildis-tag"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "nota tilgreint umhverfi á %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "engin hdlist skrá fannst fyrir miðil \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "byggði hdlist samantektar-skrá fyrir miðil \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "skrifa lista-skrá fyrir miðil \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "urpmi var endurræst, og listi forgangspakka breyttist ekki"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr "urpmi var endurræst, og listi forgangspakka breyttist: %s í stað %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Enginn pakki heitir %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Eftirfarandi pakkar innihalda %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Ekki er hægt að setja inn pakka %s"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Pakki %s er nú þegar kominn inn"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Pakkar %s eru nú þegar komnir inn"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "vegna þess að %s vantar"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "því pakki %s er uppsettur"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "vegna óuppfylltra %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "þegar reynt var að setja upp %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "til þess að halda %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "til þess að setja inn %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "vegna árekstra við %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "ógild undirskrift (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Ógilt auðkenni lykils (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Vantar undirskrift (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Get ekki skrifað skrá"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Get ekki opnað skrá"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Get ekki notað %s með %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme útgáfa %s\n"
-"Höfundaréttur © 1999-2008 Mandriva.\n"
-"Þetta er frjáls hugbúnaður sem má dreifa samkvæmt skilmálum GNU GPL.\n"
-"\n"
-"notkun:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - velja sjálfvirkt pakka í vali.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - staðfesta að hægt sé að fjarlægja umbeðna pakka.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - dreifð urpmi yfir samnefndar vélar.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - Endur-pakka skrám áður en eytt\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - nota aðra rót til að fjarlægja rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --justdb - uppfæra aðens rpm gagnagrunn, ekki skráakerfið.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - ekki keyra uppsetninga-skriftur í pakka.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - stilla urpme frá dreifingartrénu, gott að nota\n"
-" til að setja inn/fjarlægja chroot með --root valkostnum.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - ítarlegri hamur.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - velja alla pakka sem passa við segð.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Aðeins kerfisstjóri hefur leyfi til að fjarlægja pakka"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "óþekktir pakkar"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "Óþekktur pakki"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "ef pakki %s er fjarlægður raskast uppsetning kerfisins"
-msgstr[1] "ef pakki %s er fjarlægður raskast uppsetning kerfisins"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Ekkert til að fjarlægja"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Ekkert til að fjarlægja"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Til að viðhalda samræmi, verður eftirtalinn %d pakki fjarlægður (%d MB)"
-msgstr[1] ""
-"Til að viðhalda samræmi, verða eftirtaldir %d pakkar fjarlægðir (%d MB)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "Óþekktur pakki"
-msgstr[1] "Óþekktur pakki"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Fjarlæga %d pakka?"
-msgstr[1] "Fjarlæga %d pakka?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (J/n) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "tek útskiptanleg tæki sem \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Mistókst að fjarlægja"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Mistókst að fjarlægja"
-
-#: ../urpmf:153
-#, fuzzy, c-format
-msgid "unterminated expression (%s)"
-msgstr "Mynstursegðir:\n"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-select - uppfæra miðil og uppfæra síðan kerfið.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - aftengja MD5SUM skráarathugun.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - þvinga uppfærslu á gpg lykli.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --suggests - tillögur um tög\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - aldrei biðja um að eyða uppsettum pakka, hætta við "
-"uppsetningu.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - ekki setja inn pakka (aðeins sækja)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - halda núverandi pökkum ef mögulegt er, hafna nýjum pökkum "
-"sem\n"
-" leiða til að núverandi pakkar séu fjarlægðir.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - skipta upp í minni færslur ef fleiri en einn pakki mun\n"
-" verður settur inn eða uppfærður,\n"
-" sjálfgefið er %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - litlar færslulengdir, sjálfgefið er %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - framkvæma loðna leit.\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - þarfnast\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - setja aðeins inn frumkóða-pakka (engin forþýdd forrit).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - fjarlægja rpm úr biðminni áður en annað er gert.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - ekki hreinsa rpm pakka úr biðminni.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr " --replacepkgs - þvinga innsetningu pakka sem eru þegar uppsettir.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - leyfa uppsetningu pakka án þess að athuga hvort\n"
-" það vanti tengda pakka eða pakkar rekist á.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - leyfa notanda að setja upp pakka án þess að athuga\n"
-" tengda pakka eða staðfesta uppruna.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --suggests - tillögur um tög\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - stilla urpmi frá dreifingartrénu, gott að nota\n"
-" til að setja inn chroot með --root valkostnum.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - aukalegir valkostir fyrir curl forritið\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- aukalegir valkostir fyrir rsync forritið\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - aukalegir valkostir fyrir wget forritið\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - aukalegir valkostir fyrir prozilla forritið\n"
-
-#: ../urpmi:122
-#, fuzzy, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --prozilla-options - aukalegir valkostir fyrir prozilla forritið\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - takmarka hraða niðurhals.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - halda áfram að sækja skrár sem hafa verið sóttar að "
-"hluta\n"
-" (--no-resume - sem er sjálfgefið - aftengir þetta).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - nota tilgreint HTTP sel, gáttin er sjálfgefin 1080\n"
-" (sniðið er <sel[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - skilgreindu sel-notanda og lykilorð til að nota til\n"
-" að auðkenna (snið er <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - skrifa út villutilkynningu í möppuna sem tilgreind er\n"
-" í næsta viðfangi.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - undanskilja slóðir, aðskildar með kommu.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - undanskilja doc skrár (handbækur).\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - ekki athuga með diskpláss fyrir uppsetningu.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - leyfa uppsetningu á rpm pökkum fyrir aðra "
-"vélbúnaðartegund.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - ekki keyra uppsetninga-skriftur í pakka\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - pakkar sem ætti að sleppa uppsetningu\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - pakkar sem ættu að vera teknir framfyrir aðra\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - þegar nokkrir pakkar finnast, tilgreina fleiri valkosti "
-"en\n"
-" venjulega.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - ekki læsa rpm gagnagrunni.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - uppfæra aðeins pakka með sömu vélbúnaðartegund.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - velja allt sem passar á skipanalínu.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - hljóður hamur.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - ítarlegri hamur.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" nöfn eða rpm skrár sem eru tilgreindar á skipanalínunni verða sett inn.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Villa: get ekki notað --auto-select með pakkalista.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Villa: Til að búa til villutilkynningu, tilgreindu venjuleg viðföng "
-"skipanalínu\n"
-"ásamt --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Þú getur ekki sett inn vélamáls-rpm pakka þegar notað er --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Mappan [%s] er þegar til, vinsamlega notið aðra möppu fyrir villutilkynningu "
-"eða eyðið möppunni"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Get ekki búið til möppu [%s] fyrir villu-tilkynningu"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Umhverfismappa %s er ekki til"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Villa: %s virðist vera tengt aðeins til lestrar.\n"
-"Notaðu --allow-force til að þvinga aðgerð."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Uppfæri miðil...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (til að uppfæra)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (til að uppfæra)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (til að setja inn)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (til að setja inn)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Til að viðhalda samræmi við %s, er þörf á einum af eftirtöldum pökkum:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Hvað velur þú? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Eftirfarandi pakka er ekki hægt að setja inn því hann er háður pökkum\n"
-"sem eru eldri en þeir sem eru uppsettir:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Eftirfarandi pakka er ekki hægt að setja upp því þeir eru háðir pökkum\n"
-"sem eru eldri en þeir sem eru uppsettir:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Halda samt áfram með uppsetningu?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (J/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Ekki er hægt að setja inn umbeðinn pakka:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Ekki er hægt að setja inn suma umbeðna pakka:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "ef pakki %s er fjarlægður raskast uppsetning kerfisins"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Uppsetningin getur ekki haldið áfram því að eftirfarandi pakka þarf\n"
-"að fjarlægja til að uppfæra aðra:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Uppsetningin getur ekki haldið áfram því að eftirfarandi pakka þarf\n"
-"að fjarlægja til að uppfæra aðra:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Eftirfarandi pakka þarf að fjarlægja til að uppfæra aðra:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Eftirfarandi pakka þarf að fjarlægja til að uppfæra aðra:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(aðeins prófun, ekkert verður í raun fjarlægt)"
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Þú verður að vera kerfisstjóri (root) til að setja inn eftirfarandi háða "
-"pakka:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"Til að viðhalda samræmi, verður eftirtalinn %d pakki fjarlægður (%d MB)"
-msgstr[1] ""
-"Til að viðhalda samræmi, verða eftirtaldir %d pakkar fjarlægðir (%d MB)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(aðeins prófun, ekkert verður sett inn í raun)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "diskpláss minnkar um %s."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "diskpláss eykst um %s."
-
-#: ../urpmi:618
-#, fuzzy, c-format
-msgid "%s of packages will be retrieved."
-msgstr "diskpláss eykst um %s."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Halda áfram með uppsetningu á einum pakka?"
-msgstr[1] "Halda áfram með uppsetningu á %d pökkum?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Hætta við"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Sláðu á ENTER þegar tilbúinn..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"notkun: urpmi.addmedia [valkostir] <nafn> <slóð>\n"
-"þar sem <slóð> er eitt af\n"
-" [file:/]/<slóð>\n"
-" ftp://<notandi>:<lykilorð>@<vél>/<slóð>\n"
-" ftp://<vél>/<slóð>\n"
-" http://<vél>/<slóð>\n"
-" removable://<slóð>\n"
-"\n"
-"og [valkostir] eru\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - nota wget til að sækja fjarlægar skrár.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - Nota curl til að ná í skrár.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - nota prozilla til að ná í skrár.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - Nota curl til að ná í skrár.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - nota samantektar-skrá.\n"
-
-#: ../urpmi.addmedia:70
-#, fuzzy, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - nota rpm skrár (í stað samantektar/hdlist skrár).\n"
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - ekki reyna að finna neina hdlist eða samantektar-skrá.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - sjálfvirkt búa til alla miðla frá dreifingarmiðli.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-" --interactive - með --distrib, biðja um staðfestingu fyrir hvern miðil\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - með --distrib, bæta við öllum listuðum miðlum.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - nota tilgreinda slóð fyrir lista af speglum, sjálfgefin "
-"slóð er\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - búa til sýndarmiðil sem þarf aldrei að uppfæra,\n"
-" aðeins file:// reglan er leyfð.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - aftengja MD5SUM skráarathugun.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-" --nopubkey - ekki flytja inn dulritunar-lykil fyrir viðbættan miðil\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw - bæta miðlinum við uppsetningu, en ekki uppfæra hann.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - hljóður hamur.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - ítarlegri hamur.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "óggild <slóð> (slóð að staðbundnum möppum verður að vera algild)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Aðeins kerfisstjóra (root) er heimilt að bæta við miðli"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "bý til uppsetningarskrá [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Get ekki búið til uppsetningaskrá [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "engin þörf á að gefa upp <slóð að hdlist> með --distrib"
-
-#: ../urpmi.addmedia:144
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Viltu bæta við miðli '%s'"
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<slóð að hdlist> vantar\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Get ekki notað %s með fjartengdum miðli"
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "get ekki lesið miðil \"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi útgáfa %s\n"
-"Höfundaréttur © 1999-2008 Mandriva.\n"
-"Þetta er frjáls hugbúnaður sem má dreifa samkvæmt skilmálum GNU GPL.\n"
-"\n"
-"notkun:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - setja endurpökkunar ræsipunkt hér\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - ekki hreinsa endurpökkunar-möppu við mörkun.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-" --list - lista færslur síðan uppgefin dagsetning eða tímabil\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - lista allar færslur í rpmdb (langur listi).\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-all - lista allar færslur síðan mörkun.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - snúa til baka til ákveðinnar dagsetningar\n"
-" eða snúa til baka ákveðin fjölda færslna\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - slökkva á endurpökkun\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Ógild dagsetning eða tímabil [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Endurpökkunarmappa ekki skilgreind\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Get ekki skrifað í endurpökkunarmöppu [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Hreinsa upp endurpökkunarmöppu [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d skrá fjarlægð\n"
-msgstr[1] "%d skrár fjarlægðar\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Aukaleg viðföng í skipanalínu [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Þú getur ekki tilgreint --checkpoint og --rollback á sama tíma\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Þú getur ekki tilgreint --checkpoint og --list á sama tíma\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Þú getur ekki tilgreint --rollback og --list á sama tíma\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Þú getur ekki tilgreint --disable með öðrum valkostum"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Engin færsla fundin síðan %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Þú verður að vera kerfisstjóri til að gera þetta"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Skrifa rpm skriftu-skrá [%s] ...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Engin dagsetning fannst sem hægt er að snúa til\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Snúa til baka að %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Aftengja endurpökkun\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"notkun: urpmi.removemedia (-a | <nafn> ...)\n"
-"þar sem <nafn> er nafn á miðli sem á að fjarlægja.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - velja alla miðla.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - loðið val á nöfnum miðla.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Aðeins kerfisstjórar hafa leyfi til að fjarlægja miðil"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"ekkert til að fjarlægja (notaðu urpmi.addmedia til að bæta við miðli)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"færsluna sem á að fjarlægja, vantar\n"
-"(ein af %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"notkun: urpmi.update [valkostir] <nafn> ...\n"
-"þar sem <nafn> er nafn á miðli sem á að uppfæra.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - uppfæra aðeins uppfærslumiðil.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - þvinga uppfærslu á gpg lykli.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - ekki uppfæra, merkja miðilinn sem hunsaðann.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - ekki uppfæra, merkja miðilinn sem virkan.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --probe-rpms - ekki nota hdlist eða samantektar-skrá, nota rpm skrár "
-"beint.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - velja alla óútskiptanlega miðla.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - þvingauppfærslu samantektar/hdlist skráa\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - þvingauppfærslu samantektar/hdlist skráa\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Aðeins kerfisstjórar mega bæta við miðli"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "ekkert til að uppfæra (notaðu urpmi.addmedia til að bæta við miðli)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"færsluna sem á að uppfæra vantar\n"
-"(ein af %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "hunsa miðil %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "virkja miðil %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq útgáfa %s\n"
-"Höfundaréttur © 2000-2006 Mandriva.\n"
-"Þetta er frjáls hugbúnaður sem má dreifa samkvæmt skilmálum GNU GPL.\n"
-"\n"
-"notkun:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - nota aðeins uppgefin miðil til að leita að umbeðnum (eða "
-"uppfærðum) pakka.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - framkvæma loðna leit (sama og -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - lista tiltæka pakka.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - lista tiltæka miðla.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - lista tiltæka miðla og slóðir að þeim.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - lista tiltæka hnútpunkta þegar notað er --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - lista tiltæk samhliða samheiti.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr " --dump-config - sýna uppsetninguna sem urpmi.addmedia viðfang.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - næsti pakki er frumkóða-pakki (sama og -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - sýna alla frumpakka áður en þeir eru sóttir (aðeins "
-"kerfisstjóri - root).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - leyfa fyrirspurn eftir rpm pökkum fyrir annan vélbúnað.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - stilla urpmi eftir dreifingartré.\n"
-" Þetta leyfir fyrirspurnir í dreifingar.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - prenta breytingasögu.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - ósamræmanleg tög\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - úreldir\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - hvað er skaffað.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - þarfnast\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - tillögur um tög\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - frumrpm.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - prenta samantekt.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - útvíkka fyrirspurn til pakka sem eru háðir.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr ""
-" --whatrequires - snúa við skilgreindum leitarskilyrðum um hvaða pakka er "
-"þörf.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - öflugri öfug leit (innifelur sýndarpakka).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - leita í skaffar til að finna pakka.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - heildarúttak með pökkum sem á að fjarlægja.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - prenta hópa með nafni líka.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - prenta nytsamar upplýsingar á læsilegu sniði.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - lista skrár í pakka.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - samsvarar -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - prenta útgáfu og undirnúmer líka með nafni.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - næsti pakki er frumkóða-pakki (sama og --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - fjarlægja pakka aðeins ef nýrri útgáfa er þegar uppsett.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - framkvæma loðna leit (sama og --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - eins og -y, en þvingar leit óháð stafastærð.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " leitað er að nöfnum eða rpm skrám sem skrifaðar eru á skipanalínu.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes er aðeins hægt að nota með --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr ""
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"engin hdlist skrá fyrir miðil \"%s\", aðeins takmarkaðar upplýsingar fyrir "
-"pakka %s"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"engin hdlist skrá fyrir miðil \"%s\", aðeins takmarkaðar upplýsingar fyrir "
-"pakka %s"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr "engin hdlist skrá fyrir miðil \"%s\", engar upplýsingar fyrir pakka %s"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr "engin hdlist skrá fyrir miðil \"%s\", engar upplýsingar fyrir pakka %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Enginn breytilisti fannst\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - búa til uppfærslumiðil.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "gölluð slóð: [%s]"
-
-#~ msgid "sorry, you can't use --install-src to install remote .src.rpm files"
-#~ msgstr ""
-#~ "þi miður; þú getur ekki notað --install-src til að setja inn fjarlægar ."
-#~ "src.rpm skrár"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d Innsetningarfærsla brást"
-#~ msgstr[1] "%d Innsetningarfærslur brugðust"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Ekki er hægt að setja inn pakka %s"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Forathugun við að fjarlægja eftirtalda pakka"
-
-#~ msgid "%s database locked"
-#~ msgstr "%s gagnagrunnur læstur"
-
-#, fuzzy
-#~ msgid ""
-#~ " --auto - non-interactive mode, assume default answers to "
-#~ "questions. --auto\n"
-#~ msgstr ""
-#~ " --auto - ekki gagnvirkur hamur, gera ráðfyrir sjálfgefnum "
-#~ "svörum við spurningum.\n"
-
-#~ msgid "Unknown option %s"
-#~ msgstr "óþekktur valkostur %s"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "of margir tengipunktar fyrir útskiptanlegan miðil \"%s\""
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "Miðill \"%s\" er ISO ímynd, verður tengdur eftir þörfum"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "nota mismunandi útskiptanleg tæki [%s] fyrir \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "get ekki fundið slóð fyrir útskiptanlegan miðil \"%s\""
-
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "get ekki tengt uppsetningarmiðil"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "get ekki tengst miðli \"%s\",\n"
-#~ "þetta getur verið vegna þess að þú tengdir möppuna handvirkt þegar þú "
-#~ "bjóst miðilinn til."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr ""
-#~ "ósamræmi í miðli \"%s\" merktur útskiptanlegur en er það ekki í raun"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - hreinsa hausa í biðminnis-möppu.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "sýndarmiðlar verða að vera staðbundnir"
-
-#~ msgid "Error generating names file: Can't write to file (%s)"
-#~ msgstr "Villa við myndun nafnaskrár: get ekki skrifað í skrá (%s)"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "gat ekki unnið úr hdlist skrá fyrir \"%s\""
-
-#~ msgid "found %d rpm headers in cache, removing %d obsolete headers"
-#~ msgstr "fann %d rpm hausa á biðsvæði, fjarlægi %d útrunna hausa"
-
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr ""
-#~ "reikna md5 gátsummu yfir núverandi hdlist skrá (eða samantektar-skrá) [%s]"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "sýndarmiðill \"%s\" ætti hvorki að hafa skilgreindan hdlist né list skrá, "
-#~ "miðill hunsaður"
-
-#~ msgid "invalid hdlist name"
-#~ msgstr "ógilt hdlist skráarnafn"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "gat ekki fundið lista-skrá fyrir \"%s\", miðill hunsaður"
-
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "ekki hægt að skrá \"samantekt\" (miðill \"%s\")"
-
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "\"samantekt\" ætti að vera sett (miðill \"%s\")"
-
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "fékk ekki aðgang að hdlist skrá fyrir \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "miðill \"%s\" er að reyna að nota hdlist sem er þegar í notkun, miðill "
-#~ "hunsaður"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "miðill \"%s\" er að reyna að nota lista sem er þegar í notkun, miðill "
-#~ "hunsaður"
-
-#~ msgid "wrote %s"
-#~ msgstr "skrifaði %s"
-
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Athugið: þar sem enginn hdlist skrá er til fyrir miðill \"%s\", þá fannst "
-#~ "ekki neitt"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "Fer yfir í annað sinn til að athuga hvað er háð\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "byggi hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "Get ekki búið til samantektar-skrá fyrir miðil \"%s\". hdlist skráin þín "
-#~ "er kannski gölluð."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "vandræði við lestur á hdlist eða samantektar-skrá miðils \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "reikna md5 gátsummu yfir afritaða skrá (eða samantektar-skrá)"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...mistókst að sækja: ósamræmi í md5 gátsummu"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "engar rpm skrár fundust frá [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "get ekki lesið rpm skrár frá [%s]: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "engar rpm skrár lesnar"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "les hausa frá miðli \"%s\""
-
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - nota samantektar-skrá.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - nota hdlist skrá.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Athugið: þar sem enginn miðill notar hdlist skrá, þá fann urpmf ekki "
-#~ "neitt\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "Þú vilt kannski nota --name til að leita að pakkanöfnum.\n"
-
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src - næsti pakki er frumkóða-pakki.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - nota hdlist skrá.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "gat ekki uppfært miðil \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "gat ekki búið til miðil \"%s\"\n"
diff --git a/po/it.po b/po/it.po
deleted file mode 100644
index d672d6df..00000000
--- a/po/it.po
+++ /dev/null
@@ -1,3257 +0,0 @@
-# translation of it.po to Italian
-# translation of urpmi-it.po to
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/it.php3
-#
-# Italian translation of urpmi.
-# Copyright (C) 1999,2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
-# Copyright (c) 1999 Mandriva
-#
-# Paolo Lorenzin <pasusu@tin.it>, 1999.
-# Daniele Pighin <daniele@dcs.it>, 2001-2002.
-# Roberto Rosselli Del Turco <rosselli@ling.unipi.it>, 2002,2003.
-# Ruggero Tonelli <ruggero@valtellinux.it>, 1999, 2000, 2004, 2005, 2006.
-# Andrea Celli <andrea.celli@libero.it>, 2006, 2007, 2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: it\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-09-06 17:20+0200\n"
-"Last-Translator: Andrea Celli <andrea.celli@libero.it>\n"
-"Language-Team: Italian <timl@freelists.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Installazione RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Errore: impossibile trovare %s, annullo l'operazione"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_OK"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Hai selezionato un pacchetto sorgente:\n"
-"\n"
-"%s\n"
-"\n"
-"Probabilmente non vuoi installarlo sul tuo computer (installandolo \n"
-"potresti modificarne il codice sorgente e successivamente compilarlo).\n"
-"\n"
-"Cosa vuoi fare?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Hai scelto di installare i seguenti pacchetti software sul tuo computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Vuoi continuare?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Hai scelto di installare il seguente pacchetto software sul tuo computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Potresti preferire salvarlo. Qual è la tua scelta?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Installa"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Salva"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Cancella"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Scegli dove salvare i file"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi versione %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Questo è software libero e può essere ridistribuito secondo i termini della "
-"licenza GNU GPL.\n"
-"\n"
-"uso:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Opzioni:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - stampa questo messaggio di aiuto.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-"--auto - modalità automatica, prevede la risposta di default \" a "
-"tutte le domande\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid " --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - seleziona automaticamente i pacchetti per aggiornare il "
-"sistema.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid " --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - forza l'esecuzione anche se alcuni pacchetti non "
-"esistono.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - verifica la firma del pacchetto prima dell'installazione\n"
-" (--no-verify-rpm la disabilita, solitamente è "
-"abilitata).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - usa solo i supporti nella lista, separati da virgole.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - abilita la ricerca tra i provides del pacchetto.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - non cercare tra i provides per trovare il pacchetto.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr ""
-" --root - cambia la directory di root per installare i file rpm "
-"\"chrooted\".\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - verifica che l'installazione possa avvenire "
-"correttamente.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid " --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - usa solo i supporti indicati per cercare i "
-"pacchetti richiesti\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Nessun pacchetto selezionato"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Per favore attendi..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Devi essere root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Alcuni dei pacchetti richiesti non possono essere installati:\n"
-"%s\n"
-"Continuare?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Attenzione"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ok"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr "(da aggiornare)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (da installare)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Scelta dei pacchetti"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "È richiesto uno dei seguenti pacchetti:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Interrompi"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"I pacchetti elencati devono essere rimossi per poterne aggiornare altri:\n"
-"%s\n"
-"Continuare?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid "To satisfy dependencies, the following package is going to be installed:"
-msgstr "Per soddisfare le dipendenze, sarà installato il seguente pacchetto:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid "To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Per soddisfare le dipendenze, saranno installati i seguenti pacchetti:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d pacchetto, %d MB)"
-msgstr[1] "(%d pacchetti, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Installazione dei pacchetti..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "impossibile recuperare il pacchetto dalla fonte, interrompo"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "In preparazione..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Sto installando il pacchetto `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Bisogna inserire il supporto denominato \"%s\""
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Download del pacchetto `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Fatto"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Installazione fallita, alcuni file sono mancanti:\n"
-"%s\n"
-"Potresti voler aggiornare il tuo database di urpmi"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Installazione fallita:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "È già tutto installato"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Installazione completata"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "rimozione di %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "Riavvio di urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"uso: %s [opzioni]\n"
-"dove le [opzioni] sono\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - stampa questo messaggio di aiuto.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <percorso> - utilizza la root specificata invece di /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [gruppo] - restringe i risultati ad un determinato gruppo.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " predefinito: %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - mostra il nome completo del pacchetto (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Solo superuser è abilitato ad installare pacchetti"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Eseguo urpmi in modalità \"restricted\"..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "Impossibile creare la directory %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "proprietario sbagliato per la directory %s"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "Impossibile scaricare pacchetti in %s"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "impossibile aprire il database rpm"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "nome del file rpm non valido [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "recupero il file rpm [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...recupero terminato"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...recupero fallito: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "impossibile accedere al file rpm [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "impossibile analizzare il file spec %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "impossibile registrare il file rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Architettura incompatibile per il file rpm [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "errore durante la registrazione dei pacchetti locali"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Quest'operazione non è consentita in modalità \"restricted\""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "errata dichiarazione di proxy usando la linea di comando\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: impossibile leggere il file rpm \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "espressione inattesa %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "manca un'espressione prima di %s"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "espressione inattesa %s (forse dovresti usare -a o -o)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "nessuna espressione da chiudere"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr "urpmf si aspetta una regexp, se non usi l'opzione « --literal »."
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "La directory chroot non esiste"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Impossibile utilizzare %s senza %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Impossibile utilizzare %s con %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Troppi argomenti\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Copia fallita"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"Devi montare manualmente il CD-ROM (ma se installi perl-Hal-Cdroms verrà "
-"fatto automaticamente)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "Il dimonw HAL (hald) non è attivo o non è pronto"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "il supporto «%s» non è disponibile"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "impossibile leggere il file rpm [%s] dal supporto \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "errore di sintassi alla riga %s del file di configurazione"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "impossibile leggere il file di configurazione [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "il supporto %s è stato definito due volte. Interrompo"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "impossibile scrivere il file di configurazione [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "impossibile leggere le impostazioni del proxy (diritti insufficienti per leggere %s)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Inserisci i tuoi dati necessari per accedere al proxy\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Nome utente:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Password:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Webfetch \"%s\" è sconosciuto!!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s non riuscito: segnale di uscita %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s non riuscito: uscito con %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "copia non riuscita"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "manca wget\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "manca curl\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl ha fallito: download cancellato\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "manca rsync\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "manca ssh\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "manca prozilla\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Impossibile eseguire prozilla\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "manca aria2\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% di %s completato, ETA = %s, velocità = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% completato, velocità = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "recupero di %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "%s recuperato"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "protocollo sconosciuto definito per %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s non è disponibile, si utilizzerà %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-"non è stato trovato nessun programma per recuperare pacchetti,\n"
-"quelli supportati sono: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "impossibile gestire il protocollo: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "rimozione di %s e di %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "il pacchetto %s non è stato trovato."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "recupero i file rpm dal supporto \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[rimpacchetto]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid "created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"creata transazione per installare su %s (rimuove=%d, installa=%d, aggiorna=%"
-"d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "impossibile creare la transazione"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "impossibile estrarre un rpm dal pacchetto delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "impossibile installare il pacchetto %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "Rimozione degli rpm difettosi (%s) da %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "rimozione di %s non riuscita: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Rimozione del pacchetto %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "rimozione del pacchetto %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "rimozione degli rpm installati (%s) da %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Più informazioni sul pacchetto %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Impossibile creare la directory cache per ldap"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Impossibile scrivere il file cache per ldap\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Nessun server definito. Manca l'uri o l'host"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Nessuna base specificata"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Impossibile connettersi all'uri ldap:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "Il database %s è bloccato. Attendi..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "Interruzione"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "Il database %s è bloccato (un altro programma lo sta usando)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Installazione non riuscita"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Proseguire comunque? (y/N) "
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Installazione fallita, rpm difettosi:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Questo pacchetto ha una firma errata"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "I seguenti pacchetti hanno delle firme errate"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Vuoi proseguire con l'installazione?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "rimozione degli rpm installati (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "distribuzione di %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "installazione di %s da %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "installazione di %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Provo l'installazione senza controllare le dipendenze? (s/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Provo l'installazione in modo ancora più forzato (--force)? (s/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "I pacchetti sono aggiornati"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "L'installazione è possibile"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "esamino il file %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "file MD5SUM non valido"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "attenzione: la md5sum per %s non è presente nel file MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"il supporto virtuale \"%s\" dovrebbe avere una url in chiaro, supporto "
-"ignorato"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "impossibile accedere al file list per \"%s\", supporto ignorato"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "impossibile accedere al file di sintesi per \"%s\", supporto ignorato"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "cerco di fare a meno del supporto esistente \"%s\", vado oltre"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "impossibile migrare la periferica rimovibile, supporto ignorato"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "scritto il file di configurazione [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Non è possibile usare la modalità parallela con quella distribuita"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "uso i supporti associati per il metodo parallelo: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis non può essere utilizzato con --media, --excludemedia, --"
-"sortmedia, --update, --use-distrib o --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Avvio ricerca: %s e finisce: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "salto il pacchetto %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "installerebbe il pacchetto %s invece di aggiornarlo "
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "il supporto \"%s\" esiste già"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(ignorato per default)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "viene aggiunto il supporto \"%s\" prima del supporto remoto \"%s\""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "viene aggiunto il supporto \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "La directory %s non esiste"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "questo indirizzo non sembra contenere alcuna distribuzione"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "impossibile esaminare media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "impossibile accedere al supporto di installazione (manca il file media.cfg)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "ignoro il supporto non compatibile \"%s\" (per %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "recupero il file media.cfg..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "tentativo di selezionare un supporto inesistente \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "sto selezionando più supporti: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "rimuovo il supporto \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "riconfiguro urpmi per il supporto \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...riconfigurazione fallita"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "riconfigurazione eseguita"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Problemi nel generare i nomi dei file: non esiste la dipendenza %d"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "il supporto \"%s\" è aggiornato"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "esamino il file synthesis [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problema nel leggere il file synthesis del supporto \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "copia di [%s] per il supporto \"%s\"..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...copia fallita"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "copio il file di descrizione di \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...copia terminata"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "copia di [%s] fallita (il file è stranamente piccolo)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "calcolo md5sum del file synthesis della fonte scaricata"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "acquisizione di [%s] fallita (md5sum non corretta)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "genhdlist2 non riuscito per %s"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "confronto di %s con %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "il file hdlist %s per il supporto \"%s\" non è corretto"
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "copia del file MD5SUM di \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "file MD5SUM non valido (recuperato da %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "recupero del file synthesis di \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "trovato synthesis analizzato come %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "non trovo il file synthesis per il supporto \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "controllo il file pubkey di \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...importata la chiave %s dal file pubkey di \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "impossibile importare il file pubkey di \"%s\""
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "supporto \"%s\" aggiornato"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "recupero di [%s] non riuscito"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "nuovo tentativo con il mirror %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Impossibile trovare un mirror nell'elenco %s"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "localizzata posizione %s %.2f %.2f nel fuso orario %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "recupero elenco dei mirror da %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "SsYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Spiacente, scelta errata, prova di nuovo\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Pacchetto"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Versione"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Release"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arch."
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(suggerito)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "supporto \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "riga di comando"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] "Questo pacchetto ora è orfano. Esegui «urpme --auto-orphans» per rimuoverlo."
-msgstr[1] "Questi pacchetti ora sono orfani. Esegui «urpme --auto-orphans» per rimuoverli."
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "impossibile effettuare il parsing di \"%s\" nel file [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "esamino l'handler parallelo nel file [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "trovato handler parallelo per i nodi: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "impossibile utilizzare l'opzione parallel \"%s\" "
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "sul nodo %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "Installazione sul nodo %s fallita"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp non riuscito, forse un nodo non è raggiungibile"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput non riuscito, forse un nodo non è raggiungibile"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "scp non riuscito sull'host %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "cp non riuscito sull'host %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr "%s non riuscito sull'host %s (forse non ha una versione adatta di urpmi) (codice di uscita: %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "impossibile accedere al supporto \"%s\"."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "sto montando %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "sto smontando %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf versione %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Questo è software libero e può essere ridistribuito secondo i termini della "
-"licenza GNU GPL.\n"
-"\n"
-"uso: urpmf [options] chiave-ricerca\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - stampa la versione di questo tool.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr " --env - usa un ambiente specifico (tipicamente un bug report).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - non usa i supporti elencati, separati da virgole.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid " --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-"--literal, -l - non considerare i caratteri speciali, usa l'argomento come "
-"è.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --root - cambia la directory radice per installare i file rpm e "
-"per il db di urpmi.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid " --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - ordina i supporti in base alle sottostringhe separate da "
-"virgole\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - utilizza questo percorso per accedere al supporto\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - utilizza la synthesis specificata invece del db urpmi.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - non stampa le linee uguali.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr "--update - usa solo supporti di aggiornamento.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - modalità prolissa.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - ignora la distinzione tra maiuscole/minuscole nella "
-"ricerca.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -I - distingui maiuscole/minuscole nella ricerca "
-"(predefinito).\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr "-F<str> - cambia il separatore di campo (default ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Chiavi di ricerca:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr "-text - il testo è usato come regexp, se non viene specificato -l.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - include il codice perl direttamente come perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - operatore binario AND.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - operatore binario OR.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - NOT unario.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr "( ) - parentesi destra e sinistra.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Elenco dei tag\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - specifica un formato di output simile a printf\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " esempio: '%%name:%%files'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - architettura.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - mostra il nome dell'host\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr "--buildtime - data di compilazione\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - file di configurazione\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - conflitti\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - descrizione del pacchetto.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr "--distribution - distribuzione\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - epoca di compilazione.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - nome dei pacchetti.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr "--files - elenca i file presenti in un pacchetto.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - gruppo \n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - licenza\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - nome del pacchetto.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - lista di quanto reso obsoleto dal pacchetto.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - curatore del pacchetto.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - elementi forniti dal pacchetto.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - requisiti necessari per installare il pacchetto.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - dimensione del pacchetto installato.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - nome dei pacchetti rpm con sorgenti.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - cerca nel campo \"suggests\"\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - sommario del pacchetto.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - cerca nel campo \"url\"\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - distributore\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - il supporto dov'è stato trovato il pacchetto\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - stampa versione, release e architettura con il nome.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "formato non corretto, puoi usare un solo tag "
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "uso le variabili d'ambiente su %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "manca il file hdlist per il supporto \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "manca il file di sintesi per il supporto \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "manca xml-info per il supporto \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "urpmi è stato riavviato, ma l'elenco dei pacchetti prioritari non è cambiato"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-"urpmi è stato riavviato. L'elenco dei pacchetti prioritari è cambiato da %s "
-"a %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Nessun pacchetto denominato %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "I seguenti pacchetti contengono %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr "Dovresti aggiungere \"-a\" per usarli tutti"
-
-#: ../urpm/select.pm:300
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "nel DB di urpmi ci sono i pacchetti %s, ma non sono installati"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Il pacchetto %s è già installato"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "I pacchetti %s sono già installati"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "perché manca %s"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "perché è già installato %s"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "perché non è soddisfatto %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "sto selezionando %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "per conservare %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "per installare %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "per conflitti con %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Firma non valida (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Key ID (%s) non valida"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Firma mancante (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "sistema"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "Dovresti riavviare %s per %s"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Impossibile scrivere il file"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Impossibile aprire il file"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Impossibile spostare il file %s a %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme versione %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Questo è software libero e può essere ridistribuito secondo i termini della "
-"licenza GNU GPL.\n"
-"\n"
-"utilizzo:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - include automaticamente un pacchetto nelle scelte.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - rimuove orfani\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - verifica se la rimozione può avvenire correttamente.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - urpmi distribuito fra varie macchine dell'alias.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - Ri-pacchetta i file prima della cancellazione.\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - usa un'altra root per rimuovere i file rpm. \n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - aggiorna solo il DB degli rpm, non il filesystem.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - non esegue gli scriptlet presenti nei pacchetti.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - configura urpme \"al volo\" da un albero distribuito, "
-"utile\n"
-" per (dis)installare un pacchetto chroot con l'opzione --"
-"root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - modalità prolissa.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-" -a - seleziona tutti i pacchetti che soddisfano "
-"l'espressione.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Solo superuser è abilitato a rimuovere pacchetti"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "pacchetti sconosciuti"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "pacchetto sconosciuto"
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "la rimozione del seguente pacchetto comprometterà il sistema:"
-msgstr[1] "la rimozione dei seguenti pacchetti comprometterà il sistema:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Niente da rimuovere"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "Nessun orfano da rimuovere"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural "To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Per soddisfare le dipendenze, sarà rimosso il seguente pacchetto"
-msgstr[1] "Per soddisfare le dipendenze, saranno rimossi i seguenti pacchetti"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(pacchetto orfano)"
-msgstr[1] "(pacchetti orfani)"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Rimuovo %d pacchetto?"
-msgstr[1] "Rimuovo %d pacchetti?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (s/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "test di rimozione per %s"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Rimozione fallita"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "La rimozione è possibile"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "espressione non completata (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-update - aggiorna i supporti prima di aggiornare il "
-"sistema.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - disabilita il controllo MD5SUM.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - forza l'aggiornamento della chiave gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - rimuove orfani senza chiedere conferma\n"
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr ""
-" --no-suggests - non seleziona automaticamente i pacchetti \"suggeriti"
-"\"\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - non chiedere mai di rimuovere un pacchetto, ferma "
-"l'installazione\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - non installa i pacchetti, esegue solo il download\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - usa i pacchetti esistenti se possibile, rifiuta\n"
-" i pacchetti richiesti se sono da rimuovere.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - divide l'operazione in piccole transazioni se più di\n"
-" un pacchetto sta per essere installato o\n"
-" aggiornato, il valore predefinito è %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-" --split-length - per avere transazione più corte, il valore predefinito è %"
-"d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - impone una ricerca fuzzy.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr ""
-" --buildrequires - installa quanto richiesto (buildrequires) per il "
-"pacchetto\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - installa solo il pacchetto dei sorgenti (non i binari).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-" --clean - rimuove gli rpm dalla cache prima di fare qualsiasi altra "
-"cosa.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - tieni in cache gli rpm inutilizzati.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid " --replacepkgs - force installing packages which are already installed.\n"
-msgstr " --replacepkgs - forza l'installazione dei pacchetti già installati.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - permette di chiedere all'utente se desidera installare\n"
-" dei pacchetti senza controllare le dipendenze.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - permette di chiedere all'utente se desidera installare\n"
-" dei pacchetti senza controllare dipendenze e integrità.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr ""
-" --allow-suggests - seleziona automaticamente i pacchetti \"suggeriti"
-"\"\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-"..--use-distrib - configura urpmi \"al volo\" da un albero distribuito, "
-"utile\n"
-" per installare un pacchetto chroot con l'opzione --"
-"root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - genera e usa un metalink locale.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - programma da usare per scaricare i file remoti. \n"
-" programmi noti: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr "--curl-options - opzioni aggiuntive da passare a curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr "--rsync-options - opzioni da passare ad rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr "--wget-options - opzioni da passare a wget\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr "--prozilla-options - opzioni da passare a prozilla\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - opzioni aggiuntive da passare ad aria2\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - limita la velocità del download.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-"..--resume - riprende il trasferimento dei file parzialmente "
-"scaricati\n"
-" (--no-resume lo disabilita, solitamente è "
-"disabilitato).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - usa il proxy HTTP specificato, il numero di porta\n"
-" predefinito è1080 (formato: <proxyhost[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - specifica utente e password da utilizzare per\n"
-" l'autenticazione col proxy (formato: <utente:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - produce un bug report nella directory indicata con\n"
-" l'argomento successivo.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - percorsi da escludere, separati da virgole.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - esclude i file di documentazione.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize -non verifica lo spazio disponibile prima dell'installazione\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr "--ignore-arch...- permette di installare pacchetti di altre architetture.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr "--noscripts - non esegue gli script contenuti nei pacchetti\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - pacchetti da saltare durante l'installazione.\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - pacchetti da preferire\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - qualora si trovassero più pacchetti propone più scelte\n"
-" che quelle predefinite.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr "--nolock - non bloccare il db degli rpm\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - aggiorna solo i pacchetti della stessa architettura.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - seleziona tutte le corrispondenze da riga di comando.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - modalità silenziosa.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - modalità molto prolissa.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " i nomi o file rpm passati da riga di comando verranno installati.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-"Errore : non si può usare l'opzione --auto-select e fornire la lista dei "
-"pacchetti.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Errore, per generare un bug report devi aggiungere all'inizio della riga di "
-"commando\n"
-"--bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Non puoi installare rpm binari rpm quando viene usato --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Non puoi installare i file spec"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "si mette --buildrequires come opzione predefinita"
-
-#: ../urpmi:232
-#, c-format
-msgid "please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr "devi utilizzare --buildrequires (predefinito) o --install-src"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"La directory [%s] esiste già. Usa un'altra directory per i bug report o "
-"cancellala"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Impossibile creare una directory [%s] per un bug report"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "La directory %s, specificata nelle variabili d'ambiente, non esiste"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Errore: %s sembra montato in sola lettura.\n"
-"Usa --allow-force per forzare l'operazione."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Aggiorno il supporto...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (da aggiornare)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (da aggiornare)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (da installare)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (da installare)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Per soddisfare le dipendenze di \"%s\" serve uno dei seguenti pacchetti:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Quale scegli? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"I seguenti pacchetti non possono essere installati perché dipendono\n"
-"da pacchetti più vecchi di quelli già installati:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"I seguenti pacchetti non possono essere installati perché dipendono\n"
-"da pacchetti più vecchi di quelli già installati:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Continuo comunque l'istallazione?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (S/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Uno dei pacchetti richiesti non può essere installato:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Alcuni dei pacchetti richiesti non possono essere installati:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "la rimozione del pacchetto %s comprometterà il sistema"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"L'installazione non può proseguire perché questi pacchetti\n"
-"devono essere rimossi per poterne aggiornare altri:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"L'installazione non può proseguire perché questi pacchetti\n"
-"devono essere rimossi per poterne aggiornare altri:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Questi pacchetti devono essere rimossi per poterne aggiornare altri:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Questi pacchetti devono essere rimossi per poterne aggiornare altri:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(è solo un test, la rimozione non verrà effettuata)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Devi prima lanciare urpmi con --buildrequires per installare le seguenti "
-"dipendenze:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Verrà rimosso il seguente pacchetto orfano."
-msgstr[1] "Verranno rimossi i seguenti pacchetti orfani."
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(è solo un test, l'installazione non verrà fatta)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "Altri %s di spazio disco saranno utilizzati."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "%s di spazio disco saranno liberati."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "verranno scaricati %s di pacchetti."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Procedo con l'installazione di un pacchetto?"
-msgstr[1] "Procedo con l'installazione di %d pacchetti?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Annulla"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Premi invio dopo averlo montato..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"uso: urpmi.addmedia [opzioni] <nome> <url>\n"
-"dove <url> è uno fra\n"
-" [file:/]/<percorso>\n"
-" ftp://<login>:<password>@<host>/<percorso>\n"
-" ftp://<host>/<percorso>\n"
-" http://<host>/<percorso>\n"
-" cdrom://<path>\n"
-"\n"
-"uso: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"uso: urpmi.addmedia [options] --mirrorlist <url> <name> <percorso relativo>\n"
-"\n"
-"esempi:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"e [le opzioni sono] una combinazione di\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - usa wget per recuperare file remoti.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - usa curl per recuperare i file remoti.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - usa prozilla per recuperare i file remoti.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 - usa aria2 per recuperare i file remoti.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-" --update - crea un supporto di aggiornamento, o ignora\n"
-" i supporti non di aggiornamento (se usato con --distrib)\n"
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - segui una politica assegnata per scaricare i file xml-"
-"info\n"
-" scelta tra: never, on-demand, update-only, always. cf "
-"urpmi.cfg(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - usa il file synthesis.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - usa i file rpm (invece di synthesis).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - non cerca nessun file synthesis.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - crea automaticamente tutti i supporti da quello di\n"
-" installazione.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr "--interactive - con --distrib, chiede conferma per ogni supporto\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - with --distrib, aggiunge tutti supporti disponibili.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - usa l'url specificata per ottenere la lista dei mirror, \n"
-" quella predefinita è%s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - crea supporti virtuali che sono sempre aggiornati.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - disabilita il controllo MD5SUM sui file.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr "--nopubkey - non importa la chiave pubblica dei supporti aggiunti\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr "--raw - aggiunge il supporto alla configurazione ma non lo aggiorna.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - modalità silenziosa.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - modalità prolissa.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "le politiche conosciute per gli xml-info sono: %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "non servono argomenti per --distrib --mirrorlist <url>"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "<url> non valido (per una directory locale serve un percorso assoluto)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Solo superuser può aggiungere supporti"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "creazione del file di configurazione [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Impossibile creare il file di configurazione [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "con --distrib non serve fornire un <percorso relativo per synthesis>"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Vuoi aggiungere il supporto '%s'?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "manca il <percorso relativo per synthesis>\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Non si può usare %s con un supporto remoto"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "impossibile aggiungere il supporto"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi versione %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Questo è software libero e può essere ridistribuito secondo i termini della "
-"licenza GNU GPL.\n"
-"\n"
-"utilizzo:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - inizia la ripacchettizzazione adesso\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - non svuotare la directory usata per la "
-"ripacchettizzazione.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid " --list - list transactions since provided date/duration argument\n"
-msgstr "--list - elenca le transizioni dalla data/durata specificata\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - elenca tutte le transazioni nel db rpm (prolisso)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - elenca le transizione dal checkpoint\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-"--rollback - torna alla data specificata.\n"
-" o di un numero specificato di transazioni\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr "--disable - disabilita la ripacchettizazione.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Data o durata non valide [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "La directory per la ripacchettizazione non è stata specificata\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Impossibile scrivere nella directory [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Cancello i file nella directory [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d file rimosso\n"
-msgstr[1] "%d file rimossi\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "argomenti non completi sulla riga di comando [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-"Non puoi specificare --checkpoint e --rollback allo stesso tempo\n"
-"stesso tempo\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Non puoi specificare --checkpoint e --list allo stesso tempo\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Non puoi specificare --rollback e --list allo stesso tempo\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Non puoi specificare --disable con un altra opzione"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Nessuna transazione trovata da %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Devi essere ROOT per fare questo"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Scrivo le macro rpm su [%s] ...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Non ho trovato nessuna data per il rollback\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Torno indietro a %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Disabilito la ripacchettizzazione\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"uso: urpmi.removemedia (-a | <nome> ...)\n"
-"dove <nome> è il nome del supporto da rimuovere.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - seleziona tutti i supporti.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - imponi una ricerca fuzzy sul nome dei supporti.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Solo superuser è abilitato a rimuovere i supporti"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "niente da rimuovere (usa urpmi.addmedia per aggiungere un supporto)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"l'elemento da rimuovere non è presente\n"
-"(uno di %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"uso: urpmi.update [opzioni] <nome> ...\n"
-"dove <nome> è il nome del supporto da aggiornare.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - usa solo supporti di aggiornamento.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - forza l'aggiornamento della chiave gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - non aggiornare, segna il supporto come ignorato.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - non aggiornare, segna il supporto come disponibile.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms - usa direttamente i file rpm, invece di synthesis\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - seleziona tutti i supporti non rimovibili.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - impone l'aggiornamento di synthesis\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -ff - impone con forza l'aggiornamento di synthesis\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Solo superuser è abilitato ad aggiornare i supporti"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "niente da aggiornare (usa urpmi.addmedia per aggiungere un supporto)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"la voce da aggiornare non è presente\n"
-"(uno di %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "Ignoro il supporto %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "rendo disponibile il supporto %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq versione %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Questo è software libero e può essere ridistribuito secondo i termini della "
-"licenza GNU GPL.\n"
-"\n"
-"uso:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - usa solo i supporti indicati per cercare i "
-"pacchetti richiesti (o aggiornati)\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - elenca orfani\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - impone una ricerca fuzzy (uguale a -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - elenca i pacchetti disponibili.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - elenca i supporti disponibili.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - elenca i supporti disponibili e la loro url.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - elenca i nodi disponibili quando si utilizza --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - elenca gli alias paralleli disponibili.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid " --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - mostra la configurazione nella forma usata da urpmi."
-"addmedia\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - il prossimo pacchetto è un pacchetto sorgente (uguale a -"
-"s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid " --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - elenca tutti i pacchetti sorgenti prima del download "
-"(solo root).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --ignorearch - permette di cercare rpm per un'altra architettura.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - configura urpmi \"al volo\" da un albero distribuito.\n"
-" Permette di interrogare una distribuzione.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - mostra la lista delle modifiche.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - elenca i conflitti.\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - elenca obsoleti.\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - elenca gli elementi forniti(provides).\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - elenca i prerequisiti (requires).\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - elenca \"suggeriti\"\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - stampa il nome del pacchetto rpm sorgente.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - stampa il sommario.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - cerca le dipendenze del pacchetto.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - ricerca a ritroso sui requisiti del pacchetto.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - ricerca estesa a ritroso (anche sui pacchetti "
-"virtuali).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - cerca tra i \"provides\" per trovare il pacchetto.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - risultati completi con i pacchetti da rimuovere.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - stampa i gruppi anche col nome.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - stampa informazioni utili in forma leggibile.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - elenca i file presenti in un pacchetto.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - equivalente a -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - stampa versione e release anche col nome.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - il prossimo pacchetto è un pacchetto sorgente (uguale a --"
-"src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - rimuove il pacchetto se una versione più recente è già "
-"installata.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - impone una ricerca fuzzy (uguale a --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - come -y, ma non distingue maiuscole da minuscole.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " i nomi o i file rpm passati da riga di comando vengono interrogati.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "uso: \"urpmq --auto-orphans\" senza argomenti"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes può essere usato solo con --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "utinizza -l per elencare i file"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"manca xml-info per il supporto \"%s\", solo risultati parziali per il "
-"pacchetto %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"manca xml-info per il supporto \"%s\", solo risultati parziali per i "
-"pacchetti %s"
-
-#: ../urpmq:408
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"manca xml-info per il supporto \"%s\", impossibile dare risultati per il "
-"pacchetto %s"
-
-#: ../urpmq:409
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"manca xml-info per il supporto \"%s\", impossibile dare risultati per i "
-"pacchetti %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Nessun changelog trovato\n"
-
diff --git a/po/ja.po b/po/ja.po
deleted file mode 100644
index c98af51b..00000000
--- a/po/ja.po
+++ /dev/null
@@ -1,3409 +0,0 @@
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/ja.php3
-#
-# translation of urpmi to japanese.
-# Copyright (C) 1999 Free Software Foundation, Inc.
-# Copyright (c) 1999 Mandriva
-# Taisuke Yamada <tai@imasy.or.jp>, 1999.
-# UTUMI Hirosi <utuhiro@mx12.freecom.ne.jp>, 2003
-# Yukiko Bando <ybando@k6.dion.ne.jp>, 2004-2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-ja\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-08-30 00:39+0900\n"
-"Last-Translator: Yukiko Bando <ybando@k6.dion.ne.jp>\n"
-"Language-Team: Japanese <cooker-i18n@mandrivalinux.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM のインストール"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "エラー: ファイル %s が見つかりません。操作をキャンセルします。"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_OK"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"ソースパッケージを選択しました:\n"
-"\n"
-"%s\n"
-"\n"
-"本当にインストールしますか?(ソースパッケージをインストールするとソースコード"
-"を変更してコンパイルすることができます)\n"
-"\n"
-"どうしますか?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"以下のパッケージをシステムにインストールしようとしています:\n"
-"\n"
-"%s\n"
-"\n"
-"続けますか?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"以下のパッケージをシステムにインストールしようとしています:\n"
-"\n"
-"%s\n"
-"\n"
-"インストールせずに保存することもできます。どうしますか?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "インストール(_I)"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "保存(_S)"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "キャンセル(_C)"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "ファイルを保存する場所を選んでください"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"これはフリーソフトウェアであり、GNU GPL の条件のもとで再配布できます。\n"
-"\n"
-"使い方:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "オプション:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - このヘルプを表示\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr " --auto\t - 非対話モード、質問に対する答えはデフォルトとみなす\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - 自動的にパッケージを選択してシステムを更新\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - 足りないパッケージがあっても強制的に実行する\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - インストールする前に RPM の署名を確認する\n"
-" (デフォルトで有効。--no-verify-rpm で無効)\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - 指定したメディアのみを使う (コンマで区切る)\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - provide (提供) タグも検索対象に含める\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - provide (提供) タグは検索の対象にしない\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - RPM のインストールに他のルートを使う\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - 正しくインストールされるかどうかテストする\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - 指定したメディアのみを要求したパッケージの検索に使う\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "パッケージが指定されていません"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "お待ちください..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "root 権限が必要です"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"インストールできないパッケージがあります:\n"
-"%s\n"
-"このままインストールを続けますか?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "警告"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "OK"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (アップグレードするため)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (インストールするため)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "パッケージの選択"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "以下のパッケージのいずれかが必要です:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "中止(_A)"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"更新するには以下のパッケージを削除しなければなりません:\n"
-"%s\n"
-"このままインストールを続けますか?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "依存を満たすために以下のパッケージをインストールします:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "依存を満たすために以下のパッケージをインストールします:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d 個のパッケージ, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "パッケージをインストール..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "ソースパッケージを取得できませんでした。中止します。"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "準備中..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "パッケージ %s (%s/%s) をインストール..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "%s という名前のメディアを挿入してください"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "パッケージ %s をダウンロード..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "完了(_D)"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"インストールに失敗。以下のファイルがありません:\n"
-"%s\n"
-"urpmi データベースを更新してください。"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "インストール失敗:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "パッケージは既にインストールされています"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "インストールが完了しました"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "%s を削除"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "urpmi を再スタートします"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"使い方: %s [オプション]\n"
-"[オプション] には以下を選択\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - このヘルプを表示\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <パス> - / の代わりに指定したルートディレクトリを使う\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [グループ名] - 指定したグループの検索結果だけを表示\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " デフォルトは %s\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - RPM の完全な名前を表示 (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "パッケージのインストールはスーパーユーザにしかできません"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "urpmi を制限モードで実行中..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "ディレクトリ %s を作成できません"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "ディレクトリ %s の所有者が無効です"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "パッケージを %s にダウンロードできません"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "rpmdb を開けません"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "RPM ファイル名 [%s] が無効です"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "RPM ファイル [%s] を取得..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...取得完了"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...取得に失敗: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "RPM ファイル [%s] にアクセスできません"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "スペックファイル %s [%s] を分析できません"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "RPM ファイルを登録できません"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "RPM とアーキテクチャが一致していません [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "ローカルパッケージの登録中にエラーが発生"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "この操作は制限モードでは禁止されています"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "コマンドラインのプロキシ宣言が間違っています\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: RPM ファイル %s を読み込めません\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "予期しない表現: %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "%s の前に表現がありません"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "予期しない表現 %s (提案: -a または -o を使用)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "閉じる表現がありません"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-"urpmf はデフォルトで正規表現を期待します。\"--literal\" を使ってください。"
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "chroot ディレクトリが存在しません"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "%2$s なしで %1$s は使えません"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "%s は %s と一緒には使えません"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "引数が多すぎます\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "コピーに失敗"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"CD-ROM を手動でマウントしてください (perl-Hal-Cdroms をインストールすると自動"
-"的にマウントできます)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "HAL デーモン (hald) が起動していないか準備ができていません"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "メディア %s は利用できません"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "RPM ファイル [%s] をメディア %s から読み込めません"
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "設定ファイルの %s 行目にシンタックスエラー"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "設定ファイル [%s] を読めません"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "メディア %s が二度定義されています。中止します。"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "設定ファイル [%s] を書き込めません"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "プロキシ設定を読めません (%s を読む権限がありません)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "プロキシにアクセスするための資格証明を入力してください\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "ユーザ名:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "パスワード:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "不明な webfetch `%s' !!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s 失敗: シグナル %d で終了"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s 失敗: %d で終了"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "コピーに失敗"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget がありません\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl がありません\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl 失敗: ダウンロードをキャンセルしました\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync がありません\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh がありません\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla がありません\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "prozilla を実行できませんでした\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "aria2 がありません\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% / %s 完了, ETA = %s, 速度 = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% 完了, 速度 = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "%s を取得"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "%s を取得しました"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "%s に不明なプロトコルが定義されています"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s は利用できません。%s にフォールバックします。"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "webfetch が見つかりません。利用可能な webfetch: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "プロトコルを処理できません: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "%s と %s をキャッシュから削除"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "パッケージ %s は見つかりません"
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "メディア %s から RPM ファイルを取得..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[repackaging 再パッケージ化]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"%s にインストールするためのトランザクションを作成しました\n"
-"(remove=%d, install=%d, upgrade-%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "トランザクションを作成できません"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "delta-rpm パッケージ %s から RPM を抽出できません"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "%s をインストールできません"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "不正な RPM (%s) を %s から削除"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "%s の削除に失敗: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "%s を削除"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "%s を削除"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "インストールされている RPM (%s) を %s から削除"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "パッケージ %s の詳細情報"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "LDAP キャッシュディレクトリを作成できません"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "LDAP のキャッシュファイルを書き込めません\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "サーバが指定されていないか、URI またはホストがありません"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "ベースが指定されていません"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "LDAP の URI に接続できません:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s データベースがロックされています。待機します..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "中止します"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "%s データベースがロックされています (他のプログラムが使用中です)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "インストールに失敗"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "このまま続けますか? (y/N) "
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"インストール失敗。不正な RPM です:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "以下のパッケージは署名が間違っています"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "以下のパッケージは署名が間違っています"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "インストールを続けますか?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "インストールされている RPM (%s) を削除"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "%s を配信"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "%s を %s からインストール"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "%s をインストール"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "依存を確認せずにインストールしますか? (y/N)[デフォルトはN] "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "インストールを強行 (--force) してみますか?(y/N)[デフォルトはN]"
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "パッケージは最新です"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "インストール可能です"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "%s ファイルを検査"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "無効な MD5SUM ファイル"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "警告: MD5SUM ファイルに %s の md5sum がありません"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"仮想メディア %s に正しい URL が指定されていません。メディアを無視します。"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "%s のリストファイルにアクセスできません。メディアを無視します。"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "%s の synthesis ファイルにアクセスできません。メディアを無視します。"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "既存のメディア %s を上書きしようとしています。スキップします。"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "リムーバブルデバイスを移行できませんでした。メディアを無視します。"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "設定ファイル [%s] を書き込みました"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "パラレルモードは [--use-distrib] と一緒には使えません"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "パラレルモードに担当メディアを使用: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis は --media, --excludemedia, --sortmedia, --update, --use-"
-"distrib, --parallel と一緒には使えません"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "検索開始: %s 終了: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "パッケージ %s をスキップ"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "パッケージ %s を更新ではなくインストールする"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "メディア %s は既に存在します"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(デフォルトで無視)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "メディア %s をリモートメディア %s の前に追加"
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "メディア %s を追加"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "ディレクトリ %s が存在しません"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "この場所にはディストリビューションが含まれていないようです"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "media.cfg を分析できません"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"ディストリビューションのメディアにアクセスできません (media.cfg ファイルがあ"
-"りません)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "互換性のないメディア %s をスキップします (%s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "media.cfg ファイルを取得..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "%s というメディアは存在しません"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "複数のメディアを選択: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "メディア %s を削除"
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "メディア %s について urpmi を再設定"
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...再設定に失敗"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "再設定完了"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "名前ファイルの生成エラー: 依存 %d が見つかりません"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "メディア %s は最新です"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "synthesis ファイル [%s] を検査"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "メディア %s の synthesis ファイルの読み込み中に問題が発生"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "メディア %2$s のために [%1$s] をコピー..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...コピーに失敗"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "%s の説明ファイルをコピー..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...コピー完了"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "[%s] のコピーに失敗 (ファイルが異常に小さすぎます)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "取得した source synthesis の md5sum を計算"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "[%s] の取得に失敗 (md5sum 不一致)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "genhdlist2 が %s で失敗しました"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "%s と %s を比較"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "メディア %2$s の hdlist ファイル %1$s が無効"
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "%s の MD5SUM ファイルをコピー..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "無効な MD5SUM ファイル (ダウンロード元: %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "%s の source synthesis を取得..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "検出した synthesis を %s と認識しました"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "メディア %s に synthesis ファイルが見つかりません"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "%s の公開鍵ファイルを検査..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...%2$s の公開鍵ファイルから鍵 %1$s を取り込みました"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "%s の公開鍵ファイルを取り込めません"
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "メディア %s を更新しました"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "[%s] の取得に失敗しました"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "ミラー %s で再試行"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "ミラーリスト %s にミラーが見つかりませんでした"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "ジオロケーション %s %.2f %.2f (タイムゾーン: %s) が見つかりました"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "%s からミラーリストを取得"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "NnNnいイ"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "YyYyはハ"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "有効な選択ではありません。やり直してください。\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "パッケージ"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "バージョン"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "リリース"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "アーキテクチャ"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(提案)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "メディア %s"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "コマンドライン"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-"以下のパッケージがオーファンになりました。削除するには \"urpme --auto-orphans"
-"\" を使ってください。"
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "ファイル [%2$s] の %1$s を分析できません"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "ファイル [%s] のパラレルハンドラを検査"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "ノードのパラレルハンドラを検出しました: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "パラレルオプション %s は使えません"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "ノード %s で"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "ノード %s でインストールに失敗"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp に失敗、おそらくノードが到達不可"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput に失敗、おそらくノードが到達不可"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "ホスト %s (%d) で scp に失敗"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "ホスト %s (%d) で cp に失敗"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-"ホスト %2$s で %1$s に失敗 (おそらく適切なバージョンの urpmi がないため) (終"
-"了コード: %3$d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "メディア %s にアクセスできません"
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "%s をマウント"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "%s をアンマウント"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"これはフリーソフトウェアであり、GNU GPL の条件のもとで再配布できます。\n"
-"\n"
-"使い方: urpmf [オプション] パターン表現\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - このツールのバージョンを表示\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr " --env - 特定の環境を使う (バグレポートなどのため)\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - 指定したメディアは使わない (コンマで区切る)\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr " --literal, -l - パターンで検索せずに引数を普通の文字列とみなす\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --urpmi-root - urpmi db と RPM のインストールに他のルートを使う\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr " --sortmedia - カンマ区切りで指定したメディアごとにソートする\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - メディアへのアクセスに指定したパスを使う\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - urpmi のデータベースではなく指定した synthesis を使う\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - 全く同じ行は表示しない\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - 更新メディアのみを使う\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - 詳細モード\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - パターンの大文字小文字を区別しない\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -I - パターンの大文字小文字を区別する (デフォルト)\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - 区切り文字を <str> に変更 (デフォルトは ':')\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "パターン表現:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text - テキストを正規表現とみなす (-l が使われていない限り)\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - Perl コードをそのまま表示\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - binary AND operator\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - binary OR operator\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - unary NOT\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - 左右括弧\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "タグのリスト:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - printf 風の出力形式を指定\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " 例: '%%name:%%files'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - アーキテクチャ\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - ビルドホスト\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - ビルド日時\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - 設定ファイル\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - conflict (衝突) タグ\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - パッケージの説明\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - ディストリビューション\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - エポック\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - パッケージのファイル名\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - パッケージに含まれるファイルのリスト\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - グループ\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - ライセンス\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - パッケージ名\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - obsolete (廃止) タグ\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - パッケージ作成者\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - provide (提供) タグ\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - require (要求) タグ\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - インストール後のサイズ\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - ソース RPM の名前\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - suggest (提案) タグ\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - 要約\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - URL\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - ベンダー\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - パッケージのあるメディア\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - バージョン, リリース番号, アーキテクチャを表示\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "不正な形式: 多値タグは一つしか使えません"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "%s に特定の環境を使用\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "メディア %s には hdlist がありません"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "メディア %s には synthesis がありません"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "メディア %s には XML 情報がありません"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "urpmi を再スタート、優先パッケージのリストに変更はありません"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr "urpmi を再スタート、優先パッケージのリストに変更がありました: %s vs %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "%s という名前のパッケージはありません"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "以下のパッケージが %s を含んでいます: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr ""
-"パッケージ %s が urpmi データベースに見つかりましたが、どれもインストールされ"
-"ていません"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "パッケージ %s は既にインストールされています"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "パッケージ %s は既にインストールされています"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "%s がないために"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "インストール済みの %s のために"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "%s が依存を満たしていないために"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "%s をアップグレードするために"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "%s を維持するために"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "%s をインストールするために"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "%s と衝突するために"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "無効な署名 (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "無効な鍵 ID (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "署名がありません (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "システム"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "%2$s のために %1$s を再スタートしてください"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "ファイルを書き込めません"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "ファイルを開けません"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "ファイル %s を %s に移動できません"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"これはフリーソフトウェアであり、GNU GPL の条件のもとで再配布できます。\n"
-"\n"
-"使い方:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - 複数の選択肢から自動的にパッケージを選択\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - オーファンを削除\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - 問題なく削除できるかどうかテストする\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - urpmi をエイリアスの複数のマシンに使う\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - ファイルを削除する前に再パッケージ化する\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - RPM の削除に他のルートを使う\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-" --justdb - RPM データベースのみを更新、ファイルシステムは更新しない\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - パッケージのスクリプトを実行しない\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - ディストリビューションのツリーから urpme をオンザフライ\n"
-" で設定。chroot を --root オプション付きでインストール/\n"
-" アンインストールする際に使用。\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - 詳細モード\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - 指定した表現を含むすべてのパッケージを選択\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "パッケージの削除はスーパーユーザにしかできません"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "不明なパッケージ"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "不明なパッケージ"
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "以下のパッケージを削除するとシステムが壊れます:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "削除するものはありません"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "削除するオーファンはありません"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "依存を満たすために以下の %d 個のパッケージを削除します"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(オーファン)"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "%d 個のパッケージを削除しますか?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (y/N)[デフォルトはN] "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "%s の削除をテスト"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "削除に失敗"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "削除できます"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "終端のない表現 (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - メディアを更新し、その後システムを更新\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - MD5SUM ファイルをチェックしない\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - gpg 鍵の更新を強制する\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - 確認せずにオーファンを削除\n"
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - 提案されたパッケージを自動的に選択しない\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - パッケージを削除する必要があるときは自動的にインストールを"
-"中止\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - パッケージをインストールしない (ダウンロードのみ)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr " --keep - 既存のパッケージを維持し、削除要求は拒否する\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - 一定数以上のパッケージがインストールまたは更新される\n"
-" ときは分割して行う。デフォルトは %d\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - 分割する最低パッケージ数。デフォルトは %d\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - ファジー検索\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - パッケージの buildrequires をインストール\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - ソースのみをインストール (バイナリなし)\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - 最初にキャッシュから RPM を削除する\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - RPM をキャッシュに残す\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-" --replacepkgs - インストール済みのパッケージを強制的にインストール\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - 依存関係に問題が発生したときに、自動的に終了せずに\n"
-" --nodeps でインストールするかどうか質問する\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - 依存関係に問題が発生したときに、自動的に終了せずに\n"
-" --force でインストールするかどうか質問する\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - 提案されたパッケージを自動的に選択\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - ディストリビューションのツリーから urpmi をオンザフライ\n"
-" で設定。chroot を --root オプション付きでインストール/\n"
-" アンインストールする際に使用。\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - ローカルのメタルリンクを生成して使用\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - リモートからファイルを取得するプログラム\n"
-" 認識されたプログラム: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - curl に渡す追加オプション\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options - rsync に渡す追加オプション\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - wget に渡す追加オプション\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - prozilla に渡す追加オプション\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - aria2 に渡す追加オプション\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - ダウンロード速度を制限\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - 不完全なファイルのダウンロードを再開する\n"
-" (--no-resume で無効化、デフォルトで無効)\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - 指定した HTTP プロキシを使う。デフォルトのポート番号は\n"
-" 1080。(形式: <proxyhost[:port]>)\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - プロキシ認証に使うユーザ名とパスワードを\n"
-" 指定する。(形式: <user:password>)\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr " --bug - 指定したディレクトリにバグレポートを出力\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - 除外するパスを指定 (カンマで区切る)\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - doc ファイルを除外する\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - インストールする前にディスク容量を確認しない\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --ignorearch - 別のアーキテクチャの RPM のインストールを許可する\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - パッケージのスクリプトを実行しない\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - インストールをスキップするパッケージ\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - 優先すべきパッケージ\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - 複数のパッケージがある場合に、デフォルト以外の選択肢を\n"
-" 表示する\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - RPM データベースをロックしない\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - 同じアーキテクチャのパッケージのみを更新\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - 指定した表現を含むすべてのパッケージを選択する\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - 詳細を表示しない\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - 非常に詳細なモード\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" コマンドラインで指定したパッケージ名/RPM ファイルをインストールします\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "エラー: --auto-select はパッケージリストと一緒には使えません。\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"エラー: バグレポートを生成するには、通常のコマンドライン引数に加えて\n"
-"--bug を指定してください。\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-"バイナリ RPM は --install-src オプション使用時にはインストールできません"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "スペックファイルはインストールできません"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "デフォルトの --buildrequires を使用"
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-"--buildrequires または --install-src を使ってください。デフォルトは --"
-"buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"ディレクトリ [%s] は既に存在します。バグレポートには他のディレクトリを使う"
-"か、既存のディレクトリを削除してください。"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "バグレポート用のディレクトリ [%s] を作成できません"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "環境ディレクトリ %s が存在しません"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"エラー: %s は読み取り専用でマウントされているようです。\n"
-"操作を強制するには --allow-force を使ってください。"
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "メディアを更新...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (アップグレードするため)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (アップグレードするため)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (インストールするため)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (インストールするため)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "'%s' の依存を満たすために以下のパッケージのいずれかが必要です:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "どれを選びますか? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"以下のパッケージは既にインストールされているものよりも古いバージョンの\n"
-"パッケージに依存しているため、インストールできません:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"以下のパッケージは既にインストールされているものよりも古いバージョンの\n"
-"パッケージに依存しているため、インストールできません:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"このままインストールを続けますか?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Y/n)[デフォルトはY] "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"インストールできないパッケージがあります:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"インストールできないパッケージがあります:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "%s を削除するとシステムが壊れます"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"インストールを続けられません。\n"
-"更新するには以下のパッケージを削除しなければなりません:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"インストールを続けられません。\n"
-"更新するには以下のパッケージを削除しなければなりません:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"更新するには以下のパッケージを削除しなければなりません:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"更新するには以下のパッケージを削除しなければなりません:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(テストのみ、実際には削除されません)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"以下の依存パッケージをインストールするには、まず --buildrequires で urpmi を"
-"呼び出さなければなりません:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "以下のオーファンを削除します"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(テストのみ、実際にはインストールされません)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "ディスク容量を %s 使います。"
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "ディスク容量が %s 空きます。"
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "%s のパッケージを取得します。"
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "%d 個のパッケージのインストールを開始しますか?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "キャンセル"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "マウントされたら Enter を押してください"
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"使い方: urpmi.addmedia [オプション] <メディア名> <url>\n"
-"<url> には以下を選択\n"
-" [file:/]/<パス>\n"
-" ftp://<ログイン>:<パスワード>@<ホスト>/<パス>\n"
-" ftp://<ホスト>/<パス>\n"
-" http://<ホスト>/<パス>\n"
-" cdrom://<パス>\n"
-"\n"
-"使い方: urpmi.addmedia [オプション] --distrib --mirrorlist <url>\n"
-"使い方: urpmi.addmedia [オプション] --mirrorlist <url> <メディア名> <相対パス"
-">\n"
-"\n"
-"例:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"[オプション] は以下を選択\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - リモートファイルの取得に wget を使う\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - リモートファイルの取得に curl を使う\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - リモートファイルの取得に prozilla を使う\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 - リモートファイルの取得に aria2 を使う\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - XML 情報ファイルのダウンロードに次のいずれかのポリシーを使"
-"う:\n"
-" never, on-demand, update-only, always\n"
-" cf urpmi.cfg(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - synthesis ファイルを使う\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - RPM ファイルを使う (synthesis の代わりに)\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - synthesis ファイルの検出を試みない\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - インストールに使用したすべてのメディアを自動的に追加\n"
-" する\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-" --interactive - --distrib と併用して、各メディアについて確認を求める\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr ""
-" --all-media - --distrib と併用して、リストのすべてのメディアを追加\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - ミラーリストの取得に指定した URL を使う。デフォルトは\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - 常に最新状態に更新されている仮想メディアを作成\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - MD5SUM ファイルをチェックしない\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - 追加したメディアの公開鍵をインポートしない\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - 設定ファイルにメディアを追加、更新はしない\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - 詳細を表示しない\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - 詳細モード。\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "xml-info の既知のポリシーは %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "--distrib --mirrorlist <url> には引数は必要ありません"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "不正な <url> (ローカルディレクトリの場合は絶対パスが必要です)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "メディアの追加はスーパーユーザにしかできません"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "設定ファイル [%s] を作成"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "設定ファイル [%s] を作成できません"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "--distrib には <synthesis の相対パス> は必要ありません"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"メディア '%s' を追加しますか?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<synthesis の相対パス> の指定がありません\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "%s はリモートメディアには使えません"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "メディアを追加できません"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"これはフリーソフトウェアであり、GNU GPL の条件のもとで再配布できます。\n"
-"\n"
-"使い方:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - repackaging の開始を設定\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - checkpoint で repackage ディレクトリをクリアしない\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-" --list - 指定した日付以降または期間のトランザクションを表示\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - rpmdb のすべてのトランザクションを表示 (長い)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - checkpoint 以降のトランザクションを表示\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - 指定した日付まで、または\n"
-" 指定した数のトランザクションをロールバック\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - repackaging を無効にする\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "無効な日付または期間 [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "repackage ディレクトリが指定されていません\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "repackage ディレクトリに書き込めません [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "repackage ディレクトリをクリーンアップ [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d 個のファイルを削除しました\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "コマンドラインの引数が誤っています [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "--checkpoint と --rollback は同時に指定できません\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "--checkpoint と --list は同時に指定できません\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "--rollback と --list は同時に指定できません\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "--disable は他のオプションと同時に指定できません"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "%s 以降のトランザクションはありません\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "これはスーパーユーザにしかできません"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "RPM マクロファイルを書き込み [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "ロールバックの日付が見つかりません\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "%s までロールバック...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "repackaging を無効にします\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"使い方: urpmi.removemedia (-a | <メディア名> ...)\n"
-"<メディア名>は削除するメディア名\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - 全メディアを選択\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - メディア名をファジー検索\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "メディアの削除はスーパーユーザにしかできません"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "削除するものがありません (urpmi.addmedia でメディアを追加できます)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"削除対象が見つかりません\n"
-"(%s の中のいずれか)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"使い方: urpmi.update [オプション] <メディア名> ...\n"
-"<メディア名> は更新するメディア名\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - 更新メディアのみ更新する\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - gpg 鍵の更新を強制する\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - 更新せずにメディアを無効とする\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - 更新せずにメディアを有効とする\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms - synthesis を使わずに直接 RPM ファイルを使う\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - リムーバブルメディア以外のすべてを選択\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - synthesis を強制的に更新\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -ff - synthesis を更に強制的に更新\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "メディアの更新はスーパーユーザにしかできません"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "更新するものがありません (urpmi.addmedia でメディアを追加できます)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"更新対象が見つかりません\n"
-"(%s の中のいずれか)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "「%s」"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "メディア %s を無視しています"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "メディア %s を有効にしています"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"これはフリーソフトウェアであり、GNU GPL の条件のもとで再配布できます。\n"
-"\n"
-"使い方:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - 指定したメディアのみを要求した (または更新された) パッ"
-"ケージの検索に使う\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - オーファンを一覧表示\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - ファジー検索 (-y と同じ)\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - 利用できるパッケージを表示\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - 利用できるメディアを表示\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - 利用できるメディアと URL を表示\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - --parallel に利用できるノードを表示\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - 利用できるパラレルエイリアスを表示\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - メディアの設定を urpmi.addmedia の引数の形式で表示\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - ソースパッケージを指定 (-s と同じ)\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - ダウンロードする前にすべてのソースパッケージを表示 (root "
-"のみ)\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --ignorearch - 別のアーキテクチャの RPM も検索に含める\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - ディストリビューションのツリーから urpmi をオンザフライ\n"
-" で設定。ディストリビューションの検索を可能にする。\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - 変更ログを表示\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - conflict (衝突) を表示\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - obsolete (廃止) タグを表示\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - provide (提供) を表示\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - require (要求) を表示\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - suggest (提案) タグを表示\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - ソース RPM を表示\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - 要約を表示\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - パッケージの依存関係を問い合わせ\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - 指定したパッケージに依存するパッケージを逆検索\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - 拡張逆検索 (仮想パッケージを含める)\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - パッケージを探すために provide (提供) タグを検索\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - 削除されるパッケージを表示\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - グループと名前を表示\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - 読みやすい形で情報を表示\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - パッケージに含まれるファイルを表示\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - -du に相当\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - 名前, バージョン, リリース番号を表示\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - ソースパッケージを指定 (--src と同じ)\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - 新しい版がインストールされているときはパッケージを削除\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - ファジー検索 (--fuzzy と同じ)\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - 大文字/小文字を区別しない [-y] (ファジー検索)\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " 指定したパッケージ名/RPM ファイルがあるか調べる\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "使い方: 引数なしで \"urpmq --auto-orphans\""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes は --parallel と一緒にしか使えません"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "ファイルを一覧表示するには -l を使います"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"メディア %s に XML 情報がないため、パッケージ %s の検索結果は不完全です"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"メディア %s に XML 情報がないため、パッケージ %s の検索結果は不完全です"
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"メディア %s に XML 情報がないため、パッケージ %s の検索結果を返せません"
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"メディア %s に XML 情報がないため、パッケージ %s の検索結果を返せません"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "変更ログはありません\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - 更新メディアを作成\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "不正な形式の URL: [%s]"
-
-#~ msgid "sorry, you can't use --install-src to install remote .src.rpm files"
-#~ msgstr "リモートの .src.rpm ファイルには --install-src は使えません"
-
-#~ msgid "Error"
-#~ msgstr "エラー"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d 件のインストールトランザクションが失敗しました"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "パッケージ %s はインストールできません"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "以下のパッケージを削除するために調査しています"
-
-#~ msgid "%s database locked"
-#~ msgstr "%s データベースがロックされています"
-
-#, fuzzy
-#~ msgid ""
-#~ " --auto - non-interactive mode, assume default answers to "
-#~ "questions. --auto\n"
-#~ msgstr " --auto\t - 非対話モード、質問に対する答えはデフォルトとみなす\n"
-
-#~ msgid "Unknown option %s"
-#~ msgstr "不明なオプション %s"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "リムーバブルメディア %s にはマウントポイントが多すぎます"
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "メディア %s は ISO イメージです。オンザフライでマウントされます。"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "%2$s に他のリムーバブルデバイス [%1$s] を使います"
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "リムーバブルメディア %s のパスを読み出せません"
-
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "ディストリビューションのメディアをマウントできません"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "メディア %s にアクセスできません。\n"
-#~ "この現象は、メディアを追加するときに手動でディレクトリをマウントすると起こ"
-#~ "ることがあります。"
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "メディア %s はリムーバブルだと判断しましたが、不確実です"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - キャッシュディレクトリのヘッダを削除\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "仮想メディアはローカルでなければいけません"
-
-#~ msgid "Error generating names file: Can't write to file (%s)"
-#~ msgstr "名前ファイルの生成エラー: ファイルに書き込めません (%s)"
-
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "%s の synthesis ファイルを分析できません"
-
-#~ msgid "found %d rpm headers in cache, removing %d obsolete headers"
-#~ msgstr "キャッシュに %d RPM ヘッダを検出、古い %d ヘッダを削除"
-
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "既存の source hdlist (または synthesis) の md5sum を計算 [%s]"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "仮想メディア %s に hdlist またはリストファイルが指定されています。メディア"
-#~ "を無視します。"
-
-#~ msgid "invalid hdlist name"
-#~ msgstr "hdlist 名が無効です"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "%s のリストファイルが見つかりません。メディアを無視します。"
-
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "\"synthesis\" はセットできません (メディア %s)"
-
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "\"synthesis\" をセットしてください (メディア %s)"
-
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "リストファイル %s にアクセスできません"
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "メディア %s は既に使われた hdlist を使おうとしています。このメディアを無視"
-#~ "します。"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "メディア %s は既に使われたリストを使おうとしています。このメディアを無視し"
-#~ "ます。"
-
-#~ msgid "wrote %s"
-#~ msgstr "%s を書き込みました"
-
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "注: メディア %s に hdlist がないため、検索結果を返すことができません"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "セカンドステージ実行中 (依存を計算)\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "hdlist [%s] を作成"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "メディア %s の synthesis ファイルを作成できません。hdlist ファイルが壊れて"
-#~ "いる可能性があります。"
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr ""
-#~ "メディア %s の hdlist (または synthesis) ファイルの読み込み中に問題が発生"
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "コピーした source hdlist (または synthesis) の md5sum を計算"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...取得に失敗: md5sum 不一致"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "[%s] には RPM ファイルがありません"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "[%s] から RPM ファイルを読み込めません: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "RPM を読めませんでした"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "メディア %s のヘッダを読み込み"
-
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - synthesis ファイルを使う\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - hdlist ファイルを使う\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "注: どのメディアにも hdlist がないため、検索結果を返すことができませんでし"
-#~ "た\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "パッケージ名を探すには --name オプションを使うと便利です\n"
-
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src, -s - ソースパッケージを指定\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - hdlist ファイルを使う\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "メディア %s を更新できません\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "メディア %s を作成できません\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "%s という名の RPM ファイルが複数あります"
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "値 %2$s で [%1$s] を正しく分析できません"
-
-#~ msgid "(retry as root?)"
-#~ msgstr "(root で再試行しますか?)"
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "メディア %s のリストファイルが無効です:\n"
-#~ " 恐らくミラーが最新状態に更新されていません。別の方法を試みます。"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "メディア %s には RPM ファイルの場所が定義されていません"
-
-#~ msgid "unrequested"
-#~ msgstr "要求されていません"
diff --git a/po/ka.po b/po/ka.po
deleted file mode 100644
index 9658e4e6..00000000
--- a/po/ka.po
+++ /dev/null
@@ -1,3323 +0,0 @@
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/ka.php3
-#
-# Georgian translation of urpm
-# Copyright (C) 1999-2000, 2001 Mandriva.
-# Aiet Kolkhi <aiet@gmx.net>, 2000.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi 3.3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2003-01-29 23:47+0400\n"
-"Last-Translator: Aiet Kolkhi <aiet@gmx.net>\n"
-"Language-Team: Georgian\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.6\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, fuzzy, c-format
-msgid "RPM installation"
-msgstr "ინსტალაცია ჩაიშალა"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-
-#: ../gurpmi:98
-#, fuzzy, c-format
-msgid "_Install"
-msgstr "ინსტალირება"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_შენახვა"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_გაუქმება"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr ""
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, fuzzy, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"mdkupdate ვერსია %s\n"
-"საავტორო უფლებები (C) %s Mandriva.\n"
-"პროგრამა უფასო გახლავთ და ნებადართულია მისი GNU GPL ლიცენზიის პირობების "
-"თანახმად გავრცელება.\n"
-"\n"
-"გამოყენება:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr ""
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr ""
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "ბრძანება არ იქნა მითითებული"
-
-#: ../gurpmi2:53
-#, fuzzy, c-format
-msgid "Please wait..."
-msgstr "გთხოვთ იქონიოთ მოთმინება"
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr ""
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr "უკვე ყველაფერი ჩაწერილია"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "გაფრთხილება"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "ო-ქეი"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr ""
-
-#: ../gurpmi2:172
-#, fuzzy, c-format
-msgid " (to install)"
-msgstr "ავტომატური ინსტალირება"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "ერთერთი შემდეგი პაკეტი საჭიროა:"
-
-#: ../gurpmi2:200
-#, fuzzy, c-format
-msgid "_Abort"
-msgstr "შესახებ..."
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr "%s შედმეგ პაკეტებშია: %s\n"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "დამოკიდებულებების შესასრულებლად შემდეგი პაკეტები ჩაიწერება (%d მბ)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "დამოკიდებულებების შესასრულებლად შემდეგი პაკეტები ჩაიწერება (%d მბ)"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] ""
-
-#: ../gurpmi2:250
-#, fuzzy, c-format
-msgid "Package installation..."
-msgstr "ინსტალაციისათვის საჭირო ramdisk იმიჯები"
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, fuzzy, c-format
-msgid "unable to get source packages, aborting"
-msgstr "ვერ ვიყენებ პარალელურ პარამეტრს \"%s\""
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr ""
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "პაკეტის ინსტალაცია: `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "გთხოვთ ჩადოთ: %s სახელით: %s"
-
-#: ../gurpmi2:298
-#, fuzzy, c-format
-msgid "Downloading package `%s'..."
-msgstr "პაკეტის ინსტალაცია: `%s' (%s/%s)..."
-
-#: ../gurpmi2:324
-#, fuzzy, c-format
-msgid "_Done"
-msgstr "დასრულდა"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "ინსტალაცია ჩაიშალა"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "უკვე ყველაფერი ჩაწერილია"
-
-#: ../gurpmi2:345
-#, fuzzy, c-format
-msgid "Installation finished"
-msgstr "ინსტალაცია ჩაიშალა"
-
-#: ../gurpmi2:346 ../urpme:167
-#, fuzzy, c-format
-msgid "removing %s"
-msgstr "მომხმარებლის წაშლა : %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr ""
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-
-#: ../rpm-find-leaves:17
-#, fuzzy, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr ""
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr ""
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr ""
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, fuzzy, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr ""
-"მხოლოდ სრულუფლებიან მომხმარებელს აქვს უფლება \n"
-"ჩაწეროს პაკეტები."
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "ვერ მოვახერხე დირექტორია %s-ის შექმნა"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "პაკეტის ინსტალაცია: `%s' (%s/%s)..."
-
-#: ../urpm.pm:274
-#, fuzzy, c-format
-msgid "unable to open rpmdb"
-msgstr "ვერ ვიძახებ ფაილს %s\n"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr ""
-
-#: ../urpm.pm:294
-#, fuzzy, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "ვიძახებ hdlists ფაილს..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...გამოძახება დასრულდა"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...გამოძახება ჩაიშალა: %s"
-
-#: ../urpm.pm:304
-#, fuzzy, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "ვერ ვშიფრავ \"%s\"-ს ფაილში [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "ვერ ვშიფრავ \"%s\"-ს ფაილში [%s]"
-
-#: ../urpm.pm:317
-#, fuzzy, c-format
-msgid "unable to register rpm file"
-msgstr "ვერ ვწერ საკონფიგურაციო ფაილს [%s]"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr ""
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr ""
-
-#: ../urpm/args.pm:298
-#, fuzzy, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "ვერ წავიკითხე მენიუს ფაილი:%s"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr ""
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, fuzzy, c-format
-msgid "Copying failed"
-msgstr "შესვლა ვერ განხორციელდა"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "მედიუმი \"%s\" უკვე არსებობს"
-
-#: ../urpm/cdrom.pm:205
-#, fuzzy, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "ვერ ვუკავშირდები მედიას \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "ვერ ვწერ საკონფიგურაციო ფაილს [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "ვერ ვწერ საკონფიგურაციო ფაილს [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "ვერ ვწერ საკონფიგურაციო ფაილს [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "პაროლი:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "შესვლა ვერ განხორციელდა"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "მომხმარებლის წაშლა : %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...გამოძახება ჩაიშალა: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "%s-ისთვის უცნობი პროტოკოლია განსაზღვრული"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "ვერ ვუმკლავდები პროტოკოლს: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "ვაინსტალირებ: %s\n"
-
-#: ../urpm/get_pkgs.pm:127
-#, fuzzy, c-format
-msgid "package %s is not found."
-msgstr "უკვე ყველაფერი ჩაწერილია"
-
-#: ../urpm/get_pkgs.pm:213
-#, fuzzy, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "პრობლემა synthesis-ის ფაილის ან მედიუმის კითხვისას \"%s\""
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-
-#: ../urpm/install.pm:178
-#, fuzzy, c-format
-msgid "unable to create transaction"
-msgstr "ვერ მოვახერხე დირექტორია %s-ის შექმნა"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "ვერ ვწერ საკონფიგურაციო ფაილს [%s]"
-
-#: ../urpm/install.pm:214
-#, fuzzy, c-format
-msgid "unable to install package %s"
-msgstr "ვერ ვწერ საკონფიგურაციო ფაილს [%s]"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "ვაინსტალირებ: %s\n"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...გამოძახება ჩაიშალა: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "ვაგდებ მედიას \"%s\""
-
-#: ../urpm/install.pm:257
-#, fuzzy, c-format
-msgid "removing package %s"
-msgstr "ვაგდებ მედიას \"%s\""
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "ვაინსტალირებ: %s\n"
-
-#: ../urpm/install.pm:281
-#, fuzzy, c-format
-msgid "More information on package %s"
-msgstr "გვერდის ინფორმაცია არ არსებობს"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "ბრძანება არ იქნა მითითებული"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, fuzzy, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "ვერ ვიყენებ მეხსიერებას პალიტრის ელემენტებისთვის"
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "urpmi მონაცემთა ბაზა ჩაკეტილია"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "გაფრთხილება"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "ინსტალაცია ჩაიშალა"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "ინსტალაცია ჩაიშალა"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "ერთერთი შემდეგი პაკეტი საჭიროა:"
-
-#: ../urpm/main_loop.pm:140
-#, fuzzy, c-format
-msgid "The following packages have bad signatures"
-msgstr "ერთერთი შემდეგი პაკეტი საჭიროა:"
-
-#: ../urpm/main_loop.pm:141
-#, fuzzy, c-format
-msgid "Do you want to continue installation ?"
-msgstr "გნებავთ დაამუშაოთ:"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "ვაინსტალირებ: %s\n"
-
-#: ../urpm/main_loop.pm:178
-#, fuzzy, c-format
-msgid "distributing %s"
-msgstr "ვაინსტალირებ: %s\n"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "ვაინსტალირებ: %s\n"
-
-#: ../urpm/main_loop.pm:195
-#, fuzzy, c-format
-msgid "installing %s"
-msgstr "ვაინსტალირებ: %s\n"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "გნებავთ ვცადე ჩაწერა დამოკიდებულებების შემოწმების გარეშე? (ხ/ა) [ა] "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "გნებავთ ვცადო ჩაწერა ძალით (--force)? (ხ/ა) [ა] "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, fuzzy, c-format
-msgid "Installation is possible"
-msgstr "ინსტალაცია ჩაიშალა"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "ვამოწმებ hdlist ფაილს [%s]"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-
-#: ../urpm/media.pm:204
-#, fuzzy, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"მედიუმი \"%s\" ცდილობს გამოიყენოს უკვე გამოყენებული list. შედეგად უარი ეთქვა"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "ვერ ვუკავშირდები list ფაილს \"%s\"-სთვის, მედიუმი იგნორირებულ იქნა"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "ვერ ვუკავშირდები hdlist ფაილს \"%s\"-სთვის, მედიუმი იგნორირებულ იქნა"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "ვცდილობ გადავახტე არსებულ მედიას \"%s\"-ს, თავიდან ვიშორებ"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "დაწერე საკონფიგურაციო ფაილი [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr ""
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "ვიყენებ მიმაგრებულ მედიას პარალელური რეჟიმისათვის: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis პარამეტრი ვერ გამოიყენება --media, --update ან --parallel "
-"პარამეტრებთან ერთად"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr ""
-
-#: ../urpm/media.pm:683
-#, fuzzy, c-format
-msgid "skipping package %s"
-msgstr "კომპილირებული პაკეტები"
-
-#: ../urpm/media.pm:699
-#, fuzzy, c-format
-msgid "would install instead of upgrade package %s"
-msgstr ""
-"მხოლოდ სრულუფლებიან მომხმარებელს აქვს უფლება \n"
-"ჩაწეროს პაკეტები."
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "მედიუმი \"%s\" უკვე არსებობს"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "პრობლემა synthesis-ის ფაილის ან მედიუმის კითხვისას \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "ვაგდებ მედიას \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "ვერ ვიძახებ ფაილს %s\n"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "ვერ ვპოულობ პირველ საინსტალაციო მედიუმს (ვერ მივაკვლიე hdlists ფაილს)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "ვიძახებ hdlists ფაილს..."
-
-#: ../urpm/media.pm:948
-#, fuzzy, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "ვცდილობ გადავახტე არსებულ მედიას \"%s\"-ს, თავიდან ვიშორებ"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "ვირჩევ მრავალ მედიას: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "ვაგდებ მედიას \"%s\""
-
-#: ../urpm/media.pm:1055
-#, fuzzy, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "პრობლემა hdlist ფაილის ან მედიუმის კითხვისას \"%s\""
-
-#: ../urpm/media.pm:1089
-#, fuzzy, c-format
-msgid "...reconfiguration failed"
-msgstr "მენიუს კონფიგურაცია დამახსოვრებულია"
-
-#: ../urpm/media.pm:1095
-#, fuzzy, c-format
-msgid "reconfiguration done"
-msgstr "სერვერის კონფიგურაცია"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "მედიუმი \"%s\" უკვე არსებობს"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "ვამოწმებ synthesis ფაილს [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "პრობლემა synthesis-ის ფაილის ან მედიუმის კითხვისას \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "პრობლემა synthesis-ის ფაილის ან მედიუმის კითხვისას \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, fuzzy, c-format
-msgid "...copying failed"
-msgstr "...კოპირება დასრულდა"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "\"%s\"-ის აღწერილობის ფაილის კოპირება..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...კოპირება დასრულდა"
-
-#: ../urpm/media.pm:1265
-#, fuzzy, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "...კოპირება ჩაიშალა"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "source hdlist-ის (ან synthesis-ის) კოპირება o"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "...კოპირება ჩაიშალა"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "ვამოწმებ hdlist ფაილს [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "ვაინსტალირებ: %s\n"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "პრობლემა synthesis-ის ფაილის ან მედიუმის კითხვისას \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "\"%s\"-ის აღწერილობის ფაილის კოპირება..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr ""
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "ვიძახებ hdlists ფაილს..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "ვიპოვე პარალელური სათაე (handler) nodes:-ისთვის %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "პრობლემა synthesis-ის ფაილის ან მედიუმის კითხვისას \"%s\""
-
-#: ../urpm/media.pm:1536
-#, fuzzy, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "\"%s\"-ის აღწერილობის ფაილის კოპირება..."
-
-#: ../urpm/media.pm:1548
-#, fuzzy, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "ვერ ვწერ საკონფიგურაციო ფაილს [%s]"
-
-#: ../urpm/media.pm:1552
-#, fuzzy, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "ვერ ვიძახებ ფაილს %s\n"
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "დამატებული მედიუმი %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "ვამოწმებ hdlist ფაილს [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "nNaAა"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "yYkKxXხ"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "ცუდი არჩევანია, კიდევ სცადეთ\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "მოძებნა:"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "ვაგდებ მედიას \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "ვერ ვშიფრავ \"%s\"-ს ფაილში [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "ვამოწმებ პარალელურ სათავეს ფაილში [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "ვიპოვე პარალელური სათაე (handler) nodes:-ისთვის %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "ვერ ვიყენებ პარალელურ პარამეტრს \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "ინსტალაცია ჩაიშალა"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "ვერ ვუკავშირდები მედიას \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, fuzzy, c-format
-msgid "mounting %s"
-msgstr "ვაინსტალირებ: %s\n"
-
-#: ../urpm/removable.pm:103
-#, fuzzy, c-format
-msgid "unmounting %s"
-msgstr "მოხსნა (unmount)"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"mdkupdate ვერსია %s\n"
-"საავტორო უფლებები (C) %s Mandriva.\n"
-"პროგრამა უფასო გახლავთ და ნებადართულია მისი GNU GPL ლიცენზიის პირობების "
-"თანახმად გავრცელება.\n"
-"\n"
-"გამოყენება:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, fuzzy, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, fuzzy, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - განახლების კვანძები\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, fuzzy, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr "დააჭირეთ Esc ღილაკს ინტერაქტიული რეჟიმისათვის"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, fuzzy, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr ""
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, fuzzy, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, fuzzy, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr ""
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr ""
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr ""
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr ""
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr ""
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --update - განახლების კვანძები\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --update - განახლების კვანძები\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr ""
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --update - განახლების კვანძები\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr ""
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr "დააჭირეთ Esc ღილაკს ინტერაქტიული რეჟიმისათვის"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr ""
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "პრობლემა synthesis-ის ფაილის ან მედიუმის კითხვისას \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "პრობლემა synthesis-ის ფაილის ან მედიუმის კითხვისას \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "პრობლემა synthesis-ის ფაილის ან მედიუმის კითხვისას \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, fuzzy, c-format
-msgid "No package named %s"
-msgstr "არც ერთ პაკეტს არ ქვია %s\n"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, fuzzy, c-format
-msgid "The following packages contain %s: %s"
-msgstr "ერთერთი შემდეგი პაკეტი საჭიროა:"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "უკვე ყველაფერი ჩაწერილია"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "უკვე ყველაფერი ჩაწერილია"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "უკვე ყველაფერი ჩაწერილია"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr ""
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "უკვე ყველაფერი ჩაწერილია"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr ""
-
-#: ../urpm/select.pm:570
-#, fuzzy, c-format
-msgid "trying to promote %s"
-msgstr "ვერ ვპოულობ წასაშლელ შენატანს!"
-
-#: ../urpm/select.pm:571
-#, fuzzy, c-format
-msgid "in order to keep %s"
-msgstr ""
-"მხოლოდ სრულუფლებიან მომხმარებელს აქვს უფლება \n"
-"ჩაწეროს პაკეტები."
-
-#: ../urpm/select.pm:607
-#, fuzzy, c-format
-msgid "in order to install %s"
-msgstr ""
-"მხოლოდ სრულუფლებიან მომხმარებელს აქვს უფლება \n"
-"ჩაწეროს პაკეტები."
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr ""
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr ""
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr ""
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr ""
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "ვერ ვწერ საკონფიგურაციო ფაილს [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "შესვლა ვერ განხორციელდა"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "შესვლა ვერ განხორციელდა"
-
-#: ../urpme:41
-#, fuzzy, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"mdkupdate ვერსია %s\n"
-"საავტორო უფლებები (C) %s Mandriva.\n"
-"პროგრამა უფასო გახლავთ და ნებადართულია მისი GNU GPL ლიცენზიის პირობების "
-"თანახმად გავრცელება.\n"
-"\n"
-"გამოყენება:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr ""
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --update - განახლების კვანძები\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr ""
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - განახლების კვანძები\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr ""
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr "დააჭირეთ Esc ღილაკს ინტერაქტიული რეჟიმისათვის"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-
-#: ../urpme:73
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr ""
-"მხოლოდ სრულუფლებიან მომხმარებელს აქვს უფლება \n"
-"ჩაწეროს პაკეტები."
-
-#: ../urpme:106
-#, fuzzy, c-format
-msgid "unknown packages"
-msgstr "უცნობი მდგომარეობა"
-
-#: ../urpme:106
-#, fuzzy, c-format
-msgid "unknown package"
-msgstr "უცნობი მდგომარეობა"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "ერთერთი შემდეგი პაკეტი საჭიროა:"
-
-#: ../urpme:126
-#, fuzzy, c-format
-msgid "Nothing to remove"
-msgstr "ვერ ვპოულობ წასაშლელ შენატანს!"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "ვერ ვპოულობ წასაშლელ შენატანს!"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "დამოკიდებულებების შესასრულებლად შემდეგი პაკეტები ჩაიწერება (%d მბ)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "უცნობი მდგომარეობა"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "ვაგდებ მედიას \"%s\""
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, fuzzy, c-format
-msgid " (y/N) "
-msgstr " (ხ/ა) [ხ] "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "ვიღებ შეცვლად მოწყობილობას როგორც \"%s\""
-
-#: ../urpme:181
-#, fuzzy, c-format
-msgid "Removal failed"
-msgstr "შესვლა ვერ განხორციელდა"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "შესვლა ვერ განხორციელდა"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --update - განახლების კვანძები\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --update - განახლების კვანძები\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr ""
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr ""
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --update - განახლების კვანძები\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr ""
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr ""
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr ""
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr ""
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr ""
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr ""
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr "დააჭირეთ Esc ღილაკს ინტერაქტიული რეჟიმისათვის"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr "დააჭირეთ Esc ღილაკს ინტერაქტიული რეჟიმისათვის"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, fuzzy, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr "ჯგუფის სახელი უკვე არსებობს, გთხოვთ ამოირჩიოთ სხვა ჯგუფის სახელი"
-
-#: ../urpmi:253
-#, fuzzy, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "ვერ მოვახერხე დირექტორია %s-ის შექმნა"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr ""
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "ავტომატური ინსტალირება"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "ავტომატური ინსტალირება"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "დამოკიდებულებების შესასრულებლად შემდეგი პაკეტები ჩაიწერება (%d მბ)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "თქვენი არჩევანი? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "საინსტალაციო სერვერის კონფიგურირება"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (ხ/ა) [ხ] "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr "უკვე ყველაფერი ჩაწერილია"
-
-#: ../urpmi:525
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr "უკვე ყველაფერი ჩაწერილია"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr ""
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr "%s შედმეგ პაკეტებშია: %s\n"
-
-#: ../urpmi:553
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr "%s შედმეგ პაკეტებშია: %s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr "%s შედმეგ პაკეტებშია: %s\n"
-
-#: ../urpmi:561
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr "%s შედმეგ პაკეტებშია: %s\n"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "დამოკიდებულებების შესასრულებლად შემდეგი პაკეტები ჩაიწერება (%d მბ)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "გამოქცევა"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "გთხოვთ დაგვიდასტუროთ Enter ღილაკზე დაჭერით..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, fuzzy, c-format
-msgid "Only superuser is allowed to add media"
-msgstr ""
-"მხოლოდ სრულუფლებიან მომხმარებელს აქვს უფლება \n"
-"ჩაწეროს პაკეტები."
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "დაწერე საკონფიგურაციო ფაილი [%s]"
-
-#: ../urpmi.addmedia:128
-#, fuzzy, c-format
-msgid "Can't create config file [%s]"
-msgstr "დაწერე საკონფიგურაციო ფაილი [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "თქვენ უჯრის გაზიარების უფლება უნდა გაგაჩნდეთ"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr ""
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "ვერ ვუკავშირდები მედიას \"%s\""
-
-#: ../urpmi.recover:28
-#, fuzzy, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"mdkupdate ვერსია %s\n"
-"საავტორო უფლებები (C) %s Mandriva.\n"
-"პროგრამა უფასო გახლავთ და ნებადართულია მისი GNU GPL ლიცენზიის პირობების "
-"თანახმად გავრცელება.\n"
-"\n"
-"გამოყენება:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr ""
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "ვიძახებ hdlists ფაილს..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "სურათები ვერ ვიპოვე"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr ""
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr ""
-
-#: ../urpmi.removemedia:59
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr ""
-"მხოლოდ სრულუფლებიან მომხმარებელს აქვს უფლება \n"
-"ჩაწეროს პაკეტები."
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-
-#: ../urpmi.update:43
-#, fuzzy, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - განახლების კვანძები\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr ""
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpmi.update:69
-#, fuzzy, c-format
-msgid "Only superuser is allowed to update media"
-msgstr ""
-"მხოლოდ სრულუფლებიან მომხმარებელს აქვს უფლება \n"
-"ჩაწეროს პაკეტები."
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "ignoring media %s"
-msgstr "ვაგდებ მედიას \"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "enabling media %s"
-msgstr "ვაგდებ მედიას \"%s\""
-
-#: ../urpmq:40
-#, fuzzy, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"mdkupdate ვერსია %s\n"
-"საავტორო უფლებები (C) %s Mandriva.\n"
-"პროგრამა უფასო გახლავთ და ნებადართულია მისი GNU GPL ლიცენზიის პირობების "
-"თანახმად გავრცელება.\n"
-"\n"
-"გამოყენება:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr ""
-
-#: ../urpmq:58
-#, fuzzy, c-format
-msgid " --list - list available packages.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr ""
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr ""
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr ""
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-
-#: ../urpmq:81
-#, fuzzy, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --update - განახლების კვანძები\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --update - განახლების კვანძები\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --update - განახლების კვანძები\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --update - განახლების კვანძები\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --update - განახლების კვანძები\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr ""
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr ""
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr ""
-
-#: ../urpmq:100
-#, fuzzy, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-
-#: ../urpmq:102
-#, fuzzy, c-format
-msgid " -l - list files in package.\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr ""
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr ""
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr ""
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "ვერ ვწერ საკონფიგურაციო ფაილს [%s]"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, fuzzy, c-format
-msgid "No changelog found\n"
-msgstr "სურათები ვერ ვიპოვე"
-
-#, fuzzy
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - განახლების კვანძები\n"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "ინსტალაციაშტან დაკავშირებული მითითებები"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "უკვე ყველაფერი ჩაწერილია"
-
-#, fuzzy
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "ერთერთი შემდეგი პაკეტი საჭიროა:"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "urpmi მონაცემთა ბაზა ჩაკეტილია"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr "უცნობი ტიპის ფაილი %s-სთვის"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "ძალიან ბევრი mount სახელი შეცვლადი მედიუმისათვის \"%s\""
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "ვიყენებ სხვანაირ შეცვლად მოწყობილობას [%s] \"%s\"-სთვის"
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "ვერ ვიპოვე მდებარეობა შეცვლადი მედიუმისათვის \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "ვერ ვიპოვე პირველი საინსტალაციო მედიუმი"
-
-#, fuzzy
-#~ msgid "virtual medium needs to be local"
-#~ msgstr ""
-#~ "მედიუმი \"%s\" ცდილობს გამოიყენოს უკვე გამოყენებული list. შედეგად უარი "
-#~ "ეთქვა"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr ""
-#~ "ვერ ვუკავშირდები hdlist ფაილს \"%s\"-სთვის, მედიუმი იგნორირებულ იქნა"
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "source hdlist-ის (ან synthesis-ის) კოპირება o"
-
-#, fuzzy
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "მედიუმი \"%s\" ცდილობს გამოიყენოს უკვე გამოყენებული hdlist. შედეგად უარი "
-#~ "ეთქვა"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "ვერ ვპოულობ list ფაილს \"%s\"-სთვის, მედიუმი იგნორირებულ იქნა"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "ვცდილობ გადავახტე არსებულ მედიას \"%s\"-ს, თავიდან ვიშორებ"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "პრობლემა synthesis-ის ფაილის ან მედიუმის კითხვისას \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr ""
-#~ "ვერ ვუკავშირდები hdlist ფაილს \"%s\"-სთვის, მედიუმი იგნორირებულ იქნა"
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "მედიუმი \"%s\" ცდილობს გამოიყენოს უკვე გამოყენებული hdlist. შედეგად უარი "
-#~ "ეთქვა"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "მედიუმი \"%s\" ცდილობს გამოიყენოს უკვე გამოყენებული list. შედეგად უარი "
-#~ "ეთქვა"
-
-#, fuzzy
-#~ msgid "building hdlist [%s]"
-#~ msgstr "ვამოწმებ hdlist ფაილს [%s]"
-
-#, fuzzy
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "პრობლემა synthesis-ის ფაილის ან მედიუმის კითხვისას \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "source hdlist-ის (ან synthesis-ის) კოპირება o"
-
-#, fuzzy
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...გამოძახება ჩაიშალა: %s"
-
-#, fuzzy
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "ვამოწმებ hdlist ფაილს [%s]"
-
-#, fuzzy
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "ვერ ვწერ საკონფიგურაციო ფაილს [%s]"
-
-#, fuzzy
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "პრობლემა synthesis-ის ფაილის ან მედიუმის კითხვისას \"%s\""
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#, fuzzy
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "ვერ ვუკავშირდები მედიას \"%s\""
-
-#, fuzzy
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "ვერ ვუკავშირდები მედიას \"%s\""
-
-#, fuzzy
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "ვერ ვშიფრავ \"%s\"-ს ფაილში [%s]"
-
-#, fuzzy
-#~ msgid "unrequested"
-#~ msgstr "Freestyle"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr "%s შედმეგ პაკეტებშია: %s\n"
-
-#, fuzzy
-#~ msgid "unable to remove package %s"
-#~ msgstr "ვერ ვწერ საკონფიგურაციო ფაილს [%s]"
-
-#, fuzzy
-#~ msgid "No filelist found\n"
-#~ msgstr "სურათები ვერ ვიპოვე"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr "დამოკიდებულებების შესასრულებლად შემდეგი პაკეტები ჩაიწერება (%d მბ)"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "პაკეტის ინსტალაცია: `%s' (%s/%s)..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "ვამოწმებ synthesis ფაილს [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "ვაინსტალირებ: %s\n"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "ინსტალაციისათვის საჭირო ramdisk იმიჯები"
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "ინსტალაციისათვის საჭირო ramdisk იმიჯები"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr "%s: უცნობი პარამეტრი `%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "ვერ ვპოულობ hdlist ფაილს \"%s\"-სთვის, მედიუმი იგნორირებულ იქნა"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "არასწორი list ფაილის \"%s\"-სთვის, მედიუმი იგნორირებულ იქნა"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "ვერ ვამოწმებ list ფაილს \"%s\"-სთვის, მედიუმი იგნორირებულ იქნა"
-
-#, fuzzy
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr ""
-#~ "მედიუმი \"%s\" ცდილობს გამოიყენოს უკვე გამოყენებული list. შედეგად უარი "
-#~ "ეთქვა"
-
-#, fuzzy
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "მედიუმი \"%s\" ცდილობს გამოიყენოს უკვე გამოყენებული hdlist. შედეგად უარი "
-#~ "ეთქვა"
-
-#, fuzzy
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "\"%s\"-ის აღწერილობის ფაილის კოპირება..."
-
-#, fuzzy
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "source hdlist-ის (ან synthesis-ის) კოპირება o"
-
-#, fuzzy
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "არასწორი list ფაილის \"%s\"-სთვის, მედიუმი იგნორირებულ იქნა"
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "ერთერთი შემდეგი პაკეტი საჭიროა:"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "hdlists ფაილის კოპირება..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "არასწორი hdlist აღწერილობა \"%s\" hdlists-ის ფაილში"
-
-#~ msgid "Is this OK?"
-#~ msgstr "თანახმა ხართ?"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr "დამოკიდებულებების შესასრულებლად შემდეგი პაკეტები ჩაიწერება (%d მბ)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "ვაინსტალირებ: %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "პაკეტების ავტპმატური ინსტალაცია...\n"
-#~ "თქვენ მოინდომეთ %s პაკეტის ინსტალირება\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: ბრძანება ვერ ვიპოვე\n"
-
-#, fuzzy
-#~ msgid "md5sum mismatch"
-#~ msgstr "პაროლები არ ემთხვევა."
-
-#, fuzzy
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --help - აჩვენე ეს დამხმარე ტექსტი.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr "გაგრძელება"
-
-#, fuzzy
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "ვიძახებ hdlists ფაილს..."
diff --git a/po/ko.po b/po/ko.po
deleted file mode 100644
index 6f9e4541..00000000
--- a/po/ko.po
+++ /dev/null
@@ -1,3420 +0,0 @@
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/ko.php3
-#
-# Korean translation of urpmi.
-# Copyright (C) 2001 Free Software Foundation, Inc.
-# Jaegeum Choe <baedaron@hananet.net>, 2001.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi 3.3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2007-09-26 20:03+0200\n"
-"Last-Translator: Jaegeum Choe <baedaron@hananet.net>\n"
-"Language-Team: Korean <baedaron@hananet.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, fuzzy, c-format
-msgid "RPM installation"
-msgstr "설치 준비중입니다"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Error: %s 파일을 찾을 수 없습니다. 작업을 취소합니다. "
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "확인 (_O)"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"당신은 소스 패키지를 선택하였습니다.\n"
-"%s\n"
-"\n"
-"아마도 당신의 컴퓨터에 (소스코드가 컴파일되도록 하기위해 \n"
-"소스 패키지를 변경하여 인스톨하여)설치되길 원하지 않을 것입니다.\n"
-"\n"
-"어떻하시겠습니까?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"당신의 컴퓨터에 다음의 패키지들을 설치하려 합니다.\n"
-"\n"
-"%s\n"
-"\n"
-"계속 진행하시겠습니까?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"당신의 컴퓨터에 다음의 패키지들을 설치하려 합니다.\n"
-"\n"
-"%s\n"
-"\n"
-"추후를 위해서 패키지를 저장할 것을 권장합니다. 선택하십시요."
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "설치(_I)"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "저장(_S)"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "취소 (_C)"
-
-#: ../gurpmi:108
-#, fuzzy, c-format
-msgid "Choose location to save file"
-msgstr "파일 선택"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi 버전 %s\n"
-"저작권(C) 1999-2008 Mandriva.\n"
-"공개 소프트웨어이며, GNU GPL 조건하에서 재배포될 수 있습니다.\n"
-"\n"
-"사용법:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - 이 도움말 출력.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - 패키지가 존재하지 않더라도 강제로 시도\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr ""
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr ""
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "선택된 패키지 목록 저장"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "잠시만 기다려 주십시오..."
-
-#: ../gurpmi2:62
-#, fuzzy, c-format
-msgid "Must be root"
-msgstr "마우스 포트"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"일부 패키지는 제거되어야 합니다.\n"
-"%s\n"
-"계속 진행하시겠습니까?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "경고"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "확인"
-
-#: ../gurpmi2:171
-#, fuzzy, c-format
-msgid " (to upgrade)"
-msgstr "업그레이드"
-
-#: ../gurpmi2:172
-#, fuzzy, c-format
-msgid " (to install)"
-msgstr "설치 종료"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "패키지 선택"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "다음 패키지들 중 하나가 필요합니다:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "중단(_A)"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"다음 패키지들이 제거될 것입니다.%s\n"
-"계속 설치를 진행하시겠습니까?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "의존성 문제로 인하여, 다음 패키지가 설치되어야 합니다:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "의존성 문제로 인하여, 다음 패키지들이 설치되어야 합니다:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d 패키지, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "패키지 설치 중..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "소스 패키지를 구할 수 없습니다, 설치를 중단합니다."
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, fuzzy, c-format
-msgid "Preparing..."
-msgstr "부트 로더 준비중"
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "패키지 설치 중: [%s] (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "장치 [%2$s]에 「%1$s」미디어를 넣으세요."
-
-#: ../gurpmi2:298
-#, fuzzy, c-format
-msgid "Downloading package `%s'..."
-msgstr "패키지 내려받는 중: [%s] (%s/%s)..."
-
-#: ../gurpmi2:324
-#, fuzzy, c-format
-msgid "_Done"
-msgstr "완료"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"설치 실패, 몇몇 파일이 없거나, 손상되었습니다. : \n"
-"%s\n"
-"urpmi 데이터베이스를 업데이트해야 할 수도 있습니다."
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "설치 실패."
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "모든 것이 이미 설치되어 있습니다."
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "설치 완료"
-
-#: ../gurpmi2:346 ../urpme:167
-#, fuzzy, c-format
-msgid "removing %s"
-msgstr "%s 제거 중"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr ""
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"사용법: %s [옵션]\n"
-"옵션:\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - 이 도움말 출력.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - / 대신에 주어진 root로 사용\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - 열거된 그룹에 대한 제한 결과\n"
-
-#: ../rpm-find-leaves:20
-#, fuzzy, c-format
-msgid " defaults to %s.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, fuzzy, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "오직 superuser만 패키지 설치가 가능합니다."
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "제한 모드에서의 urpmi 작동중"
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr ""
-"%s 디렉토리을 확인할 수 없습니다\n"
-"에러: %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "패키지 내려받는 중: [%s] (%s/%s)..."
-
-#: ../urpm.pm:274
-#, fuzzy, c-format
-msgid "unable to open rpmdb"
-msgstr "rpmdb를 열 수 없습니다.\n"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "유효하지 않은 RPM 파일 이름 [%s]"
-
-#: ../urpm.pm:294
-#, fuzzy, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "유효하지 않은 RPM 파일 이름 [%s]"
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, fuzzy, c-format
-msgid "...retrieving done"
-msgstr "[%s] 추출 중"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, fuzzy, c-format
-msgid "...retrieving failed: %s"
-msgstr "FAT크기조정 실패: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "RPM 파일「%s」에 접근할 수 없습니다."
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "RPM 파일「%s」에 접근할 수 없습니다."
-
-#: ../urpm.pm:317
-#, fuzzy, c-format
-msgid "unable to register rpm file"
-msgstr "RPM 파일「%s」에 접근할 수 없습니다."
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "rpm [%s] 와 맞지 않는 구조"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "패키지 등록 오류"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "이 작업은 제한모드에서 작동되는 동안 금지됩니다."
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "명령줄 내의 잘못된 선언\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: RPM 파일 「%s」을 읽을 수 없습니다.\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "서명이 없습니다.(%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "chroot 디렉토리가 존재하지 않습니다."
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "%s 없이 %s를 사용할 수 없습니다."
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "%s 와 함께 %s를 사용할 수 없습니다."
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "너무 많은 인수.\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, fuzzy, c-format
-msgid "Copying failed"
-msgstr "로그인에 실패했습니다"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "매체 [%s]는 사용할 수 없습니다.."
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "매체「%2$s」에서 RPM 파일「%1$s」를 읽을 수 없습니다."
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "설정 파일 [%s]에 기록할 수 없습니다."
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "설정 파일 [%s]에 기록할 수 없습니다."
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "'%s'매체는 2번 정의되었습니다. 작업을 중단합니다."
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "설정 파일 [%s]에 기록할 수 없습니다."
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "proxy에 접속하기 위하여 당신의 자격을 입력해 주십시요.\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "사용자 이름:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "열쇠글:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "알수 없는 웹패치 '%s' !!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s 실패: %d 신호에 의하여 종료됨"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s 실패: %d 에 의하여 종료됨"
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "로그인에 실패했습니다"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "wget이 없음"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "curl이 없음"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl 실패: 다운로드 취소\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync가 없음\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh가 없음\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla가 없음\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "prozilla를 실행할수 없음\n"
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "prozilla가 없음\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% of %s 완료됨, ETA = %s, speed = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% 완료됨, speed = %s"
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "%s 검색 중"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "%s 검색되었음"
-
-#: ../urpm/download.pm:834
-#, fuzzy, c-format
-msgid "unknown protocol defined for %s"
-msgstr "알 수 없는 파일 타입: %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s는 사용할 수 없습니다. %s를 이동시킵니다."
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-"웹패치를 발견하지 못했습니다, 지원하는 웹패치는 :\n"
-"%s 입니다.\n"
-
-#: ../urpm/download.pm:886
-#, fuzzy, c-format
-msgid "unable to handle protocol: %s"
-msgstr ""
-"%s\n"
-"파일에 쓸 수 없습니다: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "%s 삭제 중...\n"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "패키지 %s를 찾을 수 없습니다."
-
-#: ../urpm/get_pkgs.pm:213
-#, fuzzy, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "매체「%2$s」에서 RPM 파일「%1$s」를 읽을 수 없습니다."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "%s 설치 보고서 생성(제거=%d, 설치=%d, 업그레이드=%d)"
-
-#: ../urpm/install.pm:178
-#, fuzzy, c-format
-msgid "unable to create transaction"
-msgstr "보고서를 생성할 수 없습니다."
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "소스 패키지를 가져올 수 없습니다."
-
-#: ../urpm/install.pm:214
-#, fuzzy, c-format
-msgid "unable to install package %s"
-msgstr "패키지 설치중 문제 발생 %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "%s 설치 중...\n"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "FAT크기조정 실패: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "%s 패키지 설치중"
-
-#: ../urpm/install.pm:257
-#, fuzzy, c-format
-msgid "removing package %s"
-msgstr "%s 패키지 설치중"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "%s 설치 중...\n"
-
-#: ../urpm/install.pm:281
-#, fuzzy, c-format
-msgid "More information on package %s"
-msgstr "추가 패키지 정보..."
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "ldap 캐쉬 디렉토리를 생성할 수 없습니다."
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "ldap에 대한 캐쉬 파일을 쓸 수 없습니다.\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "아무 서버도 정의되지 않았습니다, uri 또는 호스트가 없습니다."
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "선택된 패키지 목록 저장"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, fuzzy, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "ldap uri에 접속할 수 없습니다."
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s 데이터베이스는 잠겼습니다."
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "경고"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "설치 실패."
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "설치 실패."
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "다음 팩키지들이 설치될 것입니다."
-
-#: ../urpm/main_loop.pm:140
-#, fuzzy, c-format
-msgid "The following packages have bad signatures"
-msgstr "다음 팩키지들이 설치될 것입니다."
-
-#: ../urpm/main_loop.pm:141
-#, fuzzy, c-format
-msgid "Do you want to continue installation ?"
-msgstr "이 버튼을 누르시겠습니까?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "%s 설치 중...\n"
-
-#: ../urpm/main_loop.pm:178
-#, fuzzy, c-format
-msgid "distributing %s"
-msgstr "%s 설치 중...\n"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "%s 설치 중...\n"
-
-#: ../urpm/main_loop.pm:195
-#, fuzzy, c-format
-msgid "installing %s"
-msgstr "%s 설치 중...\n"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "의존성 검사없이 설치합니까? (y/N) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "설치를 강제 추진합니까? (y/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, fuzzy, c-format
-msgid "Installation is possible"
-msgstr "설치 문제"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "목록 파일 [%s] 읽는 중"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "경고: MD5SUM파일에 있는 사용할 수 없는 %s의 md5sum"
-
-#: ../urpm/media.pm:204
-#, fuzzy, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "매체 「%s」가 이미 사용되는 목록을 사용하려 합니다. 매체 무시됨."
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "「%s」의 목록 파일에 접근할 수 없습니다. 매체 무시됨."
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "「%s」의 목록 파일에 접근할 수 없습니다. 매체 무시됨."
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "존재하지 않는 매체「%s」 선택 시도"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "설정 파일 [%s]에 기록"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr ""
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "parallel 모드와 관계된 매체 사용 : %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-
-#: ../urpm/media.pm:666
-#, fuzzy, c-format
-msgid "Search start: %s end: %s"
-msgstr "검색 시작: %s, 검색 종료: %s"
-
-#: ../urpm/media.pm:683
-#, fuzzy, c-format
-msgid "skipping package %s"
-msgstr "%s 패키지 설치중"
-
-#: ../urpm/media.pm:699
-#, fuzzy, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "패키지 설치중 문제 발생 %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "매체「%s」는 이미 존재합니다."
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(기본적으로 무시함)"
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "매체「%2$s」에서 RPM 파일「%1$s」를 읽을 수 없습니다."
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "%s 제거 중"
-
-#: ../urpm/media.pm:808
-#, fuzzy, c-format
-msgid "directory %s does not exist"
-msgstr "chroot 디렉토리가 존재하지 않습니다."
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "이 위치는 어느 제품에서 포함되어있지 않는 듯 합니다."
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "media.cfg 파일을 분석할 수 없습니다.\n"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "(media.cfg파일을 발견할수 없기 때문에) 제품 매체에 접근할 수 없습니다."
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "media.cfg 파일 추출 중..."
-
-#: ../urpm/media.pm:948
-#, fuzzy, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "존재하지 않는 매체 \"%s\" 선택하기 위해 시도중.\n"
-
-#: ../urpm/media.pm:951
-#, fuzzy, c-format
-msgid "selecting multiple media: %s"
-msgstr "존재하지 않는 매체「%s」 선택 시도"
-
-#: ../urpm/media.pm:971
-#, fuzzy, c-format
-msgid "removing medium \"%s\""
-msgstr "%s 제거 중"
-
-#: ../urpm/media.pm:1055
-#, fuzzy, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "「%s」를 위해 urpmi 재설정 중 ..."
-
-#: ../urpm/media.pm:1089
-#, fuzzy, c-format
-msgid "...reconfiguration failed"
-msgstr "..재설정 실패."
-
-#: ../urpm/media.pm:1095
-#, fuzzy, c-format
-msgid "reconfiguration done"
-msgstr "재설정 완료"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "파일 이름 생성중 오류: %d 의존성을 찾을수 없습니다."
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "매체 [%s]는 최신의 상태입니다.."
-
-#: ../urpm/media.pm:1143
-#, fuzzy, c-format
-msgid "examining synthesis file [%s]"
-msgstr "의존목록 파일 [%s] 읽기"
-
-#: ../urpm/media.pm:1163
-#, fuzzy, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "매체「%s」에 대한 목록 합성 파일 생성 완료."
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "매체\"%s\"에 대해 「%s」 복사 중...."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, fuzzy, c-format
-msgid "...copying failed"
-msgstr "...복사 실패"
-
-#: ../urpm/media.pm:1229
-#, fuzzy, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "「%s」의 기록 파일 복사중..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, fuzzy, c-format
-msgid "...copying done"
-msgstr "....복사 완료"
-
-#: ../urpm/media.pm:1265
-#, fuzzy, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "[%s]의 복사 실패 (파일이 의심되게 적습니다.)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "검색된 소스 hdlist(또는 synthesis)의 md5sum 계산중."
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "[%s] 복사 실패(부적절한 md5sum)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "hdlist 파일 [%s] 생성 중"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "%s 삭제 중...\n"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "매체「%s」에 대한 목록 파일을 찾을 수 없습니다."
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "「%s」의 기록 파일 복사중..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "유효하지 않은 RPM 파일 이름 [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "[%s] 추출 중"
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "목록 파일에「%s」에 대한 기록이 없습니다."
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "매체「%s」에 대한 목록 파일을 찾을 수 없습니다."
-
-#: ../urpm/media.pm:1536
-#, fuzzy, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "프린터 「%s」 제거 중 ..."
-
-#: ../urpm/media.pm:1548
-#, fuzzy, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "「%s」의 목록 파일을 기록할 수 없습니다."
-
-#: ../urpm/media.pm:1552
-#, fuzzy, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "「%s」의 목록 파일을 기록할 수 없습니다."
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "매체 교환"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "[%s]에서 RPM 파일을 찾을 수 없습니다."
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn아니오"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "Yy예"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "선택이 잘못되었습니다. 다시 시도하세요.\n"
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Package"
-msgstr "패키지 선택"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "검색"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "%s 제거 중"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-
-#: ../urpm/parallel.pm:14
-#, fuzzy, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "[%s] 파일에서 \"%s\"를 분석할 수 없습니다."
-
-#: ../urpm/parallel.pm:23
-#, fuzzy, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "파일 [%s] 에서 패러럴 핸들러 검사 중"
-
-#: ../urpm/parallel.pm:34
-#, fuzzy, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "nodes의 패러럴 핸들러 발견: %s"
-
-#: ../urpm/parallel.pm:38
-#, fuzzy, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr " 패러럴 옵션 \"%s\"를 사용할 수 없습니다.\n"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "설치 실패."
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "매체「%s」에 접근할 수 없습니다."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "%s 마운트 중"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "%s 마운트 해제 중"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf 버전 %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"공개 소프트웨어이며, GNU GPL 조건하에서 재배포될 수 있습니다.\n"
-"\n"
-"사용법: urpmf [options] pattern-expression\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - 이 도구의 버전을 프린트합니다..\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - urpmi 데이터베이스 및 rpm 설치를 위해 다른 root사용\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, fuzzy, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --help - 이 도움말 출력.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr ""
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, fuzzy, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, fuzzy, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr ""
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, fuzzy, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, fuzzy, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, fuzzy, c-format
-msgid " ! - unary NOT.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr ""
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --help - 이 도움말 출력.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr ""
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "K콘솔 설정 모듈"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr ""
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --help - 이 도움말 출력.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --help - 이 도움말 출력.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --help - 이 도움말 출력.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --help - 이 도움말 출력.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --help - 이 도움말 출력.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --help - 이 도움말 출력.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --help - 이 도움말 출력.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr ""
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr ""
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --help - 이 도움말 출력.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, fuzzy, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr ""
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "매체「%s」에 대한 목록 파일을 찾을 수 없습니다."
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "매체「%s」에 대한 목록 합성 파일 생성 완료."
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "매체「%s」에 대한 목록 파일을 찾을 수 없습니다."
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "%s라는 팩키지는 없습니다."
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "다음 팩키지들은 %s를 담고 있습니다: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "[%s] 팩키지를 설치할 수 없습니다."
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "모든 것이 이미 설치되어 있습니다."
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "모든 것이 이미 설치되어 있습니다."
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, fuzzy, c-format
-msgid "due to missing %s"
-msgstr "%s가 없기 때문입니다."
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "모든 것이 이미 설치되어 있습니다."
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, fuzzy, c-format
-msgid "due to unsatisfied %s"
-msgstr "%s에 만족하지 않기 때문입니다."
-
-#: ../urpm/select.pm:570
-#, fuzzy, c-format
-msgid "trying to promote %s"
-msgstr "%s 활성화 시도중"
-
-#: ../urpm/select.pm:571
-#, fuzzy, c-format
-msgid "in order to keep %s"
-msgstr "%s를 유지하기 위해"
-
-#: ../urpm/select.pm:607
-#, fuzzy, c-format
-msgid "in order to install %s"
-msgstr "%s를 설치하기 위해"
-
-#: ../urpm/select.pm:617
-#, fuzzy, c-format
-msgid "due to conflicts with %s"
-msgstr "%s와 충돌하기 때문"
-
-#: ../urpm/signature.pm:29
-#, fuzzy, c-format
-msgid "Invalid signature (%s)"
-msgstr "유효하지 않은 서명 (%s)."
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "유효하지 않은 Key ID (%s)"
-
-#: ../urpm/signature.pm:62
-#, fuzzy, c-format
-msgid "Missing signature (%s)"
-msgstr "서명이 없습니다.(%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "설정 파일 [%s]에 기록할 수 없습니다."
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "로그인에 실패했습니다"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "%s 와 함께 %s를 사용할 수 없습니다."
-
-#: ../urpme:41
-#, fuzzy, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme 버전 %s\n"
-"저작권(C) 1999-2008 Mandriva.\n"
-"공개 소프트웨어이며, GNU GPL 조건하에서 재배포될 수 있습니다.\n"
-"\n"
-"사용법:\n"
-
-#: ../urpme:47
-#, fuzzy, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - 자동으로 선택된 팩키지들 보이기"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - 만약 제거가 정확하게 이루어질수 있다면 확인.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - 삭제전에 파일을 Re-package\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - Rpm 제거를 위해 다른 root사용\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - 패키지 scriptlet(s)를 실행하지 않습니다.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - distrib 트리에서 서둘러 urpme를 설정합니다, \n"
-"chroot가 --root 옵션과 함께 인스톨(언인스톨)하기에 유용합니다.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - 상세 정보 모드.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - 조건과 매칭되는 모든 패키지 선택\n"
-
-#: ../urpme:73
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "오직 superuser만 패키지를 제거할 수 있습니다."
-
-#: ../urpme:106
-#, fuzzy, c-format
-msgid "unknown packages"
-msgstr "알수 없는 패키지"
-
-#: ../urpme:106
-#, fuzzy, c-format
-msgid "unknown package"
-msgstr "알수 없는 패키지"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "%s패키지를 제거하면 시스템이 깨질 수 있습니다."
-
-#: ../urpme:126
-#, fuzzy, c-format
-msgid "Nothing to remove"
-msgstr "제거할 태그 없음!"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "제거할 태그 없음!"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"의존성 문제로 인하여, 다음 팩키지들이\n"
-"제거될 것입니다..\n"
-"\n"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "알수 없는 패키지"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "%d 패키지를 제거하시겠습니까?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, fuzzy, c-format
-msgid " (y/N) "
-msgstr " (Y/n) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "탈착식 장치"
-
-#: ../urpme:181
-#, fuzzy, c-format
-msgid "Removal failed"
-msgstr "제거 실패"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "제거 실패"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --noscripts - 패키지 scriptlet(s)를 실행하지 않습니다.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr ""
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr ""
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --noscripts - 패키지 scriptlet(s)를 실행하지 않습니다.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr ""
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr ""
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr ""
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --help - 이 도움말 출력.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr ""
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr ""
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, fuzzy, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-
-#: ../urpmi:253
-#, fuzzy, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr ""
-"%s 디렉토리을 확인할 수 없습니다\n"
-"에러: %s"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "업그레이드"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr "업그레이드"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "설치 종료"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "설치 종료"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"의존성 문제로 인하여, 다음 팩키지들도\n"
-"설치되어야 합니다.\n"
-"\n"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "어느 것을 선택하시겠습니까? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"계속하시겠습니까?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Y/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr "일부 팩키지는 제거되어야 합니다."
-
-#: ../urpmi:525
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr "일부 팩키지는 제거되어야 합니다."
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "%s패키지를 제거하면 시스템이 깨질 수 있습니다."
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"업그레이드하기 위해서는 일부 팩키지가 제거되어야 합니다. 이 기능은 아직 지원"
-"되지 않습니다.\n"
-
-#: ../urpmi:553
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"업그레이드하기 위해서는 일부 팩키지가 제거되어야 합니다. 이 기능은 아직 지원"
-"되지 않습니다.\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr "다음 팩키지들이 제거될 것입니다."
-
-#: ../urpmi:561
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr "다음 팩키지들이 제거될 것입니다."
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"의존성 문제로 인하여, 다음 팩키지들이\n"
-"제거될 것입니다..\n"
-"\n"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "취소"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "다 되었으면 ENTER키를 누르세요..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"사용법: urpmi.addmedia [옵션] <이름> <URL>\n"
-"<URL>은 다음 중 하나입니다.\n"
-" [file:/]/<경로> with <팩키지 목록 파일의 상대경로>\n"
-" ftp://<로그인명>:<암호>@<호스트>/<경로> with <팩키지 목록 파일의 상대"
-"경로>\n"
-" ftp://<호스트>/<경로> with <팩키지 목록 파일의 상대경로>\n"
-" http://<호스트>/<경로> with <팩키지 목록 파일의 상대경로>\n"
-" removable://<경로> with <팩키지 목록 파일의 상대경로>\n"
-"\n"
-"옵션:\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --root - Rpm 제거를 위해 다른 root사용\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --probe-synthesis - synthesis파일을 사용합니다.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, fuzzy, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, fuzzy, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "루트 사용자만이 지역 팩키지를 설치할 수 있습니다."
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "설정 파일 [%s]에 기록"
-
-#: ../urpmi.addmedia:128
-#, fuzzy, c-format
-msgid "Can't create config file [%s]"
-msgstr "설정 파일 [%s]에 기록"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "<팩키지 목록 파일의 상대경로>가 빠져 있습니다.\n"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<팩키지 목록 파일의 상대경로>가 빠져 있습니다.\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "매체「%s」에 접근할 수 없습니다."
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover 버전 %s\n"
-"저작권(C) 2006 Mandriva.\n"
-"공개 소프트웨어이며, GNU GPL 조건하에서 재배포될 수 있습니다.\n"
-"\n"
-"사용법:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --help - 이 도움말 출력.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "팩키지 %s를 찾을 수 없습니다."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "유효하지 않은 RPM 파일 이름 [%s]"
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "하드 디스크를 찾을 수 없습니다."
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"사용법: urpmi.removemedia (-a | <이름> ...)\n"
-"<이름>은 제거할 매체명.\n"
-
-#: ../urpmi.removemedia:41
-#, fuzzy, c-format
-msgid " -a - select all media.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmi.removemedia:42
-#, fuzzy, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmi.removemedia:59
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "루트 사용자만이 지역 팩키지를 설치할 수 있습니다."
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"제거할 것이 없습니다. (미디어를 추가하려면 「urpmi.addmedia」를 사용하세요.\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"제거하려는 항목이 빠져있습니다.\n"
-"(%s 중 하나)\n"
-
-#: ../urpmi.update:30
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"사용법: urpmi.removemedia [-a] <이름> ...\n"
-"<이름>은 제거할 매체명.\n"
-" -a 모든 매체 선택.\n"
-"\n"
-"알 수 없는 옵션 「%s」\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr ""
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-synthesis - synthesis파일을 사용합니다.\n"
-
-#: ../urpmi.update:50
-#, fuzzy, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmi.update:69
-#, fuzzy, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "루트 사용자만이 지역 팩키지를 설치할 수 있습니다."
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"업데이트할 것이 없습니다. (미디어를 추가하려면 「urpmi.addmedia」를 사용하세"
-"요.\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"업데이트하려는 항목이 빠져있습니다.\n"
-"(%s 중 하나)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "ignoring media %s"
-msgstr "존재하지 않는 매체「%s」의 제거 시도"
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "enabling media %s"
-msgstr "존재하지 않는 매체「%s」의 제거 시도"
-
-#: ../urpmq:40
-#, fuzzy, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq 버전 %s\n"
-"저작권(C) 2000-2006 Mandriva.\n"
-"공개 소프트웨어이며, GNU GPL 조건하에서 재배포될 수 있습니다.\n"
-"\n"
-"사용법:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr ""
-
-#: ../urpmq:58
-#, fuzzy, c-format
-msgid " --list - list available packages.\n"
-msgstr " --help - 이 도움말 출력.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr ""
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr ""
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr ""
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --help - 이 도움말 출력.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-
-#: ../urpmq:81
-#, fuzzy, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --help - 이 도움말 출력.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --help - 이 도움말 출력.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr ""
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmq:92
-#, fuzzy, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr ""
-
-#: ../urpmq:100
-#, fuzzy, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-
-#: ../urpmq:102
-#, fuzzy, c-format
-msgid " -l - list files in package.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmq:104
-#, fuzzy, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -v - 상세 정보 모드.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr ""
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr ""
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "「%s」의 목록 파일을 기록할 수 없습니다."
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"Note: \"%s\"매체에 대한 아무 hdlist도 없음, \n"
-"매체에 대한 아무 결과도 반환할 수 없음."
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"Note: \"%s\"매체에 대한 아무 hdlist도 없음, \n"
-"매체에 대한 아무 결과도 반환할 수 없음."
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"Note: \"%s\"매체에 대한 아무 hdlist도 없음, \n"
-"매체에 대한 아무 결과도 반환할 수 없음."
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"Note: \"%s\"매체에 대한 아무 hdlist도 없음, \n"
-"매체에 대한 아무 결과도 반환할 수 없음."
-
-#: ../urpmq:473
-#, fuzzy, c-format
-msgid "No changelog found\n"
-msgstr "하드 디스크를 찾을 수 없습니다."
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "잘못된 형식의 입력: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "설치 실패."
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "[%s] 팩키지를 설치할 수 없습니다."
-
-#, fuzzy
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "다음 팩키지들 중 하나가 필요합니다:"
-
-#~ msgid "%s database locked"
-#~ msgstr "%s 데이터베이스는 잠겼습니다."
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr "알 수 없는 연결 유형"
-
-#, fuzzy
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "「%s」매체를 생성할 수 없습니다.\n"
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "「%s」매체는 ISO 이미지 입니다. on-the-fly 마운트 되어질 것입니다. "
-
-#, fuzzy
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "\"%s\"에 대해 다른 탈착식 장치 [%s]를 사용"
-
-#, fuzzy
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "이동식 「%s」매체를 생성할 수 없습니다.\n"
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "「%s」의 목록 파일에 접근할 수 없습니다. 매체 무시됨."
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "매체 \"%s\",에 접속할 수 없습니다, 매체를 생성할때 디렉토리가 \n"
-#~ "수동으로 마운트 되었을 수도 있습니다."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "일치되지 않는 매체 \"%s\" 는 제거할 수 있지만 아닐 수도 있습니다."
-
-#, fuzzy
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -v - 상세 정보 모드.\n"
-
-#, fuzzy
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "매체 「%s」가 이미 사용되는 목록을 사용하려 합니다. 매체 무시됨."
-
-#~ msgid "Error generating names file: Can't write to file (%s)"
-#~ msgstr "파일 이름 생성중 오류: 파일(%s)에 쓸 수 없습니다."
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "「%s」의 목록파일을 분석할 수 없습니다."
-
-#~ msgid "found %d rpm headers in cache, removing %d obsolete headers"
-#~ msgstr ""
-#~ "캐쉬메모리에서 %d rpm 헤더를 발견하였습니다, \n"
-#~ "쓰이지 않는 헤더 %d 제거중.."
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "목록 파일에「%s」에 대한 기록이 없습니다."
-
-#, fuzzy
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr "「%s」에 대한 목록 파일을 찾을 수 없습니다. 매체 무시됨."
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "유효하지 않은 hdlist 이름"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "「%s」에 대한 목록 파일을 찾을 수 없습니다. 매체 무시됨."
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "「%s」매체를 생성할 수 없습니다.\n"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "매체「%s」에 대한 목록 합성 파일 생성 완료."
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "「%s」의 목록파일을 분석할 수 없습니다."
-
-#, fuzzy
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "매체 「%s」는 이미 사용 중인 목록파일을 사용하려 합니다. 매체 무시됨."
-
-#, fuzzy
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr "매체 「%s」가 이미 사용되는 목록을 사용하려 합니다. 매체 무시됨."
-
-#~ msgid "wrote %s"
-#~ msgstr "%s 기록했음"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "의존성을 계산하기 위해 잠시 실행 중 \n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "목록 [%s] 생성 중"
-
-#, fuzzy
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "「%s」매체에 대한 합성 파일을 만들 수 없습니다. hdlist 파일이 아마도\n"
-#~ "오류가 있는 듯 합니다."
-
-#, fuzzy
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "매체「%s」에 hdlist 또는 합성 파일 읽는 중 문제 발생."
-
-#, fuzzy
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "복사된 소스 hdlist(또는 synthesis)의 md5sum 계산중"
-
-#, fuzzy
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...검색 실패: 부적절한 md5sum"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "[%s]에서 RPM 파일을 찾을 수 없습니다."
-
-#, fuzzy
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "매체「%2$s」에서 RPM 파일「%1$s」를 읽을 수 없습니다."
-
-#~ msgid "no rpms read"
-#~ msgstr "읽을수 있는 rpm이 없습니다."
-
-#, fuzzy
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "매체「%2$s」에서 RPM 파일「%1$s」를 읽을 수 없습니다."
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - hdlist파일을 사용합니다.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --help - 이 도움말 출력.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "「%s」매체를 업데이트할 수 없습니다.\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "「%s」매체를 생성할 수 없습니다.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "다음 패키지들은 올바르지 않은 형식을 가지고 있습니다 : .%s\n"
-#~ "\n"
-#~ "설치를 진행하시겠습니까?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "디렉토리를 공유하기 위해서는 권한을 부여받아야 합니다."
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "동일한 파일 이름 「%s」를 가진 여러 개의 패키지가 존재합니다."
-
-#, fuzzy
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "매체「%2$s」에서 RPM 파일「%1$s」를 읽을 수 없습니다."
-
-#~ msgid "(retry as root?)"
-#~ msgstr "(root 계정으로 재시도하시겠습니까?)"
-
-#, fuzzy
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr "미러사이트가 최신판이 아는듯 싶습니다. 다른 방법을 사용해 주십시요."
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "\"%s\" 매체는 rpm 파일의 어느 위치에도 정의되어 있지 않습니다."
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "패키지 %s 추가중 (id=%d, eid=%d, update=%d, file=%s)"
-
-#, fuzzy
-#~ msgid "unrequested"
-#~ msgstr "요구되지 않았음"
-
-#, fuzzy
-#~ msgid "unable to remove package %s"
-#~ msgstr "소스 팩키지를 가져올 수 없습니다."
-
-#, fuzzy
-#~ msgid "No filelist found\n"
-#~ msgstr "하드 디스크를 찾을 수 없습니다."
-
-#, fuzzy
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -v - 상세 정보 모드.\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgstr[0] ""
-#~ "의존성 문제로 인하여, 다음 팩키지들도\n"
-#~ "설치되어야 합니다.\n"
-#~ "\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "의존성 문제로 인하여, 다음 팩키지들도\n"
-#~ "설치되어야 합니다.\n"
-#~ "\n"
-
-#, fuzzy
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "FTP 미디어에 대해 「with」가 빠져있습니다.\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "「%s」에 대한 목록 파일을 찾을 수 없습니다. 매체 무시됨."
-
-#, fuzzy
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "「%s」에 대한 목록 파일을 찾을 수 없습니다. 매체 무시됨."
-
-#, fuzzy
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "「%s」에 대한 목록 파일을 찾을 수 없습니다. 매체 무시됨."
-
-#, fuzzy
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "매체 [%s]는 선택되지 않았습니다."
-
-#, fuzzy
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "매체 「%s」는 이미 사용 중인 목록파일을 사용하려 합니다. 매체 무시됨."
-
-#, fuzzy
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "목록 파일에「%s」에 대한 기록이 없습니다."
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "목록 파일에「%s」에 대한 기록이 없습니다."
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "캐쉬에서 %d 헤더를 찾았습니다."
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "캐쉬에서 %d 낡은 헤더 제거 중"
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "다음 팩키지들은 %s를 담고 있습니다: %s"
-
-#, fuzzy
-#~ msgid "copying hdlists file..."
-#~ msgstr "목록 파일 [%s] 읽는 중"
-
-#~ msgid "Is this OK?"
-#~ msgstr "계속할까요?"
-
-#~ msgid "installing %s\n"
-#~ msgstr "%s 설치 중...\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "팩키지 자동 설치...\n"
-#~ "님은 팩키지 %s의 설치를 요청했습니다.\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: 명령어를 찾을 수 없습니다.\n"
-
-#, fuzzy
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "[%s] 추출 중"
diff --git a/po/ky.po b/po/ky.po
deleted file mode 100644
index 8c48ef5c..00000000
--- a/po/ky.po
+++ /dev/null
@@ -1,3747 +0,0 @@
-# translation of urpmi-ky.po to Kyrgyz
-# This file is distributed under the same license as the PACKAGE package.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
-# Timur Jamakeev <ztimur@mail.ru>, 2004.
-# Timur Jamakeev <ztimur@mail..ru>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-ky\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2005-07-13 13:23+0000\n"
-"Last-Translator: Timur Jamakeev <ztimur@mail..ru>\n"
-"Language-Team: Kyrgyz\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.3.1\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM орнотуу"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Сиз баштапкы коддуу пакет тандадыңыз:\n"
-"\n"
-"%s\n"
-"\n"
-"Мүмкүн сиз муну орнотууну каалаган эмессиз (ал орноттулган соң, аны "
-"өзгөртүп, кайрадан компиляциялоого мүмкүндүк берет).\n"
-"\n"
-"Эмнени кылууну каалайсыз?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Сиз өзүңүздүн машинаңызга төмөнкү пакетти орноткону жатасыз:\n"
-"\n"
-"%s\n"
-"\n"
-"Уланталыбы?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Сиз өзүңүздүн машинаңызга төмөнкү пакетти орноткону жатасыз:\n"
-"\n"
-"%s\n"
-"\n"
-"Сиз аны жөн гана сактап алсаңыз болот. Сиздин тандооңуз?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Орнотуу"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Сактоо"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Калтыруу"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Сактоо үчүн орун тандаңыз"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, fuzzy, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi версиясы %s\n"
-"Copyright (C) 1999-2005 Mandriva.\n"
-"Бул эркин программалык жабдуу жана аны GNU GPL\n"
-"шартынын негизинде таркатууга болот.\n"
-"\n"
-"колдонулушу:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - бул жардамды чыгаруу.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - системаны жаңылоо үчүн автоматтык түрдө пакеттерди.\n"
-" тандоо.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - кээ бир пакеттер жок болсо дагы, мажбурлап аткаруу.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - орнотуу алдында rpm сигнатурасын текшерүү\n"
-" (--no-verify-rpm муну өчүрөт, алдынала күйгүзүлгөн).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - үтүр менен бөлүнүп көрсөтүлгөн булактарды гана колдонуу.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - пакетти табуу үчүн, provides'терден издөө уруксаты.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - пакетти табуу үчүн, provides'терден издебөө.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - орнотуу үчүн башка түп колдонуу.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - туура орнотулгандыгын текшерүү мүмүкүнчүлүгү.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - талап кылынган (же жаңыланган) пакеттерди издөө "
-"үчүн көрсөтүлгөн булактарды гана колдонуу.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "%s аттуу пакет жок"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Күтө туруңуз..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "root укуктары талап кылынат"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Талап кылынган кээ бир пакеттерди орноттууга болбойт:\n"
-"%s\n"
-"Уланталыбы?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Эскертүү"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ok"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (жаңылоо)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (орнотуу)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Пакет тандоо"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Төмөнкү пакеттердин бири талап кылынат:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Токтотуу"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Башкаларын жаңылоо үчүн төмөнкү пакеттерди алып салуу талап кылынат:\n"
-"%s\n"
-"Уланталыбы?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"Көз карандылыктарды канаатандыруу үчүн, төмөнкү пакет орнотулат (%d Мб)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Көз карандылыктарды канаатандыруу үчүн, төмөнкү %d пакет орнотулат:\n"
-"%s\n"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Пакет орнотулууда..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "баштапкы пакеттерди алууга болбоду, күтүлбөгөн аяктоо"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Даярдоо ..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Пакет орнотулууда: `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "\"%s\" аттуу булагын [%s] түзүлүшүнө орнотуңуз"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "`%s' пакети жүктөлүүдө..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Даяр"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Орнотуу ишке ашпады, кээ бир файлдар жок:\n"
-"%s\n"
-"Мүмкүн сизге urpmi берилиштер базасын жаңылоо керек"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Орнотуу ишке ашпады"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Бардыгы алдагачан орнотулган"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Орнотуу аяктады"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "%s алынып салынууда"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "urpmi кайра ишке киргизилүүдө"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"колдонулушу: %s [опциялар]\n"
-"[опциялар] мындай\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - бул жардам кабарын чыгаруу.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - төмөнкүнүн ордуна бул root жолун колдонуу/\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - жыйынтыгын берилген группа менен чектөө.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " алдыалынганы %s.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - группаларды наамдары менен кошо чыгаруу.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Суперколдонуучу гана пакеттерди орното алат"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "urpmi чектелген режимде иштөөдө..."
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Баг отчету үчүн [%s] каталогун түзүүгө болбоду"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "`%s' пакети жүктөлүүдө..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "rpmdb ачууга болбоду"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "[%s] туура эмес rpm файл аты"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "[%s] rpm файлы кабыл алынууда..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...кабыл алуу аяктады"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...кабыл алуу ийгиликсиз: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "[%s] rpm файлына жетүүгө болбоду"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "\"%s\" түшүнүүгө болбоду; ал [%s] файлынын ичинде"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "rpm файлын каттого болбоду"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "локалдык пакеттерди каттоо катасы"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Чектелген режим учурунда бул операцияны аткарууга болбойт"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "командалык сапта туура эмес прокси көрсөтүлгөн\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: \"%s\" rpm файлын окууга болбоду\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Сигнатура жок (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Көчүрүү ишке ашпады"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "\"%s\" булагы тандалган эмес"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "[%s] rpm файлын \"%s\" булагынан окуу мүмкүн эмес"
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "[%s] конфиг файлын жазуу мүмкүн эмес"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "[%s] конфиг файлын жазуу мүмкүн эмес"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "[%s] конфиг файлын жазуу мүмкүн эмес"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "proxy ге кирүү үчүн өтүнүч\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Колдонуучунун ысымы:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Пароль:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Көчүрүү ишке ашпады"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "%s жоктугунан"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "%s жоктугунан"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "%s жоктугунан"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "%s алынып салынууда"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...кабыл алуу ийгиликсиз: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "%s үчүн белгисиз протокол берилген"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "webfetch табылбады, колдоого ээ webfetch: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "протокол аткарылбады: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "%2s булагынан %1s орнотулууда"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "%s пакети табылбады."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "rpm файлдарын \"%s\" булагынан кабыл алуу жүрүп жатат..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"%s ичине инсталляциялоо үчүн транзакция түзүлдү (remove=%d, install=%d, "
-"upgrade=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "транзакция түзүүгө мүмкүн эмес"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "%s дельта-rpm пакетинен rpm-ди чыгаруугу мүмкүн эмес"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "%s пакетин орнотуу мүмкүн эмес"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "%2s булагынан %1s орнотулууда"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...кабыл алуу ийгиликсиз: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "%s пакети алынып салынууда"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "%s пакети алынып салынууда"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "%2s булагынан %1s орнотулууда"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "%s пакети жөнүндө кеңирээк маалымат"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "%s аттуу пакет жок"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "urpmi берилиштер базасы кулпуланган"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Эскертүү"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Орнотуу ишке ашпады"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Орнотуу ишке ашпады"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Төмөнкү пакеттердин сигнарурасы туура эмес"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Төмөнкү пакеттердин сигнарурасы туура эмес"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Орнотууну улантууну каалайсызбы ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "%2s булагынан %1s орнотулууда"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "%s бөлүштүрүлүүдө"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "%2s булагынан %1s орнотулууда"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "%s орнотулууда"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Көз карадылыктарды эске албай орнотуп көрөйүнбү? (y/N) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Мажбурлап орнотуп көрөйүнбү (--force)? (y/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Орнотууга мүмкүн"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "MD5SUM файлы текшерилүүдө"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "эскертүү: MD5SUM файлынын ичинде %s үчүн md5sum табылбады"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"\"%s\" виртуалдык булагынын url'и бош болушу керек, булак четке кагылды"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "\"%s\" үчүн тизме файлына жетүүгө болбоду, булак четке кагылды"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "\"%s\" үчүн hdlist файлына жетүүгө болбоду, булак четке кагылды"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "\"%s\" бар булагынан аттап өтүү аракети, калтырылды"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "[%s] конфиг файлын жазуу"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Параллелдик режимди use-distrib режими менен чогуу колдонууга болбойт"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "параллелдик режим үчүн байланышкан булак колдонулууда: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis төмөнкүлөр менен бирге --media, --excludemedia, --sortmedia, --"
-"update же --parallel менен колдонууга болбойт"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Издөө: башы-%s, аягы-%s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "%s пакети коё берилүүдө"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "%s пакетин жаңылоонун ордуна аны орнотуу аткарылат"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "\"%s\" булагы алдагачан бар"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "\"%s\" булагынын башсаптары окулууда"
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "\"%s\" булагы алынып салынууда"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "rpmdb ачууга болбоду"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "биринчи инсталлялык булакка жетүүгө болбоду (hdlists файлы табылбады)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "hdlists файлы кабыл алынууда..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "жашабаган \"%s\" булагын тандоо аракети"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "составдык булак тандалууда: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "\"%s\" булагы алынып салынууда"
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "\"%s\" булагы үчүн urpmi программасын кайра конфигурациялоо"
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...кайра конфигурациялоо ишке ашпады"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "кайра конфигурациялоо аяктады"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "\"%s\" булагы тандалган эмес"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "[%s] synthesis файлы текшерилүүдө"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "\"%s\" булагынын synthesis файлын окуу проблемасы"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "\"%s\" булагы үчүн тизме файлы жазылууда"
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...көчүрүү ишке ашпады"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "\"%s\" үчүн баяндоо файлы көчүрүлүүдө..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...көчүрүү аяктады"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "[%s] көчүрүү ишке ашпады (файл күмөндүү кыска)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "кабыл алынган баштапкы hdlist (же synthesis) үчүн md5sum эсептелүүдө"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr " [%s] көчүрүү ишке ашпады (md5sum туура эмес)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "[%s] hdlist файлы текшерилүүдө"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "%2s булагынан %1s орнотулууда"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "\"%s\" булагы үчүн hdlist файлы табылбады"
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "\"%s\" үчүн баяндоо файлы көчүрүлүүдө..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "[%s] туура эмес rpm файл аты"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "\"%s\" булагынын баштапкы hdlist (же synthesis) кабыл алынууда..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "изделген hdlist (же synthesis) табылды: %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "\"%s\" булагы үчүн hdlist файлы табылбады"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "\"%s\" үчүн ачык ачкыч файлы текшерилүүдө..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...%s ачкычы \"%s\" ачык ачкычынан импорттолду"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "\"%s\" ачык ачкыч файлын импортоо мүмкүн эмес"
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "%s булагы кошулду"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "[%s] булагынын rpm файлдары окулууда"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "NnжЖ;:"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "YyоО"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Кечириңиз, туура эмес тандоо, кайталап көрүңүз\n"
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Package"
-msgstr "Пакет тандоо"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Издөө"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "\"%s\" булагы алынып салынууда"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "\"%s\" түшүнүүгө болбоду; ал [%s] файлынын ичинде"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "[%s] файлынын ичинде параллелдик аткаргыч текшерилүүдө"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "%s бутактары үчүн параллелдик аткаруучу табылды"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "\"%s\" параллелдик опциясын колдонуу мүмкүн эмес"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Орнотуу ишке ашпады"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "\"%s\" булагына жетүүгө мүмкүн эмес"
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "%s бириктирилүүдө"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "%s ажыратылууда"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf версиясы %s\n"
-"Copyright (C) 2002-2004 Mandriva.\n"
-"Бул эркин программалык жабдуу жана аны GNU GPL\n"
-"шартынын негизинде таркатууга болот.\n"
-"\n"
-"колдонулушу:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - бул жардамды чыгаруу.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - спецификалык чөйрөнү колдонуу (демейде ката жөнүндө "
-"отчет).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - үтүр менен бөлүнөп көрсөтүлгөн булактарды колдонбоо.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --root - орнотуу үчүн башка түп колдонуу.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - үтүр менен бөлүнгөп саптарга ылайык булактарды сорттоо.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --synthesis - urpmi db ордуна көрсөтүлгөн synthesis колдонуу.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - urpmi db ордуна көрсөтүлгөн synthesis колдонуу.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - бирдей саптарды чыгарбоо.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - жаңылоо булагын гана колдонуу.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - кеңири режим.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - бардык шаблондордогу регистрлердин айырмаларын эске "
-"албоо.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -i - бардык шаблондордогу регистрлердин айырмаларын эске "
-"албоо.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - түздөн түз perl кодун perl -e сыяктуу кошуу.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - бинардык AND оператору.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - бинардык OR оператору.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - унардык NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ) - оң кашаа, туюнтмалардын группасын жабат.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr ""
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - X интерфейсин колдонуу.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " алдыалынганы %s.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - url: url тэгин чыгаруу.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - buildhost: түзүүчү хост тэгин чыгаруу.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "Konsole конфигурациялоо модулу"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - conflicts: бардык конфликтер тэгин чыгаруу.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - description: баяны тэгин чыгаруу.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - epoch: epoch тэгин чыгаруу.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --name - пакет ысымдарын гана чыгаруу.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - пакеттеги файлдар тизмеси.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - group: группа тэгин чыгаруу.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - пакет ысымдарын гана чыгаруу.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --name - пакет ысымдарын гана чыгаруу.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - obsoletes: бардык эскирген файлдар тэгин чыгаруу.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - packager: пакеттөөчү тэгин чыгаруу.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - provides: бардык берилчү файлдар тэгин чыгаруу.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - requires: бардык көз карандылыктар тэгин чыгаруу.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - size: өлчөмү тэгин чыгаруу.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - sourcerpm: баштапкы rpm тэгин чыгаруу.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - obsoletes: бардык эскирген файлдар тэгин чыгаруу.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary, -S - жалпы маалымат тэгин чыгаруу.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - url: url тэгин чыгаруу.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - кеңири режим.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - пакеттеги файлдар тизмеси.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - версиясын, релизин жана архитектурасын аттары менен кошо "
-"чыгаруу.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "%s үчүн спецификалык чөйрө колдонулууда\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "\"%s\" булагы үчүн hdlist файлы табылбады"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "\"%s\" булагы үчүн hdlist synthesis файлы түзүлдү"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "\"%s\" булагы үчүн тизме файлы жазылууда"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, fuzzy, c-format
-msgid "No package named %s"
-msgstr "%s аттуу пакет жок"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Төмөнкү пакеттер %s камтыйт: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Бардыгы алдагачан орнотулган"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "Бардыгы алдагачан орнотулган"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "Бардыгы алдагачан орнотулган"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "%s жоктугунан"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "Бардыгы алдагачан орнотулган"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "%s канаатанбагандыгынан"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "%s активдештирүү аракети"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "%s сактоо үчүн"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "%s орнотуу үчүн"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "%s менен конфликтешкендиги үчүн"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Туура эмес сигнатура (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Туура эмес Key ID (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Сигнатура жок (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "[%s] конфигурация файлын түзүү"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Көчүрүү ишке ашпады"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Көчүрүү ишке ашпады"
-
-#: ../urpme:41
-#, fuzzy, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme версиясы %s\n"
-"Copyright (C) 1999-2005 Mandriva.\n"
-"Бул эркин программалык жабдуу жана аны GNU GPL\n"
-"шартынын негизинде таркатууга болот.\n"
-"\n"
-"колдонулушу:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr ""
-" --auto - сунушталгандардын ичинен пакетти автоматтык тандоо.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - туура өчүрүү мүмүкүнчүлүгүн текшерүү.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - машиналардын алиастары боюнча бөлүнгөн urpmi.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - packager: пакеттөөчү тэгин чыгаруу.\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - rpm өчүрүү үчүн башка түп колдонуу.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - жаңылоо булагын гана жаңылоо.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - description: баяны тэгин чыгаруу.\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - urpmi-ди иштөө маалында distrib дарагынан "
-"конфигурациялоо,\n"
-" chroot (кайра)орнотууда --root опциясы менен пайдалуу.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose - кеңири режим.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - туюнтмага туура келген бардык пакеттерди тандоо.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Суперколдонуучу гана пакеттерди жогото алат"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "белгисиз пакеттер"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "белгисиз пакет"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "%s пакетин алып салуу сиздин системаңыздын ишин бузат"
-msgstr[1] "%s пакетин алып салуу сиздин системаңыздын ишин бузат"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Алып салууга эч нерсе жок"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Алып салууга эч нерсе жок"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Көз карандылыктарды канаатандыруу үчүн төмөнкү %d пакет жоготулат (%d Мб)"
-msgstr[1] ""
-"Көз карандылыктарды канаатандыруу үчүн төмөнкү %d пакет жоготулат (%d Мб)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "белгисиз пакет"
-msgstr[1] "белгисиз пакет"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "%s пакети алынып салынууда"
-msgstr[1] "%s пакети алынып салынууда"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (y/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "чыгарылып алынуучу түзүлүш \"%s\" катары каралууда"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Алып салуу ишке ашпады"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Алып салуу ишке ашпады"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-select - системаны жаңылоо үчүн автоматтык түрдө пакеттерди.\n"
-" тандоо.\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - MD5SUM файлын текшербөө.\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - gpg ачкычын жаңылоого мажбурлоо.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - obsoletes: бардык эскирген файлдар тэгин чыгаруу.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - эч качан пакетти алып салууну сурабоо, орнотууну "
-"токтотуу.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - пакетттерди орнотпоо (жүктөө гана)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - мүмкүн болсо бар пакеттерди калтыруу, алып салууга\n"
-" алып келүүчү пакеттерди талап кылууну четке кагуу.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - эгер көрсөтүлгөндөрдөн башка кошумча пакеттер орнотулса\n"
-" же жаңыланса майда транзакцияларга бөлүү,\n"
-" алдыалынганы %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - майда транзакциянын узундугу, алдыалынганы %d.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr ""
-" --fuzzy - издөөнү так эмес логиканын негизинде көрсөтүү (-y "
-"сыяктуу).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - requires: бардык көз карандылыктар тэгин чыгаруу.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - баштапкы пакетти гана орнотуу (бинардыктарын орнотпоо).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - аракет кылуу алдында, адегенде rpm кэшин тазалоо.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - rpm-дерди кэштен тазалабоо.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - колдонуучудан пакеттердин көз карандылыктарына\n"
-" карабай орнотуу уруксатын алуу.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - колдонуучудан пакеттердин көз карандылыктарына\n"
-" жана бүтүндүгүнө карабай орнотуу уруксатын алуу.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - obsoletes: бардык эскирген файлдар тэгин чыгаруу.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - urpmi-ди иштөө маалында distrib дарагынан "
-"конфигурациялоо,\n"
-" chroot орнотуу үчүн --root опциясын колдонууда ыңгайлуу.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - жүктөө ылдамдыгын чектөө.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - жарым-жартылай кабыл алынган файлдарды жүктөөнү\n"
-" улантуу (--no-resume муну өчүрөт, алдынала өчүрүлгөн).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - көрсөтүлгөн HTTP проксини колдонуу, алдыалынган\n"
-" порт номери 1080 (форматы: <proxyhost[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - прокси аутентификациясы үчүн колдонуучу жана паролду\n"
-" көрсөтүү (форматы: <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - баг отчетторун кийинки аргумент\n"
-" көрсөткөн каталогго sчыгаруу.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - үтүр менен ажыратылган жолдорду карабоо.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - документациялык файлдарды карабоо (docs).\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - эч качан пакетти алып салууну сурабоо, орнотууну "
-"токтотуу.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - url: url тэгин чыгаруу.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - description: баяны тэгин чыгаруу.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - орнотуу учурунда коё берилүүчү пакеттер.\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - орнотуу учурунда коё берилүүчү пакеттер.\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - эгерде бир нече пакет табылса, алдынала орнотулган "
-"сунуштан\n"
-" баш тартып, көбүрөөк вариантты сунуштоо.\n"
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - rpm-дерди кэштен тазалабоо.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - архитектуралары бирдей гана пакеттерди жаңылоо.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - бардык тийиштүүсүн командалык саптан алуу.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - кыскартылган режим (quiet).\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - кеңири режим.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " командалык сапта көрсөтүлгөн аттар жана rpm файлдар орнотулат.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "--install-src колдонууда бинардык rpm файлдарын эмне кылуу"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"[%s] каталогу алдагачан бар, баг жөнүндө билдирүү үчүн башка каталог "
-"колдонуңуз же аны өчүрүңүз"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Баг отчету үчүн [%s] каталогун түзүүгө болбоду"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Ката:мүмкүн %s окуу үчүн гана колдонулган.\n"
-" --allow-force операцияны чакыруу үчүн колдонуу."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr " (жаңылоо)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr " (жаңылоо)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr " (орнотуу)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr " (орнотуу)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Көз карандылыктарды канаатандыруу үчүн төмөнкү %d пакет жоготулат (%d Мб)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Сиздин тандооңуз? (1-%d) "
-
-#: ../urpmi:507
-#, fuzzy, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Төмөнкү пакеттерди орнотууга болбойт, себеби алар эскирген пакеттерден көз "
-"каранды:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Төмөнкү пакеттерди орнотууга болбойт, себеби алар эскирген пакеттерден көз "
-"каранды:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Буга карабай улантайынбы?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Y/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Талап кылынган кээ бир пакеттерди орноттууга болбойт:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Талап кылынган кээ бир пакеттерди орноттууга болбойт:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "%s пакетин алып салуу сиздин системаңыздын ишин бузат"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Орнотууну улантууга болбойт, себеби башкаларын жаңылоо\n"
-"үчүн төмөнкү пакеттерди алып салуу талап кылынат:\n"
-",%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Орнотууну улантууга болбойт, себеби башкаларын жаңылоо\n"
-"үчүн төмөнкү пакеттерди алып салуу талап кылынат:\n"
-",%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Башкаларын жаңылоо үчүн төмөнкү пакеттерди алып салуу талап кылынат:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Башкаларын жаңылоо үчүн төмөнкү пакеттерди алып салуу талап кылынат:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Төмөнкү көз карандылыктарды орнотуу үчүн сиз root болушуңуз керек:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"Көз карандылыктарды канаатандыруу үчүн төмөнкү %d пакет жоготулат (%d Мб)"
-msgstr[1] ""
-"Көз карандылыктарды канаатандыруу үчүн төмөнкү %d пакет жоготулат (%d Мб)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Калтыруу"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Даяр болгон соң, Enter басыңыз..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"колдонулушу: urpmi.addmedia [опциялар] <аты> <url> [with <салыштырма_жол>]\n"
-"<url> төмөнкүнүн бири:\n"
-" [file:/]/<жол> with <hdlist салыштырма файл аты>\n"
-" ftp://<логин>:<пароль>@<хост>/<жол> with <hdlist салыштырма файл "
-"аты>\n"
-" ftp://<хост>/<жол> with <hdlist салыштырма файл аты>\n"
-" http://<хост>/<жол> with <hdlist салыштырма файл аты>\n"
-" removable://<жол> with <hdlist салыштырма файл аты>\n"
-"\n"
-"жана [опциялар] төмөндөгүлөрдөн\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - алыста жайгашкан файлдары wget аркылуу кабылдоо.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - алыста жайгашкан файлдары curl аркылуу кабылдоо.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - алыста жайгашкан файлдары curl аркылуу кабылдоо.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - алыста жайгашкан файлдары curl аркылуу кабылдоо.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - synthesis файлын издөө жана аны колдонуу.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - synthesis же hdlist файлын издөөгө\n"
-" аракет кылбоо.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - автоматтык түрдө бардык булактарды орнотуу\n"
-" булагынан түзүү.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - мүмкүн болгон булактар тизмеси.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - күзгүлөрдүн тизмеси үчүн көрсөтүлгөн url\n"
-" колдонуу, алдынала колдонулганы %s \n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - дайыма up-to-date болгон, виртуалдык булак түзүү\n"
-" file:// протоколу гана колдонулушу мүмкүн.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - MD5SUM файлын текшербөө.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - кошулган булактын жалпы ачкычын импорттобо\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw - конфигурацияга булакты кошуу, бирок аны жаңылабоо.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - кыскартылган режим (quiet).\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - кеңири режим.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Суперколдонуучу гана пакет булактарын кошо алат"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "[%s] конфигурация файлын түзүү"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "[%s] конфигурация файлын түзүү"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr ""
-"--distrib менен кошо <hdlist файлынын салыштырма жолун> көрсөтүүнүн кереги "
-"жок"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<hdlist файлынын салыштырма жолу> жок\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "\"%s\" булагына жетүүгө мүмкүн эмес"
-
-#: ../urpmi.recover:28
-#, fuzzy, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme версиясы %s\n"
-"Copyright (C) 1999-2005 Mandriva.\n"
-"Бул эркин программалык жабдуу жана аны GNU GPL\n"
-"шартынын негизинде таркатууга болот.\n"
-"\n"
-"колдонулушу:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - rpm-дерди кэштен тазалабоо.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-" --list-url - мүмкүн болгон булактар тизмеси жана алардын url-дери.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-" --list-url - мүмкүн болгон булактар тизмеси жана алардын url-дери.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --name - пакет ысымдарын гана чыгаруу.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "%s пакети табылбады."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "[%s] rpm файлы кабыл алынууда..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "filelist табылбады\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"колдонулушу: urpmi.removemedia (-a | <аты> ...)\n"
-"мында: <аты> алынып салынуучу булак аты.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - бардык булактарды тандоо.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - булак ысымдарынын толук эмес дал келүүсү.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Суперколдонуучу гана пакет булактарын жогото алат"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"алып салууга эч нерсе жок (булак кошуу үчүн urpmi.addmedia колдонуңуз)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"алынып салынуучу пункт жок\n"
-"(%s ичинен бири)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"колдонулушу: urpmi.update [опциялар] <аты> ...\n"
-"мында: <аты> жаңылануучу булак аты.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - жаңылоо булагын гана жаңылоо.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - gpg ачкычын жаңылоого мажбурлоо.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - жаңылабоо булагын гана жаңылоо.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - жаңылабоо,булакты өз тартибинде белгилөө.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - synthesis же hdlist файлын издөөгө\n"
-" аракет кылбоо.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - чыкпоочу бардык булактарды тандоо.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - hdlist файлдардын түзүүгө мажбурлоо.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - hdlist файлдардын түзүүгө мажбурлоо.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Суперколдонуучу гана пакет булактарын жаңылай алат"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "жаңылоого эч нерсе жок (булак кошуу үчүн urpmi.addmedia колдонуңуз)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"жаңылоо үчүн пунк жок\n"
-"(%s ичинен бири)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "%s булагы оңдолууда:"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "%s булагы иштөөдө"
-
-#: ../urpmq:40
-#, fuzzy, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq версиясы %s\n"
-"Copyright (C) 2000-2005 Mandriva.\n"
-"Бул эркин программалык жабдуу жана аны GNU GPL\n"
-"шартынын негизинде таркатууга болот.\n"
-"\n"
-"колдонулушу:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - талап кылынган (же жаңыланган) пакеттерди издөө "
-"үчүн көрсөтүлгөн булактарды гана колдонуу.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr ""
-" --fuzzy - издөөнү так эмес логиканын негизинде көрсөтүү (-y "
-"сыяктуу).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - мүмкүн болгон пакеттер тизмеси.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - мүмкүн болгон булактар тизмеси.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr ""
-" --list-url - мүмкүн болгон булактар тизмеси жана алардын url-дери.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - --parallel колдонуудагы мүмкүн болгон түйүндөр тизмеси.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - мүмкүн болгон параллель алиастар тизмеси.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - конфигди urpmi.addmedia аргументи көрсөткөн формада "
-"дамптоо.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - кийинки пакет-баштапкы пакет (-s сыяктуу).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - жүктөө алдында пакеттердин баштапкы коддорун чыгаруу "
-"(root үчүн гана).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - url: url тэгин чыгаруу.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - иштөө учурунда distrib дарагынан urpmi-ди конфигдөө.\n"
-" Опция дистрибутивди суроо-талабына уруксат берет.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - changelog чыгаруу.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - conflicts: бардык конфликтер тэгин чыгаруу.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - obsoletes: бардык эскирген файлдар тэгин чыгаруу.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - provides: бардык берилчү файлдар тэгин чыгаруу.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - requires: бардык көз карандылыктар тэгин чыгаруу.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - obsoletes: бардык эскирген файлдар тэгин чыгаруу.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - sourcerpm: баштапкы rpm тэгин чыгаруу.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - жалпы маалымат тэгин чыгаруу.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" -d - пакеттерди көз карандылыктары үчүн кеңейтилген суроо-"
-"талап.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - кректелген пакеттерди тескери тартипте издөө.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - тескери тартипте кеңири издөө (анык пакеттерди "
-"камтыйт).\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - пакеттерди табуу үчүн provides'терден издөө.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - пакетти алып салууда кеңири маалымат чыгаруу.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - группаларды наамдары менен кошо чыгаруу.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - керектүү информацияны окууга ыңгайлуу формада чыгаруу.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - пакеттеги файлдар тизмеси.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - кыскартылган режим (quiet).\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr ""
-" -r - версиясын жана релизин наамдары менен кошо чыгаруу.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - кийинки пакет-баштапкы пакет (--src сыяктуу).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - жаңыраак версиясы орнотулган болсо пакетти алып салуу.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr ""
-" -y - издөөнү так эмес логиканын негизинде көрсөтүү(--fuzzy "
-"сыяктуу).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - -y ачкычынын эквиваленти, бирок тамгалар регистрин эске "
-"албайт.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " командалык сапта көрсөтүлгөн наамдар же rpm файлдар суралды.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes опциясы --parallel менен чогуу гана колдонулат"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "\"%s\" үчүн тизме файлын жазууга болбоду"
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"Эске алыңыз: изилденип жаткан булак hdlist'терди колдонбогондуктан, urpmf эч "
-"кандай жыйынтык кайтара албады\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"Эске алыңыз: изилденип жаткан булак hdlist'терди колдонбогондуктан, urpmf эч "
-"кандай жыйынтык кайтара албады\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"Эске алыңыз: изилденип жаткан булак hdlist'терди колдонбогондуктан, urpmf эч "
-"кандай жыйынтык кайтара албады\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"Эске алыңыз: изилденип жаткан булак hdlist'терди колдонбогондуктан, urpmf эч "
-"кандай жыйынтык кайтара албады\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "changelog табылбады\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - жаңылоо булагын түзүү.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "туура эмес форматталган кирүү: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d орнотуу транзакциялары ишке ашпады"
-#~ msgstr[1] "%d орнотуу транзакциялары ишке ашпады"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Бардыгы алдагачан орнотулган"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Төмөнкү пакеттерди алып салуу мүмкүнчүлүгүн текшерүү"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "urpmi берилиштер базасы кулпуланган"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "белгисиз опциялар: '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr ""
-#~ " \"%s\" чыгарылып алынуучу булагы үчүн бириктирүү чекиттери өтө эле көп "
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr ""
-#~ "\"%s\" булагы ISO сүрөттөлүшү болуп эсептелет жана ал автоматтык түрдө "
-#~ "туташылат"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "[%s] башка чыгарып алынуучу түзүлүш колдонулууда; \"%s\" үчүн"
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "\"%s\" чыгарып алынуучу булагынын жолун алуу мүмкүн эмес"
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "инсталляциянын биринчи булагына жетүү мүмкүн эмес"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "\"%s\" булагына жетүүгө болбойт,\n"
-#~ "бул ката сиз булакты түзүүдө аны өз алдыңызча бириктиргенде пайда болушу "
-#~ "мүмкүн."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr ""
-#~ "түшүнүлбөгөн \"%s\" булагы чыкма түзүлүш катары көрсөтүлгөн, бирок ал "
-#~ "андай эмес"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - башсаптар (headers) кэшинин каталогун тазалоо.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "виртуалдык булак локалдык болушу керек"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "\"%s\" үчүн hdlist файлын түшүнө албадым"
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "баштапкы hdlist (же synthesis) үчүн md5sum эсептелүүдө"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "\"%s\" виртуалдык булагы hdlist же тизме файлын аныктабашы керек, булак "
-#~ "четке кагылды"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "[%s] туура эмес rpm файл аты"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" үчүн тизме файлы табылбады, булак четке кагылды"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "жашабаган \"%s\" булагын тандоо аракети"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "\"%s\" булагы үчүн hdlist synthesis файлы түзүлдү"
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "\"%s\" үчүн hdlist файлын түшүнө албадым"
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "\"%s\" булагы алдагачан колдонулуп жаткан hdlist алуу аракетинде, булак "
-#~ "четке кагылды"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "\"%s\" булагы алдагачан колдонулуп жаткан тизмени алуу аракетинде, булак "
-#~ "четке кагылды"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Эске алыңыз: изилденип жаткан булак hdlist'терди колдонбогондуктан, urpmf "
-#~ "эч кандай жыйынтык кайтара албады\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "көз карандылыктарды экинчи жолку эсептөөсүү аткарылууда\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "hdlist [%s] түзүлүшү"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "\"%s\" булагы үчүн synthesis файлын түзүүгө болбоду. Сиздин hdlist "
-#~ "файлыңыз бузук болушу мүмкүн."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "\"%s\" булагы үчүн hdlist же synthesis файлын окуу проблемасы"
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "көчүрүлгөн баштапкы hdlist (же synthesis) үчүн md5sum эсептелүүдө"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...кабыл алуу ийгиликсиз: md5sum дал келбестиги"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "[%s] булагында rpm файлдары табылдбады"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "[%s] булагынан rpm файлдарын окууга болбоду: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "rpm-дер окулбады"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "\"%s\" булагынын башсаптары окулууда"
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - synthesis файлын издөө жана аны колдонуу.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - hdlist файлын издөө жана аны колдонуу.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Эске алыңыз: изилденип жаткан булак hdlist'терди колдонбогондуктан, urpmf "
-#~ "эч кандай жыйынтык кайтара албады\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr ""
-#~ "Сиз пакеттерди ысымы боюнча издөө үчүн --name ачкычын колдонсоңуз болот.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src - кийинки пакет-баштапкы пакет (-s сыяктуу).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - hdlist файлын издөө жана аны колдонуу.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "\"%s\" булагын жаңылоого болбоду\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "\"%s\" булагын түзүүгө болбоду\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "\"%s\" rpm файл аты бирдей болгон бир нече пакет бар"
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "[%s] туура ажыратууга мүмкүн эмес, ал \"%s\" ичинде"
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "\"%s\" булагы туура эмес тизме файлын колдонууда:\n"
-#~ " мүмкүн күзгү эски, альтернативдик методду колдонуу аракети"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "\"%s\" булагы rpm файлдарынын турган жерин аныктабайт"
-
-#~ msgid "unrequested"
-#~ msgstr "талап кылынбаган"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "%s пакети кошулууда (id=%d, eid=%d, update=%d, file=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Төмөнкү пакеттердин сигнатуралары туура эмес:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Орнотууну улантууну каалайсызбы?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Бул команданы колдонуу үчүн root болушуңуз керек! \n"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "%s пакетин алып салууга мүмкүн эмес"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "filelist табылбады\n"
-
-#~ msgid "medium \"%s\" is not selected"
-#~ msgstr "\"%s\" булагы тандалган эмес"
-
-#~ msgid " -f - force generation of hdlist files.\n"
-#~ msgstr " -f - hdlist файлдардын түзүүгө мажбурлоо.\n"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - пакетти табуу үчүн, provides'терден издебөө (алдынала "
-#~ "орнотулган).\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - кректелген пакеттерди тескери тартипте издөө.\n"
-
-#~ msgid ""
-#~ " -RR - extended reverse search (includes virtual packages).\n"
-#~ msgstr ""
-#~ " -RR - тескери тартипте кеңири издөө (анык пакеттерди "
-#~ "камтыйт).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Көз карандылыктарды канаатандыруу үчүн, төмөнкү %d пакет орнотулат:\n"
-#~ "%s\n"
-
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "%s булагы коё берилди: hdlist жок"
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - synthesis файлын издөө жана аны колдонуу.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - hdlist файлын издөө жана аны колдонуу.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "тармактык булак үчүн `with' жок\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "белгисиз опциялар: '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" үчүн hdlist файлы табылбады, булак четке кагылды"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" үчүн тизме файлы байланышсыз, булак четке кагылды"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" үчүн тизме файлын текшерүүгө болбоду, булак четке кагылды"
-
-#~ msgid "there doesn't seem to be devices in the chroot in \"%s\""
-#~ msgstr " \"%s\" chroot чөйрөсүндө түзүлүштөр байкалбады"
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "\"%s\" виртуалдык булагы локалдык эмес, булак четке кагылды"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "\"%s\" виртуалдык булагы туура hdlist же synthesis керектейт, булак четке "
-#~ "кагылды"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "\"%s\" үчүн баштапкы hdlist (же synthesis) көчүрүлүүдө ..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "hdlist (же synthesis) кабыл алуунун ишке ашпагандыгы"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "[%s] файлы окшош \"%s\" булагында алдагачан колдонулууда"
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "\"%s\" үчүн тизме файлына эч нерсе жазылган жок"
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "кэште %d башсап табылды"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "кэштеги эскирген %d башсап өчүүрүлүүдө"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "транзакцияны аткаруу үчүн %d процесси колдонулууда"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --norebuild - hdlist окулбаса, аны кайра түзүүгө аракет кылбоо.\n"
-
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Төмөнкү пакет аттары кабылданган: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "hdlists файлы көчүрүлүүдө..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "hdlists файлында туура эмес \"%s\" hdlist дескриптору"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Бул туурабы?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - дистрибутивдин көрсөтүлгөн версиясын колдонуу,\n"
-#~ " алдынала, орнотулган mandriva-release пакети берген\n"
-#~ " кабардагы дистрибутив версиясы колдонулат.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - көрсөтүлгөн архитектураны колдонуу, алдынала\n"
-#~ " орнотулган mandriva-release пакетинин архитектурасы\n"
-#~ " колдонулат.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - stdout үчүн urpmi db санап көрсөткөн пакеттердин\n"
-#~ " башсаптарын чыгаруу (root үчүн гана).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "Көз карандылыктарды канаатандыруу үчүн, төмөнкү %d пакет орнотулат (%d Мб)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "%s орнотулууда\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Пакеттерди автоматтык орнотуу...\n"
-#~ "Сиз %s пакетин орнотууну талап кылдыңыз\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: команда табылбады\n"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Талап кылынган кээ бир пакеттерди орноттууга болбойт:\n"
-#~ "%s\n"
-#~ "Уланталыбы?"
-
-#~ msgid ""
-#~ "The following packages have to be removed for others to be upgraded:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Башкаларын жаңылоо үчүн төмөнкү пакеттерди алып салуу талап кылынат:\n"
-#~ "%s\n"
-#~ "Уланталыбы?"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5sum дал келбестиги"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf версиясы %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "Бул эркин программалык жабдуу жана аны GNU GPL\n"
-#~ "шартынын негизинде таркатууга болот.\n"
-#~ "\n"
-#~ "колдонулушу:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr " --synthesis - urpmi db ордуна synthesis колдонуу.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - name тэгин чыгарбоо (алдынала иштетилген, эгер тэг\n"
-#~ " командалык сапта берилбесе, интерактивдүү режим "
-#~ "менен \n"
-#~ " чогуу иштебейт).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - бирдей саптарды чыгарбоо.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - бардык тэгдерди чыгаруу.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - summary: жалпы маалымат тэгин чыгаруу .\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - description: баяны тэгин чыгаруу.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - buildhost: түзүүчү хост тэгин чыгаруу.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr ""
-#~ " --provides - provides: бардык берилчү файлдар тэгин чыгаруу.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr ""
-#~ " --requires - requires: бардык көз карандылыктар тэгин чыгаруу.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - files: бардык файлдар тэгин чыгаруу.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr ""
-#~ " --obsoletes - obsoletes: бардык эскирген файлдар тэгин чыгаруу.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - спецификалык чөйрөнү колдонуу (демейде\n"
-#~ " ката жөнүндө отчет).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr ""
-#~ " -i - бардык шаблондордогу регистрлердин айырмаларын эске "
-#~ "албоо.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - бинардык AND оператору, эгер туюнтмалардын экөө\n"
-#~ " тең чындык болсо true кайтарылат.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - бинардык OR оператору, эгер туюнтмалардын бири\n"
-#~ " чындык болсо true кайтарылат.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr ""
-#~ " ! - унардык NOT, туюунтма жалган болсо true кайтарылат.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " ( - сол кашаа, туюнтмалардын группасын ачат.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr " ) - оң кашаа, туюнтмалардын группасын жабат.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "тескери чакыруу :\n"
-#~ "%s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "Улантайынбы?"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Талап кылынган кээ бир пакеттерди орноттууга болбойт:\n"
-#~ "%s"
diff --git a/po/lt.po b/po/lt.po
deleted file mode 100644
index 8e21ae43..00000000
--- a/po/lt.po
+++ /dev/null
@@ -1,3763 +0,0 @@
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/lt.php3
-#
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2000 Free Software Foundation, Inc.
-# Kęstutis Kružikas <DrKestas@takas.lt>, 2000.
-# Mykolas Norvaišas <Myka@centras.lt>, 1999-2001.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi 3.3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2005-08-18 23:34+0200\n"
-"Last-Translator: Arvydas Svirka <arvydas@arvis.lt>\n"
-"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%"
-"100<10 || n%100>=20) ? 1 : 2);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM įdiegimas"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Gerai"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Jūs pasirinkote pradinį paketą:\n"
-"\n"
-"%s\n"
-"\n"
-"Jūs, turbūt, nenorite jo įdiegti (paketo įdiegimas įgalins jus daryti "
-"pakeitimus jo išeities kodui ar kodą sudaryti).\n"
-"\n"
-"Ką jūs darysite?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Jūs kompiuteryje ketinate įdiegti šiuos programinės įrangos paketus:\n"
-"\n"
-"%s\n"
-"\n"
-"Tęsti?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Jūs kompiuteryje ketinate įdiegti šį programinė įrangos paketą:\n"
-"\n"
-"%s\n"
-"\n"
-"Jūs galite tiesiog jį išsaugoti. Koks jūsų pasirinkimas?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "Į_diegti"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "Iš_saugoti"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Atšaukti"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Pasirinkite vietą bylos išsaugojimui"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, fuzzy, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi versija %s\n"
-"Autorinės teisės (C) 1999-2005 Mandriva.\n"
-"Tai yra nemokama programa, kuri gali būti platinama pagal GNU GPL "
-"licenciją.\n"
-"\n"
-"naudojimas:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - spausdinti šį pagalbos pranešimą.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - automatiškai parinkti paketus sistemos atnaujinimui.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - vykdyti kreipimąsi, net jei nėra keleto paketų.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - prieš įdiegimą patikrinti rpm ženklą\n"
-" (--no-verify-rpm funkciją išjungia, standartiškai ji yra "
-"įjungta).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - naudoti tik duotąsias laikmenas, atskirtas kableliu.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - paketo suradimui leisti paiešką pasiūlymuose.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - paketo suradimui paieškos pasiūlymuose neatlikti.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - rpm įdiegimui naudokite kitą pradinį.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - patikrinti, ar įdiegimas gali būti įvykdytas teisingai.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - pareikalautų (arba atnaujintų) paketų paieškai naudokite "
-"tik duotąją laikmeną.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "Išsaugoti paketų pasirinkimą"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Palaukite..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Turi būti pradinis"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Vienas reikalautų paketų negali būti įdiegtas:\n"
-"%s\n"
-"Tęsti?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Dėmesio"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Gerai"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (atnaujinti)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (įdiegti)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Paketų pasirinkimas"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Vienas iš šių paketų yra reikalingas."
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Nutraukti"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Norint įdiegti kitus paketus, šie turi būti pašalinti:\n"
-"%s\n"
-"Tęsti?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Priklausomybių patenkinimui, bus įdiegtas šis paketas (%d MB)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Priklausomybių patenkinimui, bus įdiegtas šis paketas (%d MB)"
-
-#: ../gurpmi2:244
-#, fuzzy, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "%d paketų"
-msgstr[1] "%d paketų"
-msgstr[2] "%d paketų"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Paketų įdiegimas..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "negaliu gauti pirminių paketų, nutraukiu"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Ruošiamasi..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Įdiegiamas paketas `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Įdėkite laikmeną, pavadintą \"%s\", į įrenginį [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Parsiunčiamas paketas `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "Baigta"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Įdiegimas nepavyko, trūksta kai kurių bylų:\n"
-"%s\n"
-"Jūs galite norėti atnaujinti urpmi duomenų bazę"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Įdiegimas nepavyko"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Paketas(-ai) jau įdiegti"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Įdiegimas baigtas"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "pašalinama %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "iš naujo paleidžiama urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"naudojimas: %s [parinktys]\n"
-"kur [parinktys] yra iš\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - spausdinti šį pagalbos pranešimą.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - naudokite duotą root vietoje /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - duotajai grupei apriboti rezultatus.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " standartinis yra %s.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - spausdinti grupes kartu su pavadinimu.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Paketus įdiegti leidžiama tik supervartotojui"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "urpmi paleidžiama apribota veiksena..."
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Klaidų ataskaitai negaliu sukurti katalogo [%s]"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Parsiunčiamas paketas `%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "negaliu atverti rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "netinkamas rpm bylos vardas [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "atkuriama rpm byla [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...atkūrimas baigtas"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...atkūrimas nepavyko: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "negaliu prieiti prie rpm bylos [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "negaliu išnagrinėti \"%s\" byloje [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "negaliu įregistruoti rpm bylos"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "vietinių paketų registravimo klaida"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Operacija yra draudžiama, kai dirbama apribotoje veiksenoje"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "blogas tarpinio serverio deklaravimas komandinėje eilutėje\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: negaliu perskaityti rpm bylos \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Nėra ženklo (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Kopijavimas nepavyko"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "laikmena \"%s\" neišrinkta"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "negaliu perskaityti \"%2$s\" laikmenos rpm bylos [%1$s]"
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "nagaliu įrašyti konfigūracijos bylos [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "nagaliu įrašyti konfigūracijos bylos [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "nagaliu įrašyti konfigūracijos bylos [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Naudotojo vardas:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Slaptažodis:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Kopijavimas nepavyko"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "dėl trūkstamo %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "dėl trūkstamo %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "dėl trūkstamo %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "pašalinama %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...atkūrimas nepavyko: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "%s nurodytas nežinomas protokolas"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "nerasta webfetch, palaikomi webfetch yra: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "negaliu valdyti protokolo: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "iš %2$s įdiegiamas %1$s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "paketas %s nerastas."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "rpm bylos atkuriamos iš laikmenos \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"sukurta įdiegimo operacija %s (pašalinti=%d, įdiegti=%d, atnaujinti=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "negaliu sukurti operacijos"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "iš delta-rpm paketo %s negaliu išarchyvuoti rpm"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "negaliu įdiegti paketo %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "iš %2$s įdiegiamas %1$s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...atkūrimas nepavyko: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "pašalinamas paketas %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "pašalinamas paketas %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "iš %2$s įdiegiamas %1$s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Daugiau informacijos apie paketą %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "Išsaugoti paketų pasirinkimą"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, fuzzy, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Nepavyko paskirti spalvų lentelės įrašų"
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "urpmi duomenų bazė užrakinta"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Dėmesio"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Įdiegimas nepavyko"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Įdiegimas nepavyko"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Šie paketai turi netinkamus ženklus"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Šie paketai turi netinkamus ženklus"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Ar norite tęsti įdiegimą ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "iš %2$s įdiegiamas %1$s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "paskirstomas %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "iš %2$s įdiegiamas %1$s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "įdiegiama %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Pabandyti įdiegimą be priklausomybių tikrinimo? (t/N) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Pabandyti įdiegimą priverstinai (--force)? (t/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Įdiegimas galimas"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "tikrinama MD5SUM byla"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "įspėjimas: MD5SUM byloje negalima %s md5sum"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"virtualioji laikmena \"%s\" turėtų turėti aiškų url, laikmena ignoruojama"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "negaliu prieiti prie \"%s\" list bylos, laikmena ignoruojama"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "negaliu prieiti prie \"%s\" hdlist bylos, laikmena ignoruojama"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "bandau praleisti esančią laikmeną \"%s\", vengiu"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "įrašyta konfigūracijos byla [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "use-distrib veiksenai negaliu naudoti lygiagrečios veiksenos "
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "naudojama susijusi laikmena lygiagrečiajai veiksenai: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--sintezė negali būti naudojama su --media, --excludemedia, --sortmedia, --"
-"update or --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Paieškos pradžia: %s pabaiga: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "praleidžiamas paketas %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "bus įdiegtas vietoje atnaujinimo paketo %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "laikmena \"%s\" jau yra"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "iš laikmenos \"%s\" skaitomos antraštės"
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "pašalinama laikmena \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "negaliu atverti rpmdb"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "negaliu prieiti prie pirmojo įdiegimo laikmenos (nerasta hdlists byla)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "atkuriama hdlists byla..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "bandoma išrinkti nesančią laikmeną \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "išrenkama daugialypė laikmena: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "pašalinama laikmena \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "laikmenai \"%s\" iš naujo konfigūruojama urpmi"
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...naujas konfigūravimas nepavyko"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "naujas konfigūravimas atliktas"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "laikmena \"%s\" neišrinkta"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "tikrinama sintezės byla [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "laikmenos \"%s\" sintezės bylos skaitymo problema"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "įrašoma laikmenos \"%s\" sąrašo byla"
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...kopijavimas nepavyko"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "kopijuojama \"%s\" aprašo byla..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopijavimas baigtas"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "[%s] kopijavimas nepavyko (byla per daug maža)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "atkurtam hdlist (arba sintezei) skaičiuojama md5sum"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "[%s] kopijavimas nepavyko (md5sum neatitikimas)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "tikrinama hdlist byla [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "iš %2$s įdiegiamas %1$s"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "laikmenai \"%s\" nerasta hdlist byla"
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "kopijuojama \"%s\" aprašo byla..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "netinkamas rpm bylos vardas [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "atkuriamas \"%s\" pirminis hdlist (arba zintezė)..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "rastas ištirtas hdlist (arba sintezė) kaip %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "laikmenai \"%s\" nerasta hdlist byla"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "tikrinama \"%s\" pubkey byla..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...iš \"%2$s\" pubkey bylos importuotas raktas %1$s"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "negaliu importuoti \"%s\" pubkey bylos"
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "įtraukta laikmena %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "iš [%s] skaitomos rpm bylos"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "TtYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Gaila, bet pasirinkimas blogas, pakartokite\n"
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Package"
-msgstr "Paketų pasirinkimas"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Ieškoti"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "pašalinama laikmena \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "negaliu išnagrinėti \"%s\" byloje [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "tikrinama lygiagrečioji bylos [%s] tvarkyklė"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "rasta lygiagrečioji tvarkyklė mazgams: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "negaliu naudoti lygiagretumo parinkties \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Įdiegimas nepavyko"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "negaliu prieiti prie laikmenos \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "prijungiama %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "atjungiama %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf versija %s\n"
-"Autorinės teisės (C) 2002-2004 Mandriva.\n"
-"Tai yra nemokama programa, kuri gali būti platinama pagal GNU GPL "
-"licenciją.\n"
-"\n"
-"naudojimas:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - spausdinti šį pagalbos pranešimą.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - naudoti specifinę aplinką (paprastai klaidos "
-"pranešimas).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - nenaudoti duotųjų laikmenų, atskirtų kableliu.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --root - rpm įdiegimui naudokite kitą pradinį.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - rikiuoti laikmenas pagal papildomas eilutes, atskirtas "
-"kableliu.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-" --synthesis - vietoje urpmi duomenų bazės naudokite duotąją sintezę.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - vietoje urpmi duomenų bazės naudokite duotąją sintezę.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - nespausdinti identiškų eilučių.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - naudoti tik atnaujinimo laikmeną.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - verbose veiksena.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - ignoruoti kiekvieno pavyzdžio raidžių dydžio skirtumus.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -i - ignoruoti kiekvieno pavyzdžio raidžių dydžio skirtumus.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - perl kodą įtraukti tiesiogiai kaip perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - dvejetainis IR operatorius.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - dvejetainis ARBA operatorius.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - elementas NE.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr ""
-" ) - dešinysis skliaustelis grupės išraiskos uždarymui.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr ""
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " -g - spausdinti grupes kartu su pavadinimu.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " standartinis yra %s.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - spausdinti žymens url: url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - spausdinti žymens buildhost: build host.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "taikyti konfigūracijos bylos pakeitimus"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - spausdinti žymenų konfliktus: visi konfliktai.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - spausdinti žymens aprašymą: aprašymas.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - spausdinti žymenų laikotarpį: laikotarpis.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --name - spausdinti tik paketų pavadinimus.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - paketo bylas sudėti į sąrašą.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - spausdinti žymenų grupę: grupė.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - spausdinti tik paketų pavadinimus.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --name - spausdinti tik paketų pavadinimus.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - spausdinti pasenusius žymenis: visi pasenę.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - spausdinti žymens archyvatorių: archyvatorius.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - spausdinti: all provides.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr ""
-" --requires - spausdinti žymenų pareikalavimus: visi pareikalavimai.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - spausdinti žymenų dydį: dydis.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - spausdinti žymens pirminį rpm: pirminis rpm.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - spausdinti pasenusius žymenis: visi pasenę.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary, -S - spausdinti suvestinę.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - spausdinti žymens url: url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - verbose veiksena.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - paketo bylas sudėti į sąrašą.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - spausdinimo versija, išleisti ir archyvuoti su "
-"pavadinimu.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "%s naudojama specifinė aplinka\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "laikmenai \"%s\" nerasta hdlist byla"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "\"%s\" laikmenai sudaryta hdlist sintezės byla"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "įrašoma laikmenos \"%s\" sąrašo byla"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Nėra paketo, pavadinto %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Šie paketai turi %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Paketas(-ai) jau įdiegti"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "Paketas(-ai) jau įdiegti"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "Paketas(-ai) jau įdiegti"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "dėl trūkstamo %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "Paketas(-ai) jau įdiegti"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "dėl nepatenkinto %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "bandau paaukštinti %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "%s išlaikymui"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "%s įdiegimui"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "dėl konfliktų su %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Netinkamas ženklas (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Netinkamas rakto ID (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Nėra ženklo (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "Įjungti ar išjungti bendrą naudojimąsi bylomis"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Kopijavimas nepavyko"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Kopijavimas nepavyko"
-
-#: ../urpme:41
-#, fuzzy, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme versija %s\n"
-"Autorinės teisės (C) 1999-2005 Mandriva.\n"
-"Tai yra nemokama programa, kuri gali būti platinama pagal GNU GPL "
-"licenciją.\n"
-"\n"
-"naudojimas:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - automatiškai parinkti paketą pasirinkimų sąraše.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - tikrinti, jei pašalinimas negali būti tinkamai "
-"įvykdytas.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - urpmi paskirstomas po kompiuterius.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - spausdinti žymens archyvatorių: archyvatorius.\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - naudokite kitą pradinį (root) rpm pašalinimui.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - atnaujinti tik atnaujinimo laikmenas.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - spausdinti žymens aprašymą: aprašymas.\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - konfigūruoti urpmi iš paskirstymo medžio on the fly "
-"metodu, naudinga\n"
-" įdiegti (pašalinti) chroot su --root parinktimi.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose - verbose veiksena.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - išrinkti visus paketus, atitinkančius išraišką.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Paketus pašalinti gali tik supervartotojas"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "nežinomi paketai"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "nežinomas paketas"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "paketo %s pašalinimas sugadins jūsų sistemą"
-msgstr[1] "paketo %s pašalinimas sugadins jūsų sistemą"
-msgstr[2] "paketo %s pašalinimas sugadins jūsų sistemą"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Nėra ką pašalinti"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Nėra ką pašalinti"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Priklausomybių patenkinimui, šie paketai %d bus pašalinti (%d MB)"
-msgstr[1] "Priklausomybių patenkinimui, šie paketai %d bus pašalinti (%d MB)"
-msgstr[2] "Priklausomybių patenkinimui, šie paketai %d bus pašalinti (%d MB)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "nežinomas paketas"
-msgstr[1] "nežinomas paketas"
-msgstr[2] "nežinomas paketas"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "pašalinamas paketas %s"
-msgstr[1] "pašalinamas paketas %s"
-msgstr[2] "pašalinamas paketas %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (t/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "išimamas įrenginys priimamas kaip \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Pašalinimas nepavyko"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Pašalinimas nepavyko"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-select - automatiškai parinkti paketus sistemos atnaujinimui.\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - išjungti MD5SUM bylos tikrinimą.\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - vykdyti gpg key atnaujinimą.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - spausdinti pasenusius žymenis: visi pasenę.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - niekada neklausiti dėl paketo pašalinimo, nutraukti "
-"įdiegimą.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - paketų neįdiegti (tik parsisiųsti)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - jei įmanoma, išlaikyti esančius paketus, atmesti "
-"pareikalautus\n"
-" paketus, kurie prašo pašalinimų.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - padalyti į mažesnes operacijas, jei daugiau nei duota "
-"paketų\n"
-" ruošiamasi įdiegti ar atnaujinti,\n"
-" standartiškai yra %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - trumpos operacijos ilgis, standartiškai yra %d.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - paskirti neaiškią paiešką (toks pat kaip -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr ""
-" --requires - spausdinti žymenų pareikalavimus: visi pareikalavimai.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - įdiegti tik pirminį paketą (be dvejetainių).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - prieš ką nors atliekant, iš cache pašalinti rpm.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - rpms iš cache neišvalyti.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - leisti vartotojo paklausti dėl paketų be priklausomybių\n"
-" tikrinimo įdiegimo.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - spausdinti pasenusius žymenis: visi pasenę.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - urpmi konfigūruokite on the fly metodu iš paskirstymo "
-"medžio, naudinga \n"
-" įdiegti chroot su --root parinktimi.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - apriboti parsiuntimo greitį.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - atnaujinti dalinai gautų bylų parsiuntimą\n"
-" (--no-resume išjungia funkciją, standartiškai ji yra "
-"išjungta).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - naudoti nurodytą HTTP tarpinį serverį, standartiškai "
-"prievado numeris\n"
-" bus 1080 (formatas yra toks <proxyhost[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - nurodykite vartotoją ir slaptažodį, kurie bus naudojami "
-"atpažinimui\n"
-" tarpiniame serveryje (formatas yra tkos<vartotojas:"
-"slaptažodis>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - išvesti klaidų ataskaitą kataloge, kuris nurodytas\n"
-" sekančiu argumentu.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - neįtraukti kelio, atskirto kableliu.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - neįtraukti doc bylų.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - niekada neklausiti dėl paketo pašalinimo, nutraukti "
-"įdiegimą.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - spausdinti žymens url: url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - spausdinti žymens aprašymą: aprašymas.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - paketai, kurie neturi būti diegiami\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - paketai, kurie neturi būti diegiami\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - kai randama keletas paketų, vietoje standartinių\n"
-" leisti pasirinkti.\n"
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - rpms iš cache neišvalyti.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - atnaujinti tik tokios pat architektūros paketus.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - komandinėje eilutėje išrinkti visus atitikimus.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - paslėptoji veiksena.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - verbose veiksena.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" rpm bylos, kurių pavadinimai nurodyti komandinėje eilutėje, bus įdiegtos.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Kas gali būti atlikta su dvejetainėmis bylomis naudojant --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Katalogas [%s] jau yra, klaidų ataskaitai naudokite kitą katalogą arba "
-"esantį ištrinkite"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Klaidų ataskaitai negaliu sukurti katalogo [%s]"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Klaida: %s prijungta tik skaitymui.\n"
-"Operacijos vykdymui naudokite --allow-force"
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr " (atnaujinti)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr " (atnaujinti)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr " (įdiegti)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr " (įdiegti)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Priklausomybių patenkinimui, šie paketai %d bus pašalinti (%d MB)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Koks Jūsų pasirinkimas? (1-%d)"
-
-#: ../urpmi:507
-#, fuzzy, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Išvardyti paketai negali būti įdiegti, nes jie yra priklausomi nuo paketų,\n"
-"kurie yra senesni nei dabar įdiegti:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Išvardyti paketai negali būti įdiegti, nes jie yra priklausomi nuo paketų,\n"
-"kurie yra senesni nei dabar įdiegti:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Ar vis tiek tęsti?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (T/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Pareikalautas paketas negali būti įdiegtas:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Pareikalautas paketas negali būti įdiegtas:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "paketo %s pašalinimas sugadins jūsų sistemą"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Įdiegimas negali būti tęsiamas, nes šie paketai\n"
-"turi būti pašalinti, kad kitus būtų galima atnaujinti:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Įdiegimas negali būti tęsiamas, nes šie paketai\n"
-"turi būti pašalinti, kad kitus būtų galima atnaujinti:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Šie paketai turi būti pašalinti tam, kad kitus būtų galima atnaujinti:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Šie paketai turi būti pašalinti tam, kad kitus būtų galima atnaujinti:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Išvardintų priklausomybių įdiegimiui jūs turite būti pradiniu:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Priklausomybių patenkinimui, šie paketai %d bus pašalinti (%d MB)"
-msgstr[1] "Priklausomybių patenkinimui, šie paketai %d bus pašalinti (%d MB)"
-msgstr[2] "Priklausomybių patenkinimui, šie paketai %d bus pašalinti (%d MB)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Atšaukti"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Kai būsite pasiruošę, paspauskite Enter..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"naudojimas: urpmi.addmedia [parinktys] <pavadinimas> <url> [with "
-"<relative_path>]\n"
-"kur <url> vienas iš\n"
-" [file:/]/<kelias> with <atitinkamu hdlist bylos pavadinimu>\n"
-" ftp://<prisijungimas>:<slaptažodis>@<stotis>/<kelias> with "
-"<atitinkamu hdlist bylos pavadinimu>\n"
-" ftp://<stotis>/<kelias> with <atitinkamu hdlist bylos pavadinimu>\n"
-" http://<stotis>/<kelias> with <atitinkamu hdlist bylos pavadinimu>\n"
-" removable://<kelias> with <atitinkamu hdlist bylos pavadinimu>\n"
-"\n"
-"ir [parinktys] yra iš\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - tolimų bylų atkūrimui naudokite wget.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - tolimų bylų atkūrimui naudokite curl.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - tolimų bylų atkūrimui naudokite curl.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - tolimų bylų atkūrimui naudokite curl.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - bandyti surasti ir panaudoti sintezės bylą.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - nebandyti surasti nei sintezes, nei\n"
-" hdlist bylų.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - automatiškai sukurti visas laikmenas iš įdiegimo\n"
-" laikmenos.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - pateikti galimų laikmenų sąrašą.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - veidrodžių sąrašui naudoti nurodytus url, standartinis "
-"yra\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - sukurti nuolat atnaujinamą laikmeną,\n"
-" leidžiamas tiks toks protokolas file:// .\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - išjungti MD5SUM bylos tikrinimą.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - įtrauktai laikmenai neimportuoti pubkey\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw - įtraukti laikmenos konfigūraciją, bet jos neatnaujinti.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - paslėptoji veiksena.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - verbose veiksena.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Įtraukti laikmeną gali tik supervartotojas"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "Bus sukurta konfigūracijos byla [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Negaliu sukurti konfigūracijos bylos [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "nebūtina duoti <atitinkamas hdlist kelias> su --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<atitinkamas hdlist kelias> nėra\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "negaliu prieiti prie laikmenos \"%s\""
-
-#: ../urpmi.recover:28
-#, fuzzy, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme versija %s\n"
-"Autorinės teisės (C) 1999-2005 Mandriva.\n"
-"Tai yra nemokama programa, kuri gali būti platinama pagal GNU GPL "
-"licenciją.\n"
-"\n"
-"naudojimas:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - rpms iš cache neišvalyti.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - pateikti galimų laikmenų ir jų url sąrašą.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-url - pateikti galimų laikmenų ir jų url sąrašą.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --name - spausdinti tik paketų pavadinimus.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "paketas %s nerastas."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "atkuriama rpm byla [%s] ..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Nerastas bylų sąrašas\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"naudojimas: urpmi.removemedia (-a | <pavadinimas> ...)\n"
-"kur <pavadinimas> yra pašalintinos laikmenos pavadinimas.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - išrinkti visas laikmenas.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - neaiškus laikmenų pavadinimų sutapimas.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Pašalinti laikmeną galima tik supervartotojui"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "nėra ką pašalinti (laikmenos pridėjimui naudokite urpmi.addmedia)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"pašalintino įrašo nėra\n"
-"(vienas iš %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"naudojimas: urpmi.atnaujinimas [parinktys] <vardas> ...\n"
-"kur <vardas> yra atnaujintos laikmenos pavadinimas.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - atnaujinti tik atnaujinimo laikmenas.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - vykdyti gpg key atnaujinimą.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-" --ignore - neatnaujinti, laikmeną pažymėti kaip ingnoruojamą.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - neatnaujinti, laikmeną pažymėti kaip įgalintą.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - nebandyti surasti nei sintezes, nei\n"
-" hdlist bylų.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - išrinkti visas neišimamas laikmenas.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - vykdyti hdlist bylų sudarymą.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - vykdyti hdlist bylų sudarymą.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Atnaujinti laikmenas gali tik supervartotojas"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "nėra ką atnaujinti (laikmenos pridėjimui naudokite urpmi.addmedia)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"atnaujintino įrašo nėra\n"
-"(vienas iš %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "ignoruojama laikmena %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "įgalinama laikmena %s"
-
-#: ../urpmq:40
-#, fuzzy, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq versija %s\n"
-"Autorinės teisės (C) 2000-2005 Mandriva.\n"
-"Tai yra nemokama programa, kuri gali būti platinama pagal GNU GPL "
-"licenciją.\n"
-"\n"
-"naudojimas:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - pareikalautų (arba atnaujintų) paketų paieškai naudokite "
-"tik duotąją laikmeną.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - paskirti neaiškią paiešką (toks pat kaip -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - išvardyti galimus paketus.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - pateikti galimų laikmenų sąrašą.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - pateikti galimų laikmenų ir jų url sąrašą.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - kai naudojamas --parallel, išvardyti visus mazgus.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - išvardyti visus lygiagrečiuosius slapyvardžius.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - konfigūraciją perrašyti urpmi.addmedia argumento "
-"formoje.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - sekantis paketas yra pirminis (toks pat kaip -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - parodyti visus pirminius paketus prieš juos parsiunčiant "
-"(tik pradiniam).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - spausdinti žymens url: url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - urpmi konfigūruoti on the fly metodu iš paskirstymo "
-"medžio.\n"
-" Šis leidimas apklausia distro.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - atspausdinti changelog.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - spausdinti žymenų konfliktus: visi konfliktai.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - spausdinti pasenusius žymenis: visi pasenę.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - spausdinti: all provides.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr ""
-" --requires - spausdinti žymenų pareikalavimus: visi pareikalavimai.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - spausdinti pasenusius žymenis: visi pasenę.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - spausdinti žymens pirminį rpm: pirminis rpm.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - spausdinti suvestinę.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - išplėsti paketo priklausomybių užklausą.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - atbulinė paieška to, kas reikalauja paketo.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - išplėstinė atbulinė paieška (apima ir virtualius "
-"paketus).\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - iškoti paketo suradimo pateiktyse.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr ""
-" -c - išvedimą užbaigti paketu, kuris turi būti pašalintas.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - spausdinti grupes kartu su pavadinimu.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - naudingą informaciją spausdinti žmogui suprantama forma.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - paketo bylas sudėti į sąrašą.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - paslėptoji veiksena.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr ""
-" -r - atspausdinti versiją ir leidimą kartu su pavadinimu.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - sekantis paketas yra pradinis (tas pats kaip --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - paketą pašalinti, jei yra įdiegta naujesnė jo versija.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - skirti neaiškią paiešką (tas pats kaip --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - panašiai kaip -y, bet yra vykdoma nekreipiant dėmesio į "
-"didžiąsiais ir mažąsias raides.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " apklausiami komandinėje eilutėje duoti pavadinimai arba rpm bylos.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-mazgas gali būti naudojamas tik su --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "negaliu įrašyti \"%s\" sąrašo bylos"
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"Pastaba: kadangi nei viena surasta laikmena nenaudoja hdlists, urpmf negali "
-"išvesti jokio rezultato\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"Pastaba: kadangi nei viena surasta laikmena nenaudoja hdlists, urpmf negali "
-"išvesti jokio rezultato\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"Pastaba: kadangi nei viena surasta laikmena nenaudoja hdlists, urpmf negali "
-"išvesti jokio rezultato\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"Pastaba: kadangi nei viena surasta laikmena nenaudoja hdlists, urpmf negali "
-"išvesti jokio rezultato\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Nerastas changelog\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - sukurti atnaujinimo laikmeną.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "blogai suformuotas įvedimas: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d įdiegimo operacijos nepavyko"
-#~ msgstr[1] "%d įdiegimo operacijos nepavyko"
-#~ msgstr[2] "%d įdiegimo operacijos nepavyko"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Paketas(-ai) jau įdiegti"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Tikrinami pašalintini sekantys paketai"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "urpmi duomenų bazė užrakinta"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr "Nežinomas perspėjimas"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "per daug išimamos laikmenos prijungimo taškų \"%s\""
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "Laikmena \"%s\" yra ISO atvaizdas, bus prijungta on-the-fly metodu"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "naudojamas skirtingas išimamas įrenginys [%s] dėl \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "negaliu išgauti kelio vardo išimamai laikmenai\"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "negaliu prieiti prie pirmojo įdiegimo laikmenos"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "negaliu prieiti prie laikmenos \"%s\",\n"
-#~ "tai galėjo atsitikti, jei, kurdami laikmeną, rankiniu būdu prijungėte "
-#~ "katalogą."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "nesuderinama laikmena \"%s\" pažymėta kaip išimama, bet tokia nėra"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - išvalyti antraščių cache katalogą.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "virtuali laikmena turi būti vietinė"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "negaliu išnagrinėti \"%s\" hdlist bylos"
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "esančiam hdlist (arba sintezei) skaičiuojama md5sum"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "virtualioji laikmena \"%s\" neturėtų turėti hdlist ar list bylos, "
-#~ "laikmena ignoruojama"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "netinkamas rpm bylos vardas [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "negaliu rasti sąrašo dėl \"%s\", laikmena ignoruojama"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "bandoma išrinkti nesančią laikmeną \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "\"%s\" laikmenai sudaryta hdlist sintezės byla"
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "negaliu išnagrinėti \"%s\" hdlist bylos"
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "laikmena \"%s\" bando panaudoti ir jau naudojo hdlist, laikmena "
-#~ "ignoruojama"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "laikmena \"%s\" bando panaudoti ir jau naudojo list, laikmena ignoruojama"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Pastaba: kadangi nei viena surasta laikmena nenaudoja hdlists, urpmf "
-#~ "negali išvesti jokio rezultato\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "atliekamas antrasis priklausomybių skaičiavimo bandymas\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "sudaromas hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "Laikmenai \"%s\" negaliu sudaryti sintezės bylos. Jūsų hdlist byla gali "
-#~ "būti sugadinta."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "hdlist skaitymo arba \"%s\" laikmenos bylos sintezės problema"
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "nukopijuotam hdlist (arba sintezei) skaičiuojama md5sum"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...atkūrimas nepavyko: md5sum neatitikimas"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "nerasta jokių rpm bylų iš [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "negaliu skaityti rpm bylų iš [%s]: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "neperskaityta jokių rpms"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "iš laikmenos \"%s\" skaitomos antraštės"
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - bandyti surasti ir panaudoti sintezės bylą.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - bandyti surasti ir panaudoti hdlist bylą.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Pastaba: kadangi nei viena surasta laikmena nenaudoja hdlists, urpmf "
-#~ "negali išvesti jokio rezultato\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "Galbūt noresite naudoti --pavadinimas paketų pavadinimų paieškai.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr ""
-#~ " --src - sekantis paketas yra pirminis (toks pat kaip -s).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - bandyti surasti ir panaudoti hdlist bylą.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "negaliu atnaujinti laikmenos \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "negaliu sukurti laikmenos \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "tokį pat rpm bylos pavadinimą turi keletas paketų \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "negaliu teisingai išnagrinėti [%s] ties verte \"%s\""
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "laikmena \"%s\" naudoja netinkamą list bylą:\n"
-#~ " veidrodis tikriausiai yra negaliojantis, bandoma naudoti atsarginį "
-#~ "metodą"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "laikmena \"%s\" nenurodo vietos rpm byloms"
-
-#~ msgid "unrequested"
-#~ msgstr "nepareikalautas"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "įtraukiamas paketas %s (id=%d, eid=%d, atnaujinti=%d, byla=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Sekantys paketai turi blogus ženklus:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Ar norite tęsti įdiegimą ?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Kad galėtumėte dalintis katalogais, jūs turite būti atpažintas"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "negaliu pašalinti paketo %s"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "Nerastas bylų sąrašas\n"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr " -P - pasiūlymuose paketo neiškoti (standartinis).\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - atbulinė paieška to, kas reikalauja paketo.\n"
-
-#~ msgid ""
-#~ " -RR - extended reverse search (includes virtual packages).\n"
-#~ msgstr ""
-#~ " -RR - išplėstinė atbulinė paieška (apima ir virtualius "
-#~ "paketus).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Priklausomybių patenkinimui, šie paketai %d turi būti įdiegti:\n"
-#~ "%s\n"
-
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "laikmena %s praleidžiama: nėra hdlist"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Įdiegiamas paketas `%s' (%s/%s)..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "tikrinama sintezės byla [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "paskirstomas %s"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "Paketų įdiegimas..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Paketų įdiegimas..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - bandyti surasti ir panaudoti sintezės bylą.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - bandyti surasti ir panaudoti hdlist bylą.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "`su' trūkstamas tinklo laikmenai\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "nežinomos parinktys '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "negaliu rasti \"%s\" hdlist bylos, laikmena ignoruojama"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "nesuderinama sąrašo byla dėl \"%s\", laikmena ignoruojama"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "negaliu patikrinti \"%s\" list bylos, laikmena ignoruojama"
-
-#~ msgid "there doesn't seem to be devices in the chroot in \"%s\""
-#~ msgstr "atrodo, kad nėra chroot įtaisų čia: \"%s\""
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "virtuali laikmena \"%s\" nėra vietinė, laikmena ignoruojama"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "virtualioji laikmena \"%s\" turi turėti galiojantį pirminį hdlist arba "
-#~ "sintezę, laikmena ignoruojama"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "kopijuojamas \"%s\" pirminis hdlist (arba sintezė)..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "pirminio hdlist (arba sintezės) atkūrimas nepavyko"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "byla [%s] jau naudota toje pačioje laikmenoje \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "nieko neįrašyta į \"%s\" sąrašo bylą"
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "rastos %d antraštės iš cache"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "pašalinamos %d pasenę antraštės iš cache"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "operacijos atlikimui naudojamas procesas %d"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --norebuild - jei hdlist neperskaitomas, nebandyti jį atstatyti.\n"
-
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Buvo priimti šie paketo pavadinimai: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "kopijuojama hdlists byla..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "hdlists byloje netinkamas hdlist aprašymas \"%s\""
-
-#~ msgid "Is this OK?"
-#~ msgstr "Ar taip gerai?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - naudoti nurodytą platinimo versiją, standartiškai "
-#~ "parenkama\n"
-#~ " įdiegto mandriva leidimo paketo nurodyta\n"
-#~ " platinimo versija.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - naudoti nurodytą architektūrą, standartiškai paimama "
-#~ "įdiegto\n"
-#~ " mandriva paketo architektūra.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - išarchyvuoti antraštes paketams, kurie yra tarp urpmi "
-#~ "db ir\n"
-#~ " stdout (tik pradiniam).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr "Priklausomybių patenkinimui, bus įdiegti šie paketai %d (%d MB)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "įdiegiama %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Automatinis paketų įdiegimas...\n"
-#~ "Jūs pareikalavote įdiegti paketą %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: komanda nerasta\n"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Vienas reikalautų paketų negali būti įdiegtas:\n"
-#~ "%s\n"
-#~ "Tęsti?"
-
-#~ msgid ""
-#~ "The following packages have to be removed for others to be upgraded:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Norint įdiegti kitus paketus, šie turi būti pašalinti:\n"
-#~ "%s\n"
-#~ "Tęsti?"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5sum neatitikimas"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf versija %s\n"
-#~ "Autorinės teisės (C) 2002-2004 Mandriva.\n"
-#~ "Tai yra nemokama programa, kuri gali būti platinama pagal GNU GPL "
-#~ "licenciją.\n"
-#~ "\n"
-#~ "naudojimas:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr ""
-#~ " --synthesis - naudoti duotąją sintezę vietoje urpmi duomenų bazės.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - spausdinti žymens pavadinimą (standartinis, jei "
-#~ "komandinėje eilutėje\n"
-#~ " nėra nurodyto žymens, nesuderinamas su interaktyvia "
-#~ "veiksena).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - nespausdinti identiškų eilučių.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - spausdinti visus žymenis.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - spausdinti žymenų suvestinę: suvestinė.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - spausdinti žymens aprašymą: aprašymas.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - spausdinti žymens buildhost: build host.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr " --provides - spausdinti: all provides.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr ""
-#~ " --requires - spausdinti žymenų pareikalavimus: visi "
-#~ "pareikalavimai.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - spausdinti žymenų bylas: visos bylos.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr " --obsoletes - spausdinti pasenusius žymenis: visi pasenę.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - naudoti specifinę aplinką (paprastai klaidos\n"
-#~ " pranešimas).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr ""
-#~ " -i - ignoruoti kiekvieno pavyzdžio raidžių dydžio "
-#~ "skirtumus.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - dvejetainis IR operatorius, teigiamas, jei abi "
-#~ "išraiškos yra teigiamos.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - dvejetainis ARBA operatorius, teigiamas, jei bent "
-#~ "viena išraiška yra teigiama.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr ""
-#~ " ! - elementas NE, teigiamas, jei išraiška yra neigiama.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr ""
-#~ " ( - kairysis skliaustelis grupės išraiškos atidarymui.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr ""
-#~ " ) - dešinysis skliaustelis grupės išraiskos uždarymui.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "atšaukimas yra:\n"
-#~ "%s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "Tęsti?"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Pareikalautas paketas negali būti įdiegtas:\n"
-#~ "%s"
-
-#, fuzzy
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "Tik root vartotojas gali įdiegti vietinius paketus"
diff --git a/po/lv.po b/po/lv.po
deleted file mode 100644
index edc6f82d..00000000
--- a/po/lv.po
+++ /dev/null
@@ -1,3468 +0,0 @@
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/lv.php3
-#
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2000 Free Software Foundation, Inc.
-# Copyright (c) 2000, 2001 Mandriva.
-# Vitauts Stochka <vit@dpu.lv>, 2000.
-# Juris Kudiņš <cooker@inbox.lv>, 2001.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi 3.3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2002-09-27 17:43+0200\n"
-"Last-Translator: Raivo Saars <spaiks@inbox.lv>\n"
-"Language-Team: ll10nt <ll10nt@listes.murds.lv>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
-"2);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, fuzzy, c-format
-msgid "RPM installation"
-msgstr "Sagatavoju instalēšanu"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Labi"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../gurpmi:74 ../gurpmi:85
-#, fuzzy, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Jums jābūt root, lai instalētu sekojošas atkarības:\n"
-"%s\n"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Uzstādīt"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Saglabāt"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "At_celt"
-
-#: ../gurpmi:108
-#, fuzzy, c-format
-msgid "Choose location to save file"
-msgstr "Izvēlieties failu"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, fuzzy, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"mdkupdate versija %s\n"
-"Autortiesības (C) %s Mandriva.\n"
-"Šī ir brīva programmatūra, ko var izplatīt saskaņā ar GNU GPL noteikumiem.\n"
-"\n"
-"Pielietojums:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - izvadīt šo palīdzības ziņojumu.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, fuzzy, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --update - izveidot atjaunināšanas datu nesēju.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, fuzzy, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -f - forsēt hdlist failu ģenerēšanu.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, fuzzy, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -f - forsēt hdlist failu ģenerēšanu.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, fuzzy, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --wget - lietot wget, lai iegūtu attālinātos failus.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - pārbaudīt, vai instalācija var tikt veikta korekti.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --update - izveidot atjaunināšanas datu nesēju.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "Saglabāt pakotņu izvēli"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Lūdzu gaidiet..."
-
-#: ../gurpmi2:62
-#, fuzzy, c-format
-msgid "Must be root"
-msgstr "Peles ports"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Dažas pieprasītas pakotnes nevar tikt instalētas:\n"
-"%s\n"
-"vai piekrītat?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Uzmanību"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Labi"
-
-#: ../gurpmi2:171
-#, fuzzy, c-format
-msgid " (to upgrade)"
-msgstr "Atjaunināt"
-
-#: ../gurpmi2:172
-#, fuzzy, c-format
-msgid " (to install)"
-msgstr "Instalēšanas beigas"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Ir nepieciešama viena no sekojošām pakotnēm:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Pārtraukt"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr "Tiks noņemtas sekojošas pakotnes"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Lai apmierinātu atkarības, tiks noņemtas sekojošas pakotnes (%d MB)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Lai apmierinātu atkarības, tiks noņemtas sekojošas pakotnes (%d MB)"
-
-#: ../gurpmi2:244
-#, fuzzy, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "%d pakotnes"
-msgstr[1] "%d pakotnes"
-msgstr[2] "%d pakotnes"
-
-#: ../gurpmi2:250
-#, fuzzy, c-format
-msgid "Package installation..."
-msgstr "Sagatavoju instalēšanu"
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "nevar dabūt koda pakotnes, pārtraucu"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Sagatavoju..."
-
-#: ../gurpmi2:270
-#, fuzzy, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Instalēju pakotnes..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Lūdzu ielieciet datu nesēju \"%s\" ierīcē [%s]"
-
-#: ../gurpmi2:298
-#, fuzzy, c-format
-msgid "Downloading package `%s'..."
-msgstr "Instalēju pakotnes..."
-
-#: ../gurpmi2:324
-#, fuzzy, c-format
-msgid "_Done"
-msgstr "Izdarīts"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Instalēšana neizdevās"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "viss jau ir instalēts"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Instalēšana pabeigta"
-
-#: ../gurpmi2:346 ../urpme:167
-#, fuzzy, c-format
-msgid "removing %s"
-msgstr "Atvienoju %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr ""
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - izvadīt šo palīdzības ziņojumu.\n"
-
-#: ../rpm-find-leaves:18
-#, fuzzy, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --curl - lietot curl, lai iegūtu attālinātos failus.\n"
-
-#: ../rpm-find-leaves:19
-#, fuzzy, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " --group - drukāt iezīmi: grupa."
-
-#: ../rpm-find-leaves:20
-#, fuzzy, c-format
-msgid " defaults to %s.\n"
-msgstr ""
-"\n"
-" DrakBackup ziņojuma detaļas\n"
-"\n"
-"\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -q - klusais režīms.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, fuzzy, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "nevaru instalēt pakotni %s"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Nevarēju izveidot direktoriju [%s] kļūdu ziņojumam"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Instalēju pakotnes..."
-
-#: ../urpm.pm:274
-#, fuzzy, c-format
-msgid "unable to open rpmdb"
-msgstr "Nevar atvērt failu %s\n"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "nederīgs rpm faila vārds [%s]"
-
-#: ../urpm.pm:294
-#, fuzzy, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "atgūstu hdlists failu..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...atgūšana veikta"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...atgūšana neizdevās: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "nav iespējams piekļūt rpm failam [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "nav iespējams piekļūt rpm failam [%s]"
-
-#: ../urpm.pm:317
-#, fuzzy, c-format
-msgid "unable to register rpm file"
-msgstr "nav iespējams piekļūt rpm failam [%s]"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "kļūda reģistrējot lokālās pakotnes"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr ""
-
-#: ../urpm/args.pm:298
-#, fuzzy, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "nevar nolasīt izvēlnes failu:%s"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Neesoši ieraksti"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, fuzzy, c-format
-msgid "Copying failed"
-msgstr "Neveiksmīga Pieteikšanās"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "datu nesējs \"%s\" nav izvēlēts"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "nav iespējams nolasīt rpm failu [%s] no datu nesēja \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "nevar saglabāt konfigurācijas failu [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "nevar saglabāt konfigurācijas failu [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "nevar saglabāt konfigurācijas failu [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Lietotāja vārds:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Parole:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Neveiksmīga Pieteikšanās"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "trūkstošs kdesu"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "trūkstošs kdesu"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "trūkstošs kdesu"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "Atvienoju %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...atgūšana neizdevās: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "Nezināms protokols definēts priekš %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-
-#: ../urpm/download.pm:886
-#, fuzzy, c-format
-msgid "unable to handle protocol: %s"
-msgstr "nav iespējams lietot paralēlo opciju \"%s\""
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "tiek instalēta %s\n"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "pakotne %s nav atrasta."
-
-#: ../urpm/get_pkgs.pm:213
-#, fuzzy, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "nav iespējams nolasīt rpm failu [%s] no datu nesēja \"%s\""
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-
-#: ../urpm/install.pm:178
-#, fuzzy, c-format
-msgid "unable to create transaction"
-msgstr "Neizdevās izveidot ssh identitāti"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "nevaru noņemt pakotni %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "nevaru instalēt pakotni %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "tiek instalēta %s\n"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...atgūšana neizdevās: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "Instalēju pakotni %s"
-
-#: ../urpm/install.pm:257
-#, fuzzy, c-format
-msgid "removing package %s"
-msgstr "Instalēju pakotni %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "tiek instalēta %s\n"
-
-#: ../urpm/install.pm:281
-#, fuzzy, c-format
-msgid "More information on package %s"
-msgstr "Vairāk informācijas par pakotni..."
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "Saglabāt pakotņu izvēli"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, fuzzy, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Nevaru pieslēgties serverim"
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "urpmi datubāze noslēgta"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Uzmanību"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Instalēšana neizdevās"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Instalēšana neizdevās"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Sekojošām pakotnēm ir slikti paraksti"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Sekojošām pakotnēm ir slikti paraksti"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Vēlaties turpināt instalēšanu?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "tiek instalēta %s\n"
-
-#: ../urpm/main_loop.pm:178
-#, fuzzy, c-format
-msgid "distributing %s"
-msgstr "tiek instalēta %s\n"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "tiek instalēta %s\n"
-
-#: ../urpm/main_loop.pm:195
-#, fuzzy, c-format
-msgid "installing %s"
-msgstr "tiek instalēta %s\n"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Vai mēģināt instalēt bez atkarību pārbaudes? (j/N) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Vai mēģināt instalēt vēl uzstājīgāk (--force)? (j/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Instalēšana ir iespējama"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "eksaminēju hdlist failu [%s]"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-
-#: ../urpm/media.pm:204
-#, fuzzy, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"Datu nesējs \"%s\" mēģina lietot jau pielietotu sarakstu, datu nesējs tiek "
-"ignorēts"
-
-#: ../urpm/media.pm:206
-#, fuzzy, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "nevar piekļūt \"%s\" hdlist failam, datu nesējs tiek ignorēts"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "nevar piekļūt \"%s\" hdlist failam, datu nesējs tiek ignorēts"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "mēģināts izvēlēties neeksistējošu datu nesēju \"%s\""
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "rakstu konfigurācijas failu [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr ""
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr ""
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr "--synthesis nevar tikt lietots ar --media, --update vai --parallel"
-
-#: ../urpm/media.pm:666
-#, fuzzy, c-format
-msgid "Search start: %s end: %s"
-msgstr "Meklēt instalētos fontus"
-
-#: ../urpm/media.pm:683
-#, fuzzy, c-format
-msgid "skipping package %s"
-msgstr "Instalēju pakotni %s"
-
-#: ../urpm/media.pm:699
-#, fuzzy, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "Problēmas, instalējot pakotni %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "datu nesējs \"%s\" jau eksistē"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "problēma nolasot datu nesēja \"%s\" synthesis failu"
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "noņemu datu nesēju \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "Nevar atvērt failu %s\n"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "nav iespējams piekļūt pirmajam instalācijas datu nesējam"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "atgūstu hdlists failu..."
-
-#: ../urpm/media.pm:948
-#, fuzzy, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "nevar izveidot datu nesēju \"%s\"\n"
-
-#: ../urpm/media.pm:951
-#, fuzzy, c-format
-msgid "selecting multiple media: %s"
-msgstr "izvēlos vairākas vides: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "noņemu datu nesēju \"%s\""
-
-#: ../urpm/media.pm:1055
-#, fuzzy, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "Konfigurēju printeri \"%s\"..."
-
-#: ../urpm/media.pm:1089
-#, fuzzy, c-format
-msgid "...reconfiguration failed"
-msgstr "Izvēlnes konfigurācija saglabāta"
-
-#: ../urpm/media.pm:1095
-#, fuzzy, c-format
-msgid "reconfiguration done"
-msgstr "Servera konfigurācija"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "datu nesējs \"%s\" nav izvēlēts"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "eksaminēju synthesis failu [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problēma nolasot datu nesēja \"%s\" synthesis failu"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "netika atrasts hdlist fails priekš datu nesēja \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, fuzzy, c-format
-msgid "...copying failed"
-msgstr "...kopēšana veikta"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "kopēju \"%s\" apraksta failu ..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopēšana veikta"
-
-#: ../urpm/media.pm:1265
-#, fuzzy, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "[%s] kopēšana neizdevās"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "saraksta fails priekš \"%s\" ir tukšs"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "[%s] kopēšana neizdevās"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "eksaminēju hdlist failu [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "tiek instalēta %s\n"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "netika atrasts hdlist fails priekš datu nesēja \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "kopēju \"%s\" apraksta failu ..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "nederīgs rpm faila vārds [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "atgūstu hdlists failu..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "saraksta fails priekš \"%s\" ir tukšs"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "netika atrasts hdlist fails priekš datu nesēja \"%s\""
-
-#: ../urpm/media.pm:1536
-#, fuzzy, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "kopēju \"%s\" apraksta failu ..."
-
-#: ../urpm/media.pm:1548
-#, fuzzy, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "nevaru ierakstīt \"%s\" saraksta failu"
-
-#: ../urpm/media.pm:1552
-#, fuzzy, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "nevaru ierakstīt \"%s\" saraksta failu"
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "pievienoju datu nesēju %s."
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "nolasu rpm failus no [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "jJYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Atvainojiet, nepareiza izvēle. Mēģiniet vēlreiz\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Meklēt"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "noņemu datu nesēju \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpm/parallel.pm:14
-#, fuzzy, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "nav iespējams piekļūt rpm failam [%s]"
-
-#: ../urpm/parallel.pm:23
-#, fuzzy, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "eksaminēju hdlist failu [%s]"
-
-#: ../urpm/parallel.pm:34
-#, fuzzy, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "eksaminēju hdlist failu [%s]"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "nav iespējams lietot paralēlo opciju \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Instalēšana neizdevās"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "nav iespējams piekļūt datu nesējam \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "montēju %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "atmontēju %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"mdkupdate versija %s\n"
-"Autortiesības (C) %s Mandriva.\n"
-"Šī ir brīva programmatūra, ko var izplatīt saskaņā ar GNU GPL noteikumiem.\n"
-"\n"
-"Pielietojums:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - izvadīt šo palīdzības ziņojumu.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, fuzzy, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --update - izveidot atjaunināšanas datu nesēju.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --wget - lietot wget, lai iegūtu attālinātos failus.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, fuzzy, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr " --update - izveidot atjaunināšanas datu nesēju.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --update - izveidot atjaunināšanas datu nesēju.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, fuzzy, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --help - izvadīt šo palīdzības ziņojumu.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, fuzzy, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - izveidot atjaunināšanas datu nesēju.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, fuzzy, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " -v - runīgais režīms.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, fuzzy, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -f - forsēt hdlist failu ģenerēšanu.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -f - forsēt hdlist failu ģenerēšanu.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, fuzzy, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -f - forsēt hdlist failu ģenerēšanu.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, fuzzy, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -q - klusais režīms.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, fuzzy, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -q - klusais režīms.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, fuzzy, c-format
-msgid " ! - unary NOT.\n"
-msgstr " -q - klusais režīms.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " -c - iztīrīt iesākumu kešatmiņas direktoriju.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Atjaunojamo datu saraksts:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - lietot X saskarni.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr ""
-"\n"
-" DrakBackup ziņojuma detaļas\n"
-"\n"
-"\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --help - izvadīt šo palīdzības ziņojumu.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --files - drukāt iezīmi: faili (vairākas rindiņas)."
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "Konsoles konfigurācijas modulis"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - drukāt iezīmi: konflikti (vairākas rindiņas)."
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - drukāt iezīmui: apraksts."
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --help - izvadīt šo palīdzības ziņojumu.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --help - izvadīt šo palīdzības ziņojumu.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - drukāt iezīmi: novecojušas (vairākas rindiņas)."
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - drukāt iezīmi: nodrošina (vairākas rindiņas)."
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - drukāt iezīmi: nepieciešamas (vairākas rindiņas)."
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --help - izvadīt šo palīdzības ziņojumu.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --group - drukāt iezīmi: grupa."
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - drukāt iezīmi: novecojušas (vairākas rindiņas)."
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - drukāt iezīmi: kopsavilkums."
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --help - izvadīt šo palīdzības ziņojumu.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " -v - runīgais režīms.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, fuzzy, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -v - runīgais režīms.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr ""
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "netika atrasts hdlist fails priekš datu nesēja \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "uzbūvēju hdlist synthesis failu priekš datu nesēja \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "netika atrasts hdlist fails priekš datu nesēja \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Nav pakotnes ar nosaukumu %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Sekojošas pakotnes satur %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "viss jau ir instalēts"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "viss jau ir instalēts"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "viss jau ir instalēts"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, fuzzy, c-format
-msgid "due to missing %s"
-msgstr "trūkstošs kdesu"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "viss jau ir instalēts"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, fuzzy, c-format
-msgid "due to unsatisfied %s"
-msgstr "trūkstošs kdesu"
-
-#: ../urpm/select.pm:570
-#, fuzzy, c-format
-msgid "trying to promote %s"
-msgstr "Nav nekā, ko noņemt.\n"
-
-#: ../urpm/select.pm:571
-#, fuzzy, c-format
-msgid "in order to keep %s"
-msgstr "Loga rāmja tēma"
-
-#: ../urpm/select.pm:607
-#, fuzzy, c-format
-msgid "in order to install %s"
-msgstr "nevaru instalēt pakotni %s"
-
-#: ../urpm/select.pm:617
-#, fuzzy, c-format
-msgid "due to conflicts with %s"
-msgstr "%s konflikē ar %s"
-
-#: ../urpm/signature.pm:29
-#, fuzzy, c-format
-msgid "Invalid signature (%s)"
-msgstr "Neesoši ieraksti"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr ""
-
-#: ../urpm/signature.pm:62
-#, fuzzy, c-format
-msgid "Missing signature (%s)"
-msgstr "Neesoši ieraksti"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "nevar saglabāt konfigurācijas failu [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Neveiksmīga Pieteikšanās"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Neveiksmīga Pieteikšanās"
-
-#: ../urpme:41
-#, fuzzy, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"mdkupdate versija %s\n"
-"Autortiesības (C) %s Mandriva.\n"
-"Šī ir brīva programmatūra, ko var izplatīt saskaņā ar GNU GPL noteikumiem.\n"
-"\n"
-"Pielietojums:\n"
-
-#: ../urpme:47
-#, fuzzy, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr "Parādīt automātiski izvēlētās pakotnes"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, fuzzy, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - pārbaudīt, vai instalācija var tikt veikta korekti.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpme:53
-#, fuzzy, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --wget - lietot wget, lai iegūtu attālinātos failus.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - izveidot atjaunināšanas datu nesēju.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - drukāt iezīmui: apraksts."
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " -v - runīgais režīms.\n"
-
-#: ../urpme:60
-#, fuzzy, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -c - iztīrīt iesākumu kešatmiņas direktoriju.\n"
-
-#: ../urpme:73
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Tikai root drīkst instalēt pakotnes"
-
-#: ../urpme:106
-#, fuzzy, c-format
-msgid "unknown packages"
-msgstr "%d pakotnes"
-
-#: ../urpme:106
-#, fuzzy, c-format
-msgid "unknown package"
-msgstr "%d pakotnes"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "pakotnes %s noņemšana sabojās Jūsu sistēmu\n"
-msgstr[1] "pakotnes %s noņemšana sabojās Jūsu sistēmu\n"
-msgstr[2] "pakotnes %s noņemšana sabojās Jūsu sistēmu\n"
-
-#: ../urpme:126
-#, fuzzy, c-format
-msgid "Nothing to remove"
-msgstr "Nav iezīmes ko noņemt!"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Nav iezīmes ko noņemt!"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Lai apmierinātu atkarības, tiks noņemtas sekojošas pakotnes (%d MB)"
-msgstr[1] "Lai apmierinātu atkarības, tiks noņemtas sekojošas pakotnes (%d MB)"
-msgstr[2] "Lai apmierinātu atkarības, tiks noņemtas sekojošas pakotnes (%d MB)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "%d pakotnes"
-msgstr[1] "%d pakotnes"
-msgstr[2] "%d pakotnes"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Instalēju pakotni %s"
-msgstr[1] "Instalēju pakotni %s"
-msgstr[2] "Instalēju pakotni %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (j/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "Atvienojama ierīce"
-
-#: ../urpme:181
-#, fuzzy, c-format
-msgid "Removal failed"
-msgstr "Neveiksmīga Pieteikšanās"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Neveiksmīga Pieteikšanās"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --update - izveidot atjaunināšanas datu nesēju.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - drukāt iezīmi: novecojušas (vairākas rindiņas)."
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr ""
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - drukāt iezīmi: nepieciešamas (vairākas rindiņas)."
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - izņemt rpm no kešatmiņas, pirms darīt ko citu.\n"
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --clean - izņemt rpm no kešatmiņas, pirms darīt ko citu.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - drukāt iezīmi: novecojušas (vairākas rindiņas)."
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr ""
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - lietot norādīto HTTP proxy, porta numurs tiek pieņemts,\n"
-" ka ir 1080 pēc noklusēšanas (formāts ir <proxy_hosts[:"
-"ports]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - norādīt lietotāja vārdu un paroli lietošanai\n"
-" priekš proxy autentifikācijas (formāts ir <lietotājs:"
-"parole>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr ""
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr ""
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --help - izvadīt šo palīdzības ziņojumu.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - drukāt iezīmui: apraksts."
-
-#: ../urpmi:142
-#, fuzzy, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-" --test - pārbaudīt, vai instalācija var tikt veikta korekti.\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-" --test - pārbaudīt, vai instalācija var tikt veikta korekti.\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --clean - izņemt rpm no kešatmiņas, pirms darīt ko citu.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, fuzzy, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -q - klusais režīms.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - klusais režīms.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " -v - runīgais režīms.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, fuzzy, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr "Šāda grupa jau eksistē, izvēlieties citu grupas nosaukumu"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Nevarēju izveidot direktoriju [%s] kļūdu ziņojumam"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "Atjaunināt"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr "Atjaunināt"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "Instalēšanas beigas"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "Instalēšanas beigas"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Lai apmierinātu atkarības, tiks noņemtas sekojošas pakotnes (%d MB)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Kāda ir jūsu izvēle? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Tad turpināt?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (J/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr "Dažas pakotnes nepieciešams noņemt"
-
-#: ../urpmi:525
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr "Dažas pakotnes nepieciešams noņemt"
-
-#: ../urpmi:542
-#, fuzzy, c-format
-msgid "removing package %s will break your system"
-msgstr "pakotnes %s noņemšana sabojās Jūsu sistēmu\n"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Sekojošas pakotnes ir jānoņem, lai uzlabotu citas:\n"
-"%s\n"
-"vai piekrītat?"
-
-#: ../urpmi:553
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Sekojošas pakotnes ir jānoņem, lai uzlabotu citas:\n"
-"%s\n"
-"vai piekrītat?"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr "Tiks noņemtas sekojošas pakotnes"
-
-#: ../urpmi:561
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr "Tiks noņemtas sekojošas pakotnes"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Jums jābūt root, lai instalētu sekojošas atkarības:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Lai apmierinātu atkarības, tiks noņemtas sekojošas pakotnes (%d MB)"
-msgstr[1] "Lai apmierinātu atkarības, tiks noņemtas sekojošas pakotnes (%d MB)"
-msgstr[2] "Lai apmierinātu atkarības, tiks noņemtas sekojošas pakotnes (%d MB)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Atcelt"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Nospiediet Enter, kad gatavs..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"Pielietojums: urpmi.addmedia [opcijas] <vārds> <url> [with "
-"<relatīvais_ceļš>]\n"
-"kur <url> ir viens no\n"
-" [file:/]/<ceļš> with <hdlist relatīvais faila vārds>\n"
-" ftp://<lietotāja_vārds>:<parole>@<hosts>/<ceļš> with <hdlist "
-"relatīvais faila vārds>\n"
-" ftp://<host>/<ceļš> with <hdlist relatīvais faila vārds>\n"
-" http://<host>/<ceļš> with <hdlist relatīvais faila vārds>\n"
-" removable://<ceļš> with <hdlist relatīvais faila vārds>\n"
-"\n"
-"un [opcijas] ir no\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - lietot wget, lai iegūtu attālinātos failus.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - lietot curl, lai iegūtu attālinātos failus.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - lietot curl, lai iegūtu attālinātos failus.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - lietot curl, lai iegūtu attālinātos failus.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr ""
-" -h - mēģināt atrast un lietot synthesis vai hdlist failu.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" -h - mēģināt atrast un lietot synthesis vai hdlist failu.\n"
-
-#: ../urpmi.addmedia:73
-#, fuzzy, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - automātiski veidot visas vides no instalācijas datu "
-"nesēja.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - klusais režīms.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - runīgais režīms.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, fuzzy, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Tikai root drīkst instalēt pakotnes"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "rakstu konfigurācijas failu [%s]"
-
-#: ../urpmi.addmedia:128
-#, fuzzy, c-format
-msgid "Can't create config file [%s]"
-msgstr "rakstu konfigurācijas failu [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "nav nepieciešams uzrādīt <hdlist relatīvo ceļu> ar --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<relative path of hdlist> trūkst\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "nav iespējams piekļūt datu nesējam \"%s\""
-
-#: ../urpmi.recover:28
-#, fuzzy, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"mdkupdate versija %s\n"
-"Autortiesības (C) %s Mandriva.\n"
-"Šī ir brīva programmatūra, ko var izplatīt saskaņā ar GNU GPL noteikumiem.\n"
-"\n"
-"Pielietojums:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --clean - izņemt rpm no kešatmiņas, pirms darīt ko citu.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "pakotne %s nav atrasta."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "atgūstu hdlists failu..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Cietņi netika atrasti"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"Pielietojums: urpmi.removemedia (-a | <vārds> ...)\n"
-"kur <vārds> ir datu nesējs, ko noņemt.\n"
-
-#: ../urpmi.removemedia:41
-#, fuzzy, c-format
-msgid " -a - select all media.\n"
-msgstr " -q - klusais režīms.\n"
-
-#: ../urpmi.removemedia:42
-#, fuzzy, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -q - klusais režīms.\n"
-
-#: ../urpmi.removemedia:59
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Tikai root drīkst instalēt pakotnes"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "nav ko noņemt (lietojiet urpmi.addmedia, lai pievienotu datu nesēju)\n"
-
-#: ../urpmi.removemedia:78
-#, fuzzy, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"atjuninājumā trūkst kāda ieraksta\n"
-"(viens no %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"lietojums: urpmi.update [opcijas] <vārds> ...\n"
-"kur <vārds> atjaunināmā datu nesēja vārds.\n"
-
-#: ../urpmi.update:43
-#, fuzzy, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - izveidot atjaunināšanas datu nesēju.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi.update:46
-#, fuzzy, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --files - drukāt iezīmi: faili (vairākas rindiņas)."
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" -h - mēģināt atrast un lietot synthesis vai hdlist failu.\n"
-
-#: ../urpmi.update:50
-#, fuzzy, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -v - runīgais režīms.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - forsēt hdlist failu ģenerēšanu.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - forsēt hdlist failu ģenerēšanu.\n"
-
-#: ../urpmi.update:69
-#, fuzzy, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Tikai root drīkst instalēt pakotnes"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"nav ko atjaunināt (lietojiet urpmi.addmedia, lai pievienotu datu nesēju)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"atjuninājumā trūkst kāda ieraksta\n"
-"(viens no %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "ignoring media %s"
-msgstr "noņemu datu nesēju \"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "enabling media %s"
-msgstr "noņemu datu nesēju \"%s\""
-
-#: ../urpmq:40
-#, fuzzy, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"mdkupdate versija %s\n"
-"Autortiesības (C) %s Mandriva.\n"
-"Šī ir brīva programmatūra, ko var izplatīt saskaņā ar GNU GPL noteikumiem.\n"
-"\n"
-"Pielietojums:\n"
-
-#: ../urpmq:48
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr " --update - izveidot atjaunināšanas datu nesēju.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr ""
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpmq:59
-#, fuzzy, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpmq:60
-#, fuzzy, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpmq:61
-#, fuzzy, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpmq:62
-#, fuzzy, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-
-#: ../urpmq:64
-#, fuzzy, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --help - izvadīt šo palīdzības ziņojumu.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-
-#: ../urpmq:81
-#, fuzzy, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --help - izvadīt šo palīdzības ziņojumu.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - drukāt iezīmi: konflikti (vairākas rindiņas)."
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - drukāt iezīmi: novecojušas (vairākas rindiņas)."
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - drukāt iezīmi: nodrošina (vairākas rindiņas)."
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - drukāt iezīmi: nepieciešamas (vairākas rindiņas)."
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - drukāt iezīmi: novecojušas (vairākas rindiņas)."
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --group - drukāt iezīmi: grupa."
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary - drukāt iezīmi: kopsavilkums."
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -q - klusais režīms.\n"
-
-#: ../urpmq:92
-#, fuzzy, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " -f - forsēt hdlist failu ģenerēšanu.\n"
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr " -f - forsēt hdlist failu ģenerēšanu.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -f - forsēt hdlist failu ģenerēšanu.\n"
-
-#: ../urpmq:98
-#, fuzzy, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " dota komandrindā; bez pakotnes vārda)."
-
-#: ../urpmq:100
-#, fuzzy, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -q - klusais režīms.\n"
-
-#: ../urpmq:101
-#, fuzzy, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -f - forsēt hdlist failu ģenerēšanu.\n"
-
-#: ../urpmq:102
-#, fuzzy, c-format
-msgid " -l - list files in package.\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - klusais režīms.\n"
-
-#: ../urpmq:104
-#, fuzzy, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -v - runīgais režīms.\n"
-
-#: ../urpmq:105
-#, fuzzy, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -u - noņemt pakotni, ja ir uzinstalēta jaunāka versija.\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - noņemt pakotni, ja ir uzinstalēta jaunāka versija.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr ""
-
-#: ../urpmq:108
-#, fuzzy, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, fuzzy, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--synthesis nevar tikt lietots ar --media, --update vai --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "nevaru ierakstīt \"%s\" saraksta failu"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, fuzzy, c-format
-msgid "No changelog found\n"
-msgstr "Cietņi netika atrasti"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - izveidot atjaunināšanas datu nesēju.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "nepareizi izveidots ievads: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "Instalēšana neizdevās"
-#~ msgstr[1] "Instalēšana neizdevās"
-#~ msgstr[2] "Instalēšana neizdevās"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "viss jau ir instalēts"
-
-#, fuzzy
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Ir nepieciešama viena no sekojošām pakotnēm:"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "urpmi datubāze noslēgta"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "nezināmas opcijas '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "pārāk daudz montēšanas punktu noņemamajam datu nesējam \"%s\""
-
-#, fuzzy
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "lietoju citu noņemamo ierīci [%s] priekš \"%s\""
-
-#, fuzzy
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "pārāk daudz montēšanas punktu noņemamajam datu nesējam \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "nav iespējams piekļūt pirmajam instalācijas datu nesējam"
-
-#, fuzzy
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -v - runīgais režīms.\n"
-
-#, fuzzy
-#~ msgid "virtual medium needs to be local"
-#~ msgstr ""
-#~ "Datu nesējs \"%s\" mēģina lietot jau pielietotu sarakstu, datu nesējs "
-#~ "tiek ignorēts"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "nevaru izanalizēt \"%s\" hdlist failu"
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "saraksta fails priekš \"%s\" ir tukšs"
-
-#, fuzzy
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "Datu nesējs \"%s\" mēģina lietot jau pielietotu hdlist, datu nesējs tiek "
-#~ "ignorēts"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "nederīgs rpm faila vārds [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "nevar atrasta saraksta failu priekš \"%s\", datu nesējs neiks ņemts vērā"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "nevar izveidot datu nesēju \"%s\"\n"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "uzbūvēju hdlist synthesis failu priekš datu nesēja \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "nevaru izanalizēt \"%s\" hdlist failu"
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "Datu nesējs \"%s\" mēģina lietot jau pielietotu hdlist, datu nesējs tiek "
-#~ "ignorēts"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "Datu nesējs \"%s\" mēģina lietot jau pielietotu sarakstu, datu nesējs "
-#~ "tiek ignorēts"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "būvēju hdlist [%s]"
-
-#, fuzzy
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "problēma nolasot datu nesēja \"%s\" synthesis failu"
-
-#, fuzzy
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "saraksta fails priekš \"%s\" ir tukšs"
-
-#, fuzzy
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...atgūšana neizdevās: %s"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "netika atrasti rpm faili no [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "neizdevās nolasīt rpm failus no [%s]: %s"
-
-#, fuzzy
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "problēma nolasot datu nesēja \"%s\" synthesis failu"
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr ""
-#~ " -h - mēģināt atrast un lietot synthesis vai hdlist failu.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " -h - mēģināt atrast un lietot synthesis vai hdlist failu.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " -h - mēģināt atrast un lietot synthesis vai hdlist failu.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "nevar atjaunot datu nesēju \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "nevar izveidot datu nesēju \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "ir vairākas pakotnes ar vienādu rpm faila vārdu \"%s\""
-
-#, fuzzy
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "nav iespējams nolasīt rpm failu [%s] no datu nesēja \"%s\""
-
-#, fuzzy
-#~ msgid "unrequested"
-#~ msgstr "Konkvests"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr "Sekojošām pakotnēm ir slikti paraksti"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Jums ir jābūt autorizētam, lai koplietotu katalogus"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "nevaru noņemt pakotni %s"
-
-#, fuzzy
-#~ msgid "No filelist found\n"
-#~ msgstr "Cietņi netika atrasti"
-
-#, fuzzy
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr " --list - izvadīt sarakstu ar pieejamām pakotnēm.\n"
-
-#, fuzzy
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -f - forsēt hdlist failu ģenerēšanu.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Lai apmierinātu visas atkarības,\n"
-#~ "ir nepieciešams instalēt arī sekojoša(s) pakotne(s):\n"
-#~ "\n"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Instalēju pakotnes..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "eksaminēju synthesis failu [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "tiek instalēta %s\n"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "Sagatavoju instalēšanu"
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Sagatavoju instalēšanu"
-
-#, fuzzy
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr ""
-#~ " -h - mēģināt atrast un lietot synthesis vai hdlist failu.\n"
-
-#, fuzzy
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "`with' trūkst priekš ftp datu avota\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "nezināmas opcijas '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "nevaru atrast \"%s\" hdlist failu, datu nesējs tiek ignorēts"
-
-#, fuzzy
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "nevaru inspicēt \"%s\" saraksta failu, datu nesējs tiek ignorēts"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "nevaru inspicēt \"%s\" saraksta failu, datu nesējs tiek ignorēts"
-
-#, fuzzy
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr ""
-#~ "Datu nesējs \"%s\" mēģina lietot jau pielietotu sarakstu, datu nesējs "
-#~ "tiek ignorēts"
-
-#, fuzzy
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "Datu nesējs \"%s\" mēģina lietot jau pielietotu hdlist, datu nesējs tiek "
-#~ "ignorēts"
-
-#, fuzzy
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "kopēju \"%s\" apraksta failu ..."
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "fails [%s] jau tiek lietots tai pašā datu nesējā \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "saraksta fails priekš \"%s\" ir tukšs"
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "atradu %d iesākumus kešatmiņā"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "izņemu %d novecojušus iesākumus no kešatmiņas"
-
-#, fuzzy
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr " --files - drukāt iezīmi: faili (vairākas rindiņas)."
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Sekojošas pakotnes satur %s: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "kopēju hdlists failu..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "nederīgs hdlist apraksts \"%s\" hdlists failā"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Vai piekrītat?"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "Lai apmierinātu visas atkarības,\n"
-#~ "ir nepieciešams instalēt arī sekojoša(s) pakotne(s):\n"
-#~ "\n"
-
-#~ msgid "installing %s\n"
-#~ msgstr "tiek instalēta %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Automātikā pakotņu uzstādīšana...\n"
-#~ "Jūs lūdzāt uzstādīt pakotni %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: komanda nav atrata\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - nedrukāt iezīmes vārdu (noklusētais, ja iezīme nav "
-#~ "dota"
-
-#, fuzzy
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --help - izvadīt šo palīdzības ziņojumu.\n"
-
-#, fuzzy
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - drukāt iezīmi: kopsavilkums."
-
-#, fuzzy
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --help - izvadīt šo palīdzības ziņojumu.\n"
-
-#, fuzzy
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr " -f - forsēt hdlist failu ģenerēšanu.\n"
-
-#, fuzzy
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " -c - iztīrīt iesākumu kešatmiņas direktoriju.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr "Turpināt"
-
-#, fuzzy
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "atgūstu hdlists failu..."
diff --git a/po/mk.po b/po/mk.po
deleted file mode 100644
index dad9480d..00000000
--- a/po/mk.po
+++ /dev/null
@@ -1,3795 +0,0 @@
-# translation of urpmi-mk.po to Macedonian
-# translation of urpmi.po to Macedonian
-# This file is distributed under the same license as the PACKAGE package.
-# Zoran Dimovski, 2004.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
-# Зоран Димовски <decata@mt.net.mk>, 2004, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-mk\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2005-07-18 01:58+0200\n"
-"Last-Translator: Зоран Димовски <decata@mt.net.mk>\n"
-"Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.10.1\n"
-"Plural-Forms: nplurals=2; plural= n==1 || n%10==1 ? 0 : 1\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM инсталација"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Во ред"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Избравте изворен пакет:\n"
-"\n"
-"%s\n"
-"\n"
-"Веројатно не сакавте да го инсталирате на вашиот компјутер (ако го "
-"инсталирате ќе имате можност да го изменете изворниот код и потоа да го "
-"компајлирате).\n"
-"\n"
-"Што сакате да направите?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Ќе ги инсталирате следниве софтверски пакети на вашиот компјутер:\n"
-"\n"
-"%s\n"
-"\n"
-"Да продолжам?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Ќе го инсталирате следниов софтверски пакет на вашиот компјутер:\n"
-"\n"
-"%s\n"
-"\n"
-"Можеби сакате само да го зачувате. Кој е вашиот избор?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Инсталирај"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Зачувај"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Откажи"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Изберете локација за зачувување на датотека"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, fuzzy, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi верзија %s\n"
-"Авторски права (C) 1999-2005 Mandriva.\n"
-"Овој софтвер е бесплатен и може да се редистрибуира под условите на GNU "
-"GPL.\n"
-"\n"
-"употреба:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - ја испишува оваа помошна порака.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - автоматски ги избира пакетите за ажурирање на системот.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - принуди преживување дури и ако некои пакети не постојат.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - потврди го rpm потписот пред инсталација\n"
-" (--no-verify-rpm го оневозможува, стандардно е "
-"овозможен).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - го користи само дадениот медиум, одделено со запирка.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - дозволи пребарување за наоѓање на пакет.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - не пребарувај за наоѓање на пакет.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - користи друг root за инсталирање на rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - проверете дали инсталацијата ќе заврши успешно.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - го користи само дадениот медиум за пребарување на "
-"бараните (или ажурираните) пакети.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "нема пакет именуван како %s"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Ве молиме почекајте..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Мора да сте root"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Некои од бараните пакети не може да се инсталираат:\n"
-"%s\n"
-"Да продолжам?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Предупредување"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Во ред"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (за надоградување)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (за инсталирање)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Избор на пакети"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Потребен е еден од следниве пакети:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Откажи"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Следниве пакети треба да се отстранат за да други се надоградат:\n"
-"%s\n"
-"Да продолжам?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"За да се задоволат зависностите, следниов пакет ќе биде инсталиран (%d MB)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"За да се задоволат зависностите, ќе се инсталираат следниве %d пакети:\n"
-"%s\n"
-
-#: ../gurpmi2:244
-#, fuzzy, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "%d пакети"
-msgstr[1] "%d пакети"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Инсталација на пакетот..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "не можам да ги добија изворните пакети, прекинувам"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Се подготвувам..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Инсталирам пакет `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Ве молиме внесете го медиумот именуван како \"%s\" во уредот [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Го преземам пакетот `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Завршено"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Инсталацијата не успеа, недостасуваат некои датотеки:\n"
-"%s\n"
-"Можеби сакате да ја ажурирате вашата urpmi база на податоци"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Инсталацијата не успеа"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Се е веќе инсталирано"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Инсталирањето заврши"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "отстранувам %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "рестартирам urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"употреба: %s [опции]\n"
-"каде [опции] се од\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - ја испишува поваа помошна порака.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - користи го дадениот root наместо /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [група] - забранува резултати на дадена група.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " стандардните се %s.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - испишува групу заедно со имињата.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Само суперкорисникот има дозвола за инсталирање на пакети"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "urpmi се вклучува во затворен режим.."
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Не можам да го создадам директориумот [%s] за извештај на бубачка"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Го преземам пакетот `%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "не можам да отворам rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "невалидно име на rpm датотеката [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "преземам rpm датотека [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...преземањето заврши"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...преземањето не успеа: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "не можам да пристапам до rpm датотеката [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "не можам да пренесам \"%s\" во датотека [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "не можам да ја регистрирам rpm датотеката"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "грешка при регистрирање на локалните пакети"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Оваа акција не е дозволена додека работи во затворен режим"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "лоша декларација на прокси во командната линија\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: не можам да ја прочитам rpm датотеката \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Недостасува потпис (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Копирањето не успеа"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "не е избран медиумот \"%s\""
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "не можам да ја прочитам rpm датотеката [%s] од медиумот \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "не можам да запишам конфигурациона датотека [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "не можам да запишам конфигурациона датотека [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "не можам да запишам конфигурациона датотека [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Ве молиме внесете ги вашите податоци за пристапување на прокси\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Корисничко име:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Лозинка:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Копирањето не успеа"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "поради недостаток на %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "поради недостаток на %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "поради недостаток на %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "отстранувам %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...преземањето не успеа: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "непознат протокол дефиниран за %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "не е пронајдено преземање од веб, поддржани преземања од веб се: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "не можам да ракувам со протоколот: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "инсталирање на %s од %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "пакетот %s не е пронајден."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "преземам rpm датотеки од медиумот \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"создадена трансакција за инсталирање на %s (отстрани=%d, инсталирај=%d, "
-"ажурирај=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "не можам да создадам трансакција"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "не можам да екстрактирам rpm од delta-rpm пакетот %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "не можам да го инсталирам пакетот %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "инсталирање на %s од %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...преземањето не успеа: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "го отстранувам пакетот %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "го отстранувам пакетот %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "инсталирање на %s од %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Повеќе информации за пакетот %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "нема пакет именуван како %s"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, fuzzy, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Не можам да алоцирам записи за мапа на бои"
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "базата на податоци на urpmi е заклучена"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Предупредување"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Инсталацијата не успеа"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Инсталацијата не успеа"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Следниве пакети имаат лоши потписи"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Следниве пакети имаат лоши потписи"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Дали сакате да продолжите со инсталацијата ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "инсталирање на %s од %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "дистрибуирам %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "инсталирање на %s од %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "инсталирам %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Обидете се со инсталација без проверка на зависности? (y/N) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Обидете се инсталација дури уште посилно (--force)? (y/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Возможна е инсталација"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "испитување на датотеката MD5SUM"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "предупредување: md5sum за %s е недостапен во MD5SUM датотеката"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"виртуалниот медиум \"%s\" треба да има празен url, медиумот е игнориран"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr ""
-"не можам да пристапам до листата на датотеки на \"%s\", медиумот е игнориран"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr ""
-"не можам да пристапам до hdlist датотека на \"%s\", медиумот е игнориран"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "се обидувам да го заобиколам медиумот \"%s\", избегнувам"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "запиши конфигурациона датотека [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr ""
-"Не можам да го употребувам паралелниот режим со режимот користи-дистрибуција"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "употребувам асоцииран медиум за паралелниот режим: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis не може да се користи со --media, --excludemedia, --sortmedia, --"
-"update или --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Почеток на барањето: %s крај: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "го прескокнувам пакетот %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "пакетот %s ќе се инсталира наместо да се ажурира"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "медиумот \"%s\" веќе постои"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "ги читам заглавјата од медиумот \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "го отстранувам медиумот \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "не можам да отворам rpmdb"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"не можам да пристапам на првиот медиум за инсталација (не е пронајдена "
-"датотека на hdlist)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "преземам датотека на hdlist..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "се обидувам да изберем непостоечки медиум \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "избирам повеќе медиуми: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "го отстранувам медиумот \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "реконфигурирање на urpmi за медиумот \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...реконфигурирањето не успеа"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "реконфигурирањето заврши"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "не е избран медиумот \"%s\""
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "ја испитувам датотеката synthesis [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "проблем при читање на датотеката synthesis на медиумот \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "запишувам датотека со листа за медиумот \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...копирањето не успеа"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "се копира датотеката за опис на \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...копирањето заврши"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "копирањето на [%s] не успеа (датотеката е премногу мала)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "пресметувам md5sum на преземаниот изворен hdlist (или synthesis)"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "копирањето на [%s] не успеа (md5sum не се совпаѓа)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "ја испитувам датотеката hdlist [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "инсталирање на %s од %s"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "не е пронајдена hdlist датотека за медиумот \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "се копира датотеката за опис на \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "невалидно име на rpm датотеката [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "преземам изворен hdlist (или synthesis) на \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "пронајден е пробан hdlist (или synthesis) како %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "не е пронајдена hdlist датотека за медиумот \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "испитувам датотека со јавен клуч од \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...внесен клуч %s од датотека со јавен клуч од \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "не можам да внесам датотека со јавен клуч од \"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "додаден медиум %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "читам rpm датотеки од [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "Dd"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Извинете, лош избор, обидете се повторно\n"
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Package"
-msgstr "Избор на пакети"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Барај"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "го отстранувам медиумот \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "не можам да пренесам \"%s\" во датотека [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "испитување на паралелниот управувач во датотеката [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "пронајден е паралелен управувач за точките: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "не можам да ја употребам паралелната опција \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Инсталацијата не успеа"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "не можам да пристапам на медиумот \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "монтирам %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "одмонтирам %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf верзија %s\n"
-"Авторски права (C) 2002-2004 Mandriva.\n"
-"Ова е бесплатен софтвер и може да се редистрибуира под условите на GNU GPL.\n"
-"\n"
-"употреба:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - ја испишува оваа помошна порака.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - користи одредена околина (типично извештај за бубачка).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - не го користи дадениот медиум, одделено со запирка.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --root - користи друг root за инсталирање на rpm.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - сортира медиуми според подстринговите одделени со "
-"запирка.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-" --synthesis - ја користи дадената синтеза наместо базата на податоци на "
-"urpmi.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - ја користи дадената синтеза наместо базата на податоци на "
-"urpmi.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - не испишува идентични линии.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - користи само ажуриран медиум.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - опширен режим.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - игнорира разлика на буквите во секоја шема.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - игнорира разлика на буквите во секоја шема.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - вклучива код на perl директно како perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - бинарен И оператор.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - бинарен ИЛИ оператор.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - унарен НЕ.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ) - десна мала заграда за затворање на групен израз.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Листа на податоци за повраќање:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - користи X интерфејс.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " стандардните се %s.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - го испишува тагот на url: url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr ""
-" --buildhost - го испишува тагот на машината каде е направен rpm: "
-"машината каде е направен rpm.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "примени ги промените во конфигурационата датотека"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - го испишува тагот на конфликти: сите конфликти.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - го испишува тагот на описот: опис.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - го испишува тагот на epoch: epoch.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --name - ги испишува само имињата на пакетите.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - листа на датотеките во пакетот.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - го испишува тагот на групата: група.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - ги испишува само имињата на пакетите.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --name - ги испишува само имињата на пакетите.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-" --obsoletes - го испишува тагот на пакетите кои ќе бидат отстранети или "
-"заменети: сите отстранети или заменети.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr ""
-" --packager - го испишува тагот на личноста која го направила пакетот: "
-"личност која го направила пакетот.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr ""
-" --provides - го испишува тагот што всушност инсталира пакетот: сите за "
-"инсталирање.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr ""
-" --requires - го испишува тагот што всушност му е потребно на пакетот "
-"што ќе се инсталира: сите што се потребни.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - го испишува тагот на големината: големина.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - го испишува тагот на изворниот rpm: изворен rpm.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr ""
-" --obsoletes - го испишува тагот на пакетите кои ќе бидат отстранети или "
-"заменети: сите отстранети или заменети.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary, -S - испишува резиме.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - го испишува тагот на url: url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - опширен режим.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - листа на датотеките во пакетот.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - испишува верзија, објавување и архитектура со име.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "употребувам одредена околина на %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "не е пронајдена hdlist датотека за медиумот \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "изградена е hdlist synthesis датотека за медиумот \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "запишувам датотека со листа за медиумот \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Нема пакет именуван како %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Следниве пакети содржат %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Се е веќе инсталирано"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "Се е веќе инсталирано"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "Се е веќе инсталирано"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "поради недостаток на %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "Се е веќе инсталирано"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "поради незадоволени %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "се обидувам да промовирам %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "за да се задржи %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "за да се инсталира %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "поради конфликти со %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Невалиден потпис (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Невалиден ID на клучот (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Недостасува потпис (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "Не може да се направи конфигурациона датотека [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Копирањето не успеа"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Копирањето не успеа"
-
-#: ../urpme:41
-#, fuzzy, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme верзија %s\n"
-"Авторски права (C) 1999-2005 Mandriva.\n"
-"Ова е бесплатен софтвер и може да се редистрибуира под условите на GNU GPL.\n"
-"\n"
-"употреба:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - автоматски изберете пакет со избор.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - проверете дали отстранувањето ќе заврши успешно.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - дистрибуиран urpmi низ машини со прекари.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr ""
-" --packager - го испишува тагот на личноста која го направила пакетот: "
-"личност која го направила пакетот.\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - користи друг root за отстранување на rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - ажурирај само ажуриран медиум.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - го испишува тагот на описот: опис.\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - брзо конфигурирај го urpmi од дистрибуционо дрво, "
-"корисно\n"
-" за (де)инсталирање на chroot со опцијата --root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose - опширен режим.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-" -a - избери ги сите пакети кои се совпаѓаат со изразот.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Само на суперкорисникот му е дозволено да отстранува пакети"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "непознати пакети"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "непознат пакет"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "отстранувањето на пакетот %s ќе го растури вашиот систем"
-msgstr[1] "отстранувањето на пакетот %s ќе го растури вашиот систем"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Нема за отстранување"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Нема за отстранување"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"За да се задоволат зависностите, следниве %d пакети ќе бидат отстранети (%d "
-"MB)"
-msgstr[1] ""
-"За да се задоволат зависностите, следниве %d пакети ќе бидат отстранети (%d "
-"MB)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "непознат пакет"
-msgstr[1] "непознат пакет"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "го отстранувам пакетот %s"
-msgstr[1] "го отстранувам пакетот %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (y/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "отстранливите уреди се земаат како \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Отстранувањето не успеа"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Отстранувањето не успеа"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-select - автоматски ги избира пакетите за ажурирање на системот.\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - оневозможи MD5SUM датотечна проверка.\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - присили ажурирање на gpg клучот.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr ""
-" --obsoletes - го испишува тагот на пакетите кои ќе бидат отстранети или "
-"заменети: сите отстранети или заменети.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - никогаш не бара да се отстрани пакетот, прекини ја "
-"инсталацијата.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - не ги инсталира пакетите (само ги презема)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - ако е можно, задржи ги постоечките пакети, одбиј ги "
-"бараните\n"
-" пакети кои водат до отстранување.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - раздели на мали трансакции ако повеќе од дадените пакети\n"
-" ќе се инсталираат или ќе бидат ажурирани,\n"
-" стандардно е %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - мала должина на трансакцијата, стандардно е %d.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr ""
-" --fuzzy - принудува барање на обележани пакети (исто како -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr ""
-" --requires - го испишува тагот што всушност му е потребно на пакетот "
-"што ќе се инсталира: сите што се потребни.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - инсталирај само изворни пакети (без бинарни).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - отстрани rpm од кешот пред се друго.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - не ги бриши rpm пакетите од кешот.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - дозволи прашања на корисникот за инсталирање на пакети "
-"без\n"
-" проверка на зависности.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - дозволи прашања на корисникот за инсталирање на пакети "
-"без\n"
-" проверка на зависностите и интегритетот.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr ""
-" --obsoletes - го испишува тагот на пакетите кои ќе бидат отстранети или "
-"заменети: сите отстранети или заменети.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - брзо конфигурирај го urpmi од дистрибуционо дрво, "
-"корисно\n"
-" за инсталирање на chroot со опцијата --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - ограничи ја брзината на преземање.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - продолжи со трансферот на делумно-преземени датотеки\n"
-" (--no-resume го оневозможува, стандардно е оневозможен).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - користи одреден HTTP прокси, бројот на портот како "
-"стандарден се\n"
-" претпоставува дека е 1080 (форматот е <проксихост[:порта]"
-">).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - одреди корисник и лозинка за користење на прокси\n"
-" автентикација (форматот е <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - запиши извештај за бубачка во директориум индициран од\n"
-" следниот аргумент.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - исфрли ја патеката одделена со запирка.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - исфрли ги документираните датотеки.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - никогаш не бара да се отстрани пакетот, прекини ја "
-"инсталацијата.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - го испишува тагот на url: url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - го испишува тагот на описот: опис.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - инсталација на пакети што треба да се прескокне\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - инсталација на пакети што треба да се прескокне\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - кога се пронајдени неколку паќети, предложете повеќе "
-"избори\n"
-" отколку стандарниот.\n"
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - не ги бриши rpm пакетите од кешот.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - надградува само пакети со иста архитектура.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - избери ги сите совпаѓања на командната линија.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - тивок режим.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - опширен режим.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" имињата или rpm датотеките дадени на командната линија ќе бидат "
-"инсталирани.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-"Што може да се направи со бинарните rpm датотеки кога се користи --install-"
-"src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Директориумот [%s] веќе постои, ве молиме користете друг директориум за "
-"пријавување на бубачка или избришете го"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Не можам да го создадам директориумот [%s] за извештај на бубачка"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Грешка: %s изгледа дека е монтиран само за читање.\n"
-"Користете --allow-force за да принудете операцијата."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr " (за надоградување)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr " (за надоградување)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr " (за инсталирање)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr " (за инсталирање)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"За да се задоволат зависностите, следниве %d пакети ќе бидат отстранети (%d "
-"MB)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Кој е вашиот избор? (1-%d) "
-
-#: ../urpmi:507
-#, fuzzy, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Следниве пакети не може да се инсталираат бидејќи зависат од пакети\n"
-"кои се постари од инсталираните:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Следниве пакети не може да се инсталираат бидејќи зависат од пакети\n"
-"кои се постари од инсталираните:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Продолжуваме?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (D/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Некои од бараните пакети не можат да се инсталираат:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Некои од бараните пакети не можат да се инсталираат:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "отстранувањето на пакетот %s ќе го растури вашиот систем"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Инсталацијата не може да продолжи бидејќи следниве пакети\n"
-"треба да се отстранат за да други се надоградат:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Инсталацијата не може да продолжи бидејќи следниве пакети\n"
-"треба да се отстранат за да други се надоградат:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Следниве пакети треба да се отстранат за да други се надоградат:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Следниве пакети треба да се отстранат за да други се надоградат:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Треба да се root за да ги инсталирате следниве зависности:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"За да се задоволат зависностите, следниве %d пакети ќе бидат отстранети (%d "
-"MB)"
-msgstr[1] ""
-"За да се задоволат зависностите, следниве %d пакети ќе бидат отстранети (%d "
-"MB)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Откажи"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Притиснете Ентер кога сте подготвени..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"употреба: urpmi.addmedia [опции] <name> <url> [with <релативна патека>]\n"
-"каде <url> е една од\n"
-" [file:/]/<path> with <релативно име на датотеката на hdlist>\n"
-" ftp://<login>:<password>@<host>/<path> with <релативно име на "
-"датотеката на hdlist>\n"
-" ftp://<host>/<path> with <релативно име на датотеката на hdlist>\n"
-" http://<host>/<path> with <релативно име на датотеката на hdlist>\n"
-" removable://<path> with <релативно име на датотеката на hdlist>\n"
-"\n"
-"и [опции] се од\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - користи wget за преземање на далечни датотеки.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - користи curl за преземање на далечни датотеки.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - користи curl за преземање на далечни датотеки.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - користи curl за преземање на далечни датотеки.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr ""
-" --probe-synthesis - се обидува да пронајде и користи synthesis датотека.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - не се обидува да пронајде било каква synthesis или\n"
-" hdlist датотека.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - автоматски создади ги сите медиуми од инсталационен\n"
-" медиум.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - листа на достапни медиуми.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - користи одредена url за листа на огледала, стандардната "
-"е\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - создади виртуелени медиуми кои постојано се ажурирани,\n"
-" само протоколот file:// е дозволен.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - оневозможи MD5SUM датотечна проверка.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - не внесувај јавен клуч од додадениот медиум\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw - додава медиум во конфигурацијата, но не го ажурира.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - тивок режим.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - опширен режим.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Само на суперкорисникот му е дозволено да додава медиуми"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "Ќе се направи конфигурациона датотека [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Не може да се направи конфигурациона датотека [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "нема потреба да давате <релативна патека на hdlist> со --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "недостасува <релативна патека на hdlist>\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "не можам да пристапам на медиумот \"%s\""
-
-#: ../urpmi.recover:28
-#, fuzzy, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme верзија %s\n"
-"Авторски права (C) 1999-2005 Mandriva.\n"
-"Ова е бесплатен софтвер и може да се редистрибуира под условите на GNU GPL.\n"
-"\n"
-"употреба:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - не ги бриши rpm пакетите од кешот.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - листа на достапни медиуми и нивните url.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-url - листа на достапни медиуми и нивните url.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --name - ги испишува само имињата на пакетите.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "пакетот %s не е пронајден."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "преземам rpm датотека [%s] ..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Нема пронајдени листи на датотеки\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"употреба: urpmi.removemedia (-a | <name> ...)\n"
-"каде <name> е името на медиумот кој треба да се отстрани.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - избери ги сите медиуми.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - совпаѓање на имињата на обележани медиуми.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Само на суперкорисникот му е дозволено да отстранува медиуми"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"нема за отстранување (користете urpmi.addmedia за додавање на медиум)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"недостасува внесот за отстранување\n"
-"(еден од %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"употреба: urpmi.update [опсии] <name> ...\n"
-"каде <name> е името на медиумот кој треба да се ажурира.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - ажурирај само ажуриран медиум.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - присили ажурирање на gpg клучот.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-" --ignore - не надоградувај, означи го медиумот како игнориран.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-" --no-ignore - не надоградувај, означи го медиумот како овозможен.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - не се обидува да пронајде било каква synthesis или\n"
-" hdlist датотека.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - избери ги сите неотстранливи медиуми.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - принуди генерирање на hdlist датотеки.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - принуди генерирање на hdlist датотеки.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Само на суперкорисникот му е дозволено да ажурира медиуми"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "нема за ажурирање (користете urpmi.addmedia за додавање на медиум)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"недостасува внесот за ажурирање\n"
-"(еден од %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "игнорирање на медиумот %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "овозможување на медиумот %s"
-
-#: ../urpmq:40
-#, fuzzy, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq верзија %s\n"
-"Авторски права (C) 2000-2005 Mandriva.\n"
-"Ова е бесплатен софтвер и може да се редистрибуира под условите на GNU GPL.\n"
-"\n"
-"употреба:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - го користи само дадениот медиум за пребарување на "
-"бараните (или ажурираните) пакети.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr ""
-" --fuzzy - принудува барање на обележани пакети (исто како -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - листа на достапни пакети.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - листа на достапни медиуми.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - листа на достапни медиуми и нивните url.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - листа достапни точки кога се користи --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - листа достапни паралелни прекари.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - отфрли ја конфигурационата датотека во форма на urpmi."
-"addmedia аргумент.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - наредниот пакет е изворен пакет (исто како -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - давај ги сите изворни пакети пред преземање (само root).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - го испишува тагот на url: url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - брзо конфигурирај го urpmi од дистрибуционо дрво.\n"
-" Ова дозволува да ставите на чекање дистрибуција.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - испишува измени во евиденцијата.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - го испишува тагот на конфликти: сите конфликти.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr ""
-" --obsoletes - го испишува тагот на пакетите кои ќе бидат отстранети или "
-"заменети: сите отстранети или заменети.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr ""
-" --provides - го испишува тагот што всушност инсталира пакетот: сите за "
-"инсталирање.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr ""
-" --requires - го испишува тагот што всушност му е потребно на пакетот "
-"што ќе се инсталира: сите што се потребни.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr ""
-" --obsoletes - го испишува тагот на пакетите кои ќе бидат отстранети или "
-"заменети: сите отстранети или заменети.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - го испишува тагот на изворниот rpm: изворен rpm.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - испишува резиме.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - продолжено чекање на зависностите на пакетот.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr ""
-" --whatrequires - обратно барање на она што му е потребно на пакетот.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - продолжено обратно барање (вклучува и виртуелни "
-"пакет).\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - барај за наоѓање на пакет.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr ""
-" -c - комплетна излезна листа со пакетот кој треба да се "
-"отстрани.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - испишува групу заедно со имињата.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - испишува корисни информации читлива за луѓе.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - листа на датотеките во пакетот.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - тивок режим.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - испишува верзија и објавување заедно со името.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - наредниот пакет е изворен пакет (исто како --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - отстрани пакет ако веќе е инсталирана понова верзија.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr ""
-" -y - принудива барање на обележани пакети (исто како --"
-"fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - како -y, но принудува совпаѓање на различноста на "
-"буквите.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " потребни се имиња или rpm датотеки дадени на командната линија.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes може да се употребува само со --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "не можам да запишам датотека со листа на \"%s\""
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"Забелешка: бидејќи ниеден пребаран медиум не користи hdlist, urpmf не можеше "
-"да врати било каков резултат\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"Забелешка: бидејќи ниеден пребаран медиум не користи hdlist, urpmf не можеше "
-"да врати било каков резултат\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"Забелешка: бидејќи ниеден пребаран медиум не користи hdlist, urpmf не можеше "
-"да врати било каков резултат\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"Забелешка: бидејќи ниеден пребаран медиум не користи hdlist, urpmf не можеше "
-"да врати било каков резултат\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Не е пронајдена измена на евиденцијата\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - креирај ажуриран медиум.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "неисправен внес: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d неуспешни трансакциии на инсталацијата"
-#~ msgstr[1] "%d неуспешни трансакциии на инсталацијата"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Се е веќе инсталирано"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Проверка за отстранување на следниве пакети"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "базата на податоци на urpmi е заклучена"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "непознати опции '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "премногу монтирани точки за отстранливиот медиум \"%s\""
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "Медиумот \"%s\" е ISO слика, веднаш ќе се монтира"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "употребувам различни отстранливи уреди [%s] за \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr ""
-#~ "не можам да го преземам името на патеката за отстранливиот медиум \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "не можам да пристапам до првиот медиум за инсталација"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "не можам да пристапам на медиумот \"%s\",\n"
-#~ "ова може да се случи ако рачно сте го монтирале директориумот при "
-#~ "создавање на медиумот."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "нејасен медиум \"%s\" означен како отстранлив но всушност не"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - исчисти го кеш директориумот за заглавја.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "виртуелниот медиум мора да е локален"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "не можам да ја пренесам hdlist датотеката на \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "пресметувам md5sum на постоечкиот изворен hdlist (или synthesis)"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "виртуалниот медиум \"%s\" не треба да има дефинирано hdlist или листа на "
-#~ "датотеки, медиумот е игнориран"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "невалидно име на rpm датотеката [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "не можам да пронајдам листа на датотеки за \"%s\", медиумот е игнориран"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "се обидувам да изберем непостоечки медиум \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "изградена е hdlist synthesis датотека за медиумот \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "не можам да ја пренесам hdlist датотеката на \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "медиумот \"%s\" се обидува да користи веќе употребен hdlist, медиумот е "
-#~ "игнориран"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "медиумот \"%s\" се обидува да користи веќе употребена листа, медиумот е "
-#~ "игнориран"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Забелешка: бидејќи ниеден пребаран медиум не користи hdlist, urpmf не "
-#~ "можеше да врати било каков резултат\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "изведувам втор пат за пресметување на зависностите\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "градам hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "Не можам да направам synthesis датотека за медиумот \"%s\". Можеби вашата "
-#~ "hdlist е оштетена."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr ""
-#~ "проблем при читање на датотеката hdlist или synthesis на медиумот \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "пресметувам md5sum на копираниот изворен hdlist (или synthesis)"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...преземањето не успеа: md5sum не се совпаѓа"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "не се пронајдени rpm датотеки од [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "не можам да ги прочитам rpm датотеките од [%s]: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "нема rpm датотеки за читање"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "ги читам заглавјата од медиумот \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-synthesis - се обидува да пронајде и користи synthesis "
-#~ "датотека.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - се обидува да пронајде и користи hdlist датотека.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Забелешка: бидејќи ниеден пребаран медиум не користи hdlist, urpmf не "
-#~ "можеше да врати било каков резултат\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "Можеби сакате да употребите --name за да барате имиња на пакети.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr ""
-#~ " --src - наредниот пакет е изворен пакет (исто како -s).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - се обидува да пронајде и користи hdlist датотека.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "не можам да го ажурирам медиумот \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "не можам да го креирам медиумот \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "има повеќе паќети со истото име на rpm датотеката \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "не можам правилно да пренесам [%s] на вредност \"%s\""
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "медиумот \"%s\" користи невалидна датотека со листа:\n"
-#~ " веројатно \"огледалото\" не е ажурирано, се обидувам да користам "
-#~ "алтернативен метод"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "медиумот \"%s\" не дефинира никава локација за rpm датотеки"
-
-#~ msgid "unrequested"
-#~ msgstr "непобарано"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "додавам пакет %s (id=%d, eid=%d, ажурирај=%d, датотека=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Следниве пакети имаа лоши електронски потписи:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Дали сакате да продолжите со инсталацијата?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Треба да сте авторизиран за да споделувате директориуми"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "не можам да го отстранам пакетот %s"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "Нема пронајдени листи на датотеки\n"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr " -P - не барај за пронаоѓање на пакет (стандардно).\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr ""
-#~ " -R - обратно барање на она што му е потребно на пакетот.\n"
-
-#~ msgid ""
-#~ " -RR - extended reverse search (includes virtual packages).\n"
-#~ msgstr ""
-#~ " -RR - продолжено обратно барање (вклучува и виртуелни "
-#~ "пакет).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "За да се задоволат зависностите, ќе се инсталираат следниве %d пакети:\n"
-#~ "%s\n"
-
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "прескокнувам медиум %s: нема hdlist"
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-synthesis - се обидува да пронајде и користи synthesis "
-#~ "датотека.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - се обидува да пронајде и користи hdlist датотека.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "`со недостаток на мрежен медиум\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "непознати опции '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "не можам да пронајдам hdlist листа на датотеки за \"%s\", медиумот е "
-#~ "игнориран"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "нејасна листа на датотеки за \"%s\", медиумот е игнориран"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "не можам да ја испитам листата на датотеки за \"%s\", медиумот е игнориран"
-
-#~ msgid "there doesn't seem to be devices in the chroot in \"%s\""
-#~ msgstr "изгледа дека нема присутни уреди во chroot во \"%s\""
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "виртуелниот медиум \"%s\" не е локален, медиумот е игнориран"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "виртуелниот медиум \"%s\" треба да има валиден изворен hdlist или "
-#~ "synthesis, медиумот е игнориран"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "се копира изворниот hdlist (или synthesis) на \"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "преземањето на изворниот hdlist (или synthesis) не успеа"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "датотеката [%s] веќе се користи во истиот медиум \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "ништо не е запишано во датотеката со листа за \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "пронајдени се %d заглавја во кешот"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "отстранувам %d нејасни заглавја во кешот"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "го користам процесот %d за извршување на трансакција"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --norebuild - не се обидувај повторно да правиш hdlist ако не може "
-#~ "да се чита.\n"
-
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Претпоставени се следниве имиња на пакетите: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "копирам датотека на hdlist..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "невалиден опис на hdlist \"%s\" во датотеката на hdlist"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Дали е во ред?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - користи одредена верзија на дистрибуцијата, стандардно "
-#~ "е\n"
-#~ " земено од верзијата на дистрибуцијата назначено од\n"
-#~ " инсталираниот mandriva-release пакет.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - користи одредена архитектура, стандардна архитектура "
-#~ "е\n"
-#~ " онаа на mandriva-release инсталиран пакет.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - екстрактира заглавја за пакетот излистан од базата на "
-#~ "податоци на urpmi во\n"
-#~ " stdout (само root).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "За да се задоволат зависностите, следниве %d пакети ќе бидат инсталирани "
-#~ "(%d MB)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "инсталирам %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Автоматска инсталација на пакетите...\n"
-#~ "Баравте инсталирање на пакетот %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: командата не е понајдена\n"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Некои од бараните пакети не може да се инсталираат:\n"
-#~ "%s\n"
-#~ "Да продолжам?"
-
-#~ msgid ""
-#~ "The following packages have to be removed for others to be upgraded:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Следниве пакети треба да се отстранат за да други се надоградат:\n"
-#~ "%s\n"
-#~ "Да продолжам?"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5sum не се совпаѓа"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf верзија %s\n"
-#~ "Авторски права (C) 2002-2004 Mandriva.\n"
-#~ "Ова е бесплатен софтвер и може да се редистрибуира под условите на GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "употреба:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr ""
-#~ " --synthesis - ја користи дадената синтеза наместо базата на податоци "
-#~ "на urpmi.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - не го испишува името на тагот (стандардно ако не е "
-#~ "даден таг во командната\n"
-#~ " линија, некомпитабилно со интерактивниот режим).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - не испишува идентични линии.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - ги испишува сите тагови.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - ги испишува прегледот на тагот: преглед.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - го испишува тагот на описот: опис.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr ""
-#~ " --buildhost - го испишува тагот на машината каде е направен rpm: "
-#~ "машината каде е направен rpm.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr ""
-#~ " --provides - го испишува тагот што всушност инсталира пакетот: сите "
-#~ "за инсталирање.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr ""
-#~ " --requires - го испишува тагот што всушност му е потребно на "
-#~ "пакетот што ќе се инсталира: сите што се потребни.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr ""
-#~ " --files - го испишува тагот на датотеките: сите датотеки.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr ""
-#~ " --obsoletes - го испишува тагот на пакетите кои ќе бидат отстранети "
-#~ "или заменети: сите отстранети или заменети.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - користи одредена околина (типично извештај за\n"
-#~ " бубачка).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr " -i - игнорира разлика на буквите во секоја шема.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - бинарен И оператор, точно ако двата изрази се точни.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - бинарен ИЛИ оператор, точно ако еден израз е точен.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr " ! - унарен НЕ, точно ако изразот е грешен.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " ( - лева мала заграда за отварање на групен израз.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr ""
-#~ " ) - десна мала заграда за затворање на групен израз.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "повратниот повик е :\n"
-#~ "%s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "Продолжи?"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Некои од бараните пакети не можат да се инсталираат:\n"
-#~ "%s"
diff --git a/po/mn.po b/po/mn.po
deleted file mode 100644
index f88b5d8c..00000000
--- a/po/mn.po
+++ /dev/null
@@ -1,3464 +0,0 @@
-# translation of urpmi.po to Mongolian
-# This file is distributed under the same license as the PACKAGE package.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# Khurelbaatar Lkhagvasuren <hujii@dhtech.com>, 2003
-# Khurelbaatar Lkhagvasuren <hujii247@yahoo.com>, 2003
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2003-08-22 19:38+0200\n"
-"Last-Translator: Khurelbaatar Lkhagvasuren <hujii247@yahoo.com>\n"
-"Language-Team: Mongolian <openmn-core@lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.0.1\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, fuzzy, c-format
-msgid "RPM installation"
-msgstr "Суулгалтын бэлтгэл"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ок"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../gurpmi:74 ../gurpmi:85
-#, fuzzy, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr "Та г с"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Суулгах"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Хадгалах"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Хүчингүй"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr ""
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, fuzzy, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"mdkupdate Version %s\n"
-"Copyright ® %s Mandriva.\n"
-"Энэ бол чөлөөт программ хангамж ба GNU GPL лицензын дагуу цааш \n"
-"тарааж болно.\n"
-"\n"
-"Ашиглалт: \n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - Энэ тусламжийг хэвлэх.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-"\n"
-" үгүй бол"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, fuzzy, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr "ямх"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, fuzzy, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr "ямх"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, fuzzy, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr "Мөр"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "Тухайлсан тушаал алга"
-
-#: ../gurpmi2:53
-#, fuzzy, c-format
-msgid "Please wait..."
-msgstr "Хүлээнэ үү."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr ""
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr "г с вы?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Анхааруулга"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ок"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr ""
-
-#: ../gurpmi2:172
-#, fuzzy, c-format
-msgid " (to install)"
-msgstr "ямх"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Дараах багцуудын нэг нь шаардлагатай:"
-
-#: ../gurpmi2:200
-#, fuzzy, c-format
-msgid "_Abort"
-msgstr "Таслах"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr "г с вы?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Дараах багцууд суулгагдах гэж байна"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Дараах багцууд суулгагдах гэж байна"
-
-#: ../gurpmi2:244
-#, fuzzy, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "Тааруухан багц"
-msgstr[1] "Тааруухан багц"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Багц суулгалт..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, fuzzy, c-format
-msgid "unable to get source packages, aborting"
-msgstr "%s багцийг устгаж болсонгүй"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Бэлдэж байна..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "`%s' (%s/%s) багцийг суулгаж байна..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "с с"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "`%s' багцыг татан авч байна..."
-
-#: ../gurpmi2:324
-#, fuzzy, c-format
-msgid "_Done"
-msgstr "Биелэгдэв"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Суулгалт бүтэлгүйтэв, учир нь зарим файл байхгүй байна:\n"
-"%s\n"
-"Та магадгүй urpmi баазаа шинэчлэх хэрэгтэй байх"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Суулгалтын асуудал"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Бүх зүйл хэдийн суусан байна"
-
-#: ../gurpmi2:345
-#, fuzzy, c-format
-msgid "Installation finished"
-msgstr "Суулгалт боломжтой"
-
-#: ../gurpmi2:346 ../urpme:167
-#, fuzzy, c-format
-msgid "removing %s"
-msgstr "%s-г устгаж байна"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr ""
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - Энэ тусламжийг хэвлэх.\n"
-
-#: ../rpm-find-leaves:18
-#, fuzzy, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr "аас"
-
-#: ../rpm-find-leaves:19
-#, fuzzy, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr "бүлэг бүлэг бүлэг"
-
-#: ../rpm-find-leaves:20
-#, fuzzy, c-format
-msgid " defaults to %s.\n"
-msgstr " --list - боломжтой багцуудын жагсаалт.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, fuzzy, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "%s багцийг суулгаж болсонгүй"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "с"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "`%s' багцыг татан авч байна..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "rpmdb-г нээж болсонгүй"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "буруу rpm файлын нэр [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "rpm файлыг хүлээн авч байна [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...хүлээн авалт дууслаа"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...хүлээн авалт бүтэлгүйтлээ: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "[%s] rpm файл руу хандаж болсонгүй"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "[%s] rpm файл руу хандаж болсонгүй"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "rpm файлыг бүртгэж болсонгүй"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, fuzzy, c-format
-msgid "error registering local packages"
-msgstr "локал"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "тушаалын мөрөнд буруу proxy зарлалт\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: rpm файлыг уншиж чадахгүй \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr ""
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Хуулалт бүтэлгүйтэв"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "с бол"
-
-#: ../urpm/cdrom.pm:205
-#, fuzzy, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "[%s] rpm файл руу хандаж болсонгүй"
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "[%s] тохируулгын файлыг бичиж болсонгүй"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "[%s] тохируулгын файлыг бичиж болсонгүй"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "[%s] тохируулгын файлыг бичиж болсонгүй"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Нууц үг:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Хуулалт бүтэлгүйтэв"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "%s-г устгаж байна"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...хүлээн авалт бүтэлгүйтлээ: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "%s-ийн хувьд үл мэдэгдэх протокол тодорхойлогдсон"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-
-#: ../urpm/download.pm:886
-#, fuzzy, c-format
-msgid "unable to handle protocol: %s"
-msgstr "%s багцийг суулгаж болсонгүй"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "%s-ийг суулгаж байна\n"
-
-#: ../urpm/get_pkgs.pm:127
-#, fuzzy, c-format
-msgid "package %s is not found."
-msgstr "с бол."
-
-#: ../urpm/get_pkgs.pm:213
-#, fuzzy, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "rpm файлыг хүлээн авч байна [%s] ..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, fuzzy, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "с"
-
-#: ../urpm/install.pm:178
-#, fuzzy, c-format
-msgid "unable to create transaction"
-msgstr "ssh таних тэмдэг үүсгэх боломжгүй"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "%s багцийг устгаж болсонгүй"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "%s багцийг суулгаж болсонгүй"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "%s-ийг суулгаж байна\n"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...хүлээн авалт бүтэлгүйтлээ: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "%s багцийг устгалт"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "%s багцийг устгалт"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "%s-ийг суулгаж байна\n"
-
-#: ../urpm/install.pm:281
-#, fuzzy, c-format
-msgid "More information on package %s"
-msgstr "%s багцийг устгалт"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "Тухайлсан тушаал алга"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr ""
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Анхааруулга"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, fuzzy, c-format
-msgid "Installation failed"
-msgstr "Суулгалтын асуудал"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Суулгалтын асуудал"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Дараах багцууд суулгагдах гэж байна"
-
-#: ../urpm/main_loop.pm:140
-#, fuzzy, c-format
-msgid "The following packages have bad signatures"
-msgstr "Дараах багцууд суулгагдах гэж байна"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Та суулгалтыг үргэлжлүүлэхийг хүсэж байна уу?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "%s-ийг суулгаж байна\n"
-
-#: ../urpm/main_loop.pm:178
-#, fuzzy, c-format
-msgid "distributing %s"
-msgstr "%s-ийг суулгаж байна\n"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "%s-ийг суулгаж байна\n"
-
-#: ../urpm/main_loop.pm:195
-#, fuzzy, c-format
-msgid "installing %s"
-msgstr "%s-ийг суулгаж байна\n"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Хамаарлыг шалгахгүйгээр суулгахыг оролдох уу? (y/N) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Reyna т N "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Суулгалт боломжтой"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "MD5SUM файлыг шалгаж байна"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-
-#: ../urpm/media.pm:204
-#, fuzzy, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "с жигсаалт"
-
-#: ../urpm/media.pm:206
-#, fuzzy, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "[%s] rpm файл руу хандаж болсонгүй"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "[%s] rpm файл руу хандаж болсонгүй"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "с"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, fuzzy, c-format
-msgid "wrote config file [%s]"
-msgstr "[%s] тохируулгын файлыг бичиж болсонгүй"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr ""
-
-#: ../urpm/media.pm:556
-#, fuzzy, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "горим"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-
-#: ../urpm/media.pm:666
-#, fuzzy, c-format
-msgid "Search start: %s end: %s"
-msgstr "Суулгагдсан бичгийн хэвүүдийг хайх"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "%s багцийг алгасаж байна"
-
-#: ../urpm/media.pm:699
-#, fuzzy, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "%s багцийг устгаж болсонгүй"
-
-#: ../urpm/media.pm:724
-#, fuzzy, c-format
-msgid "medium \"%s\" already exists"
-msgstr "с"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "с"
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "%s багцийг устгалт"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "rpmdb-г нээж болсонгүй"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "үгүй"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "hdlists файлыг хүлээн авч байна..."
-
-#: ../urpm/media.pm:948
-#, fuzzy, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "с"
-
-#: ../urpm/media.pm:951
-#, fuzzy, c-format
-msgid "selecting multiple media: %s"
-msgstr "с"
-
-#: ../urpm/media.pm:971
-#, fuzzy, c-format
-msgid "removing medium \"%s\""
-msgstr "%s багцийг устгалт"
-
-#: ../urpm/media.pm:1055
-#, fuzzy, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "с."
-
-#: ../urpm/media.pm:1089
-#, fuzzy, c-format
-msgid "...reconfiguration failed"
-msgstr "Цэсний тохируулга хадгалагдсан"
-
-#: ../urpm/media.pm:1095
-#, fuzzy, c-format
-msgid "reconfiguration done"
-msgstr "Серверийн тохируулга"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "с бол"
-
-#: ../urpm/media.pm:1143
-#, fuzzy, c-format
-msgid "examining synthesis file [%s]"
-msgstr "MD5SUM файлыг шалгаж байна"
-
-#: ../urpm/media.pm:1163
-#, fuzzy, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "аас с"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "жигсаалт с"
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...хуулалт бүтэлгүйтэв"
-
-#: ../urpm/media.pm:1229
-#, fuzzy, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "Тодорхойлолт аас с."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...хуулждууслаа"
-
-#: ../urpm/media.pm:1265
-#, fuzzy, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "аас с"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "аас"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "аас с"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "hdlist [%s]-ийг байгуулж байна"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "%s-ийг суулгаж байна\n"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "[%s]-ээс ямар нэг rpm олдсонгүй"
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "Тодорхойлолт аас с."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "буруу rpm файлын нэр [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "hdlists файлыг хүлээн авч байна..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "аас с."
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "[%s]-ээс ямар нэг rpm олдсонгүй"
-
-#: ../urpm/media.pm:1536
-#, fuzzy, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "\"%s\" хэвлэгчийн устгаж байна..."
-
-#: ../urpm/media.pm:1548
-#, fuzzy, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "%s файлыг нээж болохгүй байна\n"
-
-#: ../urpm/media.pm:1552
-#, fuzzy, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "%s файлыг нээж болохгүй байна\n"
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "%s файлыг нээж болохгүй байна\n"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "[%s]-ээс ямар нэг rpm олдсонгүй"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "NnүҮ"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "YyтТ"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Харамсалтай нь буруу сонголт байна, дахин ородоно уу!\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Тандах"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "%s багцийг устгалт"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, fuzzy, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "[%s] rpm файл руу хандаж болсонгүй"
-
-#: ../urpm/parallel.pm:23
-#, fuzzy, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "ямх с"
-
-#: ../urpm/parallel.pm:34
-#, fuzzy, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "ямх с"
-
-#: ../urpm/parallel.pm:38
-#, fuzzy, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "%s багцийг устгаж болсонгүй"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Суулгалтын асуудал"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "[%s] rpm файл руу хандаж болсонгүй"
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, fuzzy, c-format
-msgid "mounting %s"
-msgstr "%s-ийг салгаж байна"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "%s-ийг салгаж байна"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"mdkupdate Version %s\n"
-"Copyright ® %s Mandriva.\n"
-"Энэ бол чөлөөт программ хангамж ба GNU GPL лицензын дагуу цааш \n"
-"тарааж болно.\n"
-"\n"
-"Ашиглалт: \n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - Энэ тусламжийг хэвлэх.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr "Мөр"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr "аас"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, fuzzy, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr "аас"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, fuzzy, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr ""
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, fuzzy, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr "Нарийвчилан харах бол Esc товч дарна уу"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, fuzzy, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -c - түр санах ойн хавтасын толгойг цэвэрлэх.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -c - түр санах ойн хавтасын толгойг цэвэрлэх.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, fuzzy, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -c - түр санах ойн хавтасын толгойг цэвэрлэх.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, fuzzy, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, fuzzy, c-format
-msgid " -o - binary OR operator.\n"
-msgstr "бол"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, fuzzy, c-format
-msgid " ! - unary NOT.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr "баруун бүлэг"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Сэргээх өгөгдөлүүдийн жагсаалт:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " --list - боломжтой багцуудын жагсаалт.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr ""
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "Консол тохируулгын модул"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr "Тодорхойлолт Тодорхойлолт Тодорхойлолт"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --help - Энэ тусламжийг хэвлэх.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --list - боломжтой багцуудын жагсаалт.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --help - Энэ тусламжийг хэвлэх.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --list - боломжтой багцуудын жагсаалт.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr ""
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr "Нарийвчилан харах бол Esc товч дарна уу"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " --list - боломжтой багцуудын жагсаалт.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, fuzzy, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr "нэр"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, fuzzy, c-format
-msgid "using specific environment on %s\n"
-msgstr "с"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "[%s]-ээс ямар нэг rpm олдсонгүй"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "с"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "жигсаалт с"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, fuzzy, c-format
-msgid "No package named %s"
-msgstr "%s нэртэй багц байхгүй байна"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Дараах багцууд %s: %s-ийг агуулж байна"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Бүх зүйл хэдийн суусан байна"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "Бүх зүйл хэдийн суусан байна"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "Бүх зүйл хэдийн суусан байна"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr ""
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "Бүх зүйл хэдийн суусан байна"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr ""
-
-#: ../urpm/select.pm:570
-#, fuzzy, c-format
-msgid "trying to promote %s"
-msgstr "Юу ч үгүй"
-
-#: ../urpm/select.pm:571
-#, fuzzy, c-format
-msgid "in order to keep %s"
-msgstr "ямх"
-
-#: ../urpm/select.pm:607
-#, fuzzy, c-format
-msgid "in order to install %s"
-msgstr "%s багцийг суулгаж болсонгүй"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr ""
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr ""
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr ""
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr ""
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "[%s] тохируулгын файлыг бичиж болсонгүй"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Хуулалт бүтэлгүйтэв"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Хуулалт бүтэлгүйтэв"
-
-#: ../urpme:41
-#, fuzzy, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"mdkupdate Version %s\n"
-"Copyright ® %s Mandriva.\n"
-"Энэ бол чөлөөт программ хангамж ба GNU GPL лицензын дагуу цааш \n"
-"тарааж болно.\n"
-"\n"
-"Ашиглалт: \n"
-
-#: ../urpme:47
-#, fuzzy, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr "Автоматаар сонгогдсон багцуудыг харуулах"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, fuzzy, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr "аас"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --list - боломжтой багцуудын жагсаалт.\n"
-
-#: ../urpme:53
-#, fuzzy, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr "Мөр"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr "„mdkupdate“ хэрэгслээс багцуудыг шинэчилэхэд алдаа.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr "Тодорхойлолт Тодорхойлолт Тодорхойлолт"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr "Нарийвчилан харах бол Esc товч дарна уу"
-
-#: ../urpme:60
-#, fuzzy, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -c - түр санах ойн хавтасын толгойг цэвэрлэх.\n"
-
-#: ../urpme:73
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "бол"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "үл мэдэгдэх багцууд"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "үл мэдэгдэх багц"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "%s багцийг устгах нь таны системийн ажиллагааг таслах болно"
-msgstr[1] "%s багцийг устгах нь таны системийн ажиллагааг таслах болно"
-
-#: ../urpme:126
-#, fuzzy, c-format
-msgid "Nothing to remove"
-msgstr "Юу ч үгүй"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Юу ч үгүй"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "тийш МБ"
-msgstr[1] "тийш МБ"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "үл мэдэгдэх багц"
-msgstr[1] "үл мэдэгдэх багц"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "%s багцийг устгалт"
-msgstr[1] "%s багцийг устгалт"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (y/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "с"
-
-#: ../urpme:181
-#, fuzzy, c-format
-msgid "Removal failed"
-msgstr "Хуулалт бүтэлгүйтэв"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Хуулалт бүтэлгүйтэв"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr "„mdkupdate“ хэрэгслээс багцуудыг шинэчилэхэд алдаа.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr "Тодорхойлолт Тодорхойлолт Тодорхойлолт"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-
-#: ../urpmi:87
-#, fuzzy, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr "үгүй"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr "т"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " -c - түр санах ойн хавтасын толгойг цэвэрлэх.\n"
-
-#: ../urpmi:98
-#, fuzzy, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr "үгүй"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr "ямх"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr "Тодорхойлолт Тодорхойлолт Тодорхойлолт"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr ""
-
-#: ../urpmi:124
-#, fuzzy, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-"\n"
-" үгүй бол"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, fuzzy, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-"бол\n"
-" бол<proxyhost[:port]>"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, fuzzy, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-"\n"
-" бол<user:password>"
-
-#: ../urpmi:130
-#, fuzzy, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr "гаралт ямх\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr ""
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr ""
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr "Тодорхойлолт Тодорхойлолт Тодорхойлолт"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr "ямх"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, fuzzy, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -c - түр санах ойн хавтасын толгойг цэвэрлэх.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr "Нарийвчилан харах бол Esc товч дарна уу"
-
-#: ../urpmi:154
-#, fuzzy, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr "Нээх"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Хийгдсэн"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-
-#: ../urpmi:253
-#, fuzzy, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "с"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr ""
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "ямх"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "ямх"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "тийш МБ"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Таны сонголт юу бэ? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Ямар ч байсан үргэлжлүүлэх үү?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Y/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr "Бүх зүйл хэдийн суусан байна"
-
-#: ../urpmi:525
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr "Бүх зүйл хэдийн суусан байна"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "%s багцийг устгах нь таны системийн ажиллагааг таслах болно"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr "г с вы?"
-
-#: ../urpmi:553
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr "г с вы?"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr "Дараах багцууд суулгагдах гэж байна"
-
-#: ../urpmi:561
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr "Дараах багцууд суулгагдах гэж байна"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr "Та г с"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "тийш МБ"
-msgstr[1] "тийш МБ"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Хүчингүй"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Бэлэн болонгуут Enter товчоо дарна уу..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr "аас"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr "үгүй\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list - боломжтой багцуудын жагсаалт.\n"
-
-#: ../urpmi.addmedia:77
-#, fuzzy, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-"жигсаалт аас бол\n"
-" с"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, fuzzy, c-format
-msgid " -q - quiet mode.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - Ажилуулах горим.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, fuzzy, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "бол"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "[%s] тохируулгын файлыг бичиж болсонгүй"
-
-#: ../urpmi.addmedia:128
-#, fuzzy, c-format
-msgid "Can't create config file [%s]"
-msgstr "[%s] тохируулгын файлыг бичиж болсонгүй"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "с<relative path of hdlist>"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr ""
-"с\n"
-"<relative path of hdlist>"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "[%s] rpm файл руу хандаж болсонгүй"
-
-#: ../urpmi.recover:28
-#, fuzzy, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"mdkupdate Version %s\n"
-"Copyright ® %s Mandriva.\n"
-"Энэ бол чөлөөт программ хангамж ба GNU GPL лицензын дагуу цааш \n"
-"тарааж болно.\n"
-"\n"
-"Ашиглалт: \n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr "ямх"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list - боломжтой багцуудын жагсаалт.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list - боломжтой багцуудын жагсаалт.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "с бол."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "rpm файлыг хүлээн авч байна [%s] ..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Зураг олдсонгүй"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr "<name><name> бол нэр"
-
-#: ../urpmi.removemedia:41
-#, fuzzy, c-format
-msgid " -a - select all media.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmi.removemedia:42
-#, fuzzy, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr "Нээх"
-
-#: ../urpmi.removemedia:59
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "бол"
-
-#: ../urpmi.removemedia:72
-#, fuzzy, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "юу ч үгүй"
-
-#: ../urpmi.removemedia:78
-#, fuzzy, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr "бол г аас с"
-
-#: ../urpmi.update:30
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr "<name><name> бол нэр"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr ""
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr "үгүй\n"
-
-#: ../urpmi.update:50
-#, fuzzy, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -c - түр санах ойн хавтасын толгойг цэвэрлэх.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -c - түр санах ойн хавтасын толгойг цэвэрлэх.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -c - түр санах ойн хавтасын толгойг цэвэрлэх.\n"
-
-#: ../urpmi.update:69
-#, fuzzy, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "бол"
-
-#: ../urpmi.update:78
-#, fuzzy, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "юу ч үгүй"
-
-#: ../urpmi.update:87
-#, fuzzy, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr "бол г аас с"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "ignoring media %s"
-msgstr "с"
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "enabling media %s"
-msgstr "с"
-
-#: ../urpmq:40
-#, fuzzy, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"mdkupdate Version %s\n"
-"Copyright ® %s Mandriva.\n"
-"Энэ бол чөлөөт программ хангамж ба GNU GPL лицензын дагуу цааш \n"
-"тарааж болно.\n"
-"\n"
-"Ашиглалт: \n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, fuzzy, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr "т"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - боломжтой багцуудын жагсаалт.\n"
-
-#: ../urpmq:59
-#, fuzzy, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list - боломжтой багцуудын жагсаалт.\n"
-
-#: ../urpmq:60
-#, fuzzy, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list - боломжтой багцуудын жагсаалт.\n"
-
-#: ../urpmq:61
-#, fuzzy, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list - боломжтой багцуудын жагсаалт.\n"
-
-#: ../urpmq:62
-#, fuzzy, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list - боломжтой багцуудын жагсаалт.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-
-#: ../urpmq:64
-#, fuzzy, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --list - боломжтой багцуудын жагсаалт.\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-
-#: ../urpmq:81
-#, fuzzy, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -c - түр санах ойн хавтасын толгойг цэвэрлэх.\n"
-
-#: ../urpmq:92
-#, fuzzy, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " -c - түр санах ойн хавтасын толгойг цэвэрлэх.\n"
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr " -c - түр санах ойн хавтасын толгойг цэвэрлэх.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr "ямх"
-
-#: ../urpmq:98
-#, fuzzy, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - түр санах ойн хавтасын толгойг цэвэрлэх.\n"
-
-#: ../urpmq:100
-#, fuzzy, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmq:101
-#, fuzzy, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - хэрэгтэй мэдээллийг хүн уншиж болохоор хэлбэрээр хэвлэх.\n"
-
-#: ../urpmq:102
-#, fuzzy, c-format
-msgid " -l - list files in package.\n"
-msgstr " --list - боломжтой багцуудын жагсаалт.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmq:104
-#, fuzzy, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#: ../urpmq:105
-#, fuzzy, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr "с бол"
-
-#: ../urpmq:106
-#, fuzzy, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr "бол"
-
-#: ../urpmq:107
-#, fuzzy, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr "т"
-
-#: ../urpmq:108
-#, fuzzy, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr "Нээх"
-
-#: ../urpmq:109
-#, fuzzy, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr "Нээх"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, fuzzy, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "жигсаалт"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "[%s] тохируулгын файлыг бичиж болсонгүй"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, fuzzy, c-format
-msgid "No changelog found\n"
-msgstr "Зураг олдсонгүй"
-
-#, fuzzy
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr "„mdkupdate“ хэрэгслээс багцуудыг шинэчилэхэд алдаа.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "с"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "Суулгалт боломжтой"
-#~ msgstr[1] "Суулгалт боломжтой"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Бүх зүйл хэдийн суусан байна"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Дараах багцуудыг устгахаар шалгаж байна"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "үл мэдэгдэх сонголтууд '%s'\n"
-
-#, fuzzy
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "Цэг с"
-
-#, fuzzy
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "с с"
-
-#, fuzzy
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "с"
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "[%s] rpm файл руу хандаж болсонгүй"
-
-#, fuzzy
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "с"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - түр санах ойн хавтасын толгойг цэвэрлэх.\n"
-
-#, fuzzy
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "с жигсаалт"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "[%s] тохируулгын файлыг бичиж болсонгүй"
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "аас"
-
-#, fuzzy
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr "с"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "буруу rpm файлын нэр [%s]"
-
-#, fuzzy
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "жигсаалт с"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "с"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "с"
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "[%s] тохируулгын файлыг бичиж болсонгүй"
-
-#, fuzzy
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr "с"
-
-#, fuzzy
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr "с жигсаалт"
-
-#, fuzzy
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "секунд"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "hdlist [%s]-ийг байгуулж байна"
-
-#, fuzzy
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "аас с"
-
-#, fuzzy
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "аас"
-
-#, fuzzy
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...хүлээн авалт бүтэлгүйтлээ: %s"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "[%s]-ээс ямар нэг rpm олдсонгүй"
-
-#, fuzzy
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "[%s] rpm файл руу хандаж болсонгүй"
-
-#, fuzzy
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "с"
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr "аас"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --list - боломжтой багцуудын жагсаалт.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr "аас"
-
-#, fuzzy
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "%s файлыг нээж болохгүй байна\n"
-
-#, fuzzy
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "%s багцийг устгаж болсонгүй"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "энд \"%s\" гэсэн ижил rpm файл нэртэй олон багцууд байна"
-
-#, fuzzy
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "с с"
-
-#, fuzzy
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "с хүчингүй жигсаалт\n"
-#~ " бол"
-
-#, fuzzy
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "с"
-
-#, fuzzy
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "с с"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr "Дараах багцууд суулгагдах гэж байна"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Та хавтаснуудыг бусдад түгээхийн тулд шалгагдсан байх хэрэгтэй"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "%s багцийг устгаж болсонгүй"
-
-#, fuzzy
-#~ msgid "No filelist found\n"
-#~ msgstr "Зураг олдсонгүй"
-
-#, fuzzy
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr "ямх"
-
-#, fuzzy
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -c - түр санах ойн хавтасын толгойг цэвэрлэх.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgstr[0] "Дараах багцууд суулгагдах гэж байна"
-#~ msgstr[1] "Дараах багцууд суулгагдах гэж байна"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr "Дараах багцууд суулгагдах гэж байна"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgstr[0] "Дараах багцууд суулгагдах гэж байна"
-#~ msgstr[1] "Дараах багцууд суулгагдах гэж байна"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "`%s' (%s/%s) багцийг суулгаж байна..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "MD5SUM файлыг шалгаж байна"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "%s-ийг суулгаж байна\n"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "Багц суулгалт..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Багц суулгалт..."
-
-#, fuzzy
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "с г"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "үл мэдэгдэх сонголтууд '%s'\n"
-
-#, fuzzy
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "с"
-
-#, fuzzy
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "жигсаалт с"
-
-#, fuzzy
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "жигсаалт с"
-
-#, fuzzy
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "с жигсаалт"
-
-#, fuzzy
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr "с"
-
-#, fuzzy
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "аас"
-
-#, fuzzy
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "с ямх с"
-
-#, fuzzy
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "юу ч үгүй ямх жигсаалт с"
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "%d толгой кэйшид олдлоо"
-
-#, fuzzy
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "%d толгой кэйшид олдлоо"
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Дараах багцууд %s: %s-ийг агуулж байна"
-
-#, fuzzy
-#~ msgid "copying hdlists file..."
-#~ msgstr "hdlists файлыг хүлээн авч байна..."
-
-#, fuzzy
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "хүчингүй Тодорхойлолт с ямх"
-
-#, fuzzy
-#~ msgid "Is this OK?"
-#~ msgstr "Ок?"
-
-#, fuzzy
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ "бол\n"
-#~ " аас\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr "бол аас\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr "Дараах багцууд суулгагдах гэж байна"
-
-#~ msgid "installing %s\n"
-#~ msgstr "%s-ийг суулгаж байна\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr "Автоматаар аас аас с"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: тушаал олдсонгүй\n"
-
-#, fuzzy
-#~ msgid "md5sum mismatch"
-#~ msgstr "Тохирохгүй байна"
-
-#, fuzzy
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr "аас"
-
-#, fuzzy
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ "аяархан нэр үгүй\n"
-#~ " горим"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#, fuzzy
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --all - бүх тагуудыг хэвлэх.\n"
-
-#, fuzzy
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr "бол"
-
-#, fuzzy
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr "зүүн бүлэг"
-
-#, fuzzy
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr "бол г с"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr "Үргэлжилүүлэх"
-
-#, fuzzy
-#~ msgid ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-#~ msgstr ""
-#~ "аас\n"
-#~ "\n"
-
-#, fuzzy
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "аас"
-
-#, fuzzy
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "rpm файлыг хүлээн авч байна [%s] ..."
diff --git a/po/ms.po b/po/ms.po
deleted file mode 100644
index e508740c..00000000
--- a/po/ms.po
+++ /dev/null
@@ -1,3105 +0,0 @@
-# urpmi Bahasa Melayu (Malay) (ms)
-# Copyright (C) 2001, 2008 Free Software Foundation, Inc.
-# Yuzz <yuzz@emasonline.com>, 2002
-# Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>, 2008
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-08-21 23:48+0800\n"
-"Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>\n"
-"Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Pemasangan RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Anda akan memasang pakej perisian berikut dalam komputer anda:\n"
-"\n"
-"%s\n"
-"\n"
-"Teruskan?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Pasang"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Simpan"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Batal"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Pilih lokasi untuk menyimpan fail"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, fuzzy, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"versi mdkupdate %s\n"
-"Hakmilik (C) %s Mandriva.\n"
-"Ini adalah perisian percuma dan boleh disebarkan dibawah akta GNU GPL.\n"
-"\n"
-"penggunaan:\n"
-
-#: ../gurpmi.pm:45
-#, fuzzy, c-format
-msgid "Options:"
-msgstr "<b>Pilihan</b>"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - cetak mesej bantuan ini.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - paksa instal meskipun beberapa pakej tiada.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, fuzzy, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --update - guna hanya kemaskini media.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - izinkan carian dlm sediaada utk mencari pakej.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - jangan cari dalam tersedia utk mencari pakej.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, fuzzy, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - guna root lain untuk membuang rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --update - guna hanya kemaskini media.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Tiada pakej dinyatakan"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Sila tunggu..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Mesti menjadi root"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr "semua telah diinstal"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Amaran"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ok"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (untuk naiktaraf)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (untuk memasang)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Pilihan pakej"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Salah satu pakej berikut diperlukan:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Batal"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Pakej berikut perlu dibuang untuk yang lain dinaiktaraf:\n"
-"%s\n"
-"Teruskan?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Pakej berikut akan dihapus agar syarat kebergantungan dipenuhi (%d MB)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Untuk memenuhi kebergantungan, %d pakej berikut perlu dipasang:\n"
-"%s\n"
-
-#: ../gurpmi2:244
-#, fuzzy, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "_Saiz (MB):"
-msgstr[1] ""
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Pemasangan pakej..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "tidak dapat mengambil pakej asal, batal"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Menyediakan..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Install pakej `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Sila tunggu, mengeluarkan medium..."
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Memuatturun pakej `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Selesai"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Instalasi gagal"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "semua telah diinstal"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Pemasangan selesai"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "membuang %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, fuzzy, c-format
-msgid "restarting urpmi"
-msgstr "Tambah media urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - cetak mesej bantuan ini.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - guna root yang diberi selain dari /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr ""
-" -g [kumpulan] - hadkan keputusan kepada kumpulan yang diberikan.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " default adalah %s.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - cetak versi, keluaran dan arch dgn nama.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Hanya superuser yang boleh menginstal pakej"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Melaksanakan urpmi dalam mod terhad..."
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "gagal untuk mencipta direktori %s: %s\n"
-
-#: ../urpm.pm:112
-#, fuzzy, c-format
-msgid "invalid owner for directory %s"
-msgstr "Nilai baru utk direktori: %s\n"
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Memuatturun pakej `%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "tidak dapat membuka rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "nama fail rpm [%s] tidak sah"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "mengambil fail rpm [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...capaian selesai"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...gagal terambil: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "gagal akses fail rpm [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "tidak dapat menghurai \"%s\" dalam fail [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "tidak dapat mendaftarkan fail rpm"
-
-#: ../urpm.pm:319
-#, fuzzy, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr " --root - guna root lain untuk membuang rpm.\n"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "ralat pendaftaran pakej setempat"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr ""
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: tidak dapat membaca fail rpm \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, fuzzy, c-format
-msgid "unexpected expression %s"
-msgstr "hujah tidak dijangka"
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "12 pt sebelum"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, fuzzy, c-format
-msgid "no expression to close"
-msgstr "Ungkapan corak:\n"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, fuzzy, c-format
-msgid "Can't use %s without %s"
-msgstr "Tutup Tanpa Simpan"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, fuzzy, c-format
-msgid "Can't use %s with %s"
-msgstr "hidupkan penggunaan TLS dengan LDAP"
-
-#: ../urpm/args.pm:496
-#, fuzzy, c-format
-msgid "Too many arguments\n"
-msgstr "%s: terlalu banyak hujah\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, fuzzy, c-format
-msgid "Copying failed"
-msgstr "...gagal menyalin"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "%s adalah nama hos yang tidak sah"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "gagal baca fail rpm [%s] dari media \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "gagal tulis fail konfigurasi [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "gagal tulis fail konfigurasi [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "gagal tulis fail konfigurasi [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Nama pengguna:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Katalaluan:"
-
-#: ../urpm/download.pm:214
-#, fuzzy, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Hos tidak diketahui"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, fuzzy, c-format
-msgid "%s failed: exited with %d"
-msgstr "Aksara (dengan ruang):"
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Sambungan Gagal"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "kerana kehilangan %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "kerana kehilangan %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, fuzzy, c-format
-msgid "rsync is missing\n"
-msgstr "kerana kehilangan %s"
-
-#: ../urpm/download.pm:557
-#, fuzzy, c-format
-msgid "ssh is missing\n"
-msgstr "kerana kehilangan %s"
-
-#: ../urpm/download.pm:576
-#, fuzzy, c-format
-msgid "prozilla is missing\n"
-msgstr "kerana kehilangan %s"
-
-#: ../urpm/download.pm:592
-#, fuzzy, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Laksana skrip bantuan"
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "kerana kehilangan %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, fuzzy, c-format
-msgid " %s%% completed, speed = %s"
-msgstr "Muatturun `%s', kelajuan:%s"
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "Menerima"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "%s tidak diambil... "
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "tiada protokol ditakrif untuk `%s'"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "tiada webfetch dijumpai, webfetch yang disokong adalah: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "tidak dapat mengawal protokol: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "&Pengepala dan Footer"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "pakej %s tidak dijumpai."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "mendapatkan fail rpm dari media \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "tidak dapat mencipta transaksi"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "tidak dapat mengekstrak rpm daripada pakej delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "tidak dapat memasang pakej %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "mendapatkan fail rpm dari media \"%s\"..."
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "Sambungan Gagal"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "membuang pakej %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "membuang pakej %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "Sahkan RPM untuk dipasang:"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Lebih maklumat pada pakej %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr " tiada kad bunyi ditakrif."
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "Pentadbiran Pangkalan Data Mergeant"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "@r adalah bukan @d; menghentikan.\n"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Instalasi gagal"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Instalasi gagal"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr ""
-"mengambil\n"
-" pakej berikut berjaya:\n"
-"\n"
-
-#: ../urpm/main_loop.pm:140
-#, fuzzy, c-format
-msgid "The following packages have bad signatures"
-msgstr "Salah satu pakej berikut diperlukan:"
-
-#: ../urpm/main_loop.pm:141
-#, fuzzy, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Adakah anda pasti untuk meneruskan"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "Sahkan RPM untuk dipasang:"
-
-#: ../urpm/main_loop.pm:178
-#, fuzzy, c-format
-msgid "distributing %s"
-msgstr "Mulakan %s:"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "Dari Fail"
-
-#: ../urpm/main_loop.pm:195
-#, fuzzy, c-format
-msgid "installing %s"
-msgstr "Memasang %s\n"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Cuba instalasi tanpa periksa kebergantungan? (y/T) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Cuba instalasi lebih keras (--force)? (y/T) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, fuzzy, c-format
-msgid "Installation is possible"
-msgstr "Pemasangan sekecil mungkin"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "periksa file sintesis [%s]"
-
-#: ../urpm/md5sum.pm:27
-#, fuzzy, c-format
-msgid "invalid MD5SUM file"
-msgstr "nama fail rpm [%s] tidak sah"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "medium maya \"%s\" perlu mempunyai url yang jelas, medium diabaikan"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "gagal mengakses fail list \"%s\", media diabaikan"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "gagal mengakses fail list \"%s\", media diabaikan"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "mencuba untuk mengatasi media sedia ada \"%s\", melangkau"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "tulis fail konfigurasi [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr ""
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr ""
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Carian mula: %s tamat: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "melangkau pakej %s"
-
-#: ../urpm/media.pm:699
-#, fuzzy, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "tidak dapat membuang pakej %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "media \"%s\" telah ada"
-
-#: ../urpm/media.pm:767
-#, fuzzy, c-format
-msgid "(ignored by default)"
-msgstr "hidupkan katalaluan bayang secara default"
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "Gagal apabila menambah media"
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "Menambah media:"
-
-#: ../urpm/media.pm:808
-#, fuzzy, c-format
-msgid "directory %s does not exist"
-msgstr "Partisyen Diminta Tidak Wujud"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "tidak dapat menghurai \"%s\" dalam fail [%s]"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "gagal mengakses media instalasi pertama (fail hdlists tidak dijumpai)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "ambil fail hdlist..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "cubaan untuk memilih media tidak wujud \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "memilih pelbagai media: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "hapus media \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "mengulangtetap urpmi untuk media \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...gagal mengulangtetap"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "selesai ulangtetap"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "media \"%s\" tidak dipilih"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "periksa file sintesis [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "masalah membaca fail sintesis untuk media \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "Medium Boleh Buang Terlekap"
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...gagal menyalin"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "fail deskripsi \"%s\" sedang disalin"
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...salin selesai"
-
-#: ../urpm/media.pm:1265
-#, fuzzy, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "salinan [%s] gagal (md5sum tidak sepadan)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "mengira md5sum salinan sumber hdlist (atau sintesis)"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "salinan [%s] gagal (md5sum tidak sepadan)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "dikemaskini pada %(date)s"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "Membaca dan membanding:"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "fail hdlist utk media \"%s\" tak dijumpai"
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "fail deskripsi \"%s\" sedang disalin"
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "nama fail rpm [%s] tidak sah"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "periksa file sintesis [%s]"
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "menjumpai hdlist dikesan (atau sintesis) seperti %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "fail hdlist utk media \"%s\" tak dijumpai"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "memeriksa fail pubkey \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, fuzzy, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "tidak dapat mengimport fail pubkey \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "tidak dapat mengimport fail pubkey \"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "Tambah medium"
-
-#: ../urpm/media.pm:1746
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed"
-msgstr "Sambungan Gagal"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "Pilih dokumen dari senarai:"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "NnTt"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "Yy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Salah pilih, cuba lagi\n"
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Package"
-msgstr "Pakej:"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Versi"
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Release"
-msgstr "Nota Keluaran Fedora"
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Cari"
-
-#: ../urpm/msg.pm:161
-#, fuzzy, c-format
-msgid "(suggested)"
-msgstr " Penyelesaian dicadangkan:\n"
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "Sederhana"
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "command line"
-msgstr "Arahan Baris"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "tidak dapat menghurai \"%s\" dalam fail [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "memeriksa parallel handler dalam fail [%s]"
-
-#: ../urpm/parallel.pm:34
-#, fuzzy, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "memeriksa parallel handler dalam fail [%s]"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "tidak dapat menggunakan pilihan parallel \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, fuzzy, c-format
-msgid "on node %s"
-msgstr "Berasaskan:"
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Instalasi gagal"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "Tidak dapat mencipta media."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "mounting %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "unmount %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"versi mdkupdate %s\n"
-"Hakmilik (C) %s Mandriva.\n"
-"Ini adalah perisian percuma dan boleh disebarkan dibawah akta GNU GPL.\n"
-"\n"
-"penggunaan:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - cetak nombor versi alatan ini.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --root - guna root lain untuk membuang rpm.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --update - guna hanya kemaskini media.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - jangan cetak baris yang sama.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - guna hanya kemaskini media.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - mod verbos.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, fuzzy, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr "-i --ignore-case Abai perbezaan case dalam kandungan fail."
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr "-i --ignore-case Abai perbezaan case dalam kandungan fail."
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Ungkapan corak:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, fuzzy, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -c - bersihkan direktori kache header.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - operator binari AND.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - operator binari OR.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - unari NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - kurungan kiri dan kanan.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Senarai tag:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - nyatakan format keluaran seperti printf\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " contoh: '%%name:%%files'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr "Rekabentuk Sasaran:"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr "%s %s pemasangan pada hos %s"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, fuzzy, c-format
-msgid " --buildtime - build time\n"
-msgstr "Tarikh/masa bolehubah"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "kemaskini semua fail tetapan"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr "dijangkakan %d pengurangan/pengurangan konflik"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr "Pelihat Pakej"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, fuzzy, c-format
-msgid " --distribution - distribution\n"
-msgstr "Sumber edaran"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr "Saat semenjak permulaan zaman"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr "Pelihat Pakej"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr "Cache Fail Pakej Jauh"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr "Kumpulan"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr "Nama Pakej"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr "Pelihat Pakej"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr "Senarai tag:\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr "Tidak dapat menulis tag!"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr "Senarai tag:\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr "Senarai tag:\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr "% dari saiz normal"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr "nama fail rpm [%s] tidak sah"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr "Senarai tag:\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr "Ringkasan"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr "URL:"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr "Pengeluar"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr "Cache Fail Pakej Jauh"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - cetak versi, keluaran dan arch dgn nama.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, fuzzy, c-format
-msgid "using specific environment on %s\n"
-msgstr "Mencipta swap dienkrip pada %s using %s:"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "Tiada status tersedia utk pakej ini\n"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "Tiada status tersedia utk pakej ini\n"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "menulis senarai fail untuk media \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Tiada pakej bernama %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Pakej berikut mengandungi %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "semua telah diinstal"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "semua telah diinstal"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "semua telah diinstal"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "kerana kehilangan %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "semua telah diinstal"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "kerana ketidakpuasan %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "cuba untuk menaikkan %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "untuk menyimpan %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "untuk memasang %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "kerana konflik dengan %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Tandatangan tidak sah (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Kekunci ID tidak sah (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Tandatangan tiada (%s)"
-
-#: ../urpm/sys.pm:156
-#, fuzzy, c-format
-msgid "system"
-msgstr "Sistem"
-
-#: ../urpm/sys.pm:191
-#, fuzzy, c-format
-msgid "You should restart %s for %s"
-msgstr "Anda mesti nyatakan label bagi kemasukan"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "Tidak dapat menulis kepada fail %s"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "tidak dapat membuka fail `%s'"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Fail untuk menyimpan suntingan:"
-
-#: ../urpme:41
-#, fuzzy, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"versi mdkupdate %s\n"
-"Hakmilik (C) %s Mandriva.\n"
-"Ini adalah perisian percuma dan boleh disebarkan dibawah akta GNU GPL.\n"
-"\n"
-"penggunaan:\n"
-
-#: ../urpme:47
-#, fuzzy, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " -a - pilih semua yg sama dgn baris perintah.\n"
-
-#: ../urpme:48
-#, fuzzy, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr "Buang perubahan yang dicadangkan"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr "Tidak dapat menulis tag!"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - guna root lain untuk membuang rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - guna hanya kemaskini media.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr "Pakej Hilang"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose - mod verbos.\n"
-
-#: ../urpme:60
-#, fuzzy, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - pilih semua yg sama dgn baris perintah.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Hanya superuser dibenarkan untuk membuang pakej"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "pakej tidak diketahui"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "pakej tidak diketahui"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Salah satu pakej berikut diperlukan:"
-msgstr[1] "Salah satu pakej berikut diperlukan:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Tiada untuk dibuang"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "gagal untuk membuang direktori %s: %s\n"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Untuk memenuhi kebergantungan, %d pakej berikut perlu dipasang:\n"
-"%s\n"
-msgstr[1] ""
-"Untuk memenuhi kebergantungan, %d pakej berikut perlu dipasang:\n"
-"%s\n"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "Pelihat Pakej"
-msgstr[1] "pakej tidak diketahui"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Buang kekunci"
-msgstr[1] "membuang pakej %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (y/T) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "Membuang Sumber"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Pembuangan gagal"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Pemasangan sekecil mungkin"
-
-#: ../urpmf:153
-#, fuzzy, c-format
-msgid "unterminated expression (%s)"
-msgstr "Penyunting Ungkapan Nalar (regexp)"
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --update - guna hanya kemaskini media.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr "Senarai tag:\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - lakukan pencarian fuzzy (sama dengan -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr "Simpan pilihan pakej"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-
-#: ../urpmi:99
-#, fuzzy, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --noclean - jaga rpm tidak dipakai dalam kache.\n"
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - jaga rpm tidak dipakai dalam kache.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr "Senarai tag:\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr ""
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr ""
-
-#: ../urpmi:137
-#, fuzzy, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr "-x PAT --exclude=PAT Asing fail yang sepadan PAT."
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr "Rekabentuk Sasaran:"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr "Pakej Hilang"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - jaga rpm tidak dipakai dalam kache.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - pilih semua yg sama dgn baris perintah.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - mod diam.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - mod verbos.\n"
-
-#: ../urpmi:154
-#, fuzzy, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " dicarikan nama atau fail rpm yg tertera pada baris perintah.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, fuzzy, c-format
-msgid "defaulting to --buildrequires"
-msgstr "&Lompat ke hiperlink"
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr ""
-
-#: ../urpmi:264
-#, fuzzy, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Direktori didalam nama path yang diberi tidak wujud."
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, fuzzy, c-format
-msgid "Updating media...\n"
-msgstr "Sila tunggu, mengemaskini media..."
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr " (untuk naiktaraf)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr " (untuk naiktaraf)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr " (untuk memasang)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr " (untuk memasang)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Untuk memenuhi kebergantungan, %d pakej berikut perlu dipasang:\n"
-"%s\n"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Pilihan Anda? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Teruskan juga?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Y/t) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr "semua telah diinstal"
-
-#: ../urpmi:525
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr "semua telah diinstal"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr ""
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Pakej berikut perlu dibuang untuk yang lain dinaiktaraf:\n"
-"%s\n"
-"Teruskan?"
-
-#: ../urpmi:553
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Pakej berikut perlu dibuang untuk yang lain dinaiktaraf:\n"
-"%s\n"
-"Teruskan?"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Pakej berikut perlu dibuang untuk yang lain dinaiktaraf:\n"
-"%s\n"
-"Teruskan?"
-
-#: ../urpmi:561
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Pakej berikut perlu dibuang untuk yang lain dinaiktaraf:\n"
-"%s\n"
-"Teruskan?"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Anda perlu menjadi root utk install kebergantungan berikutnya:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] " -c - keluaran lengkap dengan pakej untuk dibuang.\n"
-msgstr[1] ""
-"Untuk memenuhi kebergantungan, %d pakej berikut perlu dipasang:\n"
-"%s\n"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, fuzzy, c-format
-msgid "%s of packages will be retrieved."
-msgstr "%s mestilah nombor"
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Batal"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Tekan <enter> untuk shell"
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"penggunaan: urpmi.addmedia [pilihan] <nama> <url> [with <path_relatif>]\n"
-"keterangan: <url> adalah\n"
-" [file:/]/<path> with <namafail relatif hdlist>\n"
-" ftp://<login>:<sandi>@<host>/<path> with <namafail relatif hdlist>\n"
-" ftp://<host>/<path> with <namafail relatif hdlist>\n"
-" http://<host>/<path> with <namafail relatif hdlist>\n"
-" removable://<path> with <namafail relatif hdlist>\n"
-"\n"
-"dan [pilihan] dari\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - guna wget utk mengambil fail jauh.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - guna curl utk mengambil fail jauh.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --wget - guna wget utk mengambil fail jauh.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --wget - guna wget utk mengambil fail jauh.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr "masalah membaca fail sintesis untuk media \"%s\""
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --uniq - jangan cetak baris yang sama.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr "Ralat mendapatkan senarai pakej yang ada"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - mod diam.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - mod verbos.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, fuzzy, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Hanya superuser yang boleh menginstal pakej"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "Fail Config Ruang Kerja"
-
-#: ../urpmi.addmedia:128
-#, fuzzy, c-format
-msgid "Can't create config file [%s]"
-msgstr "gagal tulis fail konfigurasi [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "tak perlu memberikan <path relatif hdlist> dgn --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<path relatif hdlist> hilang\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "Tidak dapat mencipta media."
-
-#: ../urpmi.recover:28
-#, fuzzy, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"versi mdkupdate %s\n"
-"Hakmilik (C) %s Mandriva.\n"
-"Ini adalah perisian percuma dan boleh disebarkan dibawah akta GNU GPL.\n"
-"\n"
-"penggunaan:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - jaga rpm tidak dipakai dalam kache.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr "Pakej Hilang"
-
-#: ../urpmi.recover:57
-#, fuzzy, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Selit tarikh dan/atau masa"
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Anda telah memilih fail, bukan direktori"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, fuzzy, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "Extension &fail:"
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, fuzzy, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Hadkan pilihan arahan baris"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, fuzzy, c-format
-msgid "No transaction found since %s\n"
-msgstr "tiada webfetch dijumpai, webfetch yang disokong adalah: %s\n"
-
-#: ../urpmi.recover:130
-#, fuzzy, c-format
-msgid "You must be superuser to do this"
-msgstr "Maaf, anda mestilah root untuk melakukannya..."
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "nama fail rpm [%s] tidak sah"
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "tiada webfetch dijumpai, webfetch yang disokong adalah: %s\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, fuzzy, c-format
-msgid "Disabling repackaging\n"
-msgstr "Menidakupayakan Supermount"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"penggunan: urpmi.removemedia (-a | <nama> ...)\n"
-"<nama> adalah nama media yg akan dihapus.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - pilih semua media.\n"
-
-#: ../urpmi.removemedia:42
-#, fuzzy, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -a - pilih semua yg sama dgn baris perintah.\n"
-
-#: ../urpmi.removemedia:59
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Hanya superuser dibenarkan untuk membuang pakej"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "tiada penghapusan (guna urpmi.addmedia utk tambah media)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"masukan utk penghapusan hilang\n"
-"(satu dari %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"penggunaan: urpmi.update [pilihan] <nama> ...\n"
-"<nama> adalah media yg akan dikemaskini.\n"
-
-#: ../urpmi.update:43
-#, fuzzy, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - guna hanya kemaskini media.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi.update:46
-#, fuzzy, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --update - guna hanya kemaskini media.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - pilih semua media non-removable.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr "periksa file sintesis [%s]"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - paksa buat fail hdlist.\n"
-
-#: ../urpmi.update:69
-#, fuzzy, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Hanya superuser yang boleh menginstal pakej"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"tiada apa-apa yang perlu dikemaskini (guna urpmi.addmedia utk tambah media)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"masukan kemaskini hilang\n"
-"(satu dari %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "ignoring media %s"
-msgstr "Media Storan"
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "enabling media %s"
-msgstr "Media Storan"
-
-#: ../urpmq:40
-#, fuzzy, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"versi mdkupdate %s\n"
-"Hakmilik (C) %s Mandriva.\n"
-"Ini adalah perisian percuma dan boleh disebarkan dibawah akta GNU GPL.\n"
-"\n"
-"penggunaan:\n"
-
-#: ../urpmq:48
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr " --update - guna hanya kemaskini media.\n"
-
-#: ../urpmq:53
-#, fuzzy, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr "Label Senarai Semasa"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - lakukan pencarian fuzzy (sama dengan -y).\n"
-
-#: ../urpmq:58
-#, fuzzy, c-format
-msgid " --list - list available packages.\n"
-msgstr "Simpan pilihan pakej"
-
-#: ../urpmq:59
-#, fuzzy, c-format
-msgid " --list-media - list available media.\n"
-msgstr "Bantuan tidak ada"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr ""
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-
-#: ../urpmq:62
-#, fuzzy, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr "Ralat mendapatkan senarai pakej yang ada"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - pakej berikut adalah pakej sumber (sama dgn -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - beri semua pakej sumber sebelum muatturun (hanya root).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr "Rekabentuk Sasaran:"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - papar log perubahan.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - papar konflik.\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - papar lapuk.\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - papar menyediakan.\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - papar diperlukan.\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - papar cadangan.\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - papar sumber rpm.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - papar ringkasan.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - soal kebergantungan pakej.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - carian undur untuk pakej apa diperlukan.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - carian undur lanjutan (termasuk pakej maya).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - cari dalam penyediaan untuk mencari pakej.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - keluaran lengkap dengan pakej untuk dibuang.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - cetak kumpulan dengan nama juga.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - cetak maklumat berguna dalam bentuk boleh dibaca "
-"manusia.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - senaraikan fail dalam pakej.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - bersamaan dengan -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - cetak versi dan keluaran dengan nama juga.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - pakej berikut adalah pakej sumber (sama dgn --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - buang pakej jika versi lebih terkini telah dipasang.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - lakukan pencarian fuzzy (sama dengan --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - seperti -y, tetapi memaksa untuk memadan tidak kira huruf "
-"besar atau kecil.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " dicarikan nama atau fail rpm yg tertera pada baris perintah.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr ""
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "guna -l untuk menyenaraikan fail"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Tiada log perubahan dijumpai\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - buat media update.\n"
diff --git a/po/mt.po b/po/mt.po
deleted file mode 100644
index f9d3a8e1..00000000
--- a/po/mt.po
+++ /dev/null
@@ -1,3686 +0,0 @@
-# translation of mt.po to Maltese
-# translation of urpmi-mt.po to
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/mt.php3
-#
-# translation of urpmi-mt.po to Maltese
-# Copyright (C) 2002,2003, 2004 Free Software Foundation, Inc.
-# Ramon Casha <ramon.casha@linux.org.mt>, 2002,2003, 2004.
-# Ramon Casha <rcasha@waldonet.net.mt>, 2003.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: mt\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2004-09-07 05:59+0200\n"
-"Last-Translator: Ramon Casha <ramon.casha@linux.org.mt>\n"
-"Language-Team: Maltese <mt@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.3\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, fuzzy, c-format
-msgid "RPM installation"
-msgstr "Installazzjoni tas-sistema"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, fuzzy, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Int għażilt pakkett ta' sors:\n"
-"\n"
-"%s\n"
-"\n"
-"Aktarx ma xtaqtx tinstallah fuq il-kompjuter (jekk tinstallah tkun tista' "
-"tagħmel tibdiliet lis-sors u mbgħad tikkompilah).\n"
-"\n"
-"X'tixtieq tagħmel?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, fuzzy, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Int se tinstalla dawn il-pakketti ta' softwer fuq il-kompjuter:\n"
-"\n"
-"%s\n"
-"\n"
-"Inkella tista' sempliċiment tikteb il-fajls. X'tippreferi?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Int se tinstalla dawn il-pakketti ta' softwer fuq il-kompjuter:\n"
-"\n"
-"%s\n"
-"\n"
-"Inkella tista' sempliċiment tikteb il-fajls. X'tippreferi?"
-
-#: ../gurpmi:98
-#, fuzzy, c-format
-msgid "_Install"
-msgstr "Installa"
-
-#: ../gurpmi:99
-#, fuzzy, c-format
-msgid "_Save"
-msgstr "Ikteb"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "I_kkanċella"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Agħżel fejn tikteb il-fajl"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, fuzzy, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi verżjoni %s\n"
-"Copyright (C) 1999-2005 Mandriva.\n"
-"Dan huwa softwer ħieles u jista' jiġi distribwit taħt it-termini tal-GNU "
-"GPL.\n"
-"\n"
-"użu:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - uri dan il-messaġġ ta' għajnuna.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - agħżel pakketti awtomatikament biex taġġorna s-sistema.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - imponi l-invokazzjoni anke jekk xi pakketti ma jeżistux.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - ivverifika l-firma tal-pakkett qabel tinstalla.\n"
-" (--no-verify-rpm itfih, impliċitament mixgħul).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - uża biss is-sorsi llistjati b'virgoli.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - ippermetti tfittix fil-\"provides\" biex issib pakkett.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - tfittixx fil-\"provides\" biex issib pakkett.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - uża root ieħor għall-installazzjoni rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - ivverifika li l-installazzjoni tista' ssir sew.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --media - uża biss is-sorsi llistjati b'virgoli.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "Ebda kmand speċifikat"
-
-#: ../gurpmi2:53
-#, fuzzy, c-format
-msgid "Please wait..."
-msgstr "Stenna ftit."
-
-#: ../gurpmi2:62
-#, fuzzy, c-format
-msgid "Must be root"
-msgstr "Port tal-maws"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Xi pakketti mitluba ma jistgħux jiġu nstallati:\n"
-"%s"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Twissija"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ok"
-
-#: ../gurpmi2:171
-#, fuzzy, c-format
-msgid " (to upgrade)"
-msgstr "Aġġornament"
-
-#: ../gurpmi2:172
-#, fuzzy, c-format
-msgid " (to install)"
-msgstr "Oħroġ mill-installazzjoni"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Wieħed minn dawn il-pakketti huwa meħtieġ:"
-
-#: ../gurpmi2:200
-#, fuzzy, c-format
-msgid "_Abort"
-msgstr "Waqqaf"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Dawn il-pakketti jridu jitneħħew qabel oħrajn jiġu aġġornati:\n"
-"%s"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"Biex nissodisfa d-dipendenzi, dawn il-pakketti jridu jiġu nstallati wkoll (%"
-"d MB)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Biex nissodisfa d-dipendenzi, %d pakkett/i jridu jiġu nstallati wkoll (%d MB)"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Installazzjoni ta' pakketti..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "ma nistax inġib il-pakketti tas-sors, se noħroġ"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Qed nipprepara..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Qed jiġi nstallat \"%s\" (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Jekk jogħġbok daħħal id-diska mmarkata \"%s\" fl-apparat [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Qed jitniżżel il-pakkett \"%s\"..."
-
-#: ../gurpmi2:324
-#, fuzzy, c-format
-msgid "_Done"
-msgstr "Lest"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"L-installazzjoni falliet, xi fajls huma nieqsa:\n"
-"\n"
-"%s\n"
-"Forsi trid taġġorna d-database urpmi"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "installazzjoni falliet"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "kollox diġà installat"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Installazzjoni lesta"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "qed jitneħħa %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "qed jiġi ristartjat urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"użu: %s [għażliet]\n"
-"fejn [għażliet] jinkludu\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - uri dan il-messaġġ ta' għajnuna.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - uża d-direttorju speċifikat minflok /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [grupp] - irrestrinġi r-riżultati għal dan il-grupp.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " l-istandard huwa %s.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - uri l-gruppi flimkien ma' l-isem.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Is-\"superuser\" biss għandu l-awtorità jistalla pakketti"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Ma nistax noħloq id-direttorju [%s] għar-rapport tal-bug"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Qed jitniżżel il-pakkett \"%s\"..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "ma nistax niftaħ rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "isem tal-fajl rpm [%s] invalidu"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "qed jinġab il-fajl rpm [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...qari lest"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...qari falla: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "ma nistax naċċessa l-fajl rpm [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "ma nistax nifli \"%s\" fil-fajl [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "ma nistax nirreġistra l-fajl rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "problema fir-reġistrazzjoni ta' pakketti lokali"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "dikjarazzjoni ta' \"proxy\" ħażina fil-linja ta' kmand\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: ma nistax naqra l-fajl rpm \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Firma nieqsa (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Ikkupjar falla"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "sors \"%s\" mhuwiex magħżul"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "ma nistax naqra l-rpm [%s] mis-sors \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "ma setax jinkiteb il-fajl ta' konfigurazzjoni [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "ma setax jinkiteb il-fajl ta' konfigurazzjoni [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "ma setax jinkiteb il-fajl ta' konfigurazzjoni [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Password:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Ikkupjar falla"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "minħabba %s nieqes"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "minħabba %s nieqes"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "minħabba %s nieqes"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "qed jitneħħa %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...qari falla: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "protokoll mhux magħruf definit għal %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "ma nstabx webfetch; webfetch aċċettati huma: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "ma nistax nuża l-protokoll: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "qed jiġi nstallat %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "pakkett %s ma nstabx."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "qed jinġabu l-fajls rpm mis-sors \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "qed tinħoloq tranżazzjoni għal %s (neħħi=%d, installa=%d, aġġorna=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "ma nistax noħloq tranżazzjoni"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "ma nistax inneħħi l-pakkett %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "ma nistax ninstalla l-pakkett %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "qed jiġi nstallat %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...qari falla: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "ed jitneħħa l-pakkett %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "ed jitneħħa l-pakkett %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "qed jiġi nstallat %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Iżjed informazzjoni dwar pakkett %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "Ebda kmand speċifikat"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "database urpmi imsakkar"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Twissija"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "installazzjoni falliet"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "installazzjoni falliet"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Dawn il-pakketti fihom firem ħżiena"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Dawn il-pakketti fihom firem ħżiena"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Trid tkompli l-installazzjoni ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "qed jiġi nstallat %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "qed jiġi distribwit %s"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "qed jiġi nstallat %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "qed jiġi nstallat %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Trid tinstalla mingħajr ma niċċekkja d-dipendenzi? (i/L) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Trid tipprova b'iżjed qawwa (--force)? (i/L)"
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Installazzjoni possibbli"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "qed jiġi eżaminat il-fajl MD5SUM"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "is-sors virtwali \"%s\" għandu jkollu url ċar; sors injurat"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "ma nistax naċċessa l-fajl tal-lista \"%s\", sors injorat"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "ma nistax naċċessa l-fajl hdlist ta' \"%s\", sors injorat"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "qed nipprova naqbeż is-sors eżistenti \"%s\""
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "ikteb fajl ta' konfigurazzjoni [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Ma nistax nuża modalità parallela ma' modalità use-distrib"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "qed tintuża sors assoċjat għal modalità parallela: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis ma jistax jintuża ma' --media, --excludemedia, --sortmedia, --"
-"update jew --parallel"
-
-#: ../urpm/media.pm:666
-#, fuzzy, c-format
-msgid "Search start: %s end: %s"
-msgstr "Fittex fonts installati"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "qed jinqabeż pakkett %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "jaġġorna minflok jinstalla pakkett %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "sors \"%s\" diġà jeżisti"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "qed naqra l-\"headers\" mis-sors \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "qed jitneħħa s-sors \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "ma nistax niftaħ rpmdb"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"ma nistax naċċessa l-ewwel sors ta' installazzjoni (ma nstabx il-fajl "
-"hdlists)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "qed naqra l-fajl \"hdlists\"..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "qed nipprova naċċessa sors ineżistenti \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "qed nagħżel sors multiplu: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "qed jitneħħa s-sors \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "qed jiġi rikonfigurat urpmi għas-sors \"%s\"..."
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...rikonfigurazzjoni falliet"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "rikonfigurazzjoni lesta"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "sors \"%s\" mhuwiex magħżul"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "qed jiġi eżaminat il-fajl ta' sinteżi [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problema fil-qari tas-sinteżi għas-sors \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "qed jinkiteb il-fajl b'lista għas-sors \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...ikkupjar falla"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "qed nikkopja l-fajl ta' deskrizzjoni ta' \"%s\""
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...ikkupjar lest"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "l-ikkuppjar tal-fajl [%s] falla (il-fajl jidher żgħir wisq)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "qed tiġi kalkulata l-md5sum għall-hdlist jew sinteżi tas-sors imniżżel"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "l-ikkuppjar tal-fajl [%s] falla (md5sum ma qablitx)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "qed jiġi eżaminat il-fajl hdlist [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "qed jiġi nstallat %s"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "ma nstabx fajl hdlists għas-sors \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "qed nikkopja l-fajl ta' deskrizzjoni ta' \"%s\""
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "isem tal-fajl rpm [%s] invalidu"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "qed jinġab l-hdlist jew sinteżi sors għal \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "sibt l-hdlist (jew sinteżi) bħala %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "ma nstabx fajl hdlists għas-sors \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "qed jiġi eżaminat fajl pubkey ta' \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...ċifrarju %s importat mill-fajl pubkey ta' \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "ma stajtx nimporta fajl pubkey ta' \"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "ġie miżjud is-sors %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "qed jinqraw fajls rpm minn [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "LlNn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "IiYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Għażla ħażina, jiddispjaċini. Erġa' pprova\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Fittex"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "qed jitneħħa s-sors \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "ma nistax nifli \"%s\" fil-fajl [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "qed jiġi eżaminat \"parallel handler\" fil-fajl [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "instab \"parallel handler\" għal nodi: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "ma nistax nuża għażla parallela \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "installazzjoni falliet"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "ma nistax naċċessa s-sors \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "qed jiġi mmuntat %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "qed niżmonta %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf verżjoni %s\n"
-"Copyright (C) 2002-2004 Mandriva.\n"
-"Dan huwa softwer ħieles u jista' jiġi distribwit taħt it-termini tal-GNU "
-"GPL.\n"
-"\n"
-"użu:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - uri dan il-messaġġ ta' għajnuna.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - uża ambjent speċifiku (tipikament f'rapport ta' bug).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - eskludi s-sorsi msemmija, separati b'virgoli.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --root - uża root ieħor għall-installazzjoni rpm.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - issortja s-sorsi skond strings separati b'virgola.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --synthesis - uża s-sinteżi mogħti minflok id-database urpmi.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - uża s-sinteżi mogħti minflok id-database urpmi.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - turix linji identiċi.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - uża s-sorsi ta' aġġornament biss.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " -verbose - modalità b'ħafna dettalji.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - qis ittri kbar u żgħar l-istess f'kull mudell.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - qis ittri kbar u żgħar l-istess f'kull mudell.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - includi kodiċi perl direttament bħala perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - operatur AND binarju.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - operatur OR binarju.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - operatur NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr ""
-" ( - parenteżi tal-lemin, biex tagħlaq grupp ta' "
-"espressjonijiet.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Lista ta' informazzjoni x'tirrestawra:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - uża l-interfaċċja X.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " l-istandard huwa %s.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - uri l-url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - uri t-tag \"buildhost\": kompjuter fejn inbena.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "Konfigurazzjoni ta' Konsole"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - uri \"conflicts\": kull ma joħloq konflitt\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - uri t-tag \"description\": deskrizzjoni\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - uri t-tag epoch: epoka.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --name - uri biss l-ismijiet tal-pakketti.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - illistja l-fajls fil-pakkett.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - uri l-grupp.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - uri biss l-ismijiet tal-pakketti.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --name - uri biss l-ismijiet tal-pakketti.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - ipprintja l-kontenut ta' \"obsoletes\"\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - uri t-tag \"packager\": pakkeġġjatur.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - uri \"provides\" - kull ma jipprovdi\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - uri \"requires\": kull ma jeħtieġ\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - uri d-daqs.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - print tag \"sourcerpm\": rpm tas-sors.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - ipprintja l-kontenut ta' \"obsoletes\"\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - uri t-tag \"summary\": sommarju.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - uri l-url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " -verbose - modalità b'ħafna dettalji.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - illistja l-fajls fil-pakkett.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - uri verżjoni, ħarġa u arkitettura flimkien ma' l-isem.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "qed jintuża ambjent speċifiku fuq %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "ma nstabx fajl hdlists għas-sors \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "ibni l-fajl ta' sintesi tal-hdlist għas-sors \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "qed jinkiteb il-fajl b'lista għas-sors \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Ebda pakkett imsejjaħ %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Dawn il-pakketti fihom %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "kollox diġà installat"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "kollox diġà installat"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "kollox diġà installat"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "minħabba %s nieqes"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "kollox diġà installat"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "minħabba %s mhux sodisfatt"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "qed nipprova nippromwovi %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "sabiex inżomm %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "sabiex ninstalla %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "minħabba konflitt ma' %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Firma invalida (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "ID taċ-ċifrarju invalidu (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Firma nieqsa (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "ma setax jinkiteb il-fajl [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Ikkupjar falla"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Ikkupjar falla"
-
-#: ../urpme:41
-#, fuzzy, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme verżjoni %s\n"
-"Copyright (C) 1999-2005 Mandriva.\n"
-"Dan huwa softwer ħieles u jista' jiġi distribwit taħt it-termini tal-GNU "
-"GPL.\n"
-"\n"
-"użu:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - agħżel pakkett awtomatikament fl-għażla.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, fuzzy, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - ivverifika li l-installazzjoni tista' ssir sew.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - iddistribwixxi urpmi fuq il-magni ta' alias.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - uri t-tag \"packager\": pakkeġġjatur.\n"
-
-#: ../urpme:53
-#, fuzzy, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - uża root ieħor għall-installazzjoni rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - uża s-sorsi ta' aġġornament biss.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - uri t-tag \"description\": deskrizzjoni\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - ikkonfigura urpmi dak il-ħin minn distrib, utli "
-"biex tinstalla jew tneħħi chroot permezz ta' --root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " -verbose - modalità b'ħafna dettalji.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - agħżel kull ma jaqbel fuq il-linja tal-kmand.\n"
-
-#: ../urpme:73
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Is-\"superuser\" biss għandu l-awtorità ineħħi sorsi"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "pakketti mhux magħrufa"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "pakkett mhux magħruf"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "jekk tneħħi l-pakkett %s is-sistema ma tibqax taħdem sew"
-msgstr[1] "jekk tneħħi l-pakkett %s is-sistema ma tibqax taħdem sew"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "M'hemm xejn x'inneħħi"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "M'hemm xejn x'inneħħi"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Biex nissodisfa d-dipendenzi, dawn il-pakketti jridu jitneħħew ukoll (%d MB)"
-msgstr[1] ""
-"Biex nissodisfa d-dipendenzi, dawn il-pakketti jridu jitneħħew ukoll (%d MB)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "pakkett mhux magħruf"
-msgstr[1] "pakkett mhux magħruf"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "ed jitneħħa l-pakkett %s"
-msgstr[1] "ed jitneħħa l-pakkett %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (i/L) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "qed nieħu l-apparat li jitneħħa bħala \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Tneħħija falliet"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Tneħħija falliet"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-select - agħżel pakketti awtomatikament biex taġġorna s-sistema.\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - tiċċekkjax MD5SUM.\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - ġiegħel iċ-ċifrarju gpg jiġi aġġornat.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - ipprintja l-kontenut ta' \"obsoletes\"\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - tistaqsi qatt biex tneħħi pakkett, waqqaf l-"
-"installazzjoni.\n"
-
-#: ../urpmi:87
-#, fuzzy, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-" --install-src - installa biss pakketti bis-sorsi (mingħajr binarji).\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - żomm il-pakketti eżistenti jekk jista' jkun, iċħadkeep "
-"existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - aqsam fi tranżazzjonijiet żgħar jekk se jiġu installati "
-"jew\n"
-" aġġornati iżjed mill-pakketti mitluba; impliċitament %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - tul qasir ta' tranżazzjoni, impliċitament %d.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - imponi tfittix \"fuzzy\" (l-istess bħal -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - uri \"requires\": kull ma jeħtieġ\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - installa biss pakketti bis-sorsi (mingħajr binarji).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - neħħi rpms mill-cache qabel affarijiet oħra.\n"
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - żomm rpms mhux użati fil-cache.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - ippermetti li l-user jiġi mistoqsi jekk iridx jinstalla\n"
-" pakketti mingħajr ma jiġu ċċekkjati d-dipendenzi.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - jippermetti li l-user jiġi mistoqsi jridx jinstalla \n"
-" pakketti mingħajr ma jiġu ċċekkjati d-dipendenzi \n"
-" u integrità.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - ipprintja l-kontenut ta' \"obsoletes\"\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - ikkonfigura urpmi dak il-ħin minn siġra tad-"
-"distribuzzjoni,\n"
-" utli meta qed tinstalla fuq chroot bl-għażla --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - illimita r-rata ta' tniżżil.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - kompli t-trasferiment ta' fajls parzjalment imniżżla\n"
-" (--no-resume jitfih - impliċitament mitfi).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - uża l-proxy HTTP speċifikat. In-numru tal-port huwa "
-"meqjus\n"
-" li huwa 1080 impliċitament (format huwa <proxyhost[:port]"
-">).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - speċifika user u password biex tuża għall-"
-"awtentikazzjoni\n"
-" tal-proxy (format huwa <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - ipproduċi rapport ta' bug fid-direttorju indikat "
-"fl- argument li jmiss.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - eskludi direttorji separati b'virgoli.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - eskludi fajls ta' dokumentazzjoni.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - tistaqsi qatt biex tneħħi pakkett, waqqaf l-"
-"installazzjoni.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - uri l-url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - uri t-tag \"description\": deskrizzjoni\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-" --skip - pakketti li l-installazzjoni tagħhom għandha tinqabeż\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-" --skip - pakketti li l-installazzjoni tagħhom għandha tinqabeż\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - meta jinstabu iżjed minn pakkett wieħed, ipproponi iżjed\n"
-" għażliet minn dak impliċitu.\n"
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - żomm rpms mhux użati fil-cache.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - agħżel kull ma jaqbel fuq il-linja tal-kmand.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - modalità kwieta.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " -verbose - modalità b'ħafna dettalji.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" ismijiet jew fajls rpm mogħtija fuq il-linja ta' kmand se jiġu nstallati.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "X'jista' jsir minn fajls rpm binarji meta tuża --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Direttorju [%s] diġà jeżisti, jekk jogħġbok agħżel direttorju ieħor għar-"
-"rapport jew ħassru"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Ma nistax noħloq id-direttorju [%s] għar-rapport tal-bug"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "Aġġornament"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr "Aġġornament"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "Oħroġ mill-installazzjoni"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "Oħroġ mill-installazzjoni"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Biex nissodisfa d-dipendenzi, dawn il-pakketti jridu jitneħħew ukoll (%d MB)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "X'tagħżel? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Trid tkompli xorta?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (I/l) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Xi pakketti mitluba ma jistgħux jiġu nstallati:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Xi pakketti mitluba ma jistgħux jiġu nstallati:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "jekk tneħħi l-pakkett %s is-sistema ma tibqax taħdem sew"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"L-installazzjoni ma tistax tkompli għax dawn il-pakketti jridu \n"
-"jitneħħew sabiex oħrajn jiġu aġġornati:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"L-installazzjoni ma tistax tkompli għax dawn il-pakketti jridu \n"
-"jitneħħew sabiex oħrajn jiġu aġġornati:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Dawn il-pakketti jridu jitneħħew qabel oħrajn jiġu aġġornati:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Dawn il-pakketti jridu jitneħħew qabel oħrajn jiġu aġġornati:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Trid tkun \"root\" biex tinstalla dawn id-dipendenzi:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"Biex nissodisfa d-dipendenzi, dawn il-pakketti jridu jitneħħew ukoll (%d MB)"
-msgstr[1] ""
-"Biex nissodisfa d-dipendenzi, dawn il-pakketti jridu jitneħħew ukoll (%d MB)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Ikkanċella"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Agħfas Enter meta tlesti..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"użu: urpmi.addmedia [għażliet] <isem> <url> [with <direttorju_relattiv>]\n"
-"fejn <url> huwa wieħed minn:\n"
-" [file:/]/<path> with <isem tal-hdlist relattiv>\n"
-" ftp://<login>:<password>@<host>/<path> with <isem tal-hdlist "
-"relattiv>\n"
-" ftp://<host>/<path> with <isem tal-hdlist relattiv>\n"
-" http://<host>/<path> with <isem tal-hdlist relattiv>\n"
-" removable://<path> with <isem tal-hdlist relattiv>\n"
-"\n"
-"u [għażliet] huma minn\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - uża wget biex iġġib fajls remoti.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - uża curl biex iġġib fajls remoti.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - uża curl biex iġġib fajls remoti.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - uża curl biex iġġib fajls remoti.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - ipprova sib il-fajl \"synthesis\".\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - tippruvax tfittex fajls sinteżi jew hdlist.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - oħloq is-sorsi kollha minn sors ta' installazzjoni.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - illistja s-sorsi disponibbli.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - uża l-url speċifikat għal-lista tal-mirja, impliċitu "
-"huwa\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - oħloq sors virtwali li huwa dejjem aġġornat. Il-"
-"protokoll\n"
-" file:// biss huwa permess.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - tiċċekkjax MD5SUM.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - modalità kwieta.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - modalità b'ħafna dettalji (verbose).\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Is-\"superuser\" biss għandu l-awtorità iżid sorsi"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "ikteb fajl ta' konfigurazzjoni [%s]"
-
-#: ../urpmi.addmedia:128
-#, fuzzy, c-format
-msgid "Can't create config file [%s]"
-msgstr "ikteb fajl ta' konfigurazzjoni [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "m'hemmx għalfejn tagħti <isem tal-hdlist relattiv> ma' --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<isem tal-hdlist relattiv> mhux speċifikat\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "ma nistax naċċessa s-sors \"%s\""
-
-#: ../urpmi.recover:28
-#, fuzzy, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme verżjoni %s\n"
-"Copyright (C) 1999-2005 Mandriva.\n"
-"Dan huwa softwer ħieles u jista' jiġi distribwit taħt it-termini tal-GNU "
-"GPL.\n"
-"\n"
-"użu:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - żomm rpms mhux użati fil-cache.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - illistja s-sorsi disponibbli u l-urls tagħhom.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-url - illistja s-sorsi disponibbli u l-urls tagħhom.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --name - uri biss l-ismijiet tal-pakketti.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "pakkett %s ma nstabx."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "qed jinġab il-fajl rpm [%s] ..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Ma nstabx lista ta' fajls\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"użu: urpmi.removemedia (-a | <isem> ...)\n"
-"fejn <isem> huwa l-isem tas-sors xi tneħħi.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - agħżel is-sorsi kollha.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - tfittix \"fuzzy\" fuq ismijiet ta' sorsi.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Is-\"superuser\" biss għandu l-awtorità ineħħi sorsi"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "xejn x'inneħħi (uża urpmi.addmedia biex iżżid sors)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"l-element li trid tneħħi m'hux hemm\n"
-"(wieħed minn %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"użu: urpmi.update [għażliet] <isem> ...\n"
-"fejn <isem> huwa l-isem tas-sors x'taġġorna.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - uża s-sorsi ta' aġġornament biss.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - ġiegħel iċ-ċifrarju gpg jiġi aġġornat.\n"
-
-#: ../urpmi.update:46
-#, fuzzy, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --update - uża s-sorsi ta' aġġornament biss.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --no-probe - tippruvax tfittex fajls sinteżi jew hdlist.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - agħżel is-sorsi kollha li ma jitneħħewx.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - ġiegħel il-fajls hdlist jiġu ġenerati.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - ġiegħel il-fajls hdlist jiġu ġenerati.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Is-\"superuser\" biss għandu l-awtorità jaġġorna sorsi"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "m'hemm xejn x'naġġorna (uża urpmi.addmedia biex iżżid sors)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"l-element li trid taġġorna m'hux hemm\n"
-"(wieħed minn %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "ignoring media %s"
-msgstr "Editja s-sors \"%s\":"
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "enabling media %s"
-msgstr "qed jitneħħa s-sors \"%s\""
-
-#: ../urpmq:40
-#, fuzzy, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq verżjoni %s\n"
-"Copyright (C) 2000-2004 Mandriva.\n"
-"Dan huwa softwer ħieles u jista' jiġi distribwit taħt it-termini tal-GNU "
-"GPL.\n"
-"\n"
-"użu:\n"
-
-#: ../urpmq:48
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr " --media - uża biss is-sorsi llistjati b'virgoli.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - imponi tfittix \"fuzzy\" (l-istess bħal -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - uri l-pakketti disponibbli kollha.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - illistja s-sorsi disponibbli.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - illistja s-sorsi disponibbli u l-urls tagħhom.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - illistja nodi disponibbli għal --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - elenka l-aliases paralleli disponibbli.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - uri l-konfigurazzjoni fil-forma ta' argument għal\n"
-" urpmi.addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - il-pakkett li jmiss huwa pakkett sors (l-istess bħal -"
-"s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - agħti l-pakketti sorsi kollha qabel tniżżilhom (root "
-"biss).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - uri l-url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - ikkonfigura urpmi dak il-ħin minn siġra ta' "
-"distribuzzjoni.\n"
-" Dak jippermettilek tikkwerja lid-distro.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - uri \"changelog\": lista ta' tibdiliet.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - uri \"conflicts\": kull ma joħloq konflitt\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - ipprintja l-kontenut ta' \"obsoletes\"\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - uri \"provides\" - kull ma jipprovdi\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - uri \"requires\": kull ma jeħtieġ\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - ipprintja l-kontenut ta' \"obsoletes\"\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - print tag \"sourcerpm\": rpm tas-sors.\n"
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary - uri t-tag \"summary\": sommarju.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - estendi t-tfittix għad-dipendenzi tal-pakketti.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr ""
-" --whatrequires - tfittix bil-kontra, għal dak li jirrikjedi dan il-"
-"pakkett.\n"
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" -R - tfittix bil-kontra, għal dak li jirrikjedi dan il-"
-"pakkett.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - fittex fil-\"provides\" biex issib pakkett.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - output komplet bil-pakkett li se jitneħħa.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - uri l-gruppi flimkien ma' l-isem.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - uri informazzjoni utli f'forma li tinftiehem.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - illistja l-fajls fil-pakkett.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - modalità kwieta.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - uri verżjoni u ħarġa flimkien ma' l-isem.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - il-pakkett li jmiss huwa sors (l-istess bħal --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - neħħi pakkett jekk diġà hemm verżjoni iżjed riċenti "
-"nstallata.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr ""
-" -y - ġiegħel tfittix \"fuzzy\" (l-istess bħal --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - bħal -y, imma ma jiddistingwix bejn ittri kbar/żgħar.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-" ismijiet jew fajls rpm li jingħataw fuq il-linja tal-kmand jiġu "
-"spezzjonati.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes tista' tintuża biss ma' --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "ma nistax nikteb il-fajl tal-lista \"%s\""
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"Nota: peress li ebda sors imfittex ma juża hdlists, urpmf ma setax "
-"jirritorna riżultati\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"Nota: peress li ebda sors imfittex ma juża hdlists, urpmf ma setax "
-"jirritorna riżultati\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"Nota: peress li ebda sors imfittex ma juża hdlists, urpmf ma setax "
-"jirritorna riżultati\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"Nota: peress li ebda sors imfittex ma juża hdlists, urpmf ma setax "
-"jirritorna riżultati\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Ma nstabx changelog\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - oħloq sors ta' aġġornament.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "input iffurmat ħażin [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d tranżazzjonijiet ta' installazzjoni fallew"
-#~ msgstr[1] "%d tranżazzjonijiet ta' installazzjoni fallew"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "kollox diġà installat"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Qed niċċekkja biex jitneħħa wieħed minn dawn il-pakketti"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "database urpmi imsakkar"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "għażla \"%s\" mhux magħrufa\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "wisq punti ta' mmuntar għas-sors li jitneħħa \"%s\""
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "qed jintuża apparat [%s] għal \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "ma nistax nikseb il-path għal sors li jitneħħa \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "ma nistax naċċessa l-ewwel sors ta' installazzjoni"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "ma nistax naċċessa s-sors \"%s\",\n"
-#~ "dan jista' jiġri jekk timmonta d-direttorju manwalment waqt li qed "
-#~ "jinħoloq is-sors."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "sors \"%s\" immarkat li jista' jitneħħa, imma m'hux"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - naddaf id-direttorju tal-cache tal-headers.\n"
-
-#, fuzzy
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "sors virtwali \"%s\" mhux lokali; sors injorat"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "ma nistax nifli l-fajl hdlist ta' \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr ""
-#~ "qed tiġi kalkulata l-md5sum ta l-hdlist (jew sinteżi) tas-sors eżistenti"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "sors virtwali \"%s\" ma jistax ikollu hdlist jew fajl ta' lista definit; "
-#~ "sors injorat"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "isem tal-fajl rpm [%s] invalidu"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "ma nistax insib il-fajl tal-lista għal \"%s\", sors injorat."
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "qed nipprova naċċessa sors ineżistenti \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "ibni l-fajl ta' sintesi tal-hdlist għas-sors \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "ma nistax nifli l-fajl hdlist ta' \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr "sors \"%s\" qed jipprova juża hdlist li diġà użat, sors injorat"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr "is-sors \"%s\" jipprova juża lista diġà użata, sors injorat"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Nota: peress li ebda sors imfittex ma juża hdlists, urpmf ma setax "
-#~ "jirritorna riżultati\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "Qed ngħaddi t-tieni passata biex niddetermina dipendenzi\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "qed jinbena hdlist [%s]"
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "problema fil-qari tal-hdlist jew sinteżi għas-sors \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "qed nikkalkula md5sum tal-hdlist jew sinteżi kkupjat"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...qari falla: md5sum ma qablitx"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "ebda fajls rpm ma nstabu minn [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "ma setgħux jinqraw l-fajls rpm minn [%s]: %s"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "qed naqra l-\"headers\" mis-sors \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - ipprova sib il-fajl \"synthesis\".\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - ipprova sib il-fajl \"hdlist\".\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Nota: peress li ebda sors imfittex ma juża hdlists, urpmf ma setax "
-#~ "jirritorna riżultati\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "Forsi trid tuża --name biex tfittex ismijiet tal-pakketti.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr ""
-#~ " --src - il-pakkett li jmiss huwa pakkett sors (l-istess bħal -"
-#~ "s).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - ipprova sib il-fajl \"hdlist\".\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "ma nistax naġġorna s-sors \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "ma nistax noħloq sors \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "hemm diversi pakketti bl-istess isem ta' rpm \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "ma nistax nifli sew [%s] fuq il-valur \"%s\""
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "sors \"%s\" juża lista ta' fajls invalida:\n"
-#~ " mera aktarx mhux aġġornata; se nipprova mod ieħor"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "sors \"%s\" ma jiddefinixxi ebda lokazzjoni tal-fajls rpm"
-
-#~ msgid "unrequested"
-#~ msgstr "mhux mitlub"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "qed jiġi miżlud pakkett \"%s\" (id=%d eid=%d, aġġorna=%d, fajl=%s)"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Dawn il-pakketti għandhom firma ħażina:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Trid tkompli bl-installazzjoni?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Trid tkun \"root\" biex tuża dan il-kmand ! \n"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "ma nistax inneħħi l-pakkett %s"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "Ma nstabx lista ta' fajls\n"
-
-#~ msgid "medium \"%s\" is not selected"
-#~ msgstr "sors \"%s\" mhuwiex magħżul"
-
-#~ msgid " -f - force generation of hdlist files.\n"
-#~ msgstr " -f - ġiegħel il-fajls hdlist jiġu ġenerati.\n"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - tfittixx fil-\"provides\" biex issib pakkett "
-#~ "(impliċitu).\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr ""
-#~ " -R - tfittix bil-kontra, għal dak li jirrikjedi dan il-"
-#~ "pakkett.\n"
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - ipprova sib il-fajl \"synthesis\".\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - ipprova sib il-fajl \"hdlist\".\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "\"with\" nieqes għal sors tan-network\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "għażla \"%s\" mhux magħrufa\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "ma nistax insib il-fajl hdlist għal \"%s\", sors injorat"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "fajl tal-lista ta' \"%s\" ma jinftehimx, sors injorat"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "ma nistax jispezzjona l-fajl tal-lista għal \"%s\", sors injorat"
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "sors virtwali \"%s\" mhux lokali; sors injorat"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "sors virtwali \"%s\" għandu jkollu hdlist jew sinteżi validu, sors injorat"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "qed nikkopja l-hdlist (jew sinteżi) sors ta' \"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "il-qari tal-hdlist jew sinteżi sors falla."
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "fajl [%s] diġà użat fl-istess sors \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "ma nkiteb xejn fil-lista għal \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "instabu %d headers fil-cache"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "qed inneħħi %d headers antiki mill-cache"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "qed jintuża l-proċess %d biex jagħmel tranżazzjoni"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "qed nikkopja l-fajl hdlist..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "deskrizzjoni tal-hdlist \"%s\" invalida fil-fajl hdlist"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Tajjeb?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - uża l-verżjoni ta' distribuzzjoni speċifikata. "
-#~ "Impliċitament\n"
-#~ " tintuża l-verżjoni tad-distribuzzjoni meħuda mill-"
-#~ "pakkett\n"
-#~ " mandriva-release li hemm installat.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - uża l-arkitettura speċifikata. Impliċitament tintuża "
-#~ "l-\n"
-#~ " verżjoni tad-distribuzzjoni meħuda mill-pakkett\n"
-#~ " mandriva-release li hemm installat.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - oħroġ il-headers għall-pakkett imsemmi mid-db urpmi\n"
-#~ " għal stdout (root biss).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "Biex nissodisfa d-dipendenzi, %d pakkett/i jridu jiġu nstallati wkoll (%d "
-#~ "MB)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "qed jiġi nstallat %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Installazzjoni awtomatika ta' pakketti...\n"
-#~ "Int tlabt l-installazzjoni tal-pakkett %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: kmand ma nstabx\n"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5sum ma qablitx"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf verżjoni %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "Dan huwa softwer ħieles u jista' jiġi distribwit taħt it-termini tal-GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "użu:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr ""
-#~ " --synthesis - uża s-sinteżi mogħti minflok id-database urpmi.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - turix t-tag \"name\" (impliċitu jekk il-kmand ma fihx "
-#~ "tag,\n"
-#~ " inkompatibbli mal-modalità interattiva).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - turix linji identiċi.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - uri t-tags kollha.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - uri t-tag \"summary\": sommarju.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - uri t-tag \"description\": deskrizzjoni\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr ""
-#~ " --buildhost - uri t-tag \"buildhost\": kompjuter fejn inbena.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr " --provides - uri \"provides\" - kull ma jipprovdi\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr " --requires - uri \"requires\": kull ma jeħtieġ\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - uri \"files\": il-files kollha\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr " --obsoletes - ipprintja l-kontenut ta' \"obsoletes\"\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - uża ambjent speċifiku (tipikament f'rapport ta' bug).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr " -i - qis ittri kbar u żgħar l-istess f'kull mudell.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - operatur AND - veru jekk iż-żewġ espressjonijiet huma "
-#~ "veru.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - operatur OR binarju: veru jekk espressjoni minnhom "
-#~ "veru.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr ""
-#~ " ! - operatur NOT, veru jekk l-espressjoni hija falza.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr ""
-#~ " ( - parenteżi tax-xellug, biex tiftaħ grupp ta' "
-#~ "espressjonijiet.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr ""
-#~ " ( - parenteżi tal-lemin, biex tagħlaq grupp ta' "
-#~ "espressjonijiet.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "callback huwa :\n"
-#~ "%s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "Tkompli?"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Xi pakketti mitluba ma jistgħux jiġu nstallati:\n"
-#~ "%s"
-
-#~ msgid ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-#~ msgstr ""
-#~ " --distrib-XXX - awtomatikament oħloq sors għall-parti XXX ta' \n"
-#~ " distribuzzjoni. XXX tista' tkun main, contrib, "
-#~ "updates\n"
-#~ " jew sors oħra li ġie konfigurat.\n"
-
-#~ msgid "found version %s and arch %s ..."
-#~ msgstr "sibt verżjoni %s u arkitettura %s ..."
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr ""
-#~ "ma jistgħux jiġu miżjuda aġġornamenti ta' distribuzzjoni \"cooker\"\n"
-
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "qed jinġabu mirja minn %s ..."
diff --git a/po/nb.po b/po/nb.po
deleted file mode 100644
index 90d067a8..00000000
--- a/po/nb.po
+++ /dev/null
@@ -1,3392 +0,0 @@
-# translation of nb.po to Norwegian Bokmål
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/no.php3
-#
-# Urpmi.
-# Copyright (C) 1999, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
-#
-# Terje Bjerkelia <terje@bjerkelia.com>, 1999,2002.
-# Andreas Bergstrøm <abergstr@halden.net>, 2001.
-# Per Øyvind Karlsen <peroyvind@sintrax.net>, 2003, 2004.
-# Per Øyvind Karlsen <peroyvind@linux-mandrake.com>, 2004, 2005.
-# Eskild Hustvedt <zerodogg@skolelinux.no>, 2005.
-# Per Øyvind Karlsen <pkarlsen@mandriva.com>, 2005, 2006.
-# Per Øyvind Karlsen <peroyvind@mandriva.org>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: nb\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2007-09-17 14:07+0200\n"
-"Last-Translator: Per Øyvind Karlsen <peroyvind@mandriva.org>\n"
-"Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM-installasjon"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Feil: klarte ikke å finne fila «%s», vil avbryte operasjon."
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Du har valgt en kildepakke:\n"
-"\n"
-"%s\n"
-"\n"
-"Du ønsket trolig ikke å installere den på din maskin (å installere den vil "
-"tillate deg å gjøre endringer til dens kildekode for så å kompilere den).\n"
-"\n"
-"Hva ønsker du å gjøre?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Du er på vei til å installere de følgende programvarepakkene på din maskin:\n"
-"\n"
-"%s\n"
-"\n"
-"Fortsett?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Du er på vei til å installere de følgende programvarepakkene på din maskin:\n"
-"\n"
-"%s\n"
-"\n"
-"Det kan være at du bare foretrekker å lagre den. Hva vil du gjøre?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Installer"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Lagre"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Avbryt"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Velg sted hvor fil skal lagres."
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi – versjon %s\n"
-"Copyright © 1999-2008 Mandriva.\n"
-"Dette er fri programvare og kan redistribueres under vilkårene til GNU GPL.\n"
-"\n"
-"Bruk:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help – Vis denne hjelpeteksten.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto – Ikke-interaktiv modus. Anta anta standardsvar på alle "
-"spørsmål.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select – Velg automatisk alle pakker for oppgradering av "
-"systemet.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force – Tving gjennomføring selv om noen pakker ikke eksisterer.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm – Kontroller rpm-signatur før installering\n"
-" (Bruk «--no-verify-rpm» for å ikke kontrollere.\n"
-" Standard er å kontrollere.)\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media – Bruk bare gitt medie (kommadelt liste).\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p – Tillat søk i tilbud for å finne pakke.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P – Ikke søk i tilbud for å finne pakke.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root – Bruk annen rot for rpm-installering.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test – Bare kontroller at installering vil fungere.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --searchmedia – Bare se etter pakker i dette mediet.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Ingen pakker spesifisert"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Vent litt ..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Må være root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Noen av de forespurte pakkene kan ikke installeres:\n"
-"%s\n"
-"Fortsett installasjon uansett?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Advarsel"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "OK"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (å oppgradere)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (å installere)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Pakkevalg"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "En av følgende pakker trengs:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Avbryt"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"De følgende pakkene må fjernes for at andre skal kunne bli oppgradert:\n"
-"%s\n"
-"Fortsett installasjon uansett?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "For å oppfylle avhengighet vil den følgende pakken bli installert:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "For å oppfylle avhengigheter vil disse pakkene bli installert:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d pakke – %d MB)"
-msgstr[1] "(%d pakker– %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Pakkeinstallasjon ..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "kunne ikke få tak i kildepakker, avslutter"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Forbereder ..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Installerer pakke «%s» (%s/%s) ..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Sett inn mediumet kalt «%s» på enhet [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Laster ned pakke «%s» ..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Ferdig"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Installasjon mislyktes, noen filer mangler:\n"
-"%s\n"
-"Du ønsker antageligvis å oppdatere urpmi-databasen din"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Installasjon mislyktes:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Pakken(e) er allerede installert"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Installasjon ferdig"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "Fjerner «%s»."
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "starter urpmi på nytt"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"Bruk: %s [valg]\n"
-"hvor [valg] er fra\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help – Vis denne hjelpeteksten.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <sti> – Bruk den gitte rota i stedet for «/»\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] – Avgrens søk til gitte gruppe.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " Standardverdi: %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f – Vis fullt rpm-navn (NVRA).\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Bare superbruker har adgang til å installere pakker"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Kjører urpmi i begrenset modus ..."
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Klarte ikke skrive til ompakkingsmappe [%s].\n"
-
-#: ../urpm.pm:112
-#, fuzzy, c-format
-msgid "invalid owner for directory %s"
-msgstr "Ugyldig dato eller varighet [%s].\n"
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Klarte ikke skrive til ompakkingsmappe [%s].\n"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "kunne ikke åpne rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "ugyldig rpm-filnavn [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "mottar rpm-fil [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "... ferdig mottatt."
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "... Mottak mislykket: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "Klarte ikke lese nå rpm-fil [%s]."
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "Klarte ikke tolke spec-fil %s [%s]."
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "Klarte ikke registrere rpm-fil."
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Inkompatibel arkitektur for rpm [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "Feil ved registrering av lokale pakker."
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Du kan ikke kjøre denne i begrenset modus."
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "Ugyldig mellomlagerklarasjon på kommandolinjen.\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: Klarer ikke lese rpm-fila «%s»\n"
-
-#: ../urpm/args.pm:375
-#, fuzzy, c-format
-msgid "unexpected expression %s"
-msgstr "Søkestrenguttrykk:\n"
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Mangler signatur (%s)."
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, fuzzy, c-format
-msgid "no expression to close"
-msgstr "Søkestrenguttrykk:\n"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "«chroot»-mappa finnes ikke."
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Kan ikke bruke «%s» uten «%s»."
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Kan ikke bruke «%s» med «%s»."
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "For mange argumenter\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Mislykket kopiering."
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "Medium «%s» er ikke tilgjengelig."
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "Klarte ikke lese rpm-fil [%s] fra medium «%s»."
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "Syntaksfeil i oppsettfila, linje %s."
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "Klarte ikke lesa oppsettfila [%s]."
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "Mediet «%s» er definert to ganger. Avbryt."
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "Klarte ikke skrive oppsettfila [%s]."
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Skriv inn dine referanser for å få tilgang til mellomtjener\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Brukernavn:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Passord:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Ukjent nedlastingsprogram «%s».\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s-feil: Avslutt med signalet «%d»."
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s-feil: Avslutt med «%d»."
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "mislykket kopiering."
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget mangler.\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl mangler.\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl-feil: Nedlasting avbrutt.\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync mangler.\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh mangler.\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla mangler.\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Klarte ikke kjøre prozilla.\n"
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "prozilla mangler.\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s %% av %s fullført. Tid igjen: %s. Hastighet: %s."
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s %% fullført. Hastighet: %s."
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "henter «%s»."
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "hentet «%s»."
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "ukjent protokoll definert for %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s er ikke tilgjengelig, faller tilbake til %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-"Inget nedlastningsprogram funnet, støttede nedlastningsprogram er: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "Kunne ikke håndtere protokoll: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "Rydder opp %s og %s."
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "Fant ikke pakken «%s»."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "mottar rpm-filer fra medium «%s» ..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[ompakking]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"Opprettet transaksjon for installasjon på «%s» (fjern=%d, installer=%d, "
-"oppgrader=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "Klarte ikke ikke opprette transaksjon."
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "Klarte ikke pakke ut rpm fra delta-rpm-pakke «%s»."
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "Klarte ikke installere pakke «%s»"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "Fjerner installerte rpm-pakker (%s) fra «%s»."
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "... Mottak mislykket: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Fjerner pakken «%s»"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "Fjerner pakke «%s»"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "Fjerner installerte rpm-pakker (%s) fra «%s»."
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Mer informasjon om pakke %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Kan ikke lage ldap-mellomlagermappe."
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Kan ikke skrive mellomlagerfil for ldap.\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Ingen tjener definert. Mangler adresse eller vertsnavn."
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Ingen grunnadresse definert."
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Kan ikke koble til LDAP-adresse:"
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s-databasen er låst. Venter ..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "avbryter"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Installasjon mislykket"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Installasjon mislyktes:"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Denne pakken har ugyldig signatur"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Disse pakkene har ugyldige signaturer"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Ønsker du å fortsette installasjonen?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "Fjerner installerte rpm-pakker (%s) fra «%s»."
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "Fordeler %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "Installerer %s fra %s."
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "Installerer %s."
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Prøv å installere uten å sjekke avhengigheter? (j/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Prøv enda hardere å installere («--force»)? (j/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Pakkene er av nyeste versjon"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Installasjon er mulig"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "Kontrollerer %s-fila."
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "advarsel: md5sum for %s er ikke tilgjengelig i MD5SUM-filen"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "Virtuelt medium «%s» burde ha en entydig adresse. Hopper over medium."
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "Klarte ikke åpne «list»-fila til «%s». Hopper over medium."
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "Klarte ikke åpne «hdlist»-fila til «%s». Hopper over medium."
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "Prøver å overstyre eksisterende medium «%s». Hopper over."
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "skriv oppsettfil [%s]."
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Kan ikke bruke parallell-modus med «use-distrib»-modus."
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "Bruker tilknyttet medie for parallellmodus: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"Kan ikke bruke «--synthesis» sammen med «--media», «--excludemedia», «--"
-"sortmedia», «--update», «--use-distrib» eller «--parallel»."
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Søkestart: %s. Søkeslutt: %s."
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "Hopper over pakken «%s»."
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "Ville installert i stedet for å oppgradere pakke «%s»."
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "Medium «%s» eksisterer allerede."
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(hoppet over som standard)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "Legg til medium «%s» før det eksterne medium «%s»."
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "Legger til medium «%s»."
-
-#: ../urpm/media.pm:808
-#, fuzzy, c-format
-msgid "directory %s does not exist"
-msgstr "Omgivelsekatalog %s eksisterer ikke"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "Denne adressa ser ikke ut til å inneholde en distribusjon."
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "Klarte ikke å tolke «media.cfg»."
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "Klarte ikke lese fra distribusjonsmediet (fant ingen «media.cfg»-fil)."
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "Hopper over ikke-kompatibelt medie «%s» (for %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "Mottar «media.cfg»-fil ..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "Prøver å velge ikke-eksisterende medium «%s»."
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "Velger flere medier: %s."
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "Fjerner medium «%s»."
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "Enddrer oppsett for mediet «%s» på nytt"
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "... klarte ikke endre oppsett."
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "Fullført endring av oppsett."
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Feil ved generering av navnfil: Fant ikke avhengigheten «%d»"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "Mediumet «%s» er av nyeste versjon."
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "Sjekker syntesefil [%s]."
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "Feil ved lesing av syntesefil til medium «%s»."
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "Kopierer [%s] for medium «%s» ..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "... mislykket kopiering."
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "Kopierer beskrivelsesfila til «%s» ..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "... kopiering fullført."
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "Mislykket kopiering av [%s] (fila er mistenkelig liten)."
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "Regner ut md5sum til mottatt kilde-«hdlist» (eller -syntese)"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "Mislykket kopiering av [%s] (md5sum stemmer ikke)."
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "Sjekker hdlistefil [%s]."
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "Rydder opp %s og %s."
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "Ugyldig «hdlist»-fil [%s] for medium «%s»."
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "Kopierer beskrivelsesfila til «%s» ..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "ugyldig rpm-filnavn [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "Mottar kilde-«hdlist» (eller -syntese) for «%s» ..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "Fant undersøkt «hdlist» (eller -syntese) som %s."
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "Fant ingen «hdlist»-fil funnet for medium «%s»"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "Undersøker offentlig nøkkel-til «%s» ..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "... Importerer nøkkelen «%s» fra offentlig nøkkel-fil «%s»."
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "Klarte ikke importere offentlig nøkkel-fil «%s»."
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "Oppdatert medium «%s»."
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "Leser rpm-filer fra [%s]."
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "JjYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Feil valg. Prøv på nytt\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Pakkevalg"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Versjon"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Utgivelse"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arkitektur"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(forslag)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "Legg til medium «%s»."
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "kommandolinje"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "Klarte ikke tolke «%s» i fila [%s]."
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "Undersøker parallellhåndtering i fila [%s]."
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "Fant parallellhåndtering for noder: %s."
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "Klarte ikke bruke parallellvalget «%s»."
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Installasjon mislykket"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "Klarte ikke nå medium «%s»."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "Monterer «%s»."
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "Avmonterer «%s»"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf – versjon %s\n"
-"Copyright © 2002-2006 Mandriva.\n"
-"Dette er fri programvare og kan videredistribueres under vilkårene til GNU "
-"GPL.\n"
-"\n"
-"Bruk: urpmf [valg] søkestrenguttrykk\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version – Vis versjonsnummerer til dette verktøyet.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env – Bruk egendefinert miljø (vanligvis ved en feilrapport).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia – Ikke bruk gitt medie (kommadelt liste).\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l – Ingen treff på søkestrenger, bruk bare argument som "
-"tekst.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root – Bruk annen rot for urpmi-database og rpm-installering.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia – Sorter medium etter delstrenger (kommadelt liste).\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib – Bruk denne stien for tilgang til media.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis – Bruk syntese i stedet for hele databasen.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq – Vis ikke identiske linjer.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update – Bruk bare oppdateringsmedie.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose – Utvida meldinger.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i – Ikke skill mellom store og små bokstaver.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -I – Skill mellom store og små bokstaver i søkestrenger "
-"(standard).\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> – Bytt feltseparator (standard er «:»).\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Søkestrenguttrykk:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text – All tekst er lest som regulære uttrykk, med mindre «-l» er "
-"brukt.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e – Ta med perl-kode direkte, som «perl -e».\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a – Binær OG-operatør.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o – Binær ELLER-operatør.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! – Unær IKKE-operator.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) – Venstre- og høyreparentes.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Oversikt over etiketter:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf – Bruk et printf-lignende utformat\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " Eksempel: «%%navn:%%filer»\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch – Arkitektur.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost – Byggevert.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime – Byggetidspunkt.\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles – Oppsettfiler.\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts – Konfliktetiketter.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description – Pakkebeskrivelse.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution – Distribusjon.\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch – Epoch.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename – Filnavn til pakka.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files – liste over filer i pakka.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group – Gruppe.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license – Vis lisensvilkår.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name – Pakkenavn.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes – Utdatert-etiketter.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager – Pakkebygger.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides – Tilbudsetiketter.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires – Avhengighetsetiketter.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size – Installert størrelse.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm – navn på kilde-rpm.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests – Forslagsetiketter.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary – Sammendrag.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url – Adresse.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor – Leverandør.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m – Mediet som pakken ble funnet i.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f – Vis versjon, utgivelse og arkitektur med navn.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Ugyldig format: du kan bare bruke én flerverdietikett."
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "Bruker egendefinert miljø på «%s»\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "Fant ingen «hdlist»-fil funnet for medium «%s»"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "bygd hdlistesyntese-fil for medium «%s»"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "Skriver listefil for medium «%s»."
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-"Installasjonsprogrammet urpmi ble startet på nytt, og listen over "
-"prioritertepakker ble ikke endret."
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-"Installasjonsprogrammet urpmi ble startet på nytt, og programprioriteringene "
-"ble endra: %s mot %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Det finnes ingen «%s»-pakke."
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Følgende pakker inneholder %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Pakkene «%s» kan ikke installeres."
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Pakken «%s» er allerede installert."
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Pakkene «%s» er allerede installerte."
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "da «%s» mangler"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "da «%s» allerede er installert"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "da «%s» ikke er tilfredsstilt"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "Prøver å priroritere «%s»"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "for å kunne beholde «%s»"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "for å kunne installere «%s»"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "på grunn av konflikter med «%s»."
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Ugyldig signatur (%s)."
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Ugyldig nøkkel-ID (%s)."
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Mangler signatur (%s)."
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Klarte ikke lagre fil"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Klarte ikke åpne fil"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Kan ikke bruke «%s» med «%s»."
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme – versjon %s\n"
-"Copyright © 1999-2008 Mandriva.\n"
-"Dette er fri programvare, og kan redistribueres under vilkårene til GNU GPL-"
-"lisensen.\n"
-"\n"
-"Bruk:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto – Velg automatisk vagger ved flere alternativ.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test – Kontroller at fjerning vil fungere.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel – Distribuert urpmi over maskiner med alias.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage – Pakk om filer før sletting\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root – bruk annen rot for rpm-fjerning.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --justdb – Bare oppdater rpm-databasen, og ikke filsystemet.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts – Ikke kjør pakkeskript.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib – Sett opp urpme direkte fra et distrib-tre.\n"
-" nyttig for å (av)installere en «chroot» med «--root»-"
-"valget.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v – Utvidede meldingar.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a – Velg alle pakker som stemmer med uttrykket.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Bare superbruker har adgang til å fjerne pakker."
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "Ukjente pakker"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "ukjent pakke"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Du vil ødelegge systemet ditt hvis du fjerner pakken «%s»."
-msgstr[1] "Du vil ødelegge systemet ditt hvis du fjerner pakken «%s»."
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Ingenting å fjerne."
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Ingenting å fjerne."
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "For å oppfylle avhengigheter vil den følgende pakken bli fjernet"
-msgstr[1] "For å oppfylle avhengigheter vil de følgende %d pakkene bli fjernet"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "ukjent pakke"
-msgstr[1] "ukjent pakke"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Vil du fjerne %d pakke?"
-msgstr[1] "Vil du fjerne %d pakker?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (j/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "Bruker flyttbar enhet som «%s»."
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Klarte ikke fjerne."
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Klarte ikke fjerne."
-
-#: ../urpmf:153
-#, fuzzy, c-format
-msgid "unterminated expression (%s)"
-msgstr "Søkestrenguttrykk:\n"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update – Oppdater media, og oppdater så systemet.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum – Ikke utfør MD5SUM-kontroll.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key – Tving oppdatering av GPG-nøkkel.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --suggests – Forslagsetiketter.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall – Be aldri om å avinstallere en pakke, men avbryt "
-"installeringa.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install – Ikke installer pakker (bare last de ned)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep – Behold eksisterende pakker hvis mulig. Ikke installer\n"
-" pakker som krever fjerning av andre pakker.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level – Del opp i små transaksjoner hvis fler enn valgte antall "
-"pakker\n"
-" skal bli installert eller oppdateres..\n"
-" Standardverdi er %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length – liten transaksjonslengde, standard er %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y – Bruk uklart søk.\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires – Avhengighetsetiketter.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src – Installer bare kildepakke (ingen binære).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean – Fjern rpm fra mellomlager først.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean – Ikke fjern rpm-pakker fra mellomlager.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-" --replacepkgs – Tving gjennom installering av pakker som alt er "
-"installerte.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps – Tillat å spørre bruker om å installere pakker uten\n"
-" sjekking av avhengigheter.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force – Tillat å spørre bruker om å installere pakker uten\n"
-" sjekking av avhengigheter og integritet.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --suggests – Forslagsetiketter.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib – Sett opp urpmi direkte fra et distribusjonstre.\n"
-" Nyttig for å installere en «chroot» med «--root»-valget.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options – Tillegsvalg som gis til «curl».\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options– Tillegsvalg som gis til «rsync».\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options – Tillegsvalg som gis til «wget».\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options – Tillegsvalg som gis til «prozilla».\n"
-
-#: ../urpmi:122
-#, fuzzy, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --prozilla-options – Tillegsvalg som gis til «prozilla».\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate – Begrens nedlastningshastig.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume – Gjenoppta overføring av delvis nedlastede filer.\n"
-" (bruk «--no-resume» for å slå av. Standard er avslått.\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy – Bruk spesifisert HTTP-mellomlaget, portnummeret antas\n"
-" å være 1080 som standard (format er <tjenernavn[:port]"
-">).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user – spesifiser bruker og passord til bruk for proxy\n"
-" autentisering (format er <bruker:passord>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug – Skriv feilrapport i mappa valgt av neste argument.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath – Hopp over sti (kommadelt liste).\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs – Ikke ta med dokumentfiler.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --ignoresize – Ikke kontroller at det er nok ledig diskplass før "
-"installering.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch – Tillat å installere pakker for andre arkitekturer.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts – Ikke kjør pakkeskript.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip – Pakker som installasjonen skal hoppe over\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer – Pakker som skal foretrekkes.\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices – Vis flere valg enn standard ved treff på flere pakker.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock – ikke lås rpm-database.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch – Bare oppgrader pakker med samme arkitektur.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a – Velg alle treff på kommandolinjen.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q – Stillemodus.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose – Utvida meldinger.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " navn eller rpm-filer gitt på kommandolinjen vil bli installert.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Feil: Kan ikke bruka «auto-select» sammen med pakkeliste.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Feil: For å generere en feilrapport, spesifisér de vanlige "
-"kommandolinjeargumentene med --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Du kan ikke installere binære rpm-filer når --install-src brukes"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Katalogen [%s] eksisterer allerede, bruk en annen katalog for "
-"feilrapportering eller slett den"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Kan ikke opprette katalog [%s] for feilrapport"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Omgivelsekatalog %s eksisterer ikke"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Feil: %s ser ut til å være montert skrivebeskyttet.\n"
-"Bruk --allow-force for å tvinge operasjonen."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Oppdaterer medie...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (oppgradering)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (oppgradering)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (installering)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (installering)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "På grunn av avhengigheter på «%s» trenger du én av disse pakkene:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Hva er ditt valg? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Denne pakken kan ikke installeres, da den er avhengig av pakker\n"
-"som er eldre enn de installerte pakkene:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"De følgende pakkene kan ikke bli installert fordi de er avhengige av pakker\n"
-"som er eldre enn de som er installert:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Fortsett installasjon likevel?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (J/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Én av pakkene kan ikke installeres:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Noen av de forespurte pakkene kan ikke installeres:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "Du vil ødelegge systemet ditt hvis du fjerner pakken «%s»."
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Kan ikke fortsette å installere, da denne pakken først må fjernes\n"
-"for at andre skal kunna oppgraderes:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Installasjonen kan ikke fortsette på grunn av at følgende pakker\n"
-"må fjernes for at andre skal bli oppgradert:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Denne pakken må fjernes for at andre skal kunna oppgraderes:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Følgende pakker må fjernes for at andre skal bli oppgradert:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(kun test, fjerning vil egentlig ikke bli gjennomført)"
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Du må være root for å installere følgende avhengigheter:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "For å oppfylle avhengigheter vil den følgende pakken bli fjernet"
-msgstr[1] "For å oppfylle avhengigheter vil de følgende %d pakkene bli fjernet"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(kun test, installasjon vil egentlig ikke bli gjennomført)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "Det vil bli brukt %s mer diskplass."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "Det ble frigjort %s diskplass."
-
-#: ../urpmi:618
-#, fuzzy, c-format
-msgid "%s of packages will be retrieved."
-msgstr "Det ble frigjort %s diskplass."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Vil du fortsette med installering av pakken?"
-msgstr[1] "Vil du fortsette med installering av de %d pakkene?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Avbryt"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Trykk Enter når det er klart..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"Bruk: urpmi.addmedia [valg] <namn> <adresse>\n"
-"der <adresse> er én av\n"
-" [file:/]/<stig>\n"
-" ftp://<brukernavn>:<passord>@<vertsnavn>/<sti>\n"
-" ftp://<vertsnavn>/<stg>\n"
-" http://<vert>/<sti>\n"
-" removable://<sti>\n"
-"\n"
-"og [valg] er av disse:\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget – Bruk wget til å hente fjerntliggende filer.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl – Bruk curl til å hente fjerntliggende filer.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla – Bruk prozilla til å hente fjerntliggende filer.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl – Bruk curl til å hente fjerntliggende filer.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis – Bruk syntesefil.\n"
-
-#: ../urpmi.addmedia:70
-#, fuzzy, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms – Bruk rpm-filer (i stedet for syntese/«hdlist»).\n"
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe – Ikke prøv å finne syntese eller «hdlist»-fil.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib – Opprett automatisk alle medier fra et installasjons-\n"
-" medium.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-" --interactive – Med «--distrib», spør om bekreftelse for hvert medie\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media – Med «--distrib», legg til alle media\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from – Bruk spesifisert url for liste over speil, standard er\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual – Opprett virtuelt medie som alltid er oppdatert,\n"
-" bare file:// protokoll er tillatt.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum – Ikke utfør MD5SUM-filkontroll.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey – Ikke importer offentlig nøkkel till nytt medie\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw – Legg til medie i oppsettet, men ikke oppdater det.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q – Stillemodus.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v – Utvida meldinger.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "Ugyldig <adresse> (for lokale mapper må adressa være absolutt)."
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Bare superbruker har adgang til å legge til media."
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "Oppretter oppsettfil [%s]."
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Kan ikke skrive oppsettfil [%s]."
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "Trenger ikke oppgi <relativ sti til «hdlist»> med «--distrib»-valget"
-
-#: ../urpmi.addmedia:144
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Ønsker du å installere medie «%s»?"
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<relativ sti til «hdlist»> mangler\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Kan ikke bruke «%s» med ekstertn medium."
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "Klarte ikke nå medium «%s»."
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover versjon %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Dette er fri programvare og kan redistribueres under vilkårene til GNU GPL.\n"
-"\n"
-"Bruk:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint – Sett ompakkingstart nå.\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean – Ikke tøm ompakkingskatalog ved kontrollpunkt.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-" --list – Vis transaksjoner fra valgt dato/varighet-argument.\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-" --list-all – Vis oversikt over alle transaksjoner i rpm-database "
-"(lang).\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-" --list-safe – Vis oversikt over alle transaksjoner etter kontrollpunkt\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback – Hent tilbake til valgt dato, eller\n"
-" hent tilbake til det valgte antall transaksjoner.\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable – Slå av ompakking.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Ugyldig dato eller varighet [%s].\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Inge ompakkingskatalog valgt.\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Klarte ikke skrive til ompakkingsmappe [%s].\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Rydder opp i ompakkingskatalog [%s] ...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d fil fjerna.\n"
-msgstr[1] "%d filer fjerna.\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Ugyldige kommandolinjeargumenter [%s].\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Du kan ikke bruke «--checkpoint» og «--rollback» samtidig.\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Du kan ikke bruke «--checkpoint» og «--list» samtidig.\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Du kan ikke bruke «--rollback» og «--list» samtidig.\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Du kan ikke bruke «--disable» med andre valg"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Ingen transaksjon funnet siden %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Du må være superbruker for å gjøre dette."
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Skriver rpm-macrofil [%s] ...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Fant ikke tilbakehentingsdato.\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Hent tilbake til %s ...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Slå av ompakking.\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"Bruk: urpmi.removemedia (-a | <navn> ...)\n"
-"hvor <navn> er navn på meddum som skal fjernes.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a – velg alle media.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y – Uklart treff på medienavn.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Bare superbruker har adgang til å fjerne medie."
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "Ingenting å fjerne (bruk urpmi.addmedia for å legge til et medie).\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"Mangler oppføringen som skal fjernes\n"
-"(Skal være en av: %s.)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"Rruk: urpmi.update [valg] <navn> ...\n"
-"hvor <navn> er mediumnavn som skal oppdateres.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update – Oppdater bare oppdateringsmedie.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key – Tving oppdatering av gpg-nøkkel.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore – Ikke oppdater, marker medie som ignorert.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore – Ikke oppdater, marker medie som aktivert.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --probe-rpms – Ikke bruk «synthesis»/«hdlist»; bruk rpm-filer direkte.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a – Velg alle ikke-flyttbare medier.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f – Tving oppdatering av «synthesis»/«hdlist».\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f – Tving oppdatering av «synthesis»/«hdlist».\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Bare superbruker kan oppdatere media."
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"Ingenting å oppdatere (bruk «urpmi.addmedia» for å legge til et medie)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"Mangler oppføringen tsom skal oppdateres\n"
-"(en av %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "«%s»"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "Ignorerer medie «%s»."
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "Aktiverer medie «%s»."
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq versjon %s\n"
-"Copyright © 2000-2006 Mandriva.\n"
-"Dette er fri programvare og kan redistribueres under vilkårene til GNU GPL.\n"
-"\n"
-"Bruk:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr " --searchmedia – Bare søk etter pakker i dette mediet.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy – Bruk uklart søk (samme som -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list – Vis oversikt over tilgjengelige pakker.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media – Vis oversikt over tilgjengelige media.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr ""
-" --list-url – Vis oversikt over tilgjengelige media, med adresser.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes – Vis tilgjengelige noder ved bruk av «--parallel».\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases – Vis oversikt over tilgjengelige parallellalias.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config – Dump oppsettet i samme form som «urpmi.addmedia»-"
-"argument.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src – Neste pakke er en kildepakke (samme som -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr " --sources – Gi alle kildepakker før nedlasting (kun root).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch – Tillat å spørre etter pakker for andre arkitekturer.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib – Sett opp urpmi direkte fra ett distribusjonstre.\n"
-" Dette tillater å forespøre en distribusjon.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog – Vis endringslogg.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts – Konfliktetiketter.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes – Utdatert-etiketter.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides – Tilbudsetiketter.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires – Avhengighetsetiketter.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests – Forslagsetiketter.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm – navn på kilde-rpm.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S – Vis sammendrag.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d – Utvid spørring til pakkeavhengigheter.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires – Omvendt søk etter hva som krever pakke.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" – Utvider omvendt søk (òg virtuelle pakker).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" – Tillat søking i tilbud for å finne pakke.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c – Fullstendig oversikt med pakke som skal fjernes.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g – Vis òg grupper også med navn.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i – Vis verdigfull informasjon i lettlesbart format.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l – Vis oversikt over filer i pakke.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m – Det samme som «-du».\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r – Vis versjonsinformasjon med navn.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s – Neste pakke er en kildepakke (samme som «--src»).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u – Fjern pakke hvis nyere versjon allerede er installert.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y – Bruk uklart søk (samme som «--fuzzy»).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y – Som «-y», men ikke skill mellom store og små bokstaver.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " navn eller rpm-filer gitt på kommandolinjem er forespurt.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "Kan bare bruke «--list-nodes» med «--parallel»."
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr ""
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr "Ingen «hdlist» for medium «%s». Bare delvis resultat for pakken «%s»."
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr "Ingen «hdlist» for medium «%s». Bare delvis resultat for pakkene «%s»."
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr "Ingen «hdlist» for medium «%s». Kan ikke vise resultat for pakken «%s»."
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr "Inga «hdlist» for medium «%s». Kan ikke vise resultat for pakkene «%s»."
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Fant ingen endringslogg\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update – Opprett oppdateringsmedium.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "Ugyldig adresse: [%s]."
-
-#~ msgid "sorry, you can't use --install-src to install remote .src.rpm files"
-#~ msgstr ""
-#~ "Du kan ikke bruke «--install-src» for å installera ikke-lokale «.src.rpm»-"
-#~ "filer."
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d mislykket installasjonstransaksjon."
-#~ msgstr[1] "%d mislykkede installasjonstransaksjoner."
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Pakken «%s» kan ikke installeres."
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Kontrollerer fjerning av følgende pakker"
-
-#~ msgid "%s database locked"
-#~ msgstr "%s-databasen er låst."
-
-#, fuzzy
-#~ msgid ""
-#~ " --auto - non-interactive mode, assume default answers to "
-#~ "questions. --auto\n"
-#~ msgstr ""
-#~ " --auto – Ikke-interaktiv modus. Anta anta standardsvar på alle "
-#~ "spørsmål.\n"
-
-#~ msgid "Unknown option %s"
-#~ msgstr "Ukjent valg «%s»."
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "For mange monteringspunkter for det flyttbare medium «%s»."
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "Mediu, «%s» er et ISO-avtrykk og vil bli montert direkte."
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "Bruker forskjellig flyttbare enheter [%s] for «%s»."
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "Kunne ikke motta sti for flyttbart medium «%s»"
-
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "Klarte ikke montere distribusjonsmedium."
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "Fikk ikke tilgang til medium «%s».\n"
-#~ "Dette kan være fordi du manuelt monterte mappa når du oppretta mediumet."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "Usammenhengende medium «%s» merket flyttbart, men er det ikke."
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c – Tøm hodelinemellomlagerer.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "Virtuelle medium trenger å være lokalt."
-
-#~ msgid "Error generating names file: Can't write to file (%s)"
-#~ msgstr "Feil ved generering av navnfil: Kan ikke skrive til fila (%s)."
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "Klarte ikke tolke «hdlist»-fil til «%s»."
-
-#~ msgid "found %d rpm headers in cache, removing %d obsolete headers"
-#~ msgstr "Fant %d RPM-hodelinjer i mellomlageret. Fjerner %d utdaterte."
-
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "Regner ut md5sum av gammel kilde-«hdlist» (eller -«syntese») [%s]."
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "Det virtuelle medium «%s» skal ikke ha definert «hdlist»- eller «list»-fil, "
-#~ "medium ignorert"
-
-#~ msgid "invalid hdlist name"
-#~ msgstr "Ugyldig «hdlist»-navn."
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "Fant ingen «list»-fil for «%s». Hopper over medium."
-
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "«synthesis» må ikke væra valgt (mediet «%s»)."
-
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "«synthesis» må være valgt (medium «%s»)."
-
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "Klarte ikke åpna listefila til «%s»."
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "Medium «%s» prøver å bruke en allerede brukt «hdlist». Hopper over medium."
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "Medium «%s» prøver å bruke en allerede brukt «list»-fil. Hopper over medium."
-
-#~ msgid "wrote %s"
-#~ msgstr "Skrev %s."
-
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Merk: Fant ingen «hdlist» for mediet «%s», og kan derfor ikke gi treff for "
-#~ "dette mediet."
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "Går gjennom på nytt for å beregne avhengigheter\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "Bygger «hdlist» [%s]."
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "Ikke i stand til å bygge syntesefil for medium «%s». «hdlist»-fila kan være "
-#~ "korrupt."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "Feil ved lesing av «hdlist» eller syntesefil til medium «%s»"
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "Regner ut md5sum til kopierte kilde-«hdlist» (eller -syntese)."
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "... mottak mislyktes: md5sum stemmer ikke."
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "Fant ingen rpm-filer fra [%s]."
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "Klarte ikke lese rpm-filer fra [%s]: %s."
-
-#~ msgid "no rpms read"
-#~ msgstr "Ingen rpm-er lest."
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "Leser mediumhode til medium «%s»."
-
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis – Bruk syntesefil.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist – Bruk «hdlist»-fil.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Merk: urpmf fant ingen treff siden ingen av media bruker «hdlist»-er\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "Du kan bruke «--name» for å søke etter pakkenavn.\n"
-
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src, -s – Neste pakke er en kildepakke.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist – Bruk «hdlist»-fil.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "Klarte ikke oppdatere medium «%s».\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "Klarte ikke opprette medium «%s».\n"
diff --git a/po/nl.po b/po/nl.po
deleted file mode 100644
index f49f9d85..00000000
--- a/po/nl.po
+++ /dev/null
@@ -1,3313 +0,0 @@
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/nl.php3
-#
-# translation of urpmi-nl.po to Nederlands
-# Nederlandse vertaling van urpmi
-# Copyright (C) 2000,2003,2004, 2005, 2007 Free Software Foundation, Inc.
-# Copyright (c) 2000, 2001 Mandriva
-#
-# Peter Bosch <peter@dromas.student.utwente.nl>, 2002-2003.
-# Niels Gras <niels.gras@wanadoo.nl>, 2000.
-# Reinout van Schouwen <reinouts@gnome.org>, 2002-2008.
-# Hendrik-Jan Heins <hjh@passys.nl>, 2003,2004.
-# Rob Teng <mandrake.tips@free.fr>, 2004, 2005, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-nl\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-09-05 00:58+0200\n"
-"Last-Translator: Reinout van Schouwen <reinouts@gnome.org>\n"
-"Language-Team: Nederlands <vertaling@vrijschrift.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Poedit-Language: Dutch\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM-installatie"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Fout opgetreden: kan bestand %s niet vinden, operatie wordt afgebroken"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"U heeft een broncode-bestand uitgekozen:\n"
-"\n"
-"%s\n"
-"\n"
-"U wilt dit waarschijnlijk niet op uw computer installeren (installatie \n"
-"biedt de mogelijkheid de broncode te wijzigen en vervolgens te compileren).\n"
-"\n"
-"Wat wilt u doen?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"U staat op het punt de volgende softwarepakketten op uw computer te "
-"installeren:\n"
-"\n"
-"%s\n"
-"\n"
-"Doorgaan?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"U staat op het punt het volgende softwarepakket op uw computer te "
-"installeren:\n"
-"\n"
-"%s\n"
-"\n"
-"Mogelijk geeft u er de voorkeur aan het bestand slechts op te slaan. Wat is "
-"uw keuze?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Installeren"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Opslaan"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Annuleren"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Kies locatie om bestand in op te slaan"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi versie %s\n"
-"Copyright © 1999-2008 Mandriva.\n"
-"Dit is vrije software en mag worden verspreid onder de voorwaarden van de "
-"GNU GPL.\n"
-"\n"
-"gebruik:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Opties:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - geeft deze hulptekst.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - niet-interactieve modus, standaardantwoorden op vragen "
-"aannemen.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - automatisch pakketten selecteren voor "
-"systeemopwaardering.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - aanroep forceren zelfs als sommige pakketten niet "
-"bestaan.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - rpm-handtekening verifiëren vóór installatie.\n"
-" (--no-verify-rpm schakelt dit uit, standaard "
-"ingeschakeld).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - alleen de aangegeven media, kommagescheiden.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - staat zoeken toe in 'provides' om een pakket te vinden.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr ""
-" -P - niet in 'provides' zoeken om een pakket te vinden.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr ""
-" --root - gebruik andere hoofdmap (root) voor rpm-installatie.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - verifiëren dat de installatie correct uitgevoerd kan "
-"worden.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - alleen de aangegeven media gebruiken om gewenste "
-"pakketten te zoeken.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Geen pakketten gespecificeerd"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Even geduld..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Dient 'root' te zijn"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Bepaalde gevraagde pakketten kunnen niet worden geïnstalleerd:\n"
-"%s\n"
-"Toch verdergaan met installatie?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Waarschuwing"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ok"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (op te waarderen)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr "(te installeren)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Pakketkeuze"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Eén van de volgende pakketten is benodigd:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Afbreken"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"De volgende pakketten moeten worden verwijderd om andere te kunnen "
-"opwaarderen:\n"
-"%s\n"
-"Toch verdergaan met installatie?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"Om aan afhankelijkheden te voldoen, wordt het volgende pakket geïnstalleerd:"
-
-# Should use ngettext plural forms :-/
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Om aan de afhankelijkheden te voldoen worden de volgende pakketten "
-"geïnstalleerd:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d pakket, %d MB)"
-msgstr[1] "(%d pakketten, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Pakket-installatie..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "kan bronpakketten niet ontvangen, bezig met afbreken"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Voorbereiden..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Bezig met installeren van pakket `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Gelieve het medium genaamd \"%s\" te plaatsen"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Downloaden van pakket `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Klaar"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Installatie is mislukt, sommige bestanden missen:\n"
-"%s\n"
-"Misschien moet u de urpmi database opwaarderen"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Installatie mislukt:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "De pakketten zijn reeds geïnstalleerd"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Installatie voltooid"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "verwijderen van %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "urpmi herstarten"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"gebruik: %s [opties]\n"
-"waarbij [opties] komen uit de volgende\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - geeft deze hulptekst.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr ""
-" --root <path> - opgegeven hoofdmap (root) gebruiken in plaats van /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [groep] - bepertkt resultaten tot gegeven groep.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " standaard is %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - volledige rpm-naam tonen (NVRA).\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Alleen de beheerder mag pakketten installeren"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Urpmi uitvoeren in beperkte modus..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "aanmaken van map %s mislukt"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "ongeldige eigenaar van map %s"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "kan pakketten niet naar %s downloaden"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "kon rpmdb niet openen"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "ongeldige rpm-bestandsnaam [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "bezig met ontvangen van rpm bestand [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...klaar met ontvangst"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...ontvangst mislukt: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "kon rpm-bestand [%s] niet benaderen"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "niet in staat spec-bestand %s te analyseren [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "kon rpm-bestand niet registreren"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Niet-compatibele architectuur voor rpm [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "registreren van lokale pakketten is mislukt"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Deze operatie is verboden tijdens het uitvoeren in beperkte modus"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "ongeldige proxy-aanduiding op opdrachtregel\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: kon rpm bestand \"%s\" niet lezen\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "onverwachte uitdrukking %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "uitdrukking vóór %s ontbreekt"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "onverwachte uitdrukking %s (suggestie: gebruik -a of -o)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "geen afsluitbare uitdrukking"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-"standaard verwacht urpmf een regexp, u dient de optie \"--literal\" te "
-"gebruiken"
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "chroot-map bestaat niet"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Kan %s niet gebruiken zonder %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Kan %s niet gebruiken samen met %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Te veel argumenten\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Kopiëren mislukt"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"U dient de cd-rom zelf aan te koppeken (of perl-Hal-Cdroms te installeren om "
-"het automatisch te laten doen)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "HAL-voorziening (hald) is niet actief of onklaar"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "medium \"%s\" is niet beschikbaar."
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "kon rpm bestand [%s] niet lezen van medium \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "Syntaxisfout in configuratiebestand op regel %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "kan configuratiebestand [%s] niet lezen"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "medium \"%s\" is twee keer gedefinieerd, afbreken"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "kon configuratiebestand [%s] niet wegschrijven"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "kan proxy-instellingen niet lezen (onvoldoende rechten om %s te lezen)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Voer uw aanmeldgegevens in voor toegang tot de proxy\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Gebruikersnaam:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Wachtwoord:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Onbekend downloadprogramma '%s'!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s mislukt: afgesloten met signaal %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s mislukt: afgesloten met %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "kopiëren is mislukt"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget ontbreekt\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl ontbreekt\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl is mislukt: download geannuleerd\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync ontbreekt\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh ontbreekt\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla ontbreekt\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Kan prozilla niet uitvoeren\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "aria2 ontbreekt\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% van %s voltooid, verwacht = %s, snelheid = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% voltooid, snelheid = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "ophalen van %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "%s opgehaald"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "onbekend protocol gedefinieerd voor %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s is niet beschikbaar, terugvallen op %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "geen ``webfetch'' gevonden, ondersteund zijn: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "kon protocol niet verwerken: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "Opschonen van %s en %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "pakket %s is niet gevonden."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "bezig met ontvangen van rpm bestanden van medium \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[opnieuw verpakken]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"transactie aangemaakt om te installeren op %s (verwijderen=%d, installeren=%"
-"d, vernieuwen=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "Niet in staat om transactie aan te maken."
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "kan rpm niet uit delta-rpm-pakket %s uitpakken"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "kon volgend pakket niet installeren: %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "verwijderen van onjuiste rpm (%s) uit %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "verwijderen van %s mislukt: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Verwijderen van pakket %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "bezig met verwijderen van pakket %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "geïnstalleerde rpms (%s) worden verwijderd uit %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Meer informatie over pakket %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Kan ldap-buffermap niet aanmaken"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Kan bufferbestand voor ldap niet schrijven\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Geen server gedefinieerd, uri of hostcomputer ontbreekt"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Geen basis gedefinieerd"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Kan geen verbinding maken ldap-uri:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s-database gesloten. Wachten..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "afbreken"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "%s-database is gesloten (een ander programma gebruikt hem al)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Installatie mislukt"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Toch proberen om door te gaan? (j/N) "
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Installatie mislukt, onjuiste rpms:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Het volgende pakket is voorzien van een onjuiste handtekening"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "De volgende pakketten bevatten een onjuiste handtekening"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Wilt u doorgaan met de installatie?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "verwijderen van geïnstalleerde rpms (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "distribueren van %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "installeren van %s vanaf %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "installeren van %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr ""
-"Proberen te installeren zonder de afhankelijkheden te controleren? (j/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Installatie trachten te forceren (--force)? (j/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Pakketten zijn bijgewerkt"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Installatie is mogelijk"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "onderzoeken van bestand %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "ongeldig MD5SUM-bestand"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "waarschuwing: md5sum voor %s niet beschikbaar in MD5SUM-bestand"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "virtueel medium \"%s\" dient een lege url te hebben, medium genegeerd"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "kon list bestand van \"%s\" niet benaderen, medium genegeerd"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "kon synthesisbestand van \"%s\" niet benaderen, medium genegeerd"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "overslaan, vanwege poging om bestaand medium \"%s\" te omzeilen"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "migreren van verwisselbaar apparaat mislukt, media wordt genegeerd"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "config-bestand [%s] wegschrijven"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Kan parallelle modus niet tegelijk met use-distrib modus gebruiken"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "geassocieerde media worden voor parallelle modus gebruikt: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis kan niet gebruikt worden met --media, --excludemedia, --"
-"sortmedia, --update, --use-distrib of --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Zoek begin: %s eind: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "pakket %s overslaan"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "Zou pakket %s installeren, niet opwaarderen"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "medium \"%s\" bestaat al"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(standaard niet in aanmerking genomen)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "toevoegen medium \"%s\" voor medium op afstand \"%s\""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "toevoegen van medium \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "map %s bestaat niet"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "deze locatie lijkt geen distributie te bevatten"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "kon media.cfg niet analyseren"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"kon het installatiemedium niet vinden (geen media.cfg bestand gevonden)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "overslaan incompatibele media '%s' (voor %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "ontvangen van media.cfg-bestand..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "probeert een niet-bestaand medium \"%s\" te selecteren"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "selecteren van meerdere media: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "bezig met verwijderen van medium \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "herconfigureren van urpmi voor medium \"%s\"..."
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...herconfiguratie mislukt"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "herconfiguratie voltooid"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-"Fout bij het genereren van namenbestand: afhankelijkheid %d niet gevonden"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "medium \"%s\" is bijgewerkt"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "onderzoeken van het synthesis-bestand [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "probleem met lezen van synthesis bestand van medium \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "Kopiëren van bestand [%s] voor medium \"%s\"..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...kopiëren mislukt"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "bezig met kopiëren omschrijving bestand van \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopiëren is klaar"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "kopiëren van [%s] mislukt (bestand is verdacht klein)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "berekenen md5sum van ontvangen bronsynthesis"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "ophalen van [%s] mislukt (md5sum onjuist)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "genhdlist2 mislukt op %s"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "vergelijken van %s en %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "ongeldig hdlist-bestand %s voor medium \"%s\""
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "kopiëren MD5SUM-bestand van \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "ongeldig MD5SUM-bestand (gedownload van %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "bronsynthesis van \"%s\" ontvangen..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "afgezochte synthesis gevonden als %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "geen synthesis-bestand gevonden voor medium \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "onderzoeken van publieke sleutelbestand van \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...sleutel %s uit publiek sleutelbestand van \"%s\" geïmporteerd"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "kon publieke sleutelbestand van \"%s\" niet importeren"
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "bijgewerkt medium \"%s\""
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "ophalen van [%s] mislukt"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "opnieuw proberen met mirror %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Kan geen mirror vinden uit de mirrorlijst %s"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "geolocalisatie %s %.2f %.2f gevonden uit tijdzone %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "ophalen mirrorlijst van %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "YyJj"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Sorry, ongeldige keuze, probeer het nogmaals\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Pakket"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Versie"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Uitgave"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arch"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(aangeraden)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "medium \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "opdrachtregel"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] "Het volgende pakket is nu wees, gebruik \"urpme --auto-orphans\" om "
-"het te verwijderen."
-msgstr[1] ""
-"De volgende pakketten zijn nu wees, gebruik \"urpme --auto-orphans\" om "
-"ze te verwijderen."
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "niet in staat \"%s\" te interpreteren in bestand [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "bezig met onderzoeken parallelle handler in bestand [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "parallelle handler gevonden voor knooppunten: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "niet in staat parallelle optie \"%s\" te gebruiken"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "op knooppunt %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "Installatie mislukt op knooppunt %s"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp is mislukt, een knooppunt zou onbereikbaar kunnen zijn"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput is mislukt, een knooppunt zou onbereikbaar kunnen zijn"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "scp mislukt op hostcomputer %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "cp mislukt op hostcomputer %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-"%s mislukt op hostcomputer %s (misschien heeft hij niet de juiste urpmi-versie?) "
-"(afsluitcode: %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "kon medium \"%s\" niet benaderen."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "%s koppelen..."
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "%s afkoppelen..."
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf versie %s\n"
-"Copyright © 2002-2006 Mandriva.\n"
-"Dit is vrije software en mag worden verspreid onder de voorwaarden van de "
-"GNU GPL.\n"
-"\n"
-"gebruik: urpmf [opties] patroon-expressie\n"
-
-#
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - geeft het versienummer van dit programma weer.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - specifieke omgeving gebruiken (meestal een foutrapport).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - gebruik de gegeven media niet, kommagescheiden.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - geen patronen vergelijken, argument als letterlijke "
-"reeks.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - gebruik andere hoofdmap (root) voor urpmi db & rpm-"
-"installatie.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - media sorteren uitgaand van kommagescheiden subreeksen.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - opgegeven pad gebruiken voor mediatoegang.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - opgegeven synthesis gebruiken in plaats van urpmi db.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - geeft geen identieke regels weer.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - gebruik alleen bijwerkmedia.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - 'uitgebreid verslag'-modus.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - onderscheid hoofd-/kleine letters in elk patroon "
-"negeren.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -I - onderscheid hoofd-/kleine letters in patronen honoreren "
-"(standaard).\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - veldscheidingsteken veranderen (standaard ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Patroonuitdrukkingen:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text - alle tekst geïnterpreteerd als regexp, tenzij -l wordt \n"
-"\t\t\t\t\tgebruikt.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - voeg perl code direct als perl -e toe.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - binaire AND operator.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - binaire OR operator.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - unary NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - linker en rechter haakjes.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Lijst van tags:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - een printf-achtig uitvoerformaat gebruiken.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " voorbeeld: '%%name:%%files'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - architectuur\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - buildhost ('bouwcomputer')\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - build-tijdstip\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - configuratieestanden\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - conflict-tags\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - pakketomschrijving\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - distributie\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - epoch\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - bestandsnaam van het pakket\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - geeft alle bestanden in het pakket weer\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - groep\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - licentie\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - pakketnaam\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - obsoletes ('verouderd')-tags\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - pakketsamensteller.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - provides ('levert')-tags\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - requires ('vereisten')-tags\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - geïnstalleerde grootte.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - naam van de broncode-rpm.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - geeft tag-suggesties\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - samenvatting\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - URL\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - leverancier\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - de media waarin het pakket gevonden is\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - geeft de versie, uitgave en arch met naam.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Onjuist formaat: u mag maar één tag gebruiken met meerdere waarden"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "maakt gebruik van aangegeven omgeving op %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "geen hdlist-bestand beschikbaar voor medium \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "geen synthesis beschikbaar voor medium \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "geen xml-info beschikbaar voor medium \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-"urpmi is herstart en de prioriteitslijst van pakketten is niet gewijzigd"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-"urpmi is herstart en de prioriteitslijst van pakketten is gewijzigd: %s vs %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Geen pakket genaamd %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "De volgende pakketten bevatten %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr "Gebruik \"-a\" om ze allemaal te gebruiken"
-
-#: ../urpm/select.pm:300
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "pakket(ten) %s gevonden in urpmi-db, maar geen ervan is geïnstalleerd"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Pakket %s is reeds geïnstalleerd"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "De pakketten %s zijn reeds geïnstalleerd"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "vanwege ontbrekende %s"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "vanwege reeds geïnstalleerde %s"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "vanwege onvoldane %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "probeer %s op te waarderen"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "Om %s te behouden"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "in volgorde om %s te installeren"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "vanwege conflicten met %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Ongeldige ondertekening (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Ongeldig sleutel-ID (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Geen ondertekening aanwezig (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "systeem"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "U dient %s te herstarten voor %s"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Kan niet naar bestand schrijven"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Openen van bestand mislukt"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Kan bestand %s niet verplaatsen naar %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme versie %s\n"
-"Copyright © 1999-2008 Mandriva.\n"
-"Dit is vrije software en mag worden verspreid onder de voorwaarden van de "
-"GNU GPL.\n"
-"\n"
-"gebruik:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - selecteer automatisch een pakket uit de keuzes.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - wezen verwijderen\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - verifiëren dat de verwijdering correct uitgevoerd kan "
-"worden.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - gedistribueerde urpmi over computers van alias.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr ""
-" --repackage - Bestanden opnieuw inpakken alvorens te verwijderen\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr ""
-" --root - gebruik andere hoofdmap (root) voor rpm-verwijdering.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-" --justdb - ververs alleen de rpm-db, niet het bestandssysteem.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - de pakketscriptlet(s) niet uitvoeren.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - urpme dynamisch configureren vanuit distrib-boom, handig\n"
-" om een chroot te (de)installeren met de --root optie.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - 'uitgebreid verslag'-modus.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-" -a - selecteer alle pakketten die overeenkomen met de "
-"expressie.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Alleen de beheerder mag media verwijderen"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "onbekende pakketten"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "onbekend pakket"
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Het verwijderen van het volgende pakket zal uw systeem verstoren:"
-msgstr[1] "Het verwijderen van de volgende pakketten zal uw systeem verstoren:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Niets te verwijderen"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "Geen wezen te verwijderen"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Om aan de afhankelijkheden te voldoen, wordt het volgende pakket verwijderd"
-msgstr[1] ""
-"Om aan de afhankelijkheden te voldoen, worden de volgende %d pakketten "
-"verwijderd"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(weespakket)"
-msgstr[1] "(weespakketten)"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Eén pakket verwijderen?"
-msgstr[1] "%d Pakketten verwijderen?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (j/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "verwijdering van %s testen"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Verwijderen is mislukt"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "Verwijderen is mogelijk"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "niet-afgesloten uitdrukking (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-update - media bijwerken en daarna het systeem opwaarderen.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - MD5SUM bestandscontrole uitschakelen.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - dwing bijwerken van de gpg-sleutel af.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - wezen verwijderen zonder bevestiging\n"
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - \"suggested\"-pakketten niet auto-selecteren.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - vraag nooit om verwijdering van een pakket, breek de "
-"installatie af.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - geen pakketten installeren (alleen downloaden)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - behoud bestaande pakketten wanneer dit mogelijk is, "
-"negeer gevraagde\n"
-" pakketten die tot verwijderen nopen.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - splitsen in kleinere transacties wanneer meer dan het\n"
-" aangegeven aantal pakketten worden geïnstalleerd of\n"
-" opgewaardeerd, standaard is %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - korte transactielengte, standaard is %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - onprecies zoeken gebruiken.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr ""
-" --buildrequires - de \"buildrequires\" van de pakketten installeren\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - installeer alleen bronpakketten (geen uitvoerbare "
-"bestanden)\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - rpm uit cache verwijderen vóór al het andere\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - rpm's niet uit buffer wissen.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-" --replacepkgs - installatie van al geïnstalleerde pakketten afdwingen.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - sta toe de gebruiker te vragen om pakketten te\n"
-" installeren zonder afhankelijkhedencontrole.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - sta toe de gebruiker te vragen om pakketten te\n"
-" installeren zonder afhankelijkhedencontrole en zonder\n"
-" integriteitscontrole.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - \"suggested\"-pakketten autoselecteren.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - urpmi dynamisch configureren vanuit een distrib-boom,\n"
-" handig om een chroot te instaleren met de --root optie.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - lokale metalink genereren en gebruiken.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - programma voor het ophalen van bestanden op afstand. \n"
-" bekende programma's: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - extra opties om aan curl door te geven\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- extra opties om aan rsync door te geven\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - extra opties om aan wget door te geven\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - extra opties om aan prozilla door te geven\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - extra opties om aan aria2 door te geven\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - de download snelheid begrenzen.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume -laden hervatten van gedeeltelijk geladen bestand \n"
-" (--no-resume schakelt dit uit, standaard uitgeschakeld).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - gebruik specifieke HTTP proxy, het standaard poort "
-"nummer\n"
-" is 1080 (formaat is <proxyhost[:poort]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - specificeer gebruikersnaam en wachtwoord voor proxy-\n"
-" aanmelding (formaat is <gebruiker:wachtwoord>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - schrijf een foutrapport naar de map aangegeven\n"
-" door het volgende argument.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - pad (gescheiden door komma) uitsluiten.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - doc bestanden niet meerekenen.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --ignoresize - de vrije schijfruimte niet controleren voor installatie\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - rpm-installatie voor niet-overeenkomende architecturen "
-"toestaan.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - de pakketscriptlet(s) niet uivoeren\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-" --skip - pakketten waarvan de installatie moet worden "
-"overgeslagen\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - pakketten die de voorkeur dienen te krijgen\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - indien verscheidene pakketten worden gevonden, meer "
-"keuzemogelijkheden\n"
-" aanbieden dan gewoonlijk.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - rpm-database niet op slot zetten.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-" --strict-arch - waardeer alleen pakketten op met dezelfde architectuur.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - selecteer alle resultaten van console.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - stille modus.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - 'zeer uitgebreid verslag'-modus.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" namen of rpm bestanden gegeven via opdrachtregel worden geïnstalleerd.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Fout: kan --auto-select niet gebruiken samen met pakketlijst.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Fout: Om een programmafoutrapport te genereren, geeft u de gebruikelijke \n"
-"opdrachtregel-argumenten samen met --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-"U kunt geen binaire rpm-bestanden installeren wanneer u --install-src "
-"gebruikt"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "U kunt geen spec-bestanden installeren"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "terugvallen op --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-"gebruik a.u.b. --buildrequires of --install-src, gaat uit van --buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"De map [%s] bestaat reeds, gebruik een andere map voor het foutrapport of "
-"verwijder hem"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Kon directory [%s] niet aanmaken voor programmafoutrapport"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Omgevingsmap %s bestaat niet"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Fout: %s lijkt als alleen-lezen gekoppeld te zijn.\n"
-"Gebruik --allow-force om de opdracht te forceren."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Bijwerken van media...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (op te waarderen)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (op te waarderen)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (te installeren)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (te installeren)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Om aan de afhankelijkheid '%s' te voldoen, is één van de volgende pakketten "
-"nodig:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Wat is uw keuze? (1-%d)"
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Het volgende pakket kan niet worden geïnstalleerd omdat het afhangt\n"
-"van pakketten die ouder zijn dan de reeds geïnstalleerde pakketten:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"De volgende pakketten kunnen niet worden geïnstalleerd omdat ze afhangen\n"
-"van pakketten die ouder zijn dan de reeds geïnstalleerde pakketten:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Toch doorgaan met de installatie?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (J/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Een verlangd pakket kan niet worden geïnstalleerd:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Enkele gevraagde pakketten kunnen niet worden geïnstalleerd:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "het verwijderen van %s zal uw systeem verstoren"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"De installatie kan niet doorgaan omdat de volgende pakketten\n"
-"moeten worden verwijderd om andere te kunnen opwaarderen:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"De installatie kan niet doorgaan omdat de volgende pakketten\n"
-"moeten worden verwijderd om andere te kunnen opwaarderen:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Het volgende pakket moet worden verwijderd om andere te kunnen opwaarderen:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"De volgende pakketten moeten worden verwijderd om andere te kunnen "
-"opwaarderen:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(alleen test, verwijdering zal niet daadwerkelijk plaatsvinden)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"U dient urpmi eerst aan te roepen met --buildrequires om de volgende "
-"afhankelijkheden te installeren:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"Het volgende weespakket wordt verwijderd."
-msgstr[1] ""
-"De volgende weespakketten worden verwijderd."
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(alleen test, installatie zal niet daadwerkelijk plaatsvinden)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "%s aan extra schijfruimte zal worden gebruikt."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "%s aan schijfruimte zal vrijkomen."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "%s aan pakketten zal worden opgehaald."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Verdergaan met de installatie van 1 pakket?"
-msgstr[1] "Verdergaan met de installatie van de %d pakketten?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Annuleren"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Druk op Enter wanneer de koppeling tot stand is gebracht..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"gebruik: urpmi.addmedia [opties] <naam> <url>\n"
-"waar <url> één van de volgende is:\n"
-" [file:/]/<pad>\n"
-" ftp://<gebruikersnaam>:<wachtwoord>@<host>/<pad>\n"
-" ftp://<host>/<pad>\n"
-" http://<host>/<pad>\n"
-" cdrom://<path>\n"
-"\n"
-"gebruik: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"gebruik: urpmi.addmedia [options] --mirrorlist <url> <naam> <relatief pad>\n"
-"\n"
-"voorbeelden:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"en [opties] kunnen zijn:\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-" --wget - wget gebruiken om bestanden op afstand te ontvangen.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr ""
-" --curl - curl gebruiken om bestanden op afstand te ontvangen.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-" --prozilla - prozilla gebruiken om bestanden op afstand te ontvangen.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr ""
-" --aria2 - aria2 gebruiken om bestanden op afstand te ontvangen.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-" --update - een bijwerkmedium aanmaken, \n"
-" of niet-bijwerkmedia weggooien (als gebruikt met --distrib)\n"
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - dit beleid aanhouden voor downloaden van xml-"
-"infobestanden\n"
-" een van: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - gebruik synthesis bestand.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - rpm-bestanden gebruiken (i.p.v. synthesis).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - probeer geen synthesisbestand te vinden.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - maakt automatisch alle media van een installatiemedium\n"
-" aan.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-" --interactive - with --distrib, om bevestiging vragen voor elke media\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - met --distrib, elke media in de lijst toevoegen.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - gebruik aangegeven url voor lijst van mirrors, de "
-"standaard\n"
-" is %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - maakt virtueel medium aan dat altijd bijgewerkt is.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - MD5SUM bestandscontrole uitschakelen.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-" --nopubkey - publieke sleutel van toegevoegde media niet importeren\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw - media toevoegen in configuratie, maar niet bijwerken.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - stille modus.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - 'extra informatie'-modus.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "bekende soorten xml-infobeleid zijn %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "geen argument nodig voor --distrib --mirrorlist <url>"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "ongeldige <url> (voor een lokale map dient het pad absoluut te zijn)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Alleen de beheerder mag media toevoegen"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "aanmaken config-bestand [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Niet mogelijk config-bestand [%s] te maken"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "niet nodig om <relatief pad van synthesis> te geven met --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Wilt u media '%s' toevoegen?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<relatief pad van syntesis> ontbreekt\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Kan %s niet met medium op afstand gebruiken"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "kon medium niet toevoegen"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover versie %s\n"
-"Copyright © 2006 Mandriva.\n"
-"Dit is vrije software en mag worden verspreid onder de voorwaarden van de "
-"GNU GPL.\n"
-"\n"
-"gebruik:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - stel starttijd opnieuw verpakken in op nu\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - opnieuw-verpakkenmap niet opschonen bij checkpoint.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-" --list - transacties tonen sinds aangegeven datum/tijdsduur\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - alle transacties in rpmdb opsommen (lang).\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - transacties sinds checkpoint opsommen.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - terugdraaien tot aangegeven datum,\n"
-" of het gegeven aantal transacties terugdraaien\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - opnieuw verpakken uitschakelen\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Ongeldige datum of tijdsduur [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Opnieuw-verpakken-map niet gedefinieerd\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Kan niet schrijven naar opnieuw-verpakken-map [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Opschonen opnieuw-verpakken-map [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d bestand verwijderd\n"
-msgstr[1] "%d bestanden verwijderd\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Vreemde opdrachtregel-argumenten [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "U kunt --checkpoint en --rollback niet tegelijkertijd gebruiken\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "U kunt --checkpoint en --list niet tegelijkertijd gebruiken\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "U kunt --rollback en --list niet tegelijkertijd gebruiken\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "U kunt --disable niet tegelijkertijd met een andere optie gebruiken"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Geen transactie gevonden sinds %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "U dient beheerder te zijn om dit te doen"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Schrijven van rpm-macro's-bestand [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Geen terugdraaidatum gevonden\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Terugdraaien tot aan %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Opnieuw verpakken wordt uitgeschakeld\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"gebruik: urpmi.removemedia (-a | <naam> ...)\n"
-"waar <naam> een mediumnaam is die verwijderd moet worden.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - alle media selecteren.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - onprecies zoeken wat betreft medianamen.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Alleen de beheerder mag media verwijderen"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "niets te verwijderen (gebruik urpmi.addmedia om media toe te voegen)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"het te verwijderen item ontbreekt\n"
-"(één van %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"gebruik: urpmi.update [opties] <naam> ...\n"
-"waar <naam> een mediumnaam is die bijgewerkt moet worden.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - vernieuw alleen bijwerkmedia.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - forceer bijwerken van de gpg sleutel.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - niet vernieuwen, markeer de media als genegeerd.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-" --no-ignore - niet vernieuwen, markeer de media als geactiveerd.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --probe-rpms - gebruik geen synthesisbestand, maar rpm-bestanden direct\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - selecteer alle niet-verwisselbare media.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - het bijwerken van synthesis afdwingen\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -ff - het bijwerken van synthesis echt afdwingen\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Alleen de beheerder mag media bijwerken"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"niets om te verversen (gebruik urpmi.addmedia om media toe te voegen)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"de invoer om op te waarderen ontbreekt\n"
-"(één van %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "negeren van medium \"%s\":"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "activeren van medium \"%s\""
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq versie %s\n"
-"Copyright © 2002-2006 Mandriva.\n"
-"Dit is vrije software en mag worden verspreid onder de voorwaarden van de "
-"GNU GPL.\n"
-"\n"
-"gebruik:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - alleen de aangegeven media gebruiken om gewenste "
-"pakketten te zoeken.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - weespakketten opsommen\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - onprecies zoeken gebruiken (zelfde als -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - geeft alle beschikbare pakketten weer.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - beschikbare media opsommen.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - beschikbare media en hun url opsommen.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - beschikbare knooppunten opsommen bij --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - beschikbare parallelle aliasen opsommen.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - dump de configuratie in de vorm van een urpmi.addmedia "
-"formaat.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - volgende pakket is een bronpakket (zelfde als -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - geef alle bronpakketten voor het downloaden (alleen root "
-"mag dit).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - rpm-zoekaanvraag voor niet-overeenkomende architecturen "
-"toestaan.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - urpmi dynamisch configureren vanuit distrib-boom.\n"
-" Hiermee kunt u de distro bevragen.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - geeft wijzigingslogboek weer.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - conflict-tags afdrukken.\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - obsoletes ('maakt achterhaald') afdrukken.\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - provides ('levert') afdrukken.\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - requires ('vereisten') afdrukken.\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - suggests ('suggereert') afdrukken.\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - broncode-rpm afdrukken.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - geeft de samenvatting.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - pakketafhankelijkheden bevragen.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - omgekeerde zoekactie voor wat het pakket vereist.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - uitgebreide omgekeerde (inclusief virtuele pakketten).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - zoek in 'levert'(provides)-veld om pakket te vinden.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - complete uitvoer met te verwijderen pakket.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - toont de groepen ook met namen.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - nuttige informatie afdrukken in leesbare vorm.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - geeft alle bestanden in pakket weer\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - gelijkwaardig aan -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - geeft de versie en release samen met de naam.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - volgend pakket is een bronpakket (zelfde als --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - verwijder pakket als een recentere versie al is "
-"geïnstalleerd.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - onprecies zoeken gebruiken (zelfde als --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - als -y maar let niet op hoofd-/kleine letters.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-" namen van rpm bestanden opgegeven via console zijn in de wachtrij "
-"geplaatst\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "gebruik: \"urpmq --auto-orphans\" zonder argumenten"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes kan alleen worden gebruikt met --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "gebruik -l om bestanden op te sommen"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"geen xml-info voor medium \"%s\", slechts een deelresultaat voor pakket %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"geen xml-info voor medium\"%s\", slechts een deelresultaat voor pakketten %s"
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"geen xml-info voor medium \"%s\", niet in staat resultaten te geven voor "
-"pakket %s"
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"geen xml-info voor medium \"%s\", niet in staat een resultaat te geven voor "
-"pakketten %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Geen wijzigingslogboek gevonden\n"
-
diff --git a/po/nn.po b/po/nn.po
deleted file mode 100644
index c0635fdb..00000000
--- a/po/nn.po
+++ /dev/null
@@ -1,3304 +0,0 @@
-# translation of urpmi.po to Norwegian Nynorsk
-# Translation of nn to Norwegian Nynorsk
-# This file is distributed under the same license as the PACKAGE package.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
-#
-# Karl Ove Hufthammer <karl@huftis.org>, 2004, 2005, 2006, 2007, 2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-18 18:48+0200\n"
-"PO-Revision-Date: 2008-09-11 20:28+0200\n"
-"Last-Translator: Karl Ove Hufthammer <karl@huftis.org>\n"
-"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 0.2\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM-installering"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Feil: Fann ikkje fila «%s». Operasjonen vert avbroten."
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_OK"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Du har valt ein kjeldepakke:\n"
-"\n"
-"%s\n"
-"\n"
-"Du ønskjer truleg ikkje å installera han på maskina. (Du kan då\n"
-"gjera endringar i pakken, og kompilera han på nytt.)\n"
-"\n"
-"Er du sikker på at du vil installera pakken?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Du er i ferd med installera denne pakken på maskina di:\n"
-"\n"
-"%s\n"
-"\n"
-"Vil du halda fram?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Du er i ferd med installera denne pakken på maskina di:\n"
-"\n"
-"%s\n"
-"\n"
-"Du kan òg velja å berre lagra han. Kva vil du gjera?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Installer"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Lagra"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Avbryt"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Vel plassering av lagra fil."
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi – versjon %s\n"
-"Copyright © 1999–2006 Mandriva.\n"
-"Dette er fri programvare, og kan distribuerast under vilkåra i GNU GPL-"
-"lisensen.\n"
-"\n"
-"Bruk:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Val:"
-
-#: ../gurpmi.pm:46 ../urpme:46 ../urpmf:35 ../urpmi:72 ../urpmi.addmedia:54
-#: ../urpmi.recover:33 ../urpmi.removemedia:40 ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help – Vis denne hjelpeteksten.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto – Ikkje-interaktiv modus. Anta standardsvar på alle "
-"spørsmål.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select – Vel automatisk alle pakkar som kan oppdaterast.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force – Tving gjennomføring sjølv om ikkje alle pakkar finst.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm – Kontroller rpm-signatur før installering.\n"
-" (Bruk «--no-verify-rpm» til ikkje å kontrollera.\n"
-" Standard er å kontrollera.)\n"
-
-#: ../gurpmi.pm:52 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media – Bruk berre gitt medium (kommadelt liste).\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p – Tillat søk i tilbod for å finna pakkar.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P – Ikkje søk i tilbod for å finna pakkar.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root – Bruk anna rot for rpm-installering.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test – Berre kontroller at installeringa kan fungera.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --searchmedia – Berre sjå etter pakkar i dette mediet.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Ingen pakkar valde"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Vent litt ..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Må vera root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Nokre av pakkane kan ikkje installerast:\n"
-"%s\n"
-"Vil du likevel halda fram?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Åtvaring"
-
-#: ../gurpmi2:134 ../urpmi:624
-#, c-format
-msgid "Ok"
-msgstr "OK"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (oppgradering)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (installering)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Pakkeval"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Du treng éin av desse pakkane:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Avbryt"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Desse pakkane må fjernast for at andre skal kunna oppgraderast:\n"
-"%s\n"
-"Vil du likevel halda fram?"
-
-#: ../gurpmi2:241 ../urpmi:591
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Grunna avhengnader vert denne pakken installert:"
-
-#: ../gurpmi2:242 ../urpmi:592
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Grunna avhengnader vert desse pakkane installerte:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d pakke – %d MB)"
-msgstr[1] "(%d pakkar – %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Installerer pakke ..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "Fann ikkje kjeldepakke. Avbryter."
-
-#: ../gurpmi2:266 ../urpm/install.pm:81
-#, c-format
-msgid "Preparing..."
-msgstr "Førebur ... "
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Installerer pakken «%s» (%s/%s) ..."
-
-#: ../gurpmi2:287 ../urpmi:619
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Set inn mediet «%s»"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Lastar ned pakken «%s» ..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Ferdig"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:114
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Feil ved installering. Nokre filer manglar:\n"
-"%s\n"
-"Du bør oppdatera urpmi-databasen."
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:226 ../urpm/main_loop.pm:244
-#: ../urpm/main_loop.pm:262 ../urpm/main_loop.pm:289
-#, c-format
-msgid "Installation failed:"
-msgstr "Feil ved installering:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Alt er allereie installert."
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Installeringa er fullført"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "Fjernar «%s»."
-
-#: ../gurpmi2:354 ../urpmi:686
-#, c-format
-msgid "restarting urpmi"
-msgstr "Startar urpmi på nytt."
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"Bruk: %s [val]\n"
-"der [val] er av:\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help – Vis denne hjelpeteksten.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> – Bruk denne rota i staden for «/».\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g[roup] – Avgrens søket til denne gruppa.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " Standardverdi: %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f – Vis fullt rpm-namn (NVRA).\n"
-
-#: ../rurpmi:11 ../urpmi:268
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Berre superbrukaren kan installera pakkar."
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Køyrer urpmi i avgrensa modus ..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "Klarte ikkje oppretta mappa %s."
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "Ugyldig eigar for mappa %s."
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "Klarte ikkje lasta ned pakkar til %s"
-
-#: ../urpm.pm:139
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Miljømappa «%s» finst ikkje."
-
-#: ../urpm.pm:140 ../urpmf:248 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "Brukar eigedefinert miljø på «%s»\n"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "Klarte ikkje opna «rpmdb»."
-
-#: ../urpm.pm:318
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "Ugyldig rpm-filnamn [%s]."
-
-#: ../urpm.pm:324
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "Mottek rpm-fil [%s] ..."
-
-#: ../urpm.pm:326 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "... ferdig motteken."
-
-#: ../urpm.pm:329 ../urpm/download.pm:732 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "... Ikkje motteken: %s"
-
-#: ../urpm.pm:334
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "Klarte ikkje lesa rpm-fil [%s]."
-
-#: ../urpm.pm:339
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "Klarte ikkje tolka spec-fila «%s» [%s]."
-
-#: ../urpm.pm:347
-#, c-format
-msgid "unable to register rpm file"
-msgstr "Klarte ikkje registrera rpm-fil."
-
-#: ../urpm.pm:349
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Inkompatibel arkitektur for rpm [%s]."
-
-#: ../urpm.pm:353
-#, c-format
-msgid "error registering local packages"
-msgstr "Klarte ikkje registrera lokale pakkar."
-
-#: ../urpm.pm:440
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Du kan ikkje køyra denne operasjonen i avgrensa modus."
-
-#: ../urpm/args.pm:152 ../urpm/args.pm:161
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "Ugyldig mellomtenardeklarasjon på kommandolinja.\n"
-
-#: ../urpm/args.pm:305
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: Klarer ikkje lesa rpm-fila «%s».\n"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s"
-msgstr "Uventa uttrykk: %s"
-
-#: ../urpm/args.pm:383
-#, c-format
-msgid "missing expression before %s"
-msgstr "Manglar uttrykk før «%s»."
-
-#: ../urpm/args.pm:389
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "Uventa uttrykk: %s (forslag: bruk «-a» eller «-o»)."
-
-#: ../urpm/args.pm:393
-#, c-format
-msgid "no expression to close"
-msgstr "Ingen uttrykk å lukka."
-
-#: ../urpm/args.pm:402
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-"Som standard ventar urpmf eit regulært uttrykk. Du bør bruka valet «--"
-"literal»."
-
-#: ../urpm/args.pm:470
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "«chroot»-mappa finst ikkje."
-
-#: ../urpm/args.pm:493
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Kan ikkje bruka «%s» utan «%s»."
-
-#: ../urpm/args.pm:496 ../urpm/args.pm:499 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Kan ikkje bruka «%s» med «%s»."
-
-#: ../urpm/args.pm:507
-#, c-format
-msgid "Too many arguments\n"
-msgstr "For mange argument.\n"
-
-#: ../urpm/bug_report.pm:54 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr " mislukka kopiering."
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"Du må montera CD-ROM-en sjølv (eller installera perl-Hal-Cdroms for at det "
-"skal gjerast automatisk)."
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "HAL-tenesta («hald») køyrer ikkje, eller ikkje klar."
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "Mediet «%s» er ikkje tilgjengeleg."
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "Klarte ikkje lesa rpm-fil [%s] frå mediet «%s»."
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "Syntaksfeil i oppsettfila, linje %s."
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "Klarte ikkje lesa oppsettfila [%s]."
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "Mediet «%s» er definert to gongar. Avbryt."
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "Klarte ikkje skriva oppsettfila [%s]."
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-"Klarte ikkje lesa mellomtenar-innstillingar (har ikkje løyve til å lesa «%s»)."
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Skriv inn brukarnamn og passord for tilgang til mellomtenar\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Brukarnamn:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Passord:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Ukjend vevhenting «%s».\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s-feil: Avslutt med signalet «%d»."
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s-feil: Avslutt med «%d»."
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "mislukka kopiering."
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget manglar.\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl manglar.\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl-feil: Nedlasting avbroten.\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync manglar.\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh manglar.\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla manglar.\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Klarte ikkje køyra prozilla.\n"
-
-#: ../urpm/download.pm:602
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "aria2 manglar.\n"
-
-#: ../urpm/download.pm:716
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s %% av %s fullført. Tid igjen: %s. Fart: %s."
-
-#: ../urpm/download.pm:718
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s %% fullført. Fart: %s."
-
-#: ../urpm/download.pm:783
-#, c-format
-msgid "retrieving %s"
-msgstr "hentar «%s»."
-
-#: ../urpm/download.pm:787
-#, c-format
-msgid "retrieved %s"
-msgstr "henta «%s»."
-
-#: ../urpm/download.pm:836
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "Ukjend protokoll definert for «%s»."
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "«%s» er ikkje tilgjengeleg. Fell tilbake på «%s»."
-
-#: ../urpm/download.pm:873
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "Fann ingen «webfetch». Støtta «webfetch»-ar er: %s\n"
-
-#: ../urpm/download.pm:894
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "Kan ikkje bruka protokollen: %s."
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "Ryddar opp %s og %s."
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "Fann ikkje pakken «%s»."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "Mottek rpm-filer frå mediet «%s» ..."
-
-#: ../urpm/install.pm:88
-#, c-format
-msgid "[repackaging]"
-msgstr "[pakkar om att]"
-
-#: ../urpm/install.pm:168
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"Laga transaksjon for installering på «%s» (remove: %d – install: %d – "
-"upgrade: %d)"
-
-#: ../urpm/install.pm:171
-#, c-format
-msgid "unable to create transaction"
-msgstr "Klarte ikkje laga transaksjon."
-
-#: ../urpm/install.pm:194
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "Klarte ikkje henta ut rpm frå delta-rpm-pakken «%s»."
-
-#: ../urpm/install.pm:207
-#, c-format
-msgid "unable to install package %s"
-msgstr "Klarte ikkje installera pakken «%s»"
-
-#: ../urpm/install.pm:210
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "Fjernar ugyldig rpm-pakke (%s) frå «%s»."
-
-#: ../urpm/install.pm:211 ../urpm/install.pm:268
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "Klarte ikkje fjerna %s: %s"
-
-#: ../urpm/install.pm:249
-#, c-format
-msgid "Removing package %s"
-msgstr "Fjernar pakken «%s»"
-
-#: ../urpm/install.pm:250
-#, c-format
-msgid "removing package %s"
-msgstr "Fjernar pakken «%s»."
-
-#: ../urpm/install.pm:266
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "Fjernar installerte rpm-pakkar (%s) frå «%s»."
-
-#: ../urpm/install.pm:274
-#, c-format
-msgid "More information on package %s"
-msgstr "Meir informasjon om pakken «%s»"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Kan ikkje laga ldap-mellomlagermappe."
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Kan ikkje skriva mellomlagerfil for ldap.\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Ingen tenar definert. Manglar adresse eller vertsnamn."
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Inga grunnadresse definert."
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Kan ikkje kopla til LDAP-adresse:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s-databasen er låst. Ventar ..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "avbryt"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "%s-databasen er låst (det kan vera eit anna program brukar han)."
-
-#: ../urpm/main_loop.pm:113 ../urpm/main_loop.pm:123 ../urpm/main_loop.pm:157
-#: ../urpm/main_loop.pm:233 ../urpm/main_loop.pm:251
-#, c-format
-msgid "Installation failed"
-msgstr "Feil ved installering"
-
-#: ../urpm/main_loop.pm:115 ../urpm/main_loop.pm:125
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Vil du prøva å halda fram likevel? (J/N)"
-
-#: ../urpm/main_loop.pm:124
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Feil ved installering. Ugyldige RPM-pakkar:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:142
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Denne pakken har ugyldig signatur"
-
-#: ../urpm/main_loop.pm:143
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Desse pakkane har ugyldige signaturar"
-
-#: ../urpm/main_loop.pm:144
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Vil du halda fram med å installera?"
-
-#: ../urpm/main_loop.pm:161
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "Fjernar installerte rpm-pakkar (%s)."
-
-#: ../urpm/main_loop.pm:181
-#, c-format
-msgid "distributing %s"
-msgstr "Fordeler %s."
-
-#: ../urpm/main_loop.pm:196
-#, c-format
-msgid "installing %s from %s"
-msgstr "Installerer %s frå %s."
-
-#: ../urpm/main_loop.pm:198
-#, c-format
-msgid "installing %s"
-msgstr "Installerer %s."
-
-#: ../urpm/main_loop.pm:234
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Vil du installera utan å kontrollera avhengnader? (J/N) "
-
-#: ../urpm/main_loop.pm:252
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Vil du prøva endå sterkare å installera («--force»)? (J/N) "
-
-#: ../urpm/main_loop.pm:302
-#, c-format
-msgid "Packages are up to date"
-msgstr "Pakkane er alt i nyaste versjon."
-
-#: ../urpm/main_loop.pm:313 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Det går an å installera."
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "Kontrollerer %s-fila."
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "Ugyldig MD5SUM-fil"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "Åtvaring: md5summen for «%s» er ikkje tilgjengeleg i MD5SUM-fila."
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"Det virtuelle mediet «%s» må ha ei eintydig adresse. Hoppar over medium."
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "Klarte ikkje opna «list»-fila til «%s». Hoppar over mediet."
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "Klarte ikkje opna syntesefila til «%s». Hoppar over mediet."
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "Prøver å hoppa over eksisterande medium «%s». Hoppar over."
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "Klarte ikkje migrera flyttbar eining. Hoppar over medium."
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "Skriv oppsettfil [%s]."
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Kan ikkje bruka parallellmodus i «use-distrib»-modus."
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "Brukar tilknytta medium for parallellmodus: %s."
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"Kan ikkje bruka «--synthesis» saman med «--media», «--excludemedia», «--"
-"sortmedia», «--update», «--use-distrib» eller «--parallel»."
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Søkjestart: %s. Søkjeslutt: %s."
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "Hoppar over pakken «%s»."
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "Ville installert i staden for å oppgradera pakken «%s»."
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "Mediet «%s» finst allereie."
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(hoppa over som standard)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "Legg til mediet «%s» før fjernmediet «%s»."
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "Legg til mediet «%s»."
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "Mappa «%s» finst ikkje."
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "Denne adressa ser ikkje ut til å innehelda ein distribusjon."
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "Klarte ikkje tolka «media.cfg»."
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "Klarte ikkje lesa frå distribusjonsmediet (fann inga «media.cfg»-fil)."
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "Hoppar over ikkje-kompatibelt medium «%s» (for %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "Mottek «media.cfg»-fil ..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "Prøver å velja ikkje-eksisterande medium «%s»."
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "Vel fleire medium: %s."
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "Fjernar mediet «%s»."
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "Endrar oppsett for mediet «%s»."
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "... klarte ikkje endra oppsett."
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "Fullført endring av oppsett."
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Feil ved generering av namnefil. Fann ikkje avhengnaden %d."
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "Mediet «%s» er i nyaste versjon."
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "Les syntesefila [%s]."
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "Feil ved lesing av syntesefil til mediet «%s»."
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "Kopierer [%s] for mediet «%s»."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "... mislukka kopiering."
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "Kopierer beskrivingsfila til «%s» ..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "... kopiering fullført."
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "Mislykka kopiering av [%s] (fila er mistenkeleg liten)."
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "Reknar ut md5sum til motteken kjeldesyntese."
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "Feil ved mottak av [%s] (md5summen stemmer ikkje)."
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "Feil ved genhdlist2 på %s"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "Samanliknar %s og %s."
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "Ugyldig «hdlist»-fil [%s] for mediet «%s»."
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "Kopierer md5sum-fila til «%s» ..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "Ugyldig MD5SUM-fil (lasta ned frå %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "Mottek kjeldesyntese for «%s» ..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "Fann undersøkt syntese som «%s»."
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "Fann inga syntesefil for mediet «%s»."
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "Les offentlegnøkkelfila til «%s» ..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "... Importerer nøkkelen «%s» frå offentlegnøkkelfila til «%s»."
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "Klarte ikkje importera offentlegnøkkelfila til «%s»."
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "Oppdaterte mediet «%s»."
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "Feil ved mottak av [%s]."
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "Prøver på nytt med spegelen %s."
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Fann ikkje noko spegel frå spegellista %s."
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "Fann geoplasseringa %s %.2f %.2f frå tidssonen %s."
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "Hentar spegelliste frå %s."
-
-#: ../urpm/msg.pm:63 ../urpmi:501 ../urpmi:516 ../urpmi:611
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:552 ../urpmi:647 ../urpmi:653
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "JjYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Dårleg val. Prøv på nytt.\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Pakke"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Versjon"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Utgjeving"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arkitektur"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(forslag)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "mediet «%s»"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "kommandolinje"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:310
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-"Denne pakken er no foreldrelaus. Bruk «urpme --auto-orphans» for å fjerna han."
-msgstr[1] ""
-"Desse pakkane er no foreldrelause. Bruk «urpme --auto-orphans» for å fjerna "
-"dei."
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "Klarte ikkje tolka «%s» i fila [%s]."
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "Undersøkjer parallellhandtering i fila [%s]."
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "Fann parallellhandtering for nodar: %s."
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "Klarte ikkje bruka parallellvalet «%s»."
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "på noden %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "Feil ved installering på noden %s"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "Feil ved rshp. Det kan vera noden ikkje kan nåast."
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "Feil ved mput. Det kan vera noden ikkje kan nåast."
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "Feil ved scp på verten %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "Feil ved cp på verten %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-"Feil ved %s på verten %s (kanskje har han ikkje rett versjon av urpmi?). "
-"(Avsluttingskode: %d.)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "Klarte ikkje lesa mediet «%s»."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "Monterer «%s»."
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "Avmonterer «%s»."
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-"Installasjonsprogrammet urpmi vart starta på nytt, og programprioriteringane "
-"vart ikkje endra."
-
-#: ../urpm/select.pm:32
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-"Installasjonsprogrammet urpmi vart starta på nytt, og programprioriteringane "
-"vart endra: %s mot %s"
-
-#: ../urpm/select.pm:170
-#, c-format
-msgid "No package named %s"
-msgstr "Det finst ingen «%s»-pakke."
-
-#: ../urpm/select.pm:172 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Desse pakkane inneheld «%s»: %s"
-
-#: ../urpm/select.pm:174
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr "Legg til «-a» for å bruka alle."
-
-#: ../urpm/select.pm:295
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr ""
-"Fann pakke/pakkar %s i urpmi-databsen, men ingen av dei er installerte."
-
-#: ../urpm/select.pm:538
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Pakken «%s» er alt installert."
-
-#: ../urpm/select.pm:539
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Pakkane «%s» er alt installerte."
-
-#: ../urpm/select.pm:557 ../urpm/select.pm:641
-#, c-format
-msgid "due to missing %s"
-msgstr "då «%s» manglar"
-
-#: ../urpm/select.pm:558
-#, c-format
-msgid "due to already installed %s"
-msgstr "då «%s» alt er installert"
-
-#: ../urpm/select.pm:559 ../urpm/select.pm:639
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "då «%s» ikkje er tilfredsstilt"
-
-#: ../urpm/select.pm:565
-#, c-format
-msgid "trying to promote %s"
-msgstr "Prøver å prioritera «%s»"
-
-#: ../urpm/select.pm:566
-#, c-format
-msgid "in order to keep %s"
-msgstr "for å kunna behalda «%s»"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Denne pakken må fjernast for at andre skal kunna oppgraderast:\n"
-"%s"
-
-#: ../urpm/select.pm:608
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Desse pakkane må fjernast for at andre skal kunna oppgraderast:\n"
-"%s"
-
-#: ../urpm/select.pm:635
-#, c-format
-msgid "in order to install %s"
-msgstr "for å kunna installera «%s»"
-
-#: ../urpm/select.pm:645
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "på grunn av konfliktar med «%s»"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Ugyldig signatur (%s)."
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Ugyldig nøkkel-ID (%s)."
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Manglar signatur (%s)."
-
-#: ../urpm/sys.pm:178
-#, c-format
-msgid "system"
-msgstr "system"
-
-#: ../urpm/sys.pm:213
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "Du må starta «%s» på nytt for %s."
-
-#: ../urpm/sys.pm:316
-#, c-format
-msgid "Can't write file"
-msgstr "Klarte ikkje lagra fil"
-
-#: ../urpm/sys.pm:316
-#, c-format
-msgid "Can't open file"
-msgstr "Klarte ikkje opna fil"
-
-#: ../urpm/sys.pm:329
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Klarte ikkje flytta fila %s til %s."
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme – versjon %s\n"
-"Copyright © 1999–2006 Mandriva.\n"
-"Dette er fri programvare, og kan distribuerast under vilkåra i GNU GPL-"
-"lisensen.\n"
-"\n"
-"Bruk:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto – Vel automatisk pakkar ved fleire alternativ.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans – Fjern foreldrelause pakkar.\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test – Kontroller at fjerninga kan fungera.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel – Distribuert urpmi over maskiner med alias.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage – Pakk om filer før sletting.\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root – Bruka anna rot for rpm-fjerning.\n"
-
-#: ../urpme:54 ../urpmf:40 ../urpmi:111 ../urpmi.addmedia:72
-#: ../urpmi.recover:36 ../urpmi.removemedia:45 ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root – Bruk anna rot for urpmi-database og rpm-installering.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-" --justdb – Berre oppdater rpm-databasen, og ikkje filsystemet.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts – Ikkje køyr pakkeskript.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib – Set opp urpme direkte frå eit «distrib»-tre.\n"
-"Nyttig for å (av)installera ei «chroot» med «--root»-valet.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v – Utvida meldingar.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a – Vel alle pakkar som samsvarer med uttrykket.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Berre superbrukaren kan fjerna pakkar."
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "Ukjende pakkar"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "Ukjend pakke"
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Du vil øydeleggja systemet viss du fjernar denne pakken:"
-msgstr[1] "Du vil øydeleggja systemet viss du fjernar desse pakkane:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Ingenting å fjerna."
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "Ingen foreldrelause pakkar å fjerna"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "På grunn av avhengnader vert denne pakken fjerna"
-msgstr[1] "På grunn av avhengnader vert desse %d pakkane fjerna"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(foreldrelaus pakke)"
-msgstr[1] "(foreldrelause pakkar)"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Vil du fjerna %d pakke?"
-msgstr[1] "Vil du fjerna %d pakkar?"
-
-#: ../urpme:161 ../urpmi:553 ../urpmi:648 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (J/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "Testar fjerning av «%s»"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Klarte ikkje fjerna."
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "Fjerning er mogleg."
-
-#: ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf – versjon %s\n"
-"Copyright © 2002–2007 Mandriva.\n"
-"Dette er fri programvare, og kan distribuerast under vilkåra i GNU GPL-"
-"lisensen.\n"
-"\n"
-"Bruk: urpmf [val] mønster-uttrykk\n"
-
-#: ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version – Vis versjonsnummeret til dette verktøyet.\n"
-
-#: ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env – Bruk eigedefinert miljø (vanlegvis ein feilrapport).\n"
-
-#: ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia – Ikkje bruk gitt medium (kommadelt liste).\n"
-
-#: ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l – Ingen treff på mønster; bruk berre argument som tekst.\n"
-
-#: ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia – Sorter medium etter delstrengar (kommadelt liste).\n"
-
-#: ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib – Bruk denne stigen for tilgang til medium.\n"
-
-#: ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis – Bruk syntese i staden for heile databasen.\n"
-
-#: ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq – Vis ikkje identiske linjer.\n"
-
-#: ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update – Bruk berre oppdateringsmedium.\n"
-
-#: ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose – Utvida meldingar.\n"
-
-#: ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i – Ikkje skil mellom store og små bokstavar.\n"
-
-#: ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -l – Skil store og små bokstavar i mønster (standard).\n"
-
-#: ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> – Byt feltskiljar (standard er «:»).\n"
-
-#: ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Mønsteruttrykk:\n"
-
-#: ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" tekst – All tekst vert tolka som regulære uttrykk, med mindre «-l» "
-"vert brukt.\n"
-
-#: ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e – Ta med perl-kode direkte, som «perl -e».\n"
-
-#: ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a – Binær OG-operator.\n"
-
-#: ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o – Binær ELLER-operator.\n"
-
-#: ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! – Unær IKKJE-operator.\n"
-
-#: ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) – Venstre- og høgreparentes.\n"
-
-#: ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Oversikt over merkelappar:\n"
-
-#: ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf – Bruk eit printf-liknande utformat.\n"
-
-#: ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " Eksempel: «%%name:%%files»\n"
-
-#: ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch – Arkitektur.\n"
-
-#: ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost – Byggjevert.\n"
-
-#: ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime – Byggjetidspunkt.\n"
-
-#: ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles – Oppsettfiler.\n"
-
-#: ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts – Konfliktmerkelappar.\n"
-
-#: ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description – Pakkeskildring.\n"
-
-#: ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution – Distribusjon.\n"
-
-#: ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch – Epoch.\n"
-
-#: ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename – Filnamnet til pakken.\n"
-
-#: ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files – Oversikt over filer i pakken.\n"
-
-#: ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group – Gruppe.\n"
-
-#: ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license – Vis lisensvilkår.\n"
-
-#: ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name – Pakkenamn.\n"
-
-#: ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes – Utdatert-merkelappar.\n"
-
-#: ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager – Pakkebyggjar.\n"
-
-#: ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides – Tilbod-merkelappar.\n"
-
-#: ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires – Krev-merkelappar.\n"
-
-#: ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size – Installert storleik.\n"
-
-#: ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm – Namn på kjelde-RPM.\n"
-
-#: ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests – Føreslegen-merkelappar.\n"
-
-#: ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary – Samandrag.\n"
-
-#: ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - Adresse.\n"
-
-#: ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor – Leverandør.\n"
-
-#: ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m – Mediet som pakken vart funnen i.\n"
-
-#: ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f – Vis versjon-, utgåve og arkitekturinformasjon.\n"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "Uavslutta uttrykk: %s"
-
-#: ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Ugyldig format: Du kan berre bruka éin fleirverdi-merkelapp."
-
-#: ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "Fann inga «hdlist» for mediet «%s»."
-
-#: ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "Fann inga syntesefil for mediet «%s»."
-
-#: ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "Fann ingen xml-info for mediet «%s»."
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update – Oppdater media, og oppdater så systemet.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum – Ikkje bruk md5sum-kontroll.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key – Tving oppdatering av GPG-nøkkel.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans – Fjern foreldrelause pakkar utan å spørja først.\n"
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests – Vel ikkje automatisk føreslegne pakkar.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall – Be aldri om å avinstallera ein pakke, men avbryt "
-"installeringa.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install – Ikkje installer pakkar (berre last dei ned)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep – Behald eksisterande pakkar viss mogleg. Ikkje installer\n"
-" pakkar som krev fjerning av andre pakkar.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level – Del opp i fleire transaksjonar viss fleire enn valt tal "
-"på\n"
-" pakkar skal installerast eller oppdaterast. "
-"Standardverdi: %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length – Transaksjonslengd: Standardverdi: %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy – Bruk òg ikkje-ordrett søk.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires – Installer «buildrequires» til pakken.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src – Berre installer kjeldepakkar.\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean – Fjern rpm-filer frå mellomlager først.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean – Behald rpm-filer i mellomlager.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-" --replacepkgs – Tving gjennom installering av pakkar som alt er "
-"installerte.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps – Tillat å spørja brukarar å installera pakkar\n"
-" utan sjekking av avhengnader.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force – Tillat å spørja brukarar å installera pakkar\n"
-" utan sjekking av avhengnader og integritet.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests – Vel automatisk føreslegne pakkar.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib – Set opp urpmi direkte frå eit distribusjonstre.\n"
-" Nyttig for installering av ei «chroot» med «--root»-valet.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink – Lag og bruk lokal metalink.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader – Program for å henta ned filer.\n"
-" Kjende program: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options – Tillegsval som skal sendast til «curl».\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options– Tilleggsval som skal sendast til «rsync».\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options – Tilleggsval som skal sendast til «wget».\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options – Tillegsval som skal sendast til «prozilla».\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options – Tilleggsval å senda til aria2.\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate – Avgrens nedlastingsfart.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume – Ta opp att delvis nedlasta filer. (Bruk\n"
-" «--no-resume» for å slå av. Standard er avslått.)\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy – Bruk valt HTTP-mellomtenar. Standard portnummer: 1080.\n"
-" (Format: <tenarnamn[:port]>.)\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user – Vel brukar og passord for mellomtenar-\n"
-" autentisering. (Format: <brukar:passord>.)\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr " --bug – Skriv feilrapport i mappa valt av neste argument.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath – Hopp over stig (kommadelt liste).\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs – Ikkje ta med hjelpefiler.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --ignoresize – Ikkje kontroller at det er nok ledig diskplass før "
-"installering.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch – Tillat å installera pakkar for andre arkitekturar.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts – Ikkje køyr pakkeskript.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip – Pakkar som installasjonen skal hoppa over.\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer – Pakkar som skal føretrekkast.\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices – Vis fleire val enn standard ved treff på fleire pakkar.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock – Ikkje lås pakkedatabasen.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch – Berre oppgrader pakkar med same arkitektur.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a – Vel alle treff på kommandolinja.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q – Stillemodus.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug – Veldig mange utvida meldingar.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " Namn og rpm-filer valt på kommandolinja vert installerte.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Feil: Kan ikkje bruka «auto-select» saman med pakkeliste.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Feil: For å laga ein feilrapport kan du bruka dei vanlege "
-"kommandolinjeargumenta, og så leggja til «--bug».\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Du kan ikkje installera binærpakkar med «--install-src»."
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Du kan ikkje installera spec-filer."
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "Brukar standardvalet --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-"Bruk «--buildrequires» eller «--install-src». Standard er «--buildrequires»."
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Mappa [%s] finst allerie. Bruk ei anna mappe for feilrapport, eller slett "
-"denne."
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Klarte ikkje laga mappe [%s] for feilrapport."
-
-#: ../urpmi:274
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Feil: %s ser ut til å vera montert som skriveverna.\n"
-"Bruk «--allow-force» for å tvinga gjennom operasjonen."
-
-#: ../urpmi:348
-#, c-format
-msgid "Updating media...\n"
-msgstr "Oppdaterer medium ...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:435
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (oppgradering)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:437
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (oppgradering)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:441
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (installering)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:443
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (installering)"
-
-#: ../urpmi:449
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "På grunn av avhengnader til «%s» treng du éin av desse pakkane:"
-
-#: ../urpmi:452
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Kven av dei vil du ha? (1–%d) "
-
-#: ../urpmi:494
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Denne pakken kan ikkje installerast, då han avhenger av pakkar\n"
-"som er eldre enn dei installerte pakkane:\n"
-"%s"
-
-#: ../urpmi:496
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Desse pakkane kan ikkje installerast, då dei avhenger av pakkar\n"
-"som er eldre enn dei installerte pakkane:\n"
-"%s"
-
-#: ../urpmi:502 ../urpmi:517
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Vil du likevel halda fram?"
-
-#: ../urpmi:503 ../urpmi:518 ../urpmi:612 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (J/N) "
-
-#: ../urpmi:511
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Éin av pakkane kan ikkje installerast:\n"
-"%s"
-
-#: ../urpmi:512
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Nokre av pakkane kan ikkje installerast:\n"
-"%s"
-
-#: ../urpmi:529
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "Du vil øydeleggja systemet viss du fjernar pakken «%s»."
-
-#: ../urpmi:537
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Kan ikkje halda fram å installera, då denne pakken først må fjernast\n"
-"for at andre skal kunna oppgraderast:\n"
-"%s\n"
-
-#: ../urpmi:539
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Kan ikkje halda fram å installera, då desse pakkane først må fjernast\n"
-"for at andre skal kunna oppgraderast:\n"
-"%s\n"
-
-#: ../urpmi:547
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(Berre ein test. Pakkane vert ikkje fjerna.)"
-
-#: ../urpmi:567
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Du må først køyra urpmi med «--buildrequires» å kunna installera desse "
-"avhengnadene:\n"
-"%s\n"
-
-#: ../urpmi:578
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Denne foreldrelause pakken vert fjerna."
-msgstr[1] "Desse foreldrelause pakkane vert fjerna."
-
-#: ../urpmi:594
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(Berre ein test. Pakkane vert ikkje installerte.)"
-
-#: ../urpmi:600
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "Det vert brukt %s meir diskplass."
-
-#: ../urpmi:601
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "Det vert frigjort %s diskplass."
-
-#: ../urpmi:602
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "%s pakkar vert henta ned."
-
-#: ../urpmi:603
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Vil du halda fram med installeringa av pakken?"
-msgstr[1] "Vil du halda fram med installeringa av dei %d pakkane?"
-
-#: ../urpmi:624
-#, c-format
-msgid "Cancel"
-msgstr "Avbryt"
-
-#: ../urpmi:632
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Trykk «Enter» når han er montert ..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"Bruk: urpmi.addmedia [val] <namn> <adresse>\n"
-"der <adresse> er éin av\n"
-" [file:/]/<stig>\n"
-" ftp://<brukarnamn>:<passord>@<vertsnamn>/<stig>\n"
-" ftp://<vertsnamn>/<stig>\n"
-" http://<vert>/<stig>\n"
-" removable://<stig>\n"
-" cdrom://<stig>\n"
-"\n"
-"Bruk: urpmi.addmedia [val] --distrib --mirrorlist <adresse>\n"
-"Bruk: urpmi.addmedia [val] --mirrorlist <adresse> <namn> <relativ stig>\n"
-"\n"
-"Eksempel:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"og [val] er av desse:\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget – Bruk wget til å henta fjerntliggjande filer.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl – Bruk curl til å henta fjerntliggjande filer.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla – Bruk prozilla til å henta fjerntliggjande filer.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 – Bruk aria2 for å henta fjerntliggjande filer.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-" --update – Lag eit oppdateringsmedium,\n"
-" eller forkast eit ikkje-oppdateringsmedium (når brukt med "
-"«--distrib»).\n"
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info – Bruk vald praksis for nedlasting av xml-infofiler.\n"
-" Éin av: never, on-demand, update-only, always. Sjå urpmi."
-"cfg(5).\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis – Bruk syntesefil.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms – Bruk rpm-filer (i staden for syntese).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe – Ikkje prøv å finna syntesefil.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib – Lag automatisk alle medium frå\n"
-" eit installasjonsmedium.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-" --interactive – med «--distrib»: Spør om stadfesting for kvart medium.\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media – Med «--distrib»: Legg til alle media.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from – Bruk valt adresse for liste over speglar.\n"
-" Standardverdi: %s.\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual – Lag virtuelt medium som alltid er oppdatert.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum – Ikkje bruk md5sum-kontroll.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey – Ikkje importer offentlegnøkkel til nytt medium.\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw – Legg mediet til oppsettet, men ikkje oppdater det.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q – Stillemodus.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v – Utvida meldingar.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "Kjende xml-info-praksisar: %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "Treng ikkje noko argument for «--distrib --mirrorlist <adresse>»."
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "Ugyldig <adresse> (for lokale mapper må adressa vera absolutt)."
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Berre superbrukaren kan leggja til medium."
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "Lagar oppsettfil [%s]."
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Kan ikkje laga oppsettfil [%s]."
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "Treng ikkje oppgi <relativ stig til syntese> med «--distrib»-valet."
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Ønskjer du å leggja til mediet «%s»?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "Manglar <relativ stig til syntese>.\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Kan ikkje bruka «%s» med fjernmedium."
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "Klarte ikkje leggja til medium."
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme – versjon %s\n"
-"Copyright © 2002–2006 Mandriva.\n"
-"Dette er fri programvare, og kan distribuerast under vilkåra i GNU GPL-"
-"lisensen.\n"
-"\n"
-"Bruk:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint – Set ompakkingstart no.\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean – Ikkje tøm ompakkingsmappe ved kontrollpunkt.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr " --list – Vis transaksjonar frå vald dato/lengd-argument.\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-" --list-all – Vis oversikt over alle transaksjonar i rpmdb (lang).\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-" --list-safe – Vis oversikt over alle transaksjonar etter "
-"kontrollpunkt.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback – Hent tilbake til vald dato, eller til vald tal på "
-"transaksjonar.\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable – Slå av ompakking.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Ugyldig dato eller tidslengd [%s].\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Inga ompakkingsmappe vald.\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Klarte ikkje skriva til ompakkingsmappa [%s].\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Ryddar opp i ompakkingsmappa [%s] ...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d file fjerna.\n"
-msgstr[1] "%d filer fjerna.\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Ugyldig kommandolinjeargument [%s].\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Du kan ikkje bruka både «--checkpoint» og «--rollback».\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Du kan ikkje bruka både «--checkpoint» og «--list».\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Du kan ikkje bruka både «--rollback» og «--list».\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Du kan ikkje bruka «--disable» saman med eit anna val."
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Fann ingen transaksjonar sidan %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Du må vera superbrukar for å kunna gjera dette."
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Skriv pakkemakrofila [%s] ...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Fann ikkje tilbakehentingsdato.\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Hent tilbake til %s ...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Slå av ompakking.\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"Bruk: urpmi.removemedia (-a | <namn> ...)\n"
-"der <namn> er namnet på mediet som skal fjernast.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a – Vel alle medium.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y – Ikkje-ordrett søk på medienamn.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Berre superbrukaren kan fjerna medium."
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"Det finst ingenting som kan fjernast. (Bruk «urpmi.addmedia» til å leggja til "
-"eit medium.)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"Manglar oppføringa som skal fjernast.\n"
-"(Skal vera ein av: %s.)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"Bruk: urpmi.update [val] <namn> ...\n"
-"der <namn> er namnet på mediet som skal oppdaterast.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update – Berre oppdater oppdateringsmedium.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key – Tving oppdatering av PGP-nøkkel.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore – Ikkje oppdater, og hopp over mediet i framtida.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore – Ikkje oppdater, og bruk mediet i framtida.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms – Ikkje bruk syntese; bruk rpm-filer direkte.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a – Vel alle ikkje-fjernbare medium.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f – Tving oppdatering av syntese.\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f – Tving oppdatering av syntese.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Berre superbrukaren kan oppdatera medium."
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"Det finst ingenting å oppdatera. (Bruk «urpmi.addmedia» til å leggja til "
-"medium.)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"Manglar oppføringa som skal oppdaterast\n"
-"(éin av %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "«%s»."
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "Hoppar over mediet «%s»."
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "Brukar mediet «%s»."
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq – versjon %s\n"
-"Copyright © 2002–2007 Mandriva.\n"
-"Dette er fri programvare, og kan distribuerast under vilkåra i GNU GPL-"
-"lisensen.\n"
-"\n"
-"Bruk:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr " --searchmedia – Berre sjå etter pakkar i dette mediet.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans – Vis oversikt over foreldrelause pakkar.\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy – Bruk òg ikkje-ordrett søk (same som «-y»).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list – Vis oversikt over tilgjengelege pakkar.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media – Vis oversikt over tilgjengelege medium.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr ""
-" --list-url – Vis oversikt over tilgjengelge medium, med adresser.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes – Vis tilgjengelege nodar ved bruk av «--parallel».\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases – Vis oversikt over tilgjengelege parallellalias.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config – Dump oppsettet på same form som «urpmi.addmedia»-"
-"argument.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src – Neste pakke er ein kjeldepakke (same som «-s»).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources – Gi alle kjeldepakkar før nedlasting (berre for «root»-"
-"brukar).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch – Tillat førespurnad etter pakkar for andre arkitekturar.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib – Set opp urpmi direkte frå eit distribusjonstre.\n"
-" Med dette kan du gjera spørjingar på ein distribusjon.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog – Vis endringslogg.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts – Vis konfliktinformasjon.\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes – Vis utdaterte.\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides – Vis tilbod.\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires – Vis kravinformasjon.\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests – Vis føreslegne.\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm – Vis namn på kjelde-RPM.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S – Vis samandrag.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" – Utvid spørjing til pakkeavhengnader.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires – Omvendt søk etter kva som krev pakken.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" – Utvida omvendt søk (òg virtuelle pakkar).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - Tillat søk i tilbod for å finna pakke.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr ""
-" -c – Fullstendig oversikt over pakken som skal fjernast.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g – Vis òg grupper med namnet.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i – Vis nyttig informasjon i lettlesbart format.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l – Vis oversikt over filer i pakken.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m – Det same som «-du».\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r – Vis òg versjonsinformasjon med namnet.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s – Neste pakke er ein kjeldepakke (same som «--src»).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u – Fjern pakkar viss nyare versjonar allereie er "
-"installerte.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y – Bruk òg ikkje-ordrett søk (same som «-fuzzy»).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y – som «-y», men ikkje skil mellom store og små bokstavar.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " namn og rpm-filer gitt på kommandolinja vert førespurd.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "Bruk: «urpmq --auto-orphans» utan nokon argument"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "Kan berre bruka «--list-nodes« saman med «--parallel»."
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "Bruk «-l» for å visa filer."
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr "Ingen xml-info for mediet «%s». Berre delvis resultat for pakken «%s»."
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr "Ingen xml-info for mediet «%s». Berre delvis resultat for pakkane «%s»."
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr "Ingen xml-info for mediet «%s». Kan ikkje visa resultat for pakken «%s»."
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"Ingen xml-info for mediet «%s». Kan ikkje visa resultat for pakkane «%s»."
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Fann ikkje endringslogg.\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update – Lag oppdateringsmedium.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "Ugyldig adresse: [%s]."
-
-#~ msgid "sorry, you can't use --install-src to install remote .src.rpm files"
-#~ msgstr ""
-#~ "Du kan ikkje bruka «--install-src» for å installera ikkje-lokale «.src.rpm»-"
-#~ "filer."
-
-#~ msgid "Error"
-#~ msgstr "Feil"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d mislykka installasjonstransaksjon."
-#~ msgstr[1] "%d mislykka installasjonstransaksjonar."
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Pakken «%s» kan ikkje installerast."
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Kontrollerer fjerning av desse pakkane"
-
-#~ msgid "%s database locked"
-#~ msgstr "%s-databasen er låst."
-
-#, fuzzy
-#~ msgid ""
-#~ " --auto - non-interactive mode, assume default answers to "
-#~ "questions. --auto\n"
-#~ msgstr ""
-#~ " --auto – Ikkje-interaktiv modus. Anta standardsvar på alle "
-#~ "spørsmål.\n"
-
-#~ msgid "Unknown option %s"
-#~ msgstr "Ukjent val: «%s»."
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "For mange monteringspunkt for det flyttbare mediet «%s»."
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "Mediet «%s» er eit ISO-bilete, og vert montert direkte."
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "Brukar forskjellig flyttbar eining [%s] for «%s»."
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "Fann ikkje adressa til det flyttbare mediet «%s»."
-
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "Klarte ikkje montera distribusjonsmediet."
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "Fekk ikkje tilgang til mediet «%s».\n"
-#~ "Dette kan vera fordi du manuelt monterte mappa når du oppretta mediet."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "Det inkonsistente mediet «%s» er merkja fjerna, men er ikkje fjerna."
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c – Tøm hovudlinjemellomlageret.\n"
diff --git a/po/pa_IN.po b/po/pa_IN.po
deleted file mode 100644
index d507841c..00000000
--- a/po/pa_IN.po
+++ /dev/null
@@ -1,3732 +0,0 @@
-# translation of urpmi.po to Panjabi
-# This file is distributed under the same license as the PACKAGE package.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
-# Kanwaljeet Singh Brar <kanwaljeetbrar@yahoo.co.in>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2005-03-23 21:55+0530\n"
-"Last-Translator: Kanwaljeet Singh Brar <kanwaljeetbrar@yahoo.co.in>\n"
-"Language-Team: Panjabi <fedora-trans-pa@redhat.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM ਇੰਸਟਾਲੇਸ਼ਨ"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "ਠੀਕ ਹੈ(_O)"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"ਤੁਸੀਂ ਇੱਕ ਸਰੋਤ ਪੈਕੇਜ ਚੁਣਿਆ ਹੈ:\n"
-"\n"
-"%s\n"
-"\n"
-"ਤੁਸੀਂ ਸੰਭਵ ਤੌਰ ਤੇ ਇਸ ਨੂੰ ਆਪਣੇ ਕੰਪਿਊਟਰ ਤੇ ਇੰਟਸਟਾਲ ਨਹੀਂ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ (ਇਸ ਨਾਲ ਤੁਹਾਨੂੰ ਇਸ ਵਿੱਚ "
-"ਸੋਧਾਂ ਕਰਕੇ ਕੰਪਾਇਲ ਕਰਨਾ ਪਵੇਗਾ)।\n"
-"\n"
-"ਤੁਸੀਂ ਕੀ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"ਤੁਸੀਂ ਆਪਣੇ ਕੰਪਿਊਟਰ ਤੇ ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜ ਇੰਸਟਾਲ ਕਰਨ ਲਈ ਤਿਆਰ ਹੋ:\n"
-"\n"
-"%s\n"
-"\n"
-"ਜਾਰੀ ਰੱਖਣਾ ਹੈ?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"ਤੁਸੀਂ ਆਪਣੇ ਕੰਪਿਊਟਰ ਤੇ ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜ ਇੰਸਟਾਲ ਕਰਨ ਲਈ ਤਿਆਰ ਹੋ:\n"
-"\n"
-"%s\n"
-"\n"
-"ਤੁਸੀਂ ਇਸ ਨੂੰ ਸਿਰਫ਼ ਸੰਭਾਲ ਵੀ ਸਕਦੇ ਹੋ। ਤੁਹਾਡੀ ਚੋਣ ਕੀ ਹੈ?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "ਇੰਸਟਾਲ(_I)"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "ਸੰਭਾਲੋ(_S)"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "ਰੱਦ(_C)"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "ਫਾਇਲ਼ ਸੰਭਾਲਣ ਲਈ ਟਿਕਾਣਾ ਦਿਓ"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi ਵਰਜਨ %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"ਇਹ ਮੁਫਤ ਹੈ ਅਤੇ ਇਸ ਨੂੰ GNU GPL ਹੇਠ ਮੁੜ ਵੰਡਿਆ ਜਾ ਸਕਦਾ ਹੈ।\n"
-"\n"
-"ਵਰਤੋਂ:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - print this help message.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - force invocation even if some packages do not exist.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disable it, default is enabled).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - use only the given media, separated by comma.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - allow search in provides to find package.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - do not search in provides to find package.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - use another root for rpm installation.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - verify if the installation can be achieved correctly.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "ਕੋਈ ਪੈਕੇਜ %s ਨਾਂ ਨਾਲ ਨਹੀਂ"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "ਕਿਰਪਾ ਕਰਕੇ ਇੰਤਜ਼ਾਰ ਕਰੋ..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "ਪ੍ਰਬੰਧਕ (root) ਬਣਨਾ ਪਵੇਗਾ"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"ਲੋੜੀਦੇ ਕੁਝ ਪੈਕੇਜ ਇੰਸਟਾਲ ਨਹੀਂ ਹੋ ਸਕਦੇ:\n"
-"%s\n"
-"ਜਾਰੀ ਰੱਖਣਾ ਹੈ?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "ਚੇਤਾਵਨੀ"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "ਠੀਕ ਹੈ"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (ਨਵੀਨੀਕਰਨ ਕਰਨ ਲਈ)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (ਇੰਸਟਾਲ ਕਰਨ ਲਈ)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜਾਂ ਦੀ ਲੋੜ ਹੈ:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "ਛੱਡੋ(_A)"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜ ਹੋਰਾਂ ਦਾ ਨਵੀਨੀਕਰਨ ਕਰਨ ਦੌਰਾਨ ਹਟਾ ਦਿੱਤੇ ਜਾਣਗੇ:\n"
-"%s\n"
-"ਕੀ ਜਾਰੀ ਰੱਖਣਾ ਹੈ?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "ਨਿਰਭਰਤਾ ਹੱਲ ਕਰਨ ਲਈ, ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜ ਇੰਸਟਾਲ ਕੀਤੇ ਜਾ ਰਹੇ ਹਨ (%d ਮੈਬਾ)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"ਨਿਰਭਰਤਾ ਸਮਾਪਤ ਕਰਨ ਲਈ, %d ਪੈਕੇਜ ਇੰਸਟਾਲ ਕੀਤੇ ਜਾ ਰਹੇ ਹਨ:\n"
-"%s\n"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "ਪੈਕੇਜ ਇੰਸਟਾਲੇਸ਼ਨ..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "ਸਰੋਤ ਪੈਕੇਜ ਪ੍ਰਾਪਤ ਕਰਨ ਤੋਂ ਅਸਫਲ, ਅਧੂਰਾ ਛੱਡਿਆ ਜਾਦਾ ਹੈ"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "ਤਿਆਰ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ...."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "`%s' (%s/%s) ਪੈਕੇਜ ਇੰਸਟਾਲ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "ਕਿਪਾ ਕਰਕੇ \"%s\" ਨਾਂ ਮਾਧਿਅਮ [%s] ਜੰਤਰ ਵਿੱਚ ਪਾਓ"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "`%s' ਪੈਕੇਜ ਡਾਊਨਲੋਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "ਸਮਾਪਤ(_D)"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"ਇੰਸਟਾਲੇਸ਼ਨ ਅਸਫਲ ਰਹੀ ਹੈ, ਕੁਝ ਫਾਇਲਾਂ ਨਹੀਂ ਹਨ:\n"
-"%s\n"
-"ਤੁਸੀਂ ਆਪਣੇ urpmi ਡਾਟਾਬੇਸ ਦਾ ਨਵੀਨੀਕਰਨ ਕਰ ਸਕਦੇ ਹੋ"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "ਇੰਸਟਾਲੇਸ਼ਨ ਅਸਫਲ ਹੋਈ"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "ਪੈਕੇਜ ਪਹਿਲਾਂ ਹੀ ਇੰਸਟਾਲ ਹਨ"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "ਇੰਸਟਾਲੇਸ਼ ਸਮਾਪਤ"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "%s ਹਟਾਇਆ ਜਾਦਾ ਹੈ"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "urpmi ਮੁੜ ਚਾਲੂ"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"ਵਰਤੋਂ: %s [options]\n"
-"ਜਿੱਥੇ [options] ਹੈ\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - print this help message.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - use the given root instead of /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - restrict results to specified group.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " %s ਮੂਲ ਹੈ।\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - print groups with name also.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "ਸਿਰਫ਼ ਪ੍ਰਬੰਧਕ ਨੂੰ ਪੈਕੇਜ ਇੰਸਟਾਲ ਕਰਨ ਦੀ ਇਜ਼ਾਜਤ ਹੈ"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "ਬੱਗ ਜਾਣਕਾਰੀ ਲਈ ਡਾਇਰੈਕਟਰੀ [%s] ਬਣਾਉਣ ਲਈ ਅਸਫਲ"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "`%s' ਪੈਕੇਜ ਡਾਊਨਲੋਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "rpmdb ਖੋਲਣ ਲਈ ਅਸਫਲ"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "ਗਲਤ rpm ਫਾਇਲ ਨਾਂ [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "rpm ਫਾਇਲ [%s] ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਅਸਫਲ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...ਪ੍ਰਾਪਤੀ ਹੋਈ"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...ਪ੍ਰਾਪਤੀ ਅਸਫਲ: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "rpm ਫਾਇਲ [%s] ਖੋਲਣ ਲਈ ਅਸਫਲ"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "ਫਾਇਲ [%s] ਵਿੱਚ \"%s\" ਨੂੰ ਪਾਰਸ ਕਰਨ ਲਈ ਅਸਫਲ"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "rpm ਫਾਇਲ ਰਜਿਸਟਰ ਕਰਨ ਲਈ ਅਸਫਲ"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "ਸਥਾਨਕ ਪੈਕੇਜ ਰਜਿਸਟਰ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "ਕਮਾਂਡ ਸਤਰ ਤੇ ਗਲਤ ਪਰਾਕਸੀ ਪ੍ਰਗਟਾ\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: rpm ਫਾਇਲ \"%s\" ਪੜੀ ਨਹੀਂ ਜਾ ਸਕਦੀ\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "ਦਸਤਖਤ (%s) ਗੁੰਮ ਹਨ"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "ਨਕਲ ਕਰਨੀ ਅਸਫਲ"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "ਮਾਧਿਅਮ \"%s\" ਚੁਣਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "ਮਾਧਿਅਮ \"%s\" ਤੋਂ rpm ਫਾਇਲ਼ [%s] ਪੜਨ ਲਈ ਅਸਫਲ"
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "ਸੰਰਚਨਾ ਫਾਇਲ [%s] ਲਿਖਣ ਤੋਂ ਅਸਫਲ"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "ਸੰਰਚਨਾ ਫਾਇਲ [%s] ਲਿਖਣ ਤੋਂ ਅਸਫਲ"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "ਸੰਰਚਨਾ ਫਾਇਲ [%s] ਲਿਖਣ ਤੋਂ ਅਸਫਲ"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "ਉਪਭੋਗਤਾ ਨਾਂ:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "ਗੁਪਤ-ਕੋਡ:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "ਨਕਲ ਕਰਨੀ ਅਸਫਲ"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "ਗੁੰਮ %s ਹੋਣ ਕਰਕੇ"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "ਗੁੰਮ %s ਹੋਣ ਕਰਕੇ"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "ਗੁੰਮ %s ਹੋਣ ਕਰਕੇ"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "%s ਹਟਾਇਆ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...ਪ੍ਰਾਪਤੀ ਅਸਫਲ: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "%s ਲਈ ਅਣਜਾਣ ਪ੍ਰੋਟੋਕਾਲ"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "ਕੋਈ webfetch ਨਹੀਂ ਲੱਭਿਆ ਹੈ, ਸਹਿਯੋਗ webfetch ਹਨ: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "ਪ੍ਰੋਟੋਕਾਲ ਹੈਂਡਲ ਕਰਨ ਲਈ ਅਸਫਲ: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "%s ਨੂੰ %s ਤੋਂ ਇੰਸਟਾਲ ਕੀਤਾ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "ਪੈਕੇਜ %s ਨਹੀਂ ਲੱਭਿਆ ਹੈ।"
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "ਮਾਧਿਅ \"%s\" ਤੋਂ rpm ਫਾਇਲਾਂ ਪ੍ਰਾਪਤ ਕੀਤੀਆਂ ਜਾਦੀਆਂ ਹਨ..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "%s ਤੇ ਇੰਸਟਾਲ ਕਰਨ ਲਈ ਸੰਚਾਰ ਬਣਾਇਆ (ਹਟਾਏ=%d, ਇੰਸਟਾਲ=%d, ਨਵੀਨੀਕਰਨ=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "ਸੰਚਾਰ ਕਰਨ ਲਈ ਅਸਫਲ"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "ਪੈਕੇਜ %s ਹਟਾਉਣ ਲਈ ਅਸਫਲ"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "ਪੈਕੇਜ %s ਇੰਸਟਾਲ ਕਰਨ ਲਈ ਅਸਫਲ"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "%s ਨੂੰ %s ਤੋਂ ਇੰਸਟਾਲ ਕੀਤਾ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...ਪ੍ਰਾਪਤੀ ਅਸਫਲ: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "ਪੈਕੇਜ %s ਹਟਾਇਆ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "ਪੈਕੇਜ %s ਹਟਾਇਆ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "%s ਨੂੰ %s ਤੋਂ ਇੰਸਟਾਲ ਕੀਤਾ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "ਪੈਕੇਜ %s ਬਾਰੇ ਵਧੇਰੇ ਜਾਣਕਾਰੀ"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "ਕੋਈ ਪੈਕੇਜ %s ਨਾਂ ਨਾਲ ਨਹੀਂ"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "urpmi ਡਾਟਾਬੇਸ ਤਾਲਾਬੰਦ ਹੈ"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "ਚੇਤਾਵਨੀ"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "ਇੰਸਟਾਲੇਸ਼ਨ ਅਸਫਲ ਹੋਈ"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "ਇੰਸਟਾਲੇਸ਼ਨ ਅਸਫਲ ਹੋਈ"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜਾਂ ਤੇ ਗਲਤ ਦਸਤਖਤ ਹਨ"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜਾਂ ਤੇ ਗਲਤ ਦਸਤਖਤ ਹਨ"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "ਕੀ ਤੁਸੀਂ ਇੰਸਟਾਲੇਸ਼ਨ ਨਾਲ ਜਾਰੀ ਰਹਿਣਾ ਚਾਹੁੰਦੇ ਹੋ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "%s ਨੂੰ %s ਤੋਂ ਇੰਸਟਾਲ ਕੀਤਾ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "%s ਵੰਡਿਆ ਜਾਦਾ ਹ"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "%s ਨੂੰ %s ਤੋਂ ਇੰਸਟਾਲ ਕੀਤਾ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "%s ਇੰਸਟਾਲੇਸ਼ਨ ਜਾਰੀ"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "ਬਿਨਾਂ ਨਿਰਭਰਤਾਂ ਦੇ ਇੰਸਟਾਲੇਸ਼ਨ ਲਈ ਕੋਸ਼ਿਸ ਕਰਨੀ ਹੈ? (y/N) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "ਇੰਸਟਾਲੇਸ਼ਨ ਨੂੰ ਧੱਕੇ ਨਾਲ ਵਰਤਣਾ ਹੈ (--force)? (y/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "ਇੰਸਟਾਲੇਸ਼ਨ ਸੰਭਵ ਹੈ"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "MD5SUM ਫਾਇਲ ਪੜਤਾਲ ਜਾਰੀ"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "ਚੇਤਾਵਨੀ: %s ਲਈ md5sum MD5SUM ਫਾਇਲ ਉਪਲੱਬਧ ਨਹੀਂ ਹੈ"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "ਵੁਰਚੁਅਲ ਮਾਧਿਅਮ \"%s\" ਨੂੰ ਠੀਕ url ਚਾਹੀਦਾ ਹੈ, ਮਾਧਿਅਣ ਅਣਡਿੱਠਾ"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "\"%s\" ਦੀ list ਫਾਇਲ ਲਈ ਪਹੁੰਚ ਤੋਂ ਅਸਫਲ ਹੈ, ਮਾਧਿਅਮ ਛੱਡਿਆ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "\"%s\" ਦੀ hdlist ਫਾਇਲ ਲਈ ਪਹੁੰਚ ਤੋਂ ਅਸਫਲ ਹੈ, ਮਾਧਿਅਮ ਛੱਡਿਆ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "ਮੌਜੂਦ ਮਾਧਿਅਮ \"%s\" ਤੋਂ ਬਚਣ ਦੀ ਕੋਸ਼ਿਸ ਕੀਤੀ ਜਾਦੀ ਹੈ, ਅਧੂਰਾ ਛੱਡਿਆ"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "ਸੰਰਚਨਾ ਫਾਇਲ਼ [%s] ਲਿਖੋ"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "use-distrib ਢੰਗ ਨਾਲ ਸਮਾਂਤਰ ਢੰਗ ਨਹੀਂ ਵਰਤਿਆ ਜਾ ਸਕਦਾ ਹੈ"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "ਸਮਾਂਤਰ ਢੰਗ ਲਈ ਸਬੰਧਤ ਮਾਧਿਅਮ ਵਰਤ ਕੇ: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis ਨੂੰ --media, --excludemedia, --sortmedia, --update ਜਾਂ --parallel "
-"ਨਹੀਂ ਵਰਤਿਆ ਜਾ ਸਕਦਾ"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "ਖੋਜ ਸ਼ੁਰੂ: %s ਅੰਤ: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "ਪੈਕੇਜ %s ਛੱਡਿਆ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "ਪੈਕੇਜ %s ਨਵੀਨੀਕਰਨ ਕਰਨ ਦੀ ਬਜਾਏ ਇੰਸਟਾਲ ਕੀਤਾ ਜਾਵੇਗਾ"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "ਮਾਧਿਅਮ \"%s\" ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "ਮਾਧਿਅਮ \"%s\" ਤੋਂ ਸਿਰਲੇਖ ਵੇਖੇ ਜਾ ਰਹੇ ਹਨ"
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "ਮਾਧਿਅਮ \"%s\" ਹਟਾਇਆ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "rpmdb ਖੋਲਣ ਲਈ ਅਸਫਲ"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "ਪਹਿਲੇ ਇੰਸਟਾਲੇਸ਼ਨ ਮਾਧਿਅਮ ਨੂੰ ਕੋਲਣ ਲ਼ਈ ਅਸਫਲ (ਕੋਈ hdlists ਫਾਇਲ ਨਹੀਂ ਲੱਭੀ)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "hdlists ਫਾਇਲ ਪ੍ਰਾਪਤ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "ਨਾ-ਮੌਜੂਦ ਮਾਧਿਅਮ \"%s\" ਨੂੰ ਚੁਣਨ ਦੀ ਕੋਸ਼ਿਸ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "ਕਈ ਮਾਧਿਅਮ ਚੁਣੇ ਜਾ ਰਹੇ ਹਨ: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "ਮਾਧਿਅਮ \"%s\" ਹਟਾਇਆ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "\"%s\" ਮਾਧਿਅਮ ਲਈ urpmi ਮੁੜ-ਸੰਰਚਨਾ"
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...ਮੁੜ-ਸੰਰਚਨਾ ਅਸਫਲ"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "ਮੁੜ ਸੰਰਚਨਾ ਹੋਈ"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "ਮਾਧਿਅਮ \"%s\" ਚੁਣਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "ਸ਼ੰਸਲੇਸ਼ਨ ਫਾਇਲ [%s] ਪੜਤਾਲ ਜਾਰੀ"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "\"%s\" ਮਾਧਿਅਮ ਦੀ ਸੰਸਲੇਸ਼ਨ ਫਾਇਲ ਪੜਨ ਦੌਰਾਨ ਸਮੱਸਿਆ"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "\"%s\" ਮਾਧਿਅਮ ਲਈ list ਫਾਇਲ ਲਿਖੀ ਜਾ ਰਹੀ ਹੈ"
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...ਨਕਲ ਅਸਫਲ"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "\"%s\" ਦੀ ਵੇਰਵਾ ਫਾਇਲ ਦੀ ਨਕਲ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...ਨਕਲ ਹੋਈ"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "[%s] ਦੀ ਨਕਲ ਅਸਫਲ (ਫਾਇਲ ਸ਼ੱਕੀ ਰੂਪ ਵਿੱਚ ਛੋਟੀ ਹੈ)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "ਪ੍ਰਾਪਤ ਸਰੋਤ hdlist (ਜਾਂ ਸੰਸਲੇਸ਼ਣ) ਦਾ md5sum ਕੱਢਿਆ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "[%s] ਦੀ ਨਕਲ ਅਸਫਲ (md5sum ਮੇਲ ਨਹੀਂ ਖਾਂਦਾ)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "hdlist ਫਾਇਲ [%s] ਪੜਤਾਲ ਜਾਰੀ"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "%s ਨੂੰ %s ਤੋਂ ਇੰਸਟਾਲ ਕੀਤਾ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "ਮਾਧਿਅਮ \"%s\" ਲਈ hdlist ਫਾਇਲ ਨਹੀਂ ਮਿਲੀ"
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "\"%s\" ਦੀ ਵੇਰਵਾ ਫਾਇਲ ਦੀ ਨਕਲ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "ਗਲਤ rpm ਫਾਇਲ ਨਾਂ [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "\"%s\" ਲਈ hdlist (ਜਾਂ ਸੰਸਲੇਸ਼ਨ) ਪ੍ਰਾਪਤ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "%s ਵਾਂਗ hdlist (ਜਾਂ ਸੰਸਲੇਸ਼ਨ) ਖੋਜੀ ਗਈ"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "ਮਾਧਿਅਮ \"%s\" ਲਈ hdlist ਫਾਇਲ ਨਹੀਂ ਮਿਲੀ"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "\"%s\" ਦੀ ਸਵਰਜਨਕ ਕੁੰਜੀ ਫਾਇਲ ਵੇਖੀ ਜਾਦੀ ਹੈ..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...\"%s\" ਦੀ ਸਰਵਜਨਕ ਕੁੰਜੀ ਤੋਂ %s ਕੁੰਜੀ ਆਯਾਤੀ ਕੀਤੀ"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "\"%s\" ਦੀ ਸਵਰਜਨਕ ਕੁੰਜੀ ਆਯਾਤ ਕਰਨੀ ਅਸਫਲ"
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "ਮਾਧਿਅਮ %s ਸ਼ਾਮਲ"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "[%s] ਤੋਂ rpm ਫਾਇਲਾਂ ਪੜੀਆਂ ਜਾ ਰਹੀਆਂ ਹਨ"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "Yy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "ਮੁਆਫੀ, ਗਲਤ ਚੋਣ, ਮੁੜ ਕੋਸ਼ਿਸ ਕਰੋ\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "ਖੋਜ"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "ਮਾਧਿਅਮ \"%s\" ਹਟਾਇਆ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "ਫਾਇਲ [%s] ਵਿੱਚ \"%s\" ਨੂੰ ਪਾਰਸ ਕਰਨ ਲਈ ਅਸਫਲ"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "ਫਾਇਲ [%s] ਵਿੱਚ ਸਮਾਂਤਰ ਹੈਂਡਲਰ ਦੀ ਖੋਜ ਜਾਰੀ"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "ਨੋਡਾਂ ਲਈ ਸਮਾਂਤਰ ਹੈਂਡਲਰ ਖੋਜੋ: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "ਸਮਾਂਤਰ ਚੋਣ \"%s\" ਦੀ ਵਰਤੋਂ ਕਰਨ ਲਈ ਅਸਫਲ"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "ਇੰਸਟਾਲੇਸ਼ਨ ਅਸਫਲ ਹੋਈ"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "ਮਾਧਿਅਮ \"%s\" ਨੂੰ ਵਰਤਣ ਲਈ ਅਸਫਲ"
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "%s ਮਾਊਟ ਕੀਤਾ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "%s ਅਨਮਾਊਟ ਕੀਤਾ ਜਾਦਾ ਹੈ"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf ਵਰਜਨ %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"ਇਹ ਸਾਫਟਵੇਅਰ ਮੁਫਤ ਹੈ ਅਤੇ ਇਸ ਨੂੰ ਮੁੜ GNU GPL ਸ਼ਰਤਾਂ ਅਧੀਨ ਵੰਡਿਆ ਜਾ ਸਕਦਾ ਹੈ\n"
-"\n"
-"ਵਰਤੋਂ:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - print this help message.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, fuzzy, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - use specific environment (typically a bug\n"
-" report).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - do not use the given media, separated by comma.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --root - use another root for rpm installation.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --synthesis - use the given synthesis instead of urpmi db.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - use the given synthesis instead of urpmi db.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - do not print identical lines twice.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - use only update media.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - verbose mode.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - ignore case distinctions in patterns.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - ignore case distinctions in patterns.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - include perl code directly as perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, fuzzy, c-format
-msgid " -a - binary AND operator.\n"
-msgstr ""
-" -a - binary AND operator, true if both expression are true.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, fuzzy, c-format
-msgid " -o - binary OR operator.\n"
-msgstr ""
-" -o - binary OR operator, true if one expression is true.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, fuzzy, c-format
-msgid " ! - unary NOT.\n"
-msgstr " -q - quiet mode.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ) - right parenthesis to close group expression.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"ਮੁੜ ਸੰਭਾਲ ਵਾਲੇ ਡਾਟੇ ਦੀ ਸੂਚੀ:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " -g - print groups with name also.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " %s ਮੂਲ ਹੈ।\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - print tag url: url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - print tag buildhost: build host.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "ਕੇਸੋਲ ਸੰਰਚਨਾ ਮੈਡੀਊਲ"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - print tag conflicts: all conflicts.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - print tag description: description.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - print tag epoch: epoch.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --name - print only package names.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - list files in package.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - print tag group: group.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - print only package names.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --name - print only package names.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - print tag obsoletes: all obsoletes.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - print tag packager: packager.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - print tag provides: all provides.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - print tag requires: all requires.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - print tag size: size.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - print tag sourcerpm: source rpm.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - print tag obsoletes: all obsoletes.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - print tag summary: summary.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - print tag url: url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - verbose mode.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - list files in package.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - print version, release and arch with name.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "%s ਤੇ ਖਾਸ ਵਾਤਾਵਰਣ ਦੀ ਵਰਤੋਂ ਕਰਕੇ\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "ਮਾਧਿਅਮ \"%s\" ਲਈ hdlist ਫਾਇਲ ਨਹੀਂ ਮਿਲੀ"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "ਮਾਧਿਅਮ \"%s\" ਲਈ hdlist ਸੰਸਲੇਸ਼ਕ ਫਾਇਲ ਬਣਾਈ"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "\"%s\" ਮਾਧਿਅਮ ਲਈ list ਫਾਇਲ ਲਿਖੀ ਜਾ ਰਹੀ ਹੈ"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "ਕੋਈ ਪੈਕੇਜ %s ਨਾਂ ਨਾਲ ਨਹੀਂ"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜਾਂ ਵਿੱਚ %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "ਪੈਕੇਜ ਪਹਿਲਾਂ ਹੀ ਇੰਸਟਾਲ ਹਨ"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "ਪੈਕੇਜ ਪਹਿਲਾਂ ਹੀ ਇੰਸਟਾਲ ਹਨ"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "ਪੈਕੇਜ ਪਹਿਲਾਂ ਹੀ ਇੰਸਟਾਲ ਹਨ"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "ਗੁੰਮ %s ਹੋਣ ਕਰਕੇ"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "ਪੈਕੇਜ ਪਹਿਲਾਂ ਹੀ ਇੰਸਟਾਲ ਹਨ"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "ਨਾ-ਪੂਰਾ %s ਹੋਣ ਕਰਕੇ"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "%s ਨੂੰ ਵਧਾਉਣ ਦੀ ਕੋਸ਼ਿਸ ਦੌਰਾਨ"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "%s ਰੱਖਣ ਲਈ"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "%s ਨੂੰ ਇੰਸਟਾਲ ਕਰਨ ਲਈ"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "%s ਨਾਲ ਅਪਵਾਦ ਕਰਕੇ"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "ਗਲਤ ਦਸਤਖਤ (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "ਗਲਤ ਕੁੰਜੀ ID (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "ਦਸਤਖਤ (%s) ਗੁੰਮ ਹਨ"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "ਫਾਇਲ [%s] ਲਿਖਣ ਲਈ ਅਸਫਲ"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "ਨਕਲ ਕਰਨੀ ਅਸਫਲ"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "ਨਕਲ ਕਰਨੀ ਅਸਫਲ"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme ਵਰਜਨ %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"ਇਹ ਸਾਫਟਵੇਅਰ ਮੁਫਤ ਹੈ ਅਤੇ GNU GPL ਸ਼ਰਤਾਂ ਅਧੀਨ ਮੁਫਤ ਵੰਡਿਆ ਜਾ ਸਕਦਾ ਹੈ।\n"
-"\n"
-"ਵਰਤੋਂ:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - automatically select a package in choices.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - verify if the removal can be achieved correctly.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - distributed urpmi across machines of alias.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - print tag packager: packager.\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - use another root for rpm removal.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - update only update media.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - print tag description: description.\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose - verbose mode.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - select all packages matching expression.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "ਸਿਰਫ਼ ਪ੍ਰਬੰਧਕ ਹੀ ਪੈਕੇਜ ਹਟਾ ਸਕਦੇ ਹਨ"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "ਅਣਜਾਣ ਪੈਕੇਜ"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "ਅਣਜਾਣ ਪੈਕੇਜ"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "ਪੈਕੇਜ %s ਹਟਾਉਣ ਨਾਲ ਤੁਹਾਡਾ ਸਿਸਟਮ ਖਰਾਬ ਹੋ ਜਾਵੇਗਾ"
-msgstr[1] "ਪੈਕੇਜ %s ਹਟਾਉਣ ਨਾਲ ਤੁਹਾਡਾ ਸਿਸਟਮ ਖਰਾਬ ਹੋ ਜਾਵੇਗਾ"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "ਹਟਾਉਣ ਲਈ ਕੁਝ ਨਹੀਂ"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "ਹਟਾਉਣ ਲਈ ਕੁਝ ਨਹੀਂ"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "ਨਿਰਭਰਤਾ ਹੱਲ਼ ਕਰਨ ਲਈ, %d ਪੈਕੇਜ ਹਟਾਏ ਜਾਣਗੇ (%d ਮੈਬਾ)"
-msgstr[1] "ਨਿਰਭਰਤਾ ਹੱਲ਼ ਕਰਨ ਲਈ, %d ਪੈਕੇਜ ਹਟਾਏ ਜਾਣਗੇ (%d ਮੈਬਾ)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "ਅਣਜਾਣ ਪੈਕੇਜ"
-msgstr[1] "ਅਣਜਾਣ ਪੈਕੇਜ"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "ਪੈਕੇਜ %s ਹਟਾਇਆ ਜਾਦਾ ਹੈ"
-msgstr[1] "ਪੈਕੇਜ %s ਹਟਾਇਆ ਜਾਦਾ ਹੈ"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (y/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "\"%s\" ਨੂੰ ਹਟਾਉਣਯੋਗ ਜੰਤਰ ਵਾਂਗ ਲਵੋ"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "ਹਟਾਉਣਾ ਅਸਫਲ"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "ਹਟਾਉਣਾ ਅਸਫਲ"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - disable MD5SUM file checking.\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - force update of gpg key.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - print tag obsoletes: all obsoletes.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-
-#: ../urpmi:87
-#, fuzzy, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --install-src - install only source package (no binaries).\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - small transaction length, default is %d.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - impose fuzzy search (same as -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - print tag requires: all requires.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - install only source package (no binaries).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - remove rpm from cache before anything else.\n"
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - keep rpm not used in cache.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - print tag obsoletes: all obsoletes.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - limit the download speed.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - exclude path separated by comma.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - exclude doc files.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - print tag url: url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - print tag description: description.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - packages which installation should be skipped\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - packages which installation should be skipped\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - keep rpm not used in cache.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - upgrade only packages with the same architecture.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - select all matches on command line.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - quiet mode.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - verbose mode.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " ਕਮਾਂਡ ਸਤਰ ਤੇ ਦਿੱਤੇ ਨਾਂ ਜਾਂ rpm ਫਾਇਲਾਂ ਨੂੰ ਇੰਸਟਾਲ ਕੀਤਾ ਜਾਵੇਗਾ।\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "ਬਾਈਨਰੀ rpm ਫਾਇਲਾਂ ਨਾਲ ਕੀ ਕਰਨਾ ਹੈ, ਜਦੋਂ ਕਿ --install-src ਵਰਤੋਂ"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"ਡਾਇਰੈਕਟਰੀ [%s] ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ, ਕਿਰਪਾ ਕਰਕੇ ਬੱਗ ਰਿਪੋਰਟ ਲਈ ਹੋਰ ਡਾਇਰੈਕਟਰੀ ਬਣਾਉ ਜਾਂ ਇਸ ਨੂੰ "
-"ਹਟਾਓ"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "ਬੱਗ ਜਾਣਕਾਰੀ ਲਈ ਡਾਇਰੈਕਟਰੀ [%s] ਬਣਾਉਣ ਲਈ ਅਸਫਲ"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"ਗਲਤੀ: %s ਸ਼ਾਇਦ ਪੜਨ ਲਈ ਹੀ ਮਾਊਟ ਕੀਤੀ ਗਈ ਹੈ।\n"
-"ਧੱਕੇ ਕਰਨ ਲਈ --allow-force ਵਰਤੋਂ।"
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr " (ਨਵੀਨੀਕਰਨ ਕਰਨ ਲਈ)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr " (ਨਵੀਨੀਕਰਨ ਕਰਨ ਲਈ)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr " (ਇੰਸਟਾਲ ਕਰਨ ਲਈ)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr " (ਇੰਸਟਾਲ ਕਰਨ ਲਈ)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "ਨਿਰਭਰਤਾ ਹੱਲ਼ ਕਰਨ ਲਈ, %d ਪੈਕੇਜ ਹਟਾਏ ਜਾਣਗੇ (%d ਮੈਬਾ)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "ਤੁਹਾਡੀ ਚੋਣ ਕੀ ਹੈ? (1-%d) "
-
-#: ../urpmi:507
-#, fuzzy, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜ ਇੰਸਟਾਲ ਨਹੀਂ ਕੀਤੇ ਜਾ ਸਕਦੇ ਹਨ, ਕਿਉਕਿ ਇਹ ਪੈਕੇਜਾਂ ਤੇ ਨਿਰਭਰ ਹਨ, ਜੋ ਕਿ\n"
-"ਇੰਸਟਾਲ ਕੀਤਿਆਂ ਤੋਂ ਪੁਰਾਣੇ ਹਨ:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜ ਇੰਸਟਾਲ ਨਹੀਂ ਕੀਤੇ ਜਾ ਸਕਦੇ ਹਨ, ਕਿਉਕਿ ਇਹ ਪੈਕੇਜਾਂ ਤੇ ਨਿਰਭਰ ਹਨ, ਜੋ ਕਿ\n"
-"ਇੰਸਟਾਲ ਕੀਤਿਆਂ ਤੋਂ ਪੁਰਾਣੇ ਹਨ:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "ਕਿਸੇ ਤਰਾਂ ਜਾਰੀ ਰਹੋ?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Y/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"ਮੰਗੇ ਕੁਝ ਪੈਕੇਜ ਇੰਸਟਾਲ ਨਹੀਂ ਕੀਤੇ ਜਾ ਸਕਦੇ ਹਨ:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"ਮੰਗੇ ਕੁਝ ਪੈਕੇਜ ਇੰਸਟਾਲ ਨਹੀਂ ਕੀਤੇ ਜਾ ਸਕਦੇ ਹਨ:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "ਪੈਕੇਜ %s ਹਟਾਉਣ ਨਾਲ ਤੁਹਾਡਾ ਸਿਸਟਮ ਖਰਾਬ ਹੋ ਜਾਵੇਗਾ"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"ਇੰਸਟਾਲੇਸ਼ਨ ਜਾਰੀ ਨਹੀਂ ਰਹਿ ਸਕਦੀ ਹੈ, ਕਿਉਕਿ ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜਾਂ ਨੂੰ\n"
-"ਹੋਰਾਂ ਦੇ ਨਵੀਨੀਕਰਨ ਲਈ ਹਟਾ ਦਿੱਤਾ ਗਿਆ ਹੈ:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"ਇੰਸਟਾਲੇਸ਼ਨ ਜਾਰੀ ਨਹੀਂ ਰਹਿ ਸਕਦੀ ਹੈ, ਕਿਉਕਿ ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜਾਂ ਨੂੰ\n"
-"ਹੋਰਾਂ ਦੇ ਨਵੀਨੀਕਰਨ ਲਈ ਹਟਾ ਦਿੱਤਾ ਗਿਆ ਹੈ:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"ਹੋਰ ਪੈਕੇਜਾਂ ਦਾ ਨਵੀਨੀਕਰਨ ਕਰਨ ਦੌਰਾਨ ਇਹ ਪੈਕੇਜ ਹਟਾ ਦਿੱਤੇ ਜਾਣਗੇ:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"ਹੋਰ ਪੈਕੇਜਾਂ ਦਾ ਨਵੀਨੀਕਰਨ ਕਰਨ ਦੌਰਾਨ ਇਹ ਪੈਕੇਜ ਹਟਾ ਦਿੱਤੇ ਜਾਣਗੇ:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"ਤੁਹਾਨੂੰ ਇਹ ਨਿਰਭਰਤਾ ਹੱਲ਼ ਕਰਨ ਲਈ ਪ੍ਰਬੰਧਕ (root) ਹੋਣਾ ਲਾਜ਼ਮੀ ਹੈ:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "ਨਿਰਭਰਤਾ ਹੱਲ਼ ਕਰਨ ਲਈ, %d ਪੈਕੇਜ ਹਟਾਏ ਜਾਣਗੇ (%d ਮੈਬਾ)"
-msgstr[1] "ਨਿਰਭਰਤਾ ਹੱਲ਼ ਕਰਨ ਲਈ, %d ਪੈਕੇਜ ਹਟਾਏ ਜਾਣਗੇ (%d ਮੈਬਾ)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "ਰੱਦ ਕਰੋ"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "ਕਿਰਪਾ ਕਰਕੇ ਤਿਆਰ ਹੋਣ ਤੇ Enter ਦਬਾਓ..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"ਵਰਤੋਂ:\n"
-" urpmi.addmedia [options] <name> <url> [with <relative_path>]\n"
-"where <url> is one of\n"
-" [file:/]/<path> with <relative filename of hdlist>\n"
-" ftp://<login>:<password>@<host>/<path> with <relative filename of "
-"hdlist>\n"
-" ftp://<host>/<path> with <relative filename of hdlist>\n"
-" http://<host>/<path> with <relative filename of hdlist>\n"
-" removable://<path> with <relative filename of hdlist>\n"
-"\n"
-"ਜਿੱਥੇ [options] ਹੈ\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - use wget to retrieve distant files.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - use curl to retrieve distant files.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - use curl to retrieve distant files.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - use curl to retrieve distant files.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - try to find and use synthesis file.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - do not try to find any synthesis or\n"
-" hdlist file.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - list available media.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - create virtual media wich are always up-to-date,\n"
-" only file:// protocol is allowed.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - disable MD5SUM file checking.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - quiet mode.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - verbose mode.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "ਸਿਰਫ਼ ਪ੍ਰਬੰਧਕਾਂ ਨੂੰ ਮਾਧਿਅਮ ਸ਼ਾਮਲ ਕਰਨ ਦੀ ਇਜ਼ਾਜਤ ਹੈ"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "ਸੰਰਚਨਾ ਫਾਇਲ [%s] ਲਿਖੀ ਜਾਵੇਗੀ"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "ਸੰਰਚਨਾ ਫਾਇਲ [%s] ਬਣਾਈ ਨਹੀਂ ਜਾ ਸਕੀ"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "--distrib ਨਾਲ <relative path of hdlist> ਦੀ ਲੋੜ ਨਹੀ"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<hdlist ਲਈ ਅਨੁਸਾਰੀ ਮਾਰਗ> ਗੁੰਮ\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "ਮਾਧਿਅਮ \"%s\" ਨੂੰ ਵਰਤਣ ਲਈ ਅਸਫਲ"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover ਵਰਜਨ %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"ਇਹ ਸਾਫਟਵੇਅਰ ਮੁਫਤ ਹੈ ਅਤੇ GNU GPL ਸ਼ਰਤਾਂ ਅਧੀਨ ਮੁਫਤ ਵੰਡਿਆ ਜਾ ਸਕਦਾ ਹੈ।\n"
-"\n"
-"ਵਰਤੋਂ:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - keep rpm not used in cache.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - list available media and their url.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-url - list available media and their url.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --name - print only package names.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "ਪੈਕੇਜ %s ਨਹੀਂ ਲੱਭਿਆ ਹੈ।"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "rpm ਫਾਇਲ [%s] ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਅਸਫਲ..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "ਕੋਈ filelist ਨਹੀਂ\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"ਵਰਤੋਂ: urpmi.removemedia (-a | <name> ...)\n"
-"ਜਿੱਥੇ ਕਿ <name> ਮਾਧਿਅਮਾ ਦਾ ਨਾਂ ਹੈ।\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - select all media.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - fuzzy match on media names.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "ਸਿਰਫ਼ ਪ੍ਰਬੰਧਕਾਂ ਨੂੰ ਹੀ ਮਾਧਿਅਮ ਹਟਾਉਣ ਦੀ ਇਜ਼ਾਜਤ ਹੈ"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "ਹਟਾਉਣ ਲਈ ਕੁਝ ਨਹੀਂ (ਮਾਧਿਅਮ ਵਿੱਚ ਸ਼ਾਮਲ ਕਰਨ ਲਈ urpmi.addmedia ਵਰਤੋਂ)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"ਹਟਾਉਣ ਲਈ ਇੰਦਰਾਜ਼ ਗੁੰਮ ਹੈ\n"
-"(%s ਵਿੱਚੋਂ ਇੱਕ)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"ਵਰਤੋਂ: urpmi.update [options] <name> ...\n"
-"ਜਿੱਥੇ ਕਿ <name> ਮਾਧਿਅਮ ਨਾਂ ਨਵੀਨੀਕਰਨ ਮਾਧਿਅਮ ਨਾਂ ਹੈ।\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - update only update media.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - force update of gpg key.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - don't update, mark the media as ignored.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - don't update, mark the media as enabled.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - do not try to find any synthesis or\n"
-" hdlist file.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - select all non-removable media.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - force generation of hdlist files.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - force generation of hdlist files.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "ਸਿਰਫ਼ ਪ੍ਰਬੰਧਕਾਂ ਨੂੰ ਹੀ ਨਵੀਨੀਕਰਨ ਮਾਧਿਅਮ ਵਰਤਣ ਦੀ ਇਜ਼ਾਜਤ ਹੈ"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "ਕੁਝ ਵੀ ਨਵੀਨੀਕਰਨ ਨਹੀਂ (ਇੱਕ ਮਾਧਿਅਮ ਸ਼ਾਮਲ ਕਰਨ ਲਈ urpmi.addmedia ਵਰਤੋ)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"ਨਵੀਨੀਕਰਨ ਲਈ ਇੰਦਰਾਜ਼ ਗੁੰਮ ਹੈ\n"
-"(%s ਵਿੱਚੋਂ ਇੱਕ)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "ਮਾਧਿਅਮ %s ਅਣਡਿੱਠਾ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "ਮਾਧਿਅਮ %s ਯੋਗ ਕੀਤਾ ਜਾਦਾ ਹੈ"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq ਵਰਜਨ %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"ਇਹ ਮੁਫਤ ਸਾਫਟਵੇਅਰ ਹੈ, ਜੋ ਕਿ GNU GPL ਸ਼ਰਤਾਂ ਅਧੀਨ ਜਾਰੀ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ।\n"
-"\n"
-"ਵਰਤੋਂ:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - impose fuzzy search (same as -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - list available packages.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - list available media.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - list available media and their url.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - list available nodes when using --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - list available parallel aliases.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - next package is a source package (same as -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - give all source packages before downloading (root only).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - print tag url: url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - print changelog.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - print tag conflicts: all conflicts.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - print tag obsoletes: all obsoletes.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - print tag provides: all provides.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - print tag requires: all requires.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - print tag obsoletes: all obsoletes.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - print tag sourcerpm: source rpm.\n"
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary - print tag summary: summary.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - extend query to package dependencies.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - reverse search to what requires package.\n"
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr " -R - reverse search to what requires package.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - search in provides to find package.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - complete output with package to be removed.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - print groups with name also.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - print useful information in human readable form.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - list files in package.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - quiet mode.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - print version and release with name also.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - next package is a source package (same as --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - impose fuzzy search (same as --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - like -y, but forces to match case-insensitively.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " ਕਮਾਂਡ ਸਤਰ ਤੇ ਦਿੱਤੇ ਨਾਂ ਜਾਂ rpm ਫਾਇਲਾਂ ਬਾਰੇ ਖੋਜ ਕੀਤੀ ਜਾਦੀ ਹੈ।\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes ਨੂੰ --parallel ਨਾਲ ਹੀ ਵਰਤਿਆ ਜਾ ਸਕਦਾ"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "\"%s\" ਦੀ list ਫਾਇਲ ਲਿਖਣ ਲਈ ਅਸਫਲ"
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"ਸੂਚਨਾ: ਕਿਉਕਿ hdlists ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਕੋਈ ਮਾਧਿਅਮ ਨਹੀਂ ਲੱਭਿਆ, ਇਸਕਰਕੇ urpmf ਵਲੋਂ ਕੋਈ ਨਤੀਜਾ "
-"ਨਹੀਂ\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"ਸੂਚਨਾ: ਕਿਉਕਿ hdlists ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਕੋਈ ਮਾਧਿਅਮ ਨਹੀਂ ਲੱਭਿਆ, ਇਸਕਰਕੇ urpmf ਵਲੋਂ ਕੋਈ ਨਤੀਜਾ "
-"ਨਹੀਂ\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"ਸੂਚਨਾ: ਕਿਉਕਿ hdlists ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਕੋਈ ਮਾਧਿਅਮ ਨਹੀਂ ਲੱਭਿਆ, ਇਸਕਰਕੇ urpmf ਵਲੋਂ ਕੋਈ ਨਤੀਜਾ "
-"ਨਹੀਂ\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"ਸੂਚਨਾ: ਕਿਉਕਿ hdlists ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਕੋਈ ਮਾਧਿਅਮ ਨਹੀਂ ਲੱਭਿਆ, ਇਸਕਰਕੇ urpmf ਵਲੋਂ ਕੋਈ ਨਤੀਜਾ "
-"ਨਹੀਂ\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "ਕੋਈ changelog ਨਹੀਂ\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - create an update medium.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "ਗਲਤ ਇੰਪੁੱਟ: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d ਇੰਸਟਾਲੇਸ਼ਨ ਸੰਚਾਰ ਅਸਫਲ"
-#~ msgstr[1] "%d ਇੰਸਟਾਲੇਸ਼ਨ ਸੰਚਾਰ ਅਸਫਲ"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "ਪੈਕੇਜ ਪਹਿਲਾਂ ਹੀ ਇੰਸਟਾਲ ਹਨ"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜ ਹਟਾਉਣ ਲਈ ਪੜਤਾਲ ਜਾਰੀ ਹੈ"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "urpmi ਡਾਟਾਬੇਸ ਤਾਲਾਬੰਦ ਹੈ"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "ਅਣਜਾਣ ਚੋਣ '%s' ਹੈ\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "ਹਟਾਉਣਯੋਗ ਮਾਧਿਅਮ \"%s\" ਲਈ ਕਈ ਮਾਊਟ ਥਾਂਵਾਂ ਹਨ"
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "ਮਾਧਿਅਮ \"%s\" ਇੱਕ ISO ਪ੍ਰਤੀਬਿੰਬ ਹੈ, ਮਾਊਟ on-the-fly ਦੇ ਤੌਰ ਤੇ ਕੀਤਾ ਜਾਵੇਗਾ"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "\"%s\" ਲਈ ਵੱਖਰੇ ਹਟਾਉਣਯੋਗ ਜੰਤਰ [%s] ਵਰਤ ਕੇ"
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "ਹਟਾਉਣਯੋਗ ਮਾਧਿਅਮ \"%s\" ਲਈ ਮਾਰਗ-ਨਾਂ ਪ੍ਰਾਪਤ ਕਰਨ ਤੋਂ ਅਸਫਲ"
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "ਪਹਿਲੇ ਇੰਸਟਾਲੇਸ਼ਨ ਮਾਧਿਅਮ ਖੋਲਣ ਲ਼ਈ ਅਸਫਲੇ"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "ਮਾਧਿਅਮ \"%s\" ਲਈ ਪਹੁੰਚ ਆਯੋਗ,\n"
-#~ "ਇਹ ਤਾਂ ਹੋ ਸਕਦਾ ਹੈ, ਜੇਕਰ ਤੁਸੀਂ ਮਾਧਿਅਮ ਬਣਾਉਣ ਦੌਰਾਨ ਡਾਇਰੈਕਟਰੀ ਖੁਦ ਮਾਊਟ ਕੀਤੀ ਹੈ।"
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "ਨਾ-ਠੀਕ ਮਾਧਿਅਮ \"%s\" ਨੂੰ ਹਟਾਉਣਯੋਗ ਕਿਹਾ, ਪਰ ਇਹ ਹੈ ਨਹੀਂ"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - clean headers cache directory.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "ਵੁਰਚੁਅਲ ਮਾਧਿਅਮ ਸਥਾਨਕ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "\"%s\" ਦੀ hdlist ਫਾਇਲ ਪਾਰਸ ਕਰਨ ਲਈ ਅਸਫਲ਼"
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "ਮੌਜੂਦਾ ਸਰੋਤ hdlist (ਜਾਂ ਸੰਸਲੇਸ਼ਣ) ਦਾ md5sum ਕੱਢਿਆ ਜਾ ਰਿਹਾ ਹੈ"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "ਵੁਰਚੁਅਲ ਜੰਤਰ \"%s\" ਲਈ ਪ੍ਰਭਾਸ਼ਤ hdlist ਜਾਂ list ਫਾਇਲ ਨਹੀਂ ਹੋਣੀ ਚਾਹੀਦੀ, ਮਾਧਿਅਮ "
-#~ "ਅਣਡਿੱਠਾ"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "ਗਲਤ rpm ਫਾਇਲ ਨਾਂ [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" ਲਈ ਫਾਇਲ ਸੂਚੀ ਲੱਭਣ ਤੋਂ ਅਸਫਲ ਹੈ, ਮਾਧਿਅਮ ਅਧੂਰਾ ਛੱਡਿਆ"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "ਨਾ-ਮੌਜੂਦ ਮਾਧਿਅਮ \"%s\" ਨੂੰ ਚੁਣਨ ਦੀ ਕੋਸ਼ਿਸ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "ਮਾਧਿਅਮ \"%s\" ਲਈ hdlist ਸੰਸਲੇਸ਼ਕ ਫਾਇਲ ਬਣਾਈ"
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "\"%s\" ਦੀ hdlist ਫਾਇਲ ਪਾਰਸ ਕਰਨ ਲਈ ਅਸਫਲ਼"
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "ਮਾਧਿਅਮ \"%s\" ਪਹਿਲਾਂ ਹੀ hdlist ਰਾਹੀਂ ਵਰਤੋਂ ਅਧੀਨ ਹੈ, ਮਾਧਿਅਮ ਛੱਡਿਆ ਜਾ ਰਿਹਾ ਹੈ"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr "ਮਾਧਿਅਮ \"%s\" ਪਹਿਲਾਂ ਹੀ list ਰਾਹੀਂ ਵਰਤੋਂ ਅਧੀਨ ਹੈ, ਮਾਧਿਅਮ ਛੱਡਿਆ ਜਾ ਰਿਹਾ ਹੈ"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "ਸੂਚਨਾ: ਕਿਉਕਿ hdlists ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਕੋਈ ਮਾਧਿਅਮ ਨਹੀਂ ਲੱਭਿਆ, ਇਸਕਰਕੇ urpmf ਵਲੋਂ ਕੋਈ "
-#~ "ਨਤੀਜਾ ਨਹੀਂ\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "ਨਿਰਭਰਤਾ ਦੇ ਦੂਜੇ ਪੜਾ ਲਈ ਜਾਂਚ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "hdlist [%s] ਨਿਰਮਾਣ ਜਾਰੀ"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "ਮਾਧਿਅਮ \"%s\" ਲਈ ਸੰਸਲੇਸ਼ਣ ਫਾਇਲ ਬਣਾਉਣ ਲਈ ਅਸਫਲ ਹੈ। ਤੁਹਾਡੀ hdlist ਫਾਇਲ ਨਿਕਾਰਾ ਹੋ "
-#~ "ਸਕਦੀ ਹੈ।"
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "ਮਾਧਿਅਮ \"%s\" ਲਈ hdlist ਜਾਂ ਸੰਸਲੇਸ਼ਣ ਫਾਇਲ ਪੜਨ ਦੌਰਾਨ ਸਮੱਸਿਆ"
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "ਸਰੋਤ hdlist (ਜਾਂ ਸੰਸਲੇਸ਼ਣ) ਨਕਲਾਂ ਦੇ md5sum ਕੱਢਿਆ ਜਾਦਾ ਹੈ"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...ਪ੍ਰਾਪਤੀ ਅਸਫਲ: md5sum ਮੇਲ ਨਹੀਂ ਖਾਂਦਾ"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "[%s] ਤੇ ਕੋਈ rpm ਫਾਇਲਾਂ ਨਹੀਂ ਲੱਭੀਆਂ ਹਨ"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "[%s] ਲਈ rpm ਫਾਇਲਾਂ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਅਸਫਲ: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "ਕੋਈ rpm ਨਹੀਂ ਪੜਿਆ"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "ਮਾਧਿਅਮ \"%s\" ਤੋਂ ਸਿਰਲੇਖ ਵੇਖੇ ਜਾ ਰਹੇ ਹਨ"
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - try to find and use synthesis file.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - try to find and use hdlist file.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "ਸੂਚਨਾ: ਕਿਉਕਿ hdlists ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਕੋਈ ਮਾਧਿਅਮ ਨਹੀਂ ਲੱਭਿਆ, ਇਸਕਰਕੇ urpmf ਵਲੋਂ ਕੋਈ "
-#~ "ਨਤੀਜਾ ਨਹੀਂ\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "ਤੁਸੀਂ ਪੈਕੇਜ ਨਾਂ ਖੋਜਣ ਲਈ --name ਵਰਤ ਸਕਦੇ ਹੋ।\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src - next package is a source package (same as -s).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - try to find and use hdlist file.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "ਮਾਧਿਅਮ \"%s\" ਨਵੀਨੀਕਰਨ ਲਈ ਅਸਫਲ਼\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "ਮਾਧਿਅਮ \"%s\" ਬਣਾਉਣ ਲਈ ਅਸਫਲ\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "ਇੱਕੋ rpm ਫਾਇਲ ਨਾਂ \"%s\" ਨਾਲ ਕਈ ਪੈਕੇਜ ਹਨ"
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "ਮੁੱਲ \"%s\" ਤੇ [%s] ਪਾਰਸ ਕਰਨ ਲਈ ਅਸਫਲ"
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "ਮਾਧਿਅਮ \"%s\" ਗਲਤ list ਫਾਇਲ ਵਰਤਦਾ ਹੈ:\n"
-#~ " ਪ੍ਰਤੀਬਿੰਬ ਨਵੀਨ ਨਹੀਂ ਹੈ, ਹੋਰ ਢੰਗ ਵਰਤਣ ਦੀ ਕੋਸ਼ਿਸ ਕਰੋ"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "ਮਾਧਿਅਮ \"%s\" ਲਈ rpm ਫਾਇਲਾਂ ਲਈ ਕੋਈ ਟਿਕਾਣਾ ਨਹੀਂ ਹੈ"
-
-#~ msgid "unrequested"
-#~ msgstr "ਨਾ-ਮੰਗੇ"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "%s ਪੈਕੇਜ ਸ਼ਾਮਲ ਕਰਨ ਲਈ (id=%d, eid=%d, update=%d, file=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜਾਂ ਤੇ ਗਲਤ ਦਸਤਖਤ ਹਨ:\n"
-#~ "%s\n"
-#~ "ਕੀ ਤੁਸੀਂ ਇੰਸਟਾਲੇਸ਼ਨ ਜਾਰੀ ਰੱਖਣੀ ਚਾਹੁੰਦੇ ਹੋ?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "ਤੁਹਾਨੂੰ ਇਸ ਕਮਾਂਡ ਚਲਾਉਣ ਲਈ ਰੂਟ(root) ਬਣਨਾ ਪਵੇਗਾ !\n"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "ਪੈਕੇਜ %s ਹਟਾਉਣ ਲਈ ਅਸਫਲ"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "ਕੋਈ filelist ਨਹੀਂ\n"
-
-#~ msgid "medium \"%s\" is not selected"
-#~ msgstr "ਮਾਧਿਅਮ \"%s\" ਚੁਣਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ"
-
-#, fuzzy
-#~ msgid "Remove %d packages?"
-#~ msgstr "ਪੈਕੇਜ %s ਹਟਾਇਆ ਜਾਦਾ ਹੈ"
-
-#~ msgid " -f - force generation of hdlist files.\n"
-#~ msgstr " -f - force generation of hdlist files.\n"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - do not search in provides to find package (default).\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - reverse search to what requires package.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " -RR - extended reverse search (includes virtual packages).\n"
-#~ msgstr " -R - reverse search to what requires package.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgstr[0] "ਨਿਰਭਰਤਾ ਹੱਲ ਕਰਨ ਲਈ, ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜ ਇੰਸਟਾਲ ਕੀਤੇ ਜਾ ਰਹੇ ਹਨ (%d ਮੈਬਾ)"
-#~ msgstr[1] "ਨਿਰਭਰਤਾ ਹੱਲ ਕਰਨ ਲਈ, ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜ ਇੰਸਟਾਲ ਕੀਤੇ ਜਾ ਰਹੇ ਹਨ (%d ਮੈਬਾ)"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "ਨਿਰਭਰਤਾ ਸਮਾਪਤ ਕਰਨ ਲਈ, %d ਪੈਕੇਜ ਇੰਸਟਾਲ ਕੀਤੇ ਜਾ ਰਹੇ ਹਨ:\n"
-#~ "%s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgstr[0] ""
-#~ "ਨਿਰਭਰਤਾ ਸਮਾਪਤ ਕਰਨ ਲਈ, %d ਪੈਕੇਜ ਇੰਸਟਾਲ ਕੀਤੇ ਜਾ ਰਹੇ ਹਨ:\n"
-#~ "%s\n"
-#~ msgstr[1] ""
-#~ "ਨਿਰਭਰਤਾ ਸਮਾਪਤ ਕਰਨ ਲਈ, %d ਪੈਕੇਜ ਇੰਸਟਾਲ ਕੀਤੇ ਜਾ ਰਹੇ ਹਨ:\n"
-#~ "%s\n"
-
-#, fuzzy
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "ਮਾਧਿਅਮ %s ਛੱਡਿਆ: ਕੋਈ hdlist ਨਹੀਂ\n"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "`%s' (%s/%s) ਪੈਕੇਜ ਇੰਸਟਾਲ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "ਸ਼ੰਸਲੇਸ਼ਨ ਫਾਇਲ [%s] ਪੜਤਾਲ ਜਾਰੀ"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "%s ਵੰਡਿਆ ਜਾਦਾ ਹ"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "ਪੈਕੇਜ ਇੰਸਟਾਲੇਸ਼ਨ..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "ਪੈਕੇਜ ਇੰਸਟਾਲੇਸ਼ਨ..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - try to find and use synthesis file.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - try to find and use hdlist file.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "ਨੈਟਵਰਕ ਮਾਧਿਅਮ ਵਿੱਚ `with' ਗੁੰਮ ਹੈ\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "ਅਣਜਾਣ ਚੋਣ '%s' ਹੈ\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" ਲਈ hdlist ਫਾਇਲ ਨਹੀਂ ਲੱਭੀ ਹੈ, ਮਾਧਿਅਮ ਅਧੂਰਾ ਛੱਡਿਆ"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" ਲਈ ਸੂਚੀ ਫਾਇਲ ਗਲਤ ਹੈ, ਮਾਧਿਅਮ ਅਧੂਰਾ ਛੱਡਿਆ"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" ਲਈ ਸੂਚੀ ਫਾਇਲ ਪੜਤਾਲ ਤੋਂ ਅਸਫਲ, ਮਾਧਿਅਮ ਅਧੂਰਾ ਛੱਡਿਆ"
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "ਵੁਰਚੁਅਲ ਮਾਧਿਅਮ \"%s\" ਸਥਾਨਕ ਨਹੀਂ ਹੈ, ਮਾਧਿਅਮ ਅਣਡਿੱਠਾ ਕੀਤਾ ਗਿਆ"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "ਵੁਰਚੁਅਲ ਮਾਧਿਅਮ \"%s\" ਲਈ ਠੀਕ ਸਰੋਤ hdlist ਜਾਂ ਸੰਸਲੇਸ਼ਣ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ, ਮਾਧਿਅਮ "
-#~ "ਅਣਡਿੱਠਾ ਕੀਤਾ ਜਾਦਾ ਹੈ"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "\"%s\" ਦਾ ਸਰੋਤ hdlist (ਜਾਂ ਸੰਸਲੇਸ਼ਣ) ਦੀ ਨਕਲ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "ਸਰੋਤ hdlist (ਜਾਂ ਸੰਸਲੇਸ਼ਕ) ਪ੍ਰਾਪਤੀ ਅਸਫਲ"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "ਇਸੇ ਮਾਧਿਅਣ \"%s\" ਵਿੱਚ ਫਾਇਲ [%s] ਪਹਿਲਾਂ ਵੀ ਵਰਤੀ ਗਈ"
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "\"%s\" ਲਈ ਸੂਚੀ ਫਾਇਲ ਵਿੱਚ ਲਿਖਣ ਲਈ ਕੁਝ ਨਹੀਂ"
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "ਕੈਂਚੇ ਵਿੱਚ %d ਸਿਰਲੇਖ ਮਿਲੇ"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "ਕੈਂਚੇ ਵਿੱਚ %d ਸਿਰਲੇਖ ਹਟਾਏ ਜਾ ਰਹੇ ਹਨ"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "ਸੰਚਾਰ ਕਰਨ ਲਈ ਕਾਰਜ %d ਵਰਤ ਕੇ"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr " --norebuild - don't try to rebuild hdlist if not readable.\n"
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜਾਂ ਵਿੱਚ %s: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "hdlists ਫਾਇਲ ਨਕਲ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "hdlists ਫਾਇਲ ਵਿੱਚ ਗਲਤ hdlists ਵੇਰਵਾ \"%s\""
-
-#~ msgid "Is this OK?"
-#~ msgstr "ਕੀ ਇਹ ਠੀਕ ਹੈ?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr "ਨਿਰਭਰਤਾ ਹੱਲ਼ ਕਰਨ ਲਈ, ਹੇਠ ਦਿੱਤੇ %d ਪੈਕੇਜ ਇੰਸਟਾਲ ਕੀਤੇ ਜਾ ਰਹੇ ਹਨ (%d ਮੈਬਾ)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "%s ਇੰਸਟਾਲ ਜਾਰੀ ਹੈ\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "ਪੈਕੇਜਾਂ ਦੀ ਸਵੈ-ਚਾਲਤ ਇੰਸਟਾਲੇਸ਼ਨ...\n"
-#~ "ਤੁਸੀਂ %s ਪੈਕੇਜ ਇੰਸਟਾਲ ਕਰਨ ਦੀ ਮੰਗ ਕੀਤੀ ਹੈ\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: ਕਮਾਂਡ ਨਹੀਂ ਲੱਭੀ\n"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "ਲੋੜੀਦੇ ਕੁਝ ਪੈਕੇਜ ਇੰਸਟਾਲ ਨਹੀਂ ਹੋ ਸਕਦੇ:\n"
-#~ "%s\n"
-#~ "ਜਾਰੀ ਰੱਖਣਾ ਹੈ?"
-
-#~ msgid ""
-#~ "The following packages have to be removed for others to be upgraded:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "ਹੇਠ ਦਿੱਤੇ ਪੈਕੇਜ ਹੋਰਾਂ ਦਾ ਨਵੀਨੀਕਰਨ ਕਰਨ ਦੌਰਾਨ ਹਟਾ ਦਿੱਤੇ ਜਾਣਗੇ:\n"
-#~ "%s\n"
-#~ "ਕੀ ਜਾਰੀ ਰੱਖਣਾ ਹੈ?"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5sum ਮੇਲ ਨਹੀਂ ਖਾਂਦਾ"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf ਵਰਜਨ %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "ਇਹ ਸਾਫਟਵੇਅਰ ਮੁਫਤ ਹੈ ਅਤੇ ਇਸ ਨੂੰ ਮੁੜ GNU GPL ਸ਼ਰਤਾਂ ਅਧੀਨ ਵੰਡਿਆ ਜਾ ਸਕਦਾ ਹੈ\n"
-#~ "\n"
-#~ "ਵਰਤੋਂ:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr " --synthesis - use the synthesis given instead of urpmi db.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - do not print identical lines.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - print all tags.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - print tag summary: summary.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - print tag description: description.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - print tag buildhost: build host.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr " --provides - print tag provides: all provides.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr " --requires - print tag requires: all requires.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - print tag files: all files.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr " --obsoletes - print tag obsoletes: all obsoletes.\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr " -i - ignore case distinctions in every pattern.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr " ! - unary NOT, true if expression is false.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " ( - left parenthesis to open group expression.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr " ) - right parenthesis to close group expression.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "callback ਹੈ :\n"
-#~ "%s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "ਕੀ ਜਾਰੀ ਰੱਖਣਾ ਹੈ?"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "ਮੰਗੇ ਕੁਝ ਪੈਕੇਜ ਇੰਸਟਾਲ ਨਹੀਂ ਕੀਤੇ ਜਾ ਸਕਦੇ ਹਨ:\n"
-#~ "%s"
-
-#, fuzzy
-#~ msgid ""
-#~ " --keep - keep existing packages if possible, reject requested\n"
-#~ " packages that leads to remove.\n"
-#~ msgstr ""
-#~ " --keep - keep existing packages if possible, reject requested\n"
-#~ " packages that lead to removals.\n"
-
-#~ msgid ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-#~ msgstr ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-
-#~ msgid "found version %s and arch %s ..."
-#~ msgstr "ਵਰਜਨ %s ਅਤੇ ਮਾਧਿਅਮ %s ਲੱਭਿਆ..."
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "ਕੁੱਕਰ ਵੰਡ ਲਈ ਨਵੀਨੀਕਰਨ ਸ਼ਾਮਲ ਨਹੀਂ ਕੀਤੇ ਜਾ ਸਕਦੇ ਹਨ\n"
-
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "%s ਤੇ ਪ੍ਰਤੀਬਿੰਬ ਪ੍ਰਾਪਤ ਕੀਤੇ ਜਾਦੇ ਹਨ..."
diff --git a/po/pl.po b/po/pl.po
deleted file mode 100644
index b231c1de..00000000
--- a/po/pl.po
+++ /dev/null
@@ -1,3341 +0,0 @@
-# translation of urpmi.po to
-# translation of pl.po to
-# translation of pl.po to
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/pl.php3
-#
-# Pawel Jablonski <pj@linux-mandrake.com>, 1999-2000.
-# Arkadiusz Lipiec <arkadiusz.lipiec@gazeta.pl>, 2002-2004.
-# Tomasz Bednarski <bednarski@skrzynka.pl>, 2005.
-# Tomasz Bednarski <tomasz.bednarski@mandriva.pl>, 2005.
-# Mandriva Poland <biuro@mandriva.pl>, 2005, 2006.
-# Tomasz Bednarski - Mandriva Poland <tomasz.bednarski@mandriva.pl>, 2006, 2007.
-# Tomasz Bednarski - Amazis.net <tomasz.bednarski@amazis.pl>, 2007.
-# Tomasz Bednarski - Amazis.net <tomasz.bednarski@mandriva.pl>, 2008.
-# Amazis.net sp. z o.o. - Tomasz Bednarski <tomasz.bednarski@mandriva.pl>, 2008.
-# Polski plik dla urpmi
-# Copyright (C) 2002,2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-09-06 13:25+0200\n"
-"Last-Translator: Amazis.net sp. z o.o. - Tomasz Bednarski <tomasz.bednarski@mandriva.pl>\n"
-"Language-Team: <pl@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#: ../gurpmi:31
-#: ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Instalacja pakietów RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Błąd: odnalezienie pliku %s było niemożliwe, operacja zostanie anulowana"
-
-#: ../gurpmi:46
-#: ../gurpmi2:175
-#: ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Wybrano pakiet źródłowy:\n"
-"\n"
-"%s\n"
-"\n"
-"Prawdopodobnie nie miałeś/aś ochoty zainstalować go (zainstalowanie go\n"
-"pozwoliłoby na wprowadzenie zmian do kodu źródłowego i skompilowanie go).\n"
-"\n"
-"Co chcesz zrobić?"
-
-#: ../gurpmi:74
-#: ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Następujący pakiet oprogramowania zostaną zainstalowane na komputerze:\n"
-"\n"
-"%s\n"
-"\n"
-"Kontynuować?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Następujący pakiet oprogramowania zostaną zainstalowane na komputerze:\n"
-"\n"
-"%s\n"
-"\n"
-"Być może będziesz mieć ochotę go zapisać. Jaki jest twój wybór?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "Zainstaluj"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Zapisz"
-
-#: ../gurpmi:100
-#: ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Anuluj"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Wybierz miejsce zapisania pliku"
-
-#: ../gurpmi.pm:39
-#: ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi wersja %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"To jest otwarte oprogramowanie i może być rozpowszechniane na zasadach licencji GNU GPL.\n"
-"\n"
-"użycie:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Opcje:"
-
-#: ../gurpmi.pm:46
-#: ../urpm/search.pm:35
-#: ../urpme:46
-#: ../urpmf:35
-#: ../urpmi:72
-#: ../urpmi.addmedia:54
-#: ../urpmi.recover:33
-#: ../urpmi.removemedia:40
-#: ../urpmi.update:32
-#: ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - wyświetla ten komunikat pomocy.\n"
-
-#: ../gurpmi.pm:47
-#: ../urpmi:79
-#, c-format
-msgid " --auto - non-interactive mode, assume default answers to questions.\n"
-msgstr " --auto - tryb nieinteraktywny, stosuje domyślne odpowiedzi na pytania.\n"
-
-#: ../gurpmi.pm:48
-#: ../urpmi:80
-#: ../urpmq:52
-#, c-format
-msgid " --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - automatycznie wybiera pakiety aktualizujące system.\n"
-
-#: ../gurpmi.pm:49
-#: ../urpme:50
-#: ../urpmi:103
-#: ../urpmq:66
-#, c-format
-msgid " --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - wymusza wywoływanie nawet przy braku niektórych pakietów.\n"
-
-#: ../gurpmi.pm:50
-#: ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - bada podpis cyfrowy pakietu przed instalacją.\n"
-" (--no-verify-rpm wyłącza, domyślnie włączone).\n"
-
-#: ../gurpmi.pm:52
-#: ../urpm/search.pm:41
-#: ../urpmf:41
-#: ../urpmi:73
-#: ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - używa tylko podanych nośników, rozdzielonych przecinkami.\n"
-
-#: ../gurpmi.pm:53
-#: ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - umożliwia wyszukiwanie serwerów przy szukaniu pakietów.\n"
-
-#: ../gurpmi.pm:54
-#: ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - nie przeszukuje serwerów przy wyszukiwaniu pakietów.\n"
-
-#: ../gurpmi.pm:55
-#: ../urpmi:110
-#: ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - używa innego katalogu głównego do instalacji rpm.\n"
-
-#: ../gurpmi.pm:56
-#: ../urpmi:135
-#, c-format
-msgid " --test - only verify if the installation can be achieved correctly.\n"
-msgstr " --test - sprawdza, czy instalacja zostanie przeprowadzona prawidłowo.\n"
-
-#: ../gurpmi.pm:57
-#: ../urpmi:76
-#, c-format
-msgid " --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --searchmedia - używa tylko podanych nośników podczas wyszukiwania wymaganych pakietów.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Nie wybrano pakietów"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Proszę czekać..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Tylko root ma prawo do tego działania"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Niektóre z wybranych pakietów nie mogą zostać zainstalowane:\n"
-"%s\n"
-"Czy kontynuować mimo to?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Ostrzeżenie"
-
-#: ../gurpmi2:134
-#: ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ok"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (do aktualizacji)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (do zainstalowania)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Wybór pakietów"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Wymagany jest jeden z następujących pakietów:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Przerwij"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Poniższe pakiety muszą być usunięte aby zaktualizować inne:\n"
-"%s\n"
-"Czy kontynuować mimo to?"
-
-#: ../gurpmi2:241
-#: ../urpmi:607
-#, c-format
-msgid "To satisfy dependencies, the following package is going to be installed:"
-msgstr "W celu spełnienia zależności zostanie zainstalowany następujący pakiet:"
-
-#: ../gurpmi2:242
-#: ../urpmi:608
-#, c-format
-msgid "To satisfy dependencies, the following packages are going to be installed:"
-msgstr "W celu spełnienia zależności zostaną zainstalowane następujące pakiety:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d pakiet, %d MB)"
-msgstr[1] "(%d pakietów, %d MB)"
-msgstr[2] "(%d pakietów, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Instalacja pakietu..."
-
-#: ../gurpmi2:252
-#: ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "nie można pobrać pakietów źródłowych, zaniechanie"
-
-#: ../gurpmi2:266
-#: ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Przygotowywanie..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Instalowanie pakietu \"%s\" (%s/%s)..."
-
-#: ../gurpmi2:287
-#: ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Włóż nośnik o nazwie \"%s\" "
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Pobieranie pakietu \"%s\"..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "Gotowe"
-
-#: ../gurpmi2:332
-#: ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Instalacja zakończona niepowodzeniem, brakuje kilku plików:\n"
-"%s\n"
-"Może zachodzić potrzeba aktualizacji bazy danych urpmi"
-
-#: ../gurpmi2:338
-#: ../urpm/main_loop.pm:223
-#: ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259
-#: ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Instalacja nie powiodła się:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Wszystko zostało już zainstalowane"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Instalacja zakończona"
-
-#: ../gurpmi2:346
-#: ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "usuwanie %s"
-
-#: ../gurpmi2:354
-#: ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "ponownie uruchamianie urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"użycie: %s [opcje]\n"
-"gdzie [opcjami] mogą być\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - wyświetla ten komunikat pomocy.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <ścieżka> - używa podanego katalogu głównego zamiast /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - ogranicza wyniki do zadanej grupy.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " domyślną wartością jest %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - wyświetla pełną nazwę pakietu rpm (NVRA).\n"
-
-#: ../rurpmi:11
-#: ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Tylko administrator ma prawo instalować pakiety"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Uruchamianie urpmi w trybie restrykcyjnym..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "utworzenie katalogu %s było niemożliwe"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "nieprawidłowy właściciel katalogu %s"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "Pobranie pakietów do %s było niemożliwe"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "nie można otworzyć bazy danych rpm"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "niepoprawna nazwa pliku rpm [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "pobieranie pliku rpm [%s] ..."
-
-#: ../urpm.pm:296
-#: ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...pobieranie zakończone"
-
-#: ../urpm.pm:299
-#: ../urpm/download.pm:731
-#: ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836
-#: ../urpm/media.pm:1287
-#: ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...pobieranie nie powiodło się: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "nie można uzyskać dostępu do pliku rpm [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "nie można przetworzyć pliku konfiguracyjnego %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "nie można zarejestrować pliku rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Niezgodna architektura dla pakietu rpm [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "błąd w trakcie rejestrowania pakietów lokalnych"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Operacja niedozwolona podczas pracy w trybie restrykcyjnym"
-
-#: ../urpm/args.pm:145
-#: ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "niepoprawna deklaracja serwera pośredniczącego w wierszu poleceń\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: nie można odczytać pliku rpm \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "niespodziewane wyrażenie %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "brakujące wyrażenie przed %s"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "niespodziewane wyrażenie %s (sugestia: użyj -a lub -o ?)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "brak wyrażenia do zamknięcia"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr "w domyślnym ustawieniu urpmf oczekuje regexp. Użyj opcji \"--literal\""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "Katalog chroot nie istnieje"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Nie można użyć %s bez %s"
-
-#: ../urpm/args.pm:485
-#: ../urpm/args.pm:488
-#: ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Nie można użyć %s z %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Zbyt wiele argumentów\n"
-
-#: ../urpm/bug_report.pm:51
-#: ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Kopiowanie zakończone niepowodzeniem"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid "You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done automatically)"
-msgstr "Musisz zamontować CD-ROM samodzielnie (lub zainstalować perl-Hal-Cdroms, aby to zautomatyzować)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "Usługa HAL (hald) nie działa lub nie jest gotowa"
-
-#: ../urpm/cdrom.pm:161
-#: ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "nośnik %s jest niedostępny"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "nie można czytać pliku rpm [%s] z nośnika \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "błąd składni pliku konfiguracyjnego w linii %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "odczytanie pliku konfiguracyjnego było niemożliwe [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "nośnik %s jest dwukrotnie zdefiniowany, przerywanie"
-
-#: ../urpm/cfg.pm:251
-#: ../urpm/media.pm:497
-#: ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "nie można zapisać pliku konfiguracyjnego [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "odczytanie ustawień proxy było niemożliwe (niewystarczające prawa do odczytu %s)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Aby uzyskać dostęp do proxy wprowadź informacje uwierzytelniające\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Nazwa użytkownika: "
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Hasło:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Nieznany program do pobierania plików %s!!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s nie powiodło się: zakończono z sygnałem %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s nie powiodło się: zakończono z %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "kopiowanie zakończone niepowodzeniem"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "brak programu wget\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "brak programu curl\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "wystąpił błąd w programie curl: pobieranie przerwane\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "brak programu rsync\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "brak programu ssh\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "brak programu prozilla\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Uruchomienie programu prozilla było niemożliwe\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "brak programu aria2\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% z %s zostało pobrane, ETA = %s, prędkość = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% zakończono, prędkość = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "pobieranie %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "...pobrano %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "nieznany protokół zdefiniowany dla %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s jest niedostępny, ponowne stosowanie %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "nie znaleziono narzędzia do pobierania stron, obsługiwanymi są: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "nie można obsłużyć protokołu: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "czyszczenie %s i %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "pakiet %s nie został odnaleziony."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "pobieranie plików rpm z nośnika \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[ponowne tworzenie pakietu]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid "created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "utworzono transakcję dla instalacji na %s (usuwanie=%d, instalacja=%d, aktualizacja=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "nie można utworzyć transakcji"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "nie można wypakować pakietu rpm z pakietu delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "nie można zainstalować pakietu %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "usuwanie niepoprawnego pakietu rpm (%s) z %s"
-
-#: ../urpm/install.pm:218
-#: ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "usuwanie %s nie powiodło się: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Usuwanie pakietu %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "usuwanie pakietu %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "usuwanie zainstalowanych pakietów rpm (%s) z %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Więcej informacji o pakiecie %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Utworzenie katalogu pamięci podręcznej dla ldap było niemożliwe"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Zapisanie pliku bufora dla ldap było niemożliwe\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Nie zdefiniowano serwera, brak URI lub hosta"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Nie zdefiniowano podstawy"
-
-#: ../urpm/ldap.pm:172
-#: ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Połączenie z Uri ldap było niemożliwe:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s baza danych zablokowana. Oczekiwanie..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "przerywanie"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "%s baza danych zablokowana (jest używana przez inny program)"
-
-#: ../urpm/main_loop.pm:110
-#: ../urpm/main_loop.pm:120
-#: ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230
-#: ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Instalacja nie powiodła się"
-
-#: ../urpm/main_loop.pm:112
-#: ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Czy chcesz kontynuować mimo to? (t/N)"
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Instalacja nie powiodła się. Nieprawidłowe pakiety rpm:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Poniższy pakiet ma niepoprawny podpis"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Następujące pakiety zawierają niepoprawne podpisy"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Czy chcesz kontynuować instalację ?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "usuwanie zainstalowanych pakietów rpm (%s) "
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "rozpowszechnianie %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "instalowanie %s z %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "instalowanie %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Próbować instalować bez sprawdzania zależności? (t/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Czy chcesz spróbować wymusić instalację (--force)? (t/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Oprogramowanie jest zaktualizowane"
-
-#: ../urpm/main_loop.pm:306
-#: ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Instalacja jest możliwa"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "analizowanie pliku %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "nieprawidłowa suma MD5 pliku"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "ostrzeżenie: md5sum dla %s jest niedostępna w pliku MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "wirtualny nośnik \"%s\" powinien posiadać jasny URL, zignorowano nośnik"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "nie można uzyskać dostępu do pliku listy związanego z \"%s\", zignorowano nośnik"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "nie można uzyskać dostępu do pliku syntezy \"%s\", zignorowano nośnik"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "próba przełączenia istniejącego nośnika \"%s\", anulowano"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "migracja nośnika wymiennego była niemożliwa, ignorowanie"
-
-#: ../urpm/media.pm:499
-#: ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "zapisywanie pliku konfiguracyjnego [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Nie można użyć trybu równoległego z trybem use-distrib"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "użycie nośnika przypisanego dla trybu równoległego: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid "--synthesis cannot be used with --media, --excludemedia, --sortmedia, --update, --use-distrib or --parallel"
-msgstr "--synthesis nie można używać z opcjami --media, --excludemedia, --sortmedia, --update, --use-distrib i --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Początek wyszukiwania: %s koniec: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "pomijanie pakietu %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "mogłoby to spowodować zainstalowanie zamiast uaktualnienia pakietu %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "nośnik \"%s\" już istnieje"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(domyślnie ignorowany)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "dodawanie nośnika %s przed zdalnym nośnikiem %s"
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "dodawanie nośnika %s"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "katalog %s nie istnieje"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "wygląda na to, że we wskazanej lokalizacji nie ma dystrybucji"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "nie można przetworzyć media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "uzyskanie dostępu do nośnika dystrybucji było niemożliwe (nie odnaleziono pliku media.cfg)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "pomijanie nie zgodnych nośników '%s' (dla %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "pobieranie pliku media.cfg..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "próba wyboru nieistniejącego nośnika \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "wybieranie wielu nośników: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "usuwanie nośnika \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "zmiana konfiguracji urpmi dla nośnika \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...zmiana konfiguracji zakończone niepowodzeniem"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "zmiana konfiguracji zakończona"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Błąd podczas generowania pliku z nazwami: nie odnaleziono zależności %d"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "nośnik %s jest aktualny"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "sprawdzanie pliku syntezy [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "wystąpił problem podczas odczytu pliku syntezy dla nośnika \"%s\""
-
-#: ../urpm/media.pm:1176
-#: ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "kopiowanie [%s] dla nośnika %s..."
-
-#: ../urpm/media.pm:1178
-#: ../urpm/media.pm:1233
-#: ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...kopiowanie zakończone niepowodzeniem"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "kopiowanie pliku opisowego związanego z \"%s\"..."
-
-#: ../urpm/media.pm:1231
-#: ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopiowanie zakończone"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "kopiowanie [%s] zakończone niepowodzeniem (plik jest podejrzanie mały)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "obliczanie sumy md5 pobranego pliku syntezy"
-
-#: ../urpm/media.pm:1312
-#: ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "pobieranie [%s] zakończone niepowodzeniem (niezgodna suma md5)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "polecenie genhdlist2 spowodowało błąd w %s"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "porównywanie %s i %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "nieprawidłowy plik hdlist %s dla nośnika %s"
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "kopiowanie pliku MD5SUM dla \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "nieprawidłowa suma MD5 pliku (pobrano z %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "pobieranie pliku syntezy związanego z \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "znaleziono zbadany plik syntezy jako %s"
-
-#: ../urpm/media.pm:1485
-#: ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "nie znaleziono pliku syntezy dla nośnika \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "sprawdzanie pliku klucza publicznego związanego z \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...zaimportowany klucz %s z klucza publicznego związanego z \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "nie można zaimportować pliku klucza publicznego związanego z \"%s\""
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "zaktualizowany nośnik %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "pobieranie [%s] nie powiodło się"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "ponowna próba połączenia z serwerem %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Odnalezienie serwera na liście serwerów %s nie było możliwe"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "odnaleziono lokalizację geograficzną %s %.2f %.2f na podstawie strefy czasowej %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "pobieranie listy serwerów z %s"
-
-#: ../urpm/msg.pm:63
-#: ../urpmi:514
-#: ../urpmi:529
-#: ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64
-#: ../urpme:38
-#: ../urpmi:568
-#: ../urpmi:663
-#: ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "Tt"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Niestety, niepoprawny wybór, spróbuj ponownie\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Pakiet"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Wersja"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Wydanie"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Architektura"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(sugerowany)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "nośnik \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "wiersz poleceń"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190
-#: ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid "The following package is now orphan, use \"urpme --auto-orphans\" to remove it."
-msgid_plural "The following packages are now orphans, use \"urpme --auto-orphans\" to remove them."
-msgstr[0] "Poniżej wyświetlono osierocony pakiet. Użyj polecenia \"urpme --auto-orphans\", aby go usunąć."
-msgstr[1] "Poniżej wyświetlono osierocone pakiety. Użyj polecenia \"urpme --auto-orphans\", aby je usunąć."
-msgstr[2] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "nie można przetworzyć \"%s\" w pliku [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "badanie równoległej funkcji obsługi w pliku [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "znaleziono równoległą funkcję obsługi dla węzłów: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "nie można użyć równoległej opcji \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "na etapie %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "Instalacja nie powiodła się na etapie %s"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp napotkał błąd, być może węzeł jest niedostępny"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput napotkał błąd, być może węzeł jest niedostępny"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "scp nie powiodło się na komputerze %s(%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "cp nie powiodło się na komputerze %s(%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid "%s failed on host %s (maybe it does not have a good version of urpmi?) (exit code: %d)"
-msgstr "%s nie zadziałał na komputerze %s (być może nie ma on odpowiedniej wersji urpmi?) (kod wyjściowy: %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "nie można uzyskać dostępu do nośnika \"%s\"."
-
-#: ../urpm/removable.pm:72
-#: ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "montowanie %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "odmontowywanie %s"
-
-#: ../urpm/search.pm:29
-#: ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf wersja %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"To jest otwarte oprogramowanie i może być rozpowszechniane na zasadach licencji GNU GPL.\n"
-"\n"
-"użycie: urpmf [opcje] pattern-expression\n"
-
-#: ../urpm/search.pm:36
-#: ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - wyświetla numer wersji tego programu.\n"
-
-#: ../urpm/search.pm:37
-#: ../urpmf:37
-#: ../urpmi:132
-#: ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr " --env - używa określonego środowiska (typowo raport błędów).\n"
-
-#: ../urpm/search.pm:38
-#: ../urpmf:38
-#: ../urpmi:74
-#: ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - bez używania podanych nośników, rozdzielonych przecinkami.\n"
-
-#: ../urpm/search.pm:39
-#: ../urpmf:39
-#, c-format
-msgid " --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr " --literal, -l - nie porównuj wzorców, użyj argumentu ciągu dosłownie.\n"
-
-#: ../urpm/search.pm:40
-#: ../urpme:54
-#: ../urpmf:40
-#: ../urpmi:111
-#: ../urpmi.addmedia:72
-#: ../urpmi.recover:36
-#: ../urpmi.removemedia:45
-#: ../urpmi.update:48
-#: ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --urpmi-root - używa innego katalogu głównego bazy danych urpmi i instalacji rpm.\n"
-
-#: ../urpm/search.pm:42
-#: ../urpmf:42
-#: ../urpmi:77
-#: ../urpmq:50
-#, c-format
-msgid " --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - sortuje nośniki w zależności od podciągów rozdzielonych\n"
-" przecinkami.\n"
-
-#: ../urpm/search.pm:43
-#: ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - użyj podanej ścieżki do nośnika\n"
-
-#: ../urpm/search.pm:44
-#: ../urpmf:44
-#: ../urpmi:78
-#: ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - używa podanego pliku syntezy zamiast bazy urpmi.\n"
-
-#: ../urpm/search.pm:45
-#: ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - bez wyświetlania identycznych wierszy.\n"
-
-#: ../urpm/search.pm:46
-#: ../urpmf:46
-#: ../urpmi:75
-#: ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - używa tylko nośników aktualizacyjnych.\n"
-
-#: ../urpm/search.pm:47
-#: ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - tryb komunikatywny.\n"
-
-#: ../urpm/search.pm:48
-#: ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - ignoruje wielkość liter we wszystkich wzorcach.\n"
-
-#: ../urpm/search.pm:49
-#: ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - bierze pod uwagę wielkość liter we wszystkich wzorcach (domyślnie).\n"
-
-#: ../urpm/search.pm:50
-#: ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - zmień separator pola (domyślny to ':').\n"
-
-#: ../urpm/search.pm:51
-#: ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Wyrażenia wzorcowe:\n"
-
-#: ../urpm/search.pm:52
-#: ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr " text - jakikolwiek tekst jest przetwarzany jako regexp, do chwili wykorzystania -l .\n"
-
-#: ../urpm/search.pm:53
-#: ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - dołącza kod perla bezpośrednio jako perl -e.\n"
-
-#: ../urpm/search.pm:54
-#: ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - operator binarny AND.\n"
-
-#: ../urpm/search.pm:55
-#: ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -a - operator binarny AND.\n"
-
-#: ../urpm/search.pm:56
-#: ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - modyfikator NOT.\n"
-
-#: ../urpm/search.pm:57
-#: ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - lewy i prawy nawias.\n"
-
-#: ../urpm/search.pm:58
-#: ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Lista znaczników:\n"
-
-#: ../urpm/search.pm:59
-#: ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - określa format wyjścia w stylu funkcji printf\n"
-
-#: ../urpm/search.pm:60
-#: ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " przykład: '%%name:%%files'\n"
-
-#: ../urpm/search.pm:61
-#: ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - architektura\n"
-
-#: ../urpm/search.pm:62
-#: ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - wyświetla znacznik buildhost: komputer budujący pakiet.\n"
-
-#: ../urpm/search.pm:63
-#: ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - czas utworzenia\n"
-
-#: ../urpm/search.pm:64
-#: ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - pliki konfiguracyjne\n"
-
-#: ../urpm/search.pm:65
-#: ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - znaczniki konfliktów.\n"
-
-#: ../urpm/search.pm:66
-#: ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - opis pakietu.\n"
-
-#: ../urpm/search.pm:67
-#: ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - dystrybucja\n"
-
-#: ../urpm/search.pm:68
-#: ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - iteracja\n"
-
-#: ../urpm/search.pm:69
-#: ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - nazwa pakietu.\n"
-
-#: ../urpm/search.pm:70
-#: ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - lista plików zawartych w pakiecie\n"
-
-#: ../urpm/search.pm:71
-#: ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - grupa\n"
-
-#: ../urpm/search.pm:72
-#: ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - licencja\n"
-
-#: ../urpm/search.pm:73
-#: ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - nazwa pakietu\n"
-
-#: ../urpm/search.pm:74
-#: ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - wszystkie przestarzałe znaczniki\n"
-
-#: ../urpm/search.pm:75
-#: ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - osoba tworząca pakiet\n"
-
-#: ../urpm/search.pm:76
-#: ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - znacznik provides: wszystkie. pakiety.\n"
-
-#: ../urpm/search.pm:77
-#: ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - wszystkie zależności.\n"
-
-#: ../urpm/search.pm:78
-#: ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - rozmiar\n"
-
-#: ../urpm/search.pm:79
-#: ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - nazwa pakietu rpm ze źródłami\n"
-
-#: ../urpm/search.pm:80
-#: ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - znaczniki z sugestiami\n"
-
-#: ../urpm/search.pm:81
-#: ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - podsumowanie\n"
-
-#: ../urpm/search.pm:82
-#: ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --URL - adres URL\n"
-
-#: ../urpm/search.pm:83
-#: ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - dostawca\n"
-
-#: ../urpm/search.pm:84
-#: ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - nośnik na którym znajduje się pakiet\n"
-
-#: ../urpm/search.pm:85
-#: ../urpmf:85
-#: ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - wyświetla wersję, wydanie oraz archiwum z nazwą.\n"
-
-#: ../urpm/search.pm:197
-#: ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Nieprawidłowy format: możesz używać tylko znaczniki wielowartościowe"
-
-#: ../urpm/search.pm:247
-#: ../urpmf:248
-#: ../urpmi:265
-#: ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "używając określonego środowiska na %s\n"
-
-#: ../urpm/search.pm:290
-#: ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "nie znaleziono pliku hdlist dla nośnika \"%s\""
-
-#: ../urpm/search.pm:297
-#: ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "brak pliku syntezy dla nośnika \"%s\""
-
-#: ../urpm/search.pm:304
-#: ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "brak informacji xml dla nośnika \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "urpmi zostało uruchomione ponownie. Lista pakietów własnościowych nie uległa zmianie."
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr "urpmi zostało uruchomione ponownie. Lista preferowanych pakietów uległa zmianie: %s vs %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Brak pakietu o nazwie %s"
-
-#: ../urpm/select.pm:170
-#: ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Następujące pakiety zawierają %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr "Użyj opcji \"-a\", aby wykorzystać wszystkie"
-
-#: ../urpm/select.pm:300
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "odnaleziono pakiet(y) %s w bazie danych urpmi, ale żaden nie jest zainstalowany"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Pakiet %s jest już zainstalowany w systemie"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Pakiet %s jest już zainstalowany w systemie"
-
-#: ../urpm/select.pm:562
-#: ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "z powodu brakującego %s"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "ponieważ w systemie zainstalowano %s"
-
-#: ../urpm/select.pm:564
-#: ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "z powodu niesatysfakcjonującego pakietu %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "próba ulepszenia %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "w celu zachowania pakietu %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "w celu zainstalowania pakietu %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "z powodu kolizji z pakietem %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Niepoprawny podpis (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Niepoprawny identyfikator klucza (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Brakujący podpis (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "system"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "Uruchom ponownie %s dla %s"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Zapisanie pliku było niemożliwe "
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Otworzenie pliku było niemożliwe "
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Nie można przenieść pliku %s na %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq wersja %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"To jest otwarte oprogramowanie i może być rozpowszechniane na zasadach licencji GNU GPL.\n"
-"\n"
-"użycie:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - automatycznie wybiera najlepszy pakiet z listy.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - usuń osierocone pakiety\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - sprawdza, czy instalacja zostanie przeprowadzona prawidłowo.\n"
-
-#: ../urpme:51
-#: ../urpmi:109
-#: ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - rozproszone urpmi z użyciem komputerów aliasu.\n"
-
-#: ../urpme:52
-#: ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - przebuduj pakiet przed usunięciem\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - używa innego katalogu głównego do usunięcia rpm.\n"
-
-#: ../urpme:55
-#: ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --justdb - aktualizuj tylko bazę rpm, a nie system plików.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - nie uruchamiaj skryptów pakietu.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - konfiguruje urpmi w locie z drzewa dystrybucyjnego,\n"
-" użyteczne przy (od)instalowywaniu chroot z opcją --root.\n"
-
-#: ../urpme:59
-#: ../urpmi:152
-#: ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - tryb komunikatywny.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - wybiera wszystkie pasujące pakiety.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Tylko administrator ma prawo usuwać pakiety"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "nieznane pakiety"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "nieznany pakiet"
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Usunięcie poniższego pakietu spowoduje uszkodzenie systemu:"
-msgstr[1] "Usunięcie poniższych pakietów spowoduje uszkodzenie systemu:"
-msgstr[2] ""
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Brak elementów do usunięcia"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "Brak osieroconych pakietów do usunięcia"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural "To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "W celu spełnienia zależności zostanie usunięty następujący pakiet"
-msgstr[1] "W celu spełnienia zależności usunięte zostaną %d pakiety"
-msgstr[2] "W celu spełnienia zależności usunięte zostaną %d pakiety"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(osierocony pakiet)"
-msgstr[1] "(osierocone pakiety)"
-msgstr[2] "nieznany pakiet"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Usunąć pakiet %d?"
-msgstr[1] "Usunąć pakiety %d?"
-msgstr[2] "Usunąć pakiet %d?"
-
-#: ../urpme:161
-#: ../urpmi:569
-#: ../urpmi:664
-#: ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (t/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "testowanie usunięcia %s"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Usuwanie zakończone niepowodzeniem"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "Usunięcie jest możliwe"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "niezakończone wyrażenie (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - aktualizuje nośniki i aktualizuje system.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - wyłącza sprawdzanie sumy kontrolnej MD5 dla pliku.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - wymusza aktualizację klucza gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - usuń osierocone pakiety bez pytania\n"
-
-#: ../urpmi:85
-#: ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - nie wybieraj automatycznie pakietów oznaczonych jako \"sugerowane\" .\n"
-
-#: ../urpmi:86
-#, c-format
-msgid " --no-uninstall - never ask to uninstall a package, abort the installation.\n"
-msgstr " --no-uninstall - nigdy nie pyta o odinstalowanie pakietu, przerywa instalację.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --install-src - instalacja tylko pakietów źródłowych (bez binariów).\n"
-
-#: ../urpmi:88
-#: ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - zachowuje, jeśli to możliwe, istniejące pakiety\n"
-" odrzuca żądane pakiety prowadzące do usunięcia innych.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - rozdziela niewielkie transakcje jeśli zostanie\n"
-" zainstalowana lub uaktualniona większa liczba\n"
-" pakietów niż zadana, domyślną wartością jest %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - mały rozmiar transakcji, domyślna wartość to %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - wymusza wyszukiwanie niespójności\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - instaluje pakiety zależne wymagane do budowania \n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - instaluje tylko pakiet źródłowy (bez binariów).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - zaczyna od usuwania plików rpm z pamięci podręcznej.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - zachowuje pliki rpm w pamięci podręcznej.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid " --replacepkgs - force installing packages which are already installed.\n"
-msgstr " --replacepkgs - wymuś instalację pakietów, które znajdują się już w systemie.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - umożliwia użytkownikowi, który sobie zażyczy,\n"
-" instalację pakietów bez sprawdzania zależności.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - umożliwia użytkownikowi, który sobie tego zażyczy\n"
-" instalację pakietów bez sprawdzania zależności\n"
-" i spójności.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - automatyczny wybór \"sugerowanych\" pakietów.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - konfiguruje urpmi w locie z drzewa dystrybucyjnego,\n"
-" opcja użyteczna przy instalacji chroot z opcją --root.\n"
-
-#: ../urpmi:114
-#: ../urpmi.addmedia:59
-#: ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - wygeneruj i użyj lokalnego metalinku.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - program wykorzystywany do pobierania zdalnych plików. \n"
-" programy do wyboru: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - dodatkowe opcje dla curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- dodatkowe opcje dla rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - dodatkowe opcje dla wget\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - dodatkowe opcje prozilli\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - dodatkowe opcje aby przejść do aria2\n"
-
-#: ../urpmi:123
-#: ../urpmi.addmedia:60
-#: ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - ogranicza szybkość pobierania.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - wznawia przesyłanie częściowo pobranych plików\n"
-" (--no-resume wyłącza funkcję, domyślnie wyłączoną).\n"
-
-#: ../urpmi:126
-#: ../urpmi.addmedia:61
-#: ../urpmi.update:39
-#: ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - używa wybranego pośrednika HTTP, domyślnym portem\n"
-" jest port 1080 (format <serwerproxy[:port]>).\n"
-
-#: ../urpmi:128
-#: ../urpmi.addmedia:63
-#: ../urpmi.update:41
-#: ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - określa użytkownika i hasło używane do uwierzytelnienia\n"
-" na serwerze pośredniczącym (format <użytkownik:hasło>)\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - raport błędów w katalogu wskazanym przez\n"
-" następny argument\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - wyłącza ścieżki oddzielone przecinkami.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - wyłącza pliki dokumentacji.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - anuluje sprawdzania miejsca na dysku przed instalacją.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --ignorearch - pozwól na instalację pakietów rpm przeznaczonych dla innych architektur.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - nie uruchamiaj skryptów pakietu\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - pakiety, których instalacja powinna być pominięta\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - preferowane pakiety\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - gdy kilka pakietów zostanie znalezionych, proponuje\n"
-" większy wybór niż tylko domyślny.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - nie blokuj bazy pakietów rpm.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - aktualizuj tylko pakiety przygotowane dla tej samej architektury.\n"
-
-#: ../urpmi:148
-#: ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - wybiera wszystkie dopasowania w wierszu poleceń.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - tryb cichy.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - tryb bardzo komunikatywny..\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " nazwy lub pliki rpm podane w wierszu poleceń zostaną zainstalowane.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Błąd: nie można użyć opcji --auto-select z listą pakietów.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Błąd: aby wygenerować raport o błędzie, określ argumenty linii poleceń\n"
-"i dodaj opcję --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Nie można instalować pakietów binarnych przy włączonej opcji --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Instalacja plików spec była niemożliwa"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "domyślnie z opcją --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid "please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr "użyj opcji --buildrequires lub --install-src, domyślna opcja to --buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid "Directory [%s] already exists, please use another directory for bug report or delete it"
-msgstr "Katalog [%s] już istnieje, użyj innego katalogu do zgłoszenia błędu lub go usuń"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "nie można utworzyć katalogu [%s] dla raportu o błędach"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Katalog %s nie istnieje"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Błąd: wygląda na to, że %s został zamontowany tylko w trybie do odczytu.\n"
-"Użyj opcji --allow-force aby wymusić działanie."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Aktualizowanie nośnika...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (do aktualizacji)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (do aktualizacji)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (do zainstalowania)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (do zainstalowania)"
-
-#: ../urpmi:462
-#, c-format
-msgid "In order to satisfy the '%s' dependency, one of the following packages is needed:"
-msgstr "W celu spełnienia zależności '%s' niezbędny jest jeden z poniższych pakietów:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Jaki jest Twój wybór? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Poniższe pakiety nie mogą zostać zainstalowane ponieważ zawierają \n"
-"zależności z pakietami, które są starsze niż aktualnie zainstalowane\n"
-" w systemie:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Poniższe pakiety nie mogą zostać zainstalowane ponieważ zawierają zależności\n"
-"z pakietami, które są starsze niż aktualnie zainstalowane w systemie:%s"
-
-#: ../urpmi:515
-#: ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Czy kontynuować mimo to?"
-
-#: ../urpmi:516
-#: ../urpmi:531
-#: ../urpmi:628
-#: ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (T/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Wybrany pakiet nie może zostać zainstalowany:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Niektóre z wybranych pakietów nie mogą zostać zainstalowane:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "usuwanie pakietu %s spowoduje uszkodzenie systemu"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Instalacja nie może być kontynuowana ponieważ poniższy pakiet\n"
-"musi zostać usunięty aby zaktualizować inne:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Instalacja nie może być kontynuowana ponieważ poniższe pakiety\n"
-"muszą zostać usunięte aby zaktualizować inne:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Poniższy pakiet musi zostać usunięte aby zaktualizować inne:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Poniższe pakiety muszą być usunięte aby zaktualizować inne:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(to tylko test, usunięcie nie zostanie przeprowadzone)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following dependencies:\n"
-"%s\n"
-msgstr ""
-"Aby zainstalować poniższe pakiety zależne uruchom polecenie urpmi z opcją --buildrequires.\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Zostanie usunięty następujący osierocony pakiet."
-msgstr[1] "Zostaną usunięte następujące osierocone pakiety."
-msgstr[2] ""
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(to tylko test, instalacja nie będzie wykonana)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "Zostanie wykorzystany dodatkowy obszar na dysku: %s"
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "Zostanie zwolniony obszar na dysku: %s."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "Zostanie pobranych %s pakietów."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Rozpocząć instalację jednego pakietu? "
-msgstr[1] "Rozpocząć instalację %d pakietów?"
-msgstr[2] "Rozpocząć instalację 1 pakietu? (%d MB)"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Anuluj"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Naciśnij Enter po zamontowaniu..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"użycie: urpmi.addmedia [opcje] <nazwa> <url>\n"
-"gdzie <url> może przyjmować postać\n"
-" [file:/]/<ścieżka>\n"
-" ftp://<login>:<hasło>@<komputer>/<ścieżka>\n"
-" ftp://<komputer>/<ścieżka> \n"
-" http://<komputer>/<ścieżka> \n"
-" cdrom://<ścieżka> \n"
-"\n"
-"użycie: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"użycie: urpmi.addmedia [options] --mirrorlist <url> <name> <względna ścieżka>\n"
-"\n"
-"przykłady:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"zaś [opcje] mogą przyjmować wartości\n"
-
-#: ../urpmi.addmedia:55
-#: ../urpmi.update:33
-#: ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - używa wgeta do pobierania zdalnych plików.\n"
-
-#: ../urpmi.addmedia:56
-#: ../urpmi.update:34
-#: ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - używa curla do pobierania zdalnych plików.\n"
-
-#: ../urpmi.addmedia:57
-#: ../urpmi.update:35
-#: ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - użycie prozilli do odebrania plików ze zdalnej lokalizacji.\n"
-
-#: ../urpmi.addmedia:58
-#: ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 - użyj aria, aby odebrać zdalne pliki.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-" --update - utwórz nośnik aktualizacji, \n"
-" lub zrezygnuj z nośnika innego typu (użycie z opcją --distrib)\n"
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi.cfg(5)\n"
-msgstr ""
-" --xml-info - użyj jedną z zasad pobierania plików informacyjnych xml.\n"
-" Do wyboru są opcje: never, on-demand, update-only, always. cf urpmi.cfg(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - użycie pliku syntezy.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - wykorzystuje pliki rpm (zamiast syntezy).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - bez próby odnalezienia żadnego pliku syntezy.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - automatycznie tworzy wszystkie nośniki z nośnika\n"
-" instalacyjnego.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr " --interactive - z --distrib, prośba o potwierdzenie dla każdego nośnika\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - z --distrib, dodaje wszystkie wymienione nośniki\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - używa określonego adresu URL z listy mirrorów, domyślnie\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - tworzy nośniki, które są zawsze aktualne,\n"
-
-#: ../urpmi.addmedia:80
-#: ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - wyłącza sprawdzanie sumy kontrolnej MD5 dla pliku.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - bez importu klucza publicznego dodanego nośnika\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - dodaje nośnik, ale go nie aktualizuje.\n"
-
-#: ../urpmi.addmedia:83
-#: ../urpmi.removemedia:43
-#: ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - tryb cichy.\n"
-
-#: ../urpmi.addmedia:84
-#: ../urpmi.removemedia:44
-#: ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - tryb komunikatywny.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "zasady korzystania z informacji o programach w formacie XML: %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "argument nie jest potrzebny dla opcji --distrib --mirrorlist <url>"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "nieprawidłowy <url> (dla katalogu lokalnego wymagana jest ścieżka bezwzględna)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Tylko administrator ma prawo dodawać nośniki"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "tworzenie pliku konfiguracyjnego [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Utworzenie pliku konfiguracyjnego było niemożliwe [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "nie ma potrzeby podawania <ścieżki względnej do syntezy> z opcją --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Czy chcesz dodać nośnik '%s'?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "brak <ścieżki względnej do pliku syntezy>\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Nie można użyć %s ze zdalnym nośnikiem"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "dodanie nośnika nie było możliwe"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover wersja %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"To jest otwarte oprogramowanie i może być rozpowszechniane na zasadach licencji GNU GPL.\n"
-"\n"
-"użycie:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - ustawia start ponownego tworzenia pakietu\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - zachowuje pliki rpm w pamięci podręcznej w chwili wykonania opcji checkpoint.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid " --list - list transactions since provided date/duration argument\n"
-msgstr " --list - pokazuje listę zdarzeń wykonanych od wskazanej daty/przez określony okres\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - wyświetla listę wszystkich zdarzeń w rpmdb (długie)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - wyświetlaj listę zdarzeń od ostatniej kontroli\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - przywróć stan z określonego dnia,\n"
-" lub stan sprzed określonej liczby operacji\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - wyłącza ponowne tworzenie pakietu\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Nieprawidłowa data lub długość okresu [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Katalog wykorzystywany do ponownego utworzenia pakietu nie został zdefiniowany\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Zapisywanie do katalogu roboczego nie było możliwe [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Porządkowanie katalogu roboczego [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "Usunięto plik %d \n"
-msgstr[1] "Usunięto %d plików\n"
-msgstr[2] "Usunięto %d plików\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Nieprawidłowe argumenty linii poleceń [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Nie można wybrać opcji --checkpoint i --rollback w tym samym czasie\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Nie można wybrać opcji --checkpoint i --list w tym samym czasie\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Nie można wybrać opcji --rollback i --list w tym samym czasie\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Nie można wybrać opcji --disable z inną opcją"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Nie odnaleziono żadnej transakcji od %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Aby wykonać tą operację musisz być superużytkownikiem (root)"
-
-#: ../urpmi.recover:143
-#: ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Zapisywanie pliku makr pakietu rpm [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Nie znaleziono daty przywracania\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Przywracanie stanu na dzień %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Wyłączanie ponownego tworzenia pakietów\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"użycie: urpmi.removemedia (-a | <nazwa> ...)\n"
-"gdzie <nazwa> jest nazwą nośnika do usunięcia.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - wybiera wszystkie nośniki.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -a - rozmyte dopasowanie nazw nośników.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Tylko administrator ma prawo usuwać nośniki"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "brak elementów do usunięcia (użyj urpmi.addmedia aby dodać nośnik)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"brak wpisu do usunięcia\n"
-"(jeden z %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"użycie: urpmi.update [opcje] <nazwa> ...\n"
-"gdzie <nazwa> jest nazwą nośnika do aktualizacji.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - używa tylko nośników aktualizacyjnych.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - wymusza aktualizację klucza gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --update - nie aktualizuj, oznacz nośnik jako ignorowany.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - nie aktualizuj, oznacz nośnik jako włączony.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms - nie korzysta z pliku syntezy, wykorzystuje bezpośrednio pliki rpm\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - wybiera wszystkie niewymienne nośniki.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - wymusza aktualizację plików syntezy.\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -ff - wymusza aktualizację plików syntezy.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Tylko administrator ma prawo aktualizować nośniki"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "brak elementów do aktualizacji (użyj urpmi.addmedia aby dodać nośnik)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"brak wpisu do aktualizacji\n"
-"(jeden z %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "ignorowanie nośnika %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "włączanie nośnika \"%s\""
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq wersja %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"To jest wolne oprogramowanie i może być rozpowszechniane na zasadach licencji GNU GPL.\n"
-"\n"
-"użycie:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid " --searchmedia - use only the given media to search requested (or updated) packages.\n"
-msgstr " --searchmedia - używa tylko podanych nośników podczas wyszukiwania (lub aktualizacji) pakietów.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - lista osieroconych pakietów\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - wymusza wyszukiwanie niespójności (tak jak -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - wypisuje dostępne pakiety.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - wypisuje dostępne nośniki.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-URL - wypisuje dostępne nośniki i ich URL-e.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - wypisuje dostępne węzły gdy używana jest opcja --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - wypisuje dostępne równoległe aliasy.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid " --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr " --dump-config - zrzuca konfigurację w postaci urpmi.addmedia argument.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - następny pakiet jest pakietem źródłowym (tak jak -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid " --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - wypisuje wszystkie pakiety źródłowe przed pobraniem\n"
-" (tylko root).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --ignorearch - pozwól na kolejkowanie pakietów rpm przeznaczonych dla innych architektur.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - konfiguruje urpmi w locie z drzewa dystrybucyjnego.\n"
-" Ta opcja pozwala na odpytywanie dystrybucji.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - wyświetla dziennik zmian.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - wyświetla listę konfliktów.\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - wyświetla przestarzałe znaczniki\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - wyświetla listę dostarczanych pakietów.\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - wyświetla zależne pakiety.\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - wyświetla sugestie\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - nazwa pakietu rpm ze źródłami\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - wyświetla podsumowanie.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - rozszerza zapytania o zależności między pakietowe.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - wyszukiwanie odwrotne tego co wymaga pakietu.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - rozszerzone wyszukiwanie odwrotne (obejmuje pakiety wirtualne).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - wyszukiwanie celu znalezienia pakietu.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - zapełnia wyjście pakietami do usunięcia.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - wyświetla grupy wraz z ich nazwami.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - wyświetla użyteczne informacje w czytelnej formie.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - wypisuje pliki w pakiecie.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - odpowiednik -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - wyświetla wersję i wydanie wraz z nazwą.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - następny pakiet jest pakietem źródłowym (tak jak --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid " -u - remove package if a more recent version is already installed.\n"
-msgstr " -u - usuwa pakiet jeśli jest już zainstalowana lepsza wersja.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - wymusza wyszukiwanie niespójności (tak jak --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - jak opcja -y, lecz wymusza rozróżnianie wielkości\n"
-" liter.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " żądanie dotyczące nazw lub plików podanych w wierszu poleceń.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "użycie: : \"urpmq --auto-orphans\" bez argumentów"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes może być użyta tylko z opcją --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "użyj opcji -l aby wyświetlić listę plików"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr "brak informacji xml dla nośnika \"%s\", uzyskano częściowe wyniki dla pakietu %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr "brak informacji xml dla nośnika %s, uzyskano częściowe wyniki dla pakietów %s"
-
-#: ../urpmq:408
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr "brak informacji xml dla nośnika %s, uzyskanie wyników dla pakietu %s było niemożliwe"
-
-#: ../urpmq:409
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr "brak informacji xml dla nośnika %s, uzyskanie wyników dla pakietów %s było niemożliwe"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Nie znaleziono dziennika zmian\n"
-
diff --git a/po/pt.po b/po/pt.po
deleted file mode 100644
index 14095692..00000000
--- a/po/pt.po
+++ /dev/null
@@ -1,3268 +0,0 @@
-# translation of pt.po to Português
-# translation of urpmi-pt.po to
-# translation of pt.po to
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/pt.php3
-#
-# URPMI PT.
-# Copyright (C) 1999 Mandriva
-#
-# Fernando Ribeiro <fa.ribeiro(at)gmx.net>, 2003.
-# Fernando Moreira <fmoreira@netc.pt>, 2000.
-# Jorge Costa <Jorgercosta@netc.pt>, 2001.
-# Jose Jorge <jose.jorge@oreka.com>, 2003.
-# Ze <mmodem00@netvisao.pt>, 2004.
-# Jose Jorge <jjorge@free.fr>, 2004.
-# Américo José Melo <mmodem00@netvisao.pt>, 2004, 2005.
-# Zé <mmodem00@netvisao.pt>, 2004, 2006.
-# Jose Carlos D. S. Saraiva <jose.d.s.saraiva@clix.pt>, 2004.
-# José Melo <mmodem00@gmail.com>, 2005.
-# José Melo <mmodme00@gmail.com>, 2005.
-# Zé <mmodem00@gmail.com>, 2006, 2007, 2008.
-# Zé <ze@mandriva.org>, 2008.
-# Copyright (C) 1999,2002,2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
-msgid ""
-msgstr ""
-"Project-Id-Version: pt\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-09-06 11:53+0100\n"
-"Last-Translator: Zé <ze@mandriva.org>\n"
-"Language-Team: Português <pt@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Instalação RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Erro: não é possível encontrar o ficheiro %s, irá cancelar a operação"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Seleccionou um pacote fonte:\n"
-"\n"
-"%s\n"
-"\n"
-"Provavelmente não o queria instalar no seu computador (a instalação deste "
-"pacote permite-lhe fazer modificações no código fonte e depois compilá-lo).\n"
-"\n"
-"O que deseja fazer?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Está prestes a instalar os seguintes pacotes de programas no seu "
-"computador:\n"
-"\n"
-"%s\n"
-"\n"
-"Deseja proseguir?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Está prestes a instalar o seguinte pacote de programas no seu computador:\n"
-"\n"
-"%s\n"
-"\n"
-"Pode preferir apenas gravar. Qual é a sua escolha?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Instalar"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Gravar"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Cancelar"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Escolha a localização para gravar o ficheiro"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi versão %s\n"
-"Direitos de autor (C) 1999-2008 Mandriva.\n"
-"Isto é um programa livre e pode ser redistribuído sob o termos da GPL GNU.\n"
-"\n"
-"uso:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Opções:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - mostra esta mensagem de ajuda.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - modo não-interactivo, assume respostas predefinidas às "
-"questões.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid " --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - selecciona automaticamente os pacotes para actualizar o "
-"sistema.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid " --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - força a execução mesmo que alguns pacotes não existam.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - verifica a assinatura do rpm antes de instalar.\n"
-" (--no-verify-rpm desactiva, activo por predefinição).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - usa apenas a(s) média(s) indicada(s), separadas por "
-"vírgula.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - permite a procura nos fornecidos (provides) para "
-"encontrar o pacote.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr ""
-" -P - não procura nos fornecidos (provides) para encontrar o "
-"pacote.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - usa outra raiz para a instalação rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - verifica apenas se a instalação pode ser conseguida "
-"correctamente.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid " --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - usa apenas a média indicada para procurar os pacotes "
-"pedidos.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Nenhum pacote indicado"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Por favor aguarde..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Deve ser root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Alguns pacotes pedidos não podem ser instalados:\n"
-"%s\n"
-"Continuar a instalação?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Aviso"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ok"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (para actualizar)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (para instalar)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Escolha de pacotes"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "É necessário um dos seguintes pacotes:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Abortar"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Os seguintes pacotes têm que ser removidos para que outros sejam "
-"actualizados:\n"
-"%s\n"
-"Continuar a instalação?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid "To satisfy dependencies, the following package is going to be installed:"
-msgstr "Para satisfazer as dependências, o seguinte pacote irá ser instalado:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid "To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Para satisfazer as dependências, os seguintes pacotes irão ser instalados:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d pacote, %d MB)"
-msgstr[1] "(%d pacotes, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Instalação de pacotes..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "não é possível obter os pacotes fonte, abortar"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "A preparar..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "A instalar o pacote `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Por favor insira a média chamada \"%s\""
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "A transferir o pacote `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Terminado"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Instalação falhada, faltam alguns ficheiros:\n"
-"%s\n"
-"Talvez precise actualizar a sua base de dados urpmi."
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Instalação falhada:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Os pacote(s) já estão instalados"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Instalação finalizada"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "a remover %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "a reiniciar urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"uso: %s [opções]\n"
-"onde as [opções] são de\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - mostra esta mensagem de ajuda.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <localização> - usa a raiz dada em vez de /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [grupo] - resultados restritos ao grupo indicado.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " predefinição para %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - mostra o nome completo do rpm (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Apenas o superutilizador pode instalar pacotes"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "A correr o urpmi em modo restrito..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "falha ao criar o directório %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "dono inválido do directório %s"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "Não é possível transferir os pacotes para %s"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "não é possível abrir rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "nome do ficheiro rpm inválido [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "a transferir o ficheiro rpm [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...transferência terminada"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...transferência falhada: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "não é possível aceder ao ficheiro rpm [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "não é possível analisar o ficheiro spec %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "não é possível registar o ficheiro rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Arquitectura incompatível para o rpm [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "erro ao registar os pacotes locais"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Esta operação é proibida enquanto correr em modo restrito"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "declaração inválida do proxy na linha de commando\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: não consegue ler o ficheiro rpm \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "expressão inesperada %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "expressão em falta antes de %s"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "expressão inesperada %s (sugestão: use -a ou -o ?)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "nenhuma expressão para fechar"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-"por predefinição o urpmf espera uma expressão regular. Deve usar a opção \"--"
-"literal\""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "o directório chroot não existe"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Não pode usar %s sem %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Não pode usar %s com %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Demasiados argumentos\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Cópia falhada"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"Precisa de montar o CD-ROM (ou instalar o pacote perl-Hal-Cdroms para que "
-"seja feito automaticamente)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "O serviço HAL (hald) está a correr ou não está pronto"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "a média \"%s\" não está disponível"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "não é possível ler o ficheiro rpm [%s] da média \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "erro de sintaxe no ficheiro de configuração na linha %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "não é possível ler o ficheiro de configuração [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "média `%s' definida duas vezes, abortar"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "não é possível escrever o ficheiro de configuração [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "não é possível ler as configurações do 'proxy' (sem permissão para ler %s)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Por favor indique as suas credenciais para aceder ao 'proxy'\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Nome de utilizador:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Senha:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "programa de transferências desconhecido `%s' !!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s falhado: saiu com o sinal %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s falhado: saiu com %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "cópia falhada"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget em falta\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl em falta\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl falhado: transferência cancelada\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync em falta\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh em falta\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla em falta\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Não foi possível executar o prozilla\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "aria2 em falta\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% de %s completo, ETA = %s, velocidade = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% completo, velocidade = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "a obter %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "obtido %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "protocolo desconhecido definido para %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s não está disponível, voltar atrás em %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "nenhum webfetch encontrado, os webfetch suportados são: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "não é possível usar o protocolo: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "a limpar %s e %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "o pacote %s não foi encontrado."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "a transferir os ficheiros rpm a partir da média \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[reempacotamento]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid "created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "transacção criada para instalar em %s (remove=%d, instala=%d, actualiza=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "não é possível criar a transacção"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "não é possível extrair o rpm do pacote delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "não é possível instalar o pacote %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "a remover rpm danificado (%s) de %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "remoção %s falhada: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "A remover pacote %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "a remover o pacote %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "a remover rpms instalados (%s) de %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Mais informações no pacote %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Não é possível criar o directório de cache ldap"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Não é possível escrever o ficheiro de cache para o ldap\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Nenhum servidor definido, falta o url ou endereço"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Nenhuma base definida"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Não é possível conectar ao url ldap:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "base de dados %s trancada. Por favor aguarde..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "a abortar."
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "base de dados %s trancada (já está a ser usada por outra aplicação)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Instalação falhada"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Continuar a tentar na mesma? (s/N) "
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Instalação falhada, rpm danificado:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "O seguinte pacote tem uma assinatura inválida"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Os seguintes pacotes têm assinaturas inválidas"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Deseja continuar a instalação?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "a remover rpms instalados (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "a distribuir %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "a instalar %s de %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "a instalar %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Tentar instalação sem verificar dependências? (s/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Tentar forçar a instalação (--force)? (s/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Os pacotes estão actualizados"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "A instalação é possível"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "a examinar ficheiro %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "Ficheiro MD5SUM inválido"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "aviso: md5sum para %s não disponível no ficheiro MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "a média virtual \"%s\" deve ter um url claro, média ignorada"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "não é possível aceder ao ficheiro lista de \"%s\", média ignorada"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "não é possível aceder ao ficheiro synthesis de \"%s\", média ignorada"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "a tentar sobrepor a média existente \"%s\", a ignorar"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "falha ao migrar o dispositivo removível, ignorar a média"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "escrever ficheiro de configuração [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Não é possível usar o modo paralelo com o modo use-distrib"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "a usar a média associada para modo paralelo: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis não pode ser usado com --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib ou --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Inicio de procura: %s fim: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "a ignorar o pacote %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "instalaria em vez de actualizar o pacote %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "a média \"%s\" já existe"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(ignorado por predefinição)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "a adicionar média \"%s\" antes da média remota \"%s\""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "a adicionar média \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "o directório %s não existe"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "esta localização não parece conter uma distribuição"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "não é possível analisar o ficheiro media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"não é possível aceder à média de distribuição (nenhum ficheiro media.cfg "
-"encontrado)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "ignorar média não compatível `%s' (para %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "a transferir o ficheiro media.cfg..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "a tentar seleccionar uma média \"%s\" não existente"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "seleccionar várias médias: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "a remover a média \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "a reconfigurar urpmi para a média \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...reconfiguração falhada"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "reconfiguração terminada"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Erro ao gerar ficheiro de nomes: dependência %d não encontrada"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "a média \"%s\" está actualizada"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "a examinar o ficheiro synthesis [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problema ao ler o ficheiro synthesis da média \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "a copiar [%s] para a média \"%s\"..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...copia falhada"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "a copiar o ficheiro de descrição de \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...copia terminada"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "cópia de [%s] falhada (o ficheiro é suspeitosamente pequeno)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "a calcular o md5sum da fonte synthesis transferida"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "obtenção de [%s] falhada (md5sum diferente)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "o genhdlist2 falhou em %s"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "a comprar %s e %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "ficheiro hdlist %s inválido para a média \"%s\""
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "a copiar o ficheiro MD5SUM de \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "ficheiro MD5SUM inválido (transferido de %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "a transferir a fonte synthesis de \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "synthesis encontrado e testado como %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "nenhum ficheiro synthesis encontrado para a média \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "a examinar o ficheiro de chaves públicas de \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...chave %s importada do ficheiro de chaves públicas de \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "não é possível importar o ficheiro de chaves públicas (pubkey) de \"%s\""
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "média actualizada \"%s\""
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "obtenção de [%s] falhada"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "a tentar novamente o espelho %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Não foi possível encontrar um espelho da lista de espelhos %s"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "encontrada a geolocalização%s %.2f %.2f do fuso horário %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "a obter lista de espelhos de %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "SsYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Desculpe, escolha inválida, tente novamente\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Pacote"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Versão"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Lançamento"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arquitectura"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(sugerido)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "média \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "linha de comandos"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-"O seguinte pacote está agora orfão, use \"urpme --auto-orphans\" para o "
-"remover."
-msgstr[1] ""
-"Os seguintes pacotes estão agora orfãos, use \"urpme --auto-orphans\" para "
-"os remover."
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "não é possível analisar \"%s\" no ficheiro [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "a examinar o uso paralelo no ficheiro [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "uso paralelo encontrado para nós: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "não é possível usar a opção paralela \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "no nó %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "Instalação falhada no nó %s"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp falhado, talvez um nó esteja inalcançável"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput falhado, talvez um nó esteja inalcançável"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "scp falhado no endereço %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "cp falhado no endereço %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-"%s falhado no endereço %s (talvez não tenha uma versão correcta do urpmi?) "
-"(código de saída: %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "não é possível aceder à média \"%s\"."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "a montar %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "a desmontar %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf versão %s\n"
-"Direitos de autor (C) 2002-2006 Mandriva.\n"
-"Isto é um programa livre e pode ser redistribuído sob o termos da GPL GNU.\n"
-"\n"
-"uso:urpmf [opções] expressão-padrão\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - mostra o número da versão desta ferramenta.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - usa um ambiente especifico (geralmente um relatório de "
-"erro).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - não usa a média indicada, separada por vírgula.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid " --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - não combina médias padrões, usa o argumento como uma "
-"string literal.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - usa outra raiz para base de dados urpmi e instalação "
-"rpm.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid " --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - organiza as médias de acordo com as substrings separadas "
-"por vírgula.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - usa a localização dada para aceder à média\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - usa o ficheiro synthesis dado em vez da base de dados "
-"urpmi.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - não mostra linhas idênticas.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - usa apenas a média de actualização.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " -verbose - modo detalhado.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - ignora as diferenças de capitalização em todos os "
-"padrões.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -I - honra as diferenças de capitalização em todos os padrões "
-"(predefinição).\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - muda o campo separador (predefinido para ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Expressões padrão:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text - qualquer texto é analisado como uma expressão regular, a "
-"não ser que -l seja usado .\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - inclui o código perl directamente como perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - operador binário AND.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - operador binário OR.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - operador unário NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - parêntesis esquerdo e direito.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Lista de marcas:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - indica um formato de saída tipo o printf\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " exemplo: '%%nome:%%ficheiros'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - arquitectura\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - endereço de compilação\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - data de compilação\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - ficheiros de configuração\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - marcas de conflitos\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - descrição do pacote\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - distribuição\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - época\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - nome do ficheiro do pacote\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - lista dos ficheiros existentes no pacote\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - grupo\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - licença\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - nome do pacote\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - marcas de obsoletos\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - empacotador\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - marcas de fornecidos\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - marcas de requeridos.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - tamanho instalado\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - nome do rpm de código fonte\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - sugere marcas\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - sumário\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - url\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - vendedor\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - a média onde o pacote foi encontrado\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - mostra a versão, a saída e a arquitectura com o nome.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Formato incorrecto: pode apenas usar uma marca multi-avaliada"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "a usar um ambiente específico em %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "nenhum ficheiro hdlist disponível para a média \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "nenhum ficheiro synthesis disponível para a média \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "nenhuma informação xml disponível para a média \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "o urpmi foi reiniciado, e a lista de prioridade de pacotes não foi alterada"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-"o urpmi foi reiniciado, e a lista de prioridades de pacotes foi alterada: %s "
-"vs %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Nenhum pacote chamado %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Os seguintes pacotes contêm %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr "Deve usar \"-a\" para escolher todos"
-
-#: ../urpm/select.pm:300
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "encontrados %s pacotes na bd urpmi, mas nenhum se encontra instalado"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "O pacote %s já se encontra instalado"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Os pacote %s já se encontram instalados"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "devido a faltar %s"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "devido a já se encontrar instalado %s"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "devido a não satisfazer %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "a tentar promover %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "para guardar %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "para instalar %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "devido a conflitos com %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Assinatura inválida (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "ID de chave inválida (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Assinatura em falta (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "sistema"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "Deve reiniciar %s para %s"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Não é possível escrever escrever o ficheiro"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Não é possível abrir o ficheiro"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Não é possível mover o ficheiro %s para %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme versão %s\n"
-"Direitos de autor (C) 1999-2008 Mandriva.\n"
-"Isto é um programa livre e pode ser redistribuído sob o termos da GPL GNU.\n"
-"\n"
-"uso:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - selecciona automaticamente um pacote nas escolhas.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - remove os orfãos\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - verifica se a remoção pode ser conseguida correctamente.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - urpmi distribuído através das máquinas dos apelidos.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - Reempacota os ficheiros antes de os apagar\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - usa outra raiz para remover os rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-" --justdb - actualiza apenas a base de dados rpm, não o sistema de "
-"ficheiros.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - não executa o(s) script(s) do pacote.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - configura o urpme rapidamente de uma árvore da "
-"distribuição,\n"
-" útil para (des)instalar um chroot com opção --root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - modo detalhado.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - selecciona todos os pacotes correspondentes à expressão.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Apenas o superutilizador tem permissão para remover os pacotes"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "pacotes desconhecidos"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "pacote desconhecido"
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "A remoção do seguinte pacote irá danificar o seu sistema:"
-msgstr[1] "A remoção dos seguintes pacotes irá danificar o seu sistema:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Nada a remover"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "Nenhuns orfãos a remover"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural "To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Para satisfazer as dependências, o seguinte pacote será removido"
-msgstr[1] "Para satisfazer as dependências, os seguintes %d pacotes serão removidos"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(pacote orfão)"
-msgstr[1] "(pacotes orfãos)"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Remover %d pacote?"
-msgstr[1] "Remover %d pacotes?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (s/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "a testar remoção de %s"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Remoção falhada"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "A remoção é possível"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "expressão não terminada (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - actualiza a média e depois actualiza o sistema.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - desactiva a verificação do ficheiro MD5SUM.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - força a actualização da chave gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - remove os orfãos sem perguntar\n"
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - não selecciona automaticamente os pacotes \"sugeridos\".\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - nunca pergunta para desinstalar um pacote, aborta a "
-"instalação.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - não instala pacotes (apenas transfere).\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - guarda os pacotes existentes se possível, recusa os\n"
-" pacotes pedidos que levam à remoção.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - divide em pequenas transacções se mais do que os pacotes\n"
-" dados forem instalados ou actualizados,\n"
-" predefinido é %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - pequeno comprimento de transacção, predefinido é %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - impõe uma procura aproximada.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - instala os 'buildrequires' dos pacotes.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - instala apenas o pacote fonte (nenhum binário).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - remove os rpm da cache antes de qualquer coisa.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - não apaga os rpms da cache.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid " --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-" --replacepkgs - força a instalação de pacotes que já se encontram "
-"instalados.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - permite perguntar ao utilizador se deseja instalar\n"
-" os pacotes sem verificar as dependências.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - permite perguntar ao utilizador se deseja instalar\n"
-" os pacotes sem verificar as dependências e integridade.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - selecciona automaticamente os pacotes \"sugeridos\".\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - configura o urpmi para outra fonte, útil para\n"
-" (des)instalar um chroot com a opção --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - gera e usa um 'metalink' local.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - programa a usar para transferir ficheiros distantes.\n"
-" programas conhecidos: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - opções adicionais para passar para curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options - opções adicionais para passar para rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - opções adicionais para passar para wget\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - opções adicionais para passar para o prozilla\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - opções adicionais para passar para o aria2\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - limita a velocidade de transferência.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - resume a transferência dos ficheiros parcialmente "
-"transferidos\n"
-" (--no-resume desactiva o resumo, activo por "
-"predefinição).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - usa o proxy HTTP indicado, o numero do porto assume-se\n"
-" que é 1080 por predefinição (o formato é <endereço_proxy[:"
-"porto]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - indica o utilizador e a senha para usar na\n"
-" autenticação do proxy (o formato é <utilizador:senha>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - escreve um relatório de erro na pasta indicada\n"
-" no próximo argumento.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - exclui localizações separadas por vírgulas.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - exclui os ficheiros de documentação.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - não verifica o espaço em disco antes da instalação\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - permite instalar rpms de arquitecturas não "
-"correspondentes.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - não executa o(s) script(s) do(s) pacote(s)\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - pacotes cuja instalação deve ser ignorada\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - pacotes que devem ser preferidos\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - quando vários pacotes são encontrados, propõe mais\n"
-" escolhas do que o está predefinido.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - não tranca a base de dados rpm.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - apenas actualiza os pacotes com a mesma arquitectura.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - escolhe todas as correspondências na linha de comando.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - modo silencioso.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - modo muito detalhado.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" os nomes ou os ficheiros rpm dados na linha de comando irão ser "
-"instalados.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Erro: não é possível usar --auto-select com a lista de pacotes.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Erro: para gerar um relatório de erros, indique os argumentos de linha de "
-"comando usuais com --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Não pode instalar ficheiros rpm binários quando usar --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Não pode instalar ficheiros spec"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "a predefinir para --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid "please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-"por favor use --buildrequires ou --install-src, predefinição para --"
-"buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"O directório [%s] já existe, por favor use outro para comunicar erros ou "
-"apague-o"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Não é possível criar o directório [%s] para comunicação de erros"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "O directório de ambiente %s não existe"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Erro: %s parece estar montado apenas como leitura.\n"
-"Use --allow-force para forçar a operação."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "A actualizar média...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (para actualizar)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (para actualizar)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (para instalar)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (para instalar)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Para satisfazer as '%s' dependências, é necessário um dos seguintes pacotes:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Qual é a sua escolha? (1-%d)"
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"O seguinte pacote não pode ser instalado porque depende dos pacotes\n"
-"que são mais antigos do que os que estão instalados:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Os seguintes pacotes não podem ser instalados porque dependem dos\n"
-"pacotes que são mais antigos do que os instalados:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Continuar a instalação na mesma?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (S/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Um pacote pedido não pode ser instalado:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Alguns pacotes pedidos não podem ser instalados:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "a remoção do pacote %s irá danificar o seu sistema"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"A instalação não pode continuar porque o seguinte pacote tem\n"
-"que ser removido para que outros sejam actualizados:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"A instalação não pode continuar porque os pacotes seguintes têm\n"
-"que ser removidos para que outros sejam actualizados:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"O seguinte pacote tem que ser removido para que outros sejam actualizados:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Os seguintes pacotes têm que ser removidos para que outros sejam "
-"actualizados:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(testa apenas, a remoção não é executada)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Precisa primeiro correr o urpmi com --buildrequires para instalar as "
-"seguintes dependências:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "O seguinte pacote orfão será removido."
-msgstr[1] "Os seguintes pacotes orfãos serão removidos."
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(testa apenas, a instalação não é executada)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "%s adicionais do espaço do disco irão ser usados."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "%s do espaço do disco irão ser libertados"
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "%s dos pacotes serão transferidos."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Prosseguir com a instalação do pacote?"
-msgstr[1] "Prosseguir com a instalação dos %d pacotes?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Prima Enter quando estiver montado..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"uso: urpmi.addmedia [opções] <nome> <url>\n"
-"onde <url> é um de\n"
-" [file:/]/<localização>\n"
-" ftp://<utilizador>:<senha>@<endereço>/<localização>\n"
-" ftp://<endereço>/<localização>\n"
-" http://<endereço>/<localização>\n"
-" cdrom://<localização>\n"
-"\n"
-"uso: urpmi.addmedia [opções] --distrib --mirrorlist <url>\n"
-"uso: urpmi.addmedia [opções] --mirrorlist <url> <nome> <localização "
-"relativa>\n"
-"\n"
-"exemplos:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"e [opções] são de\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - usa wget para transferir ficheiros distantes.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - usa curl para transferir ficheiros distantes.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - usa o prozilla para transferir ficheiros distantes.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 - usa aria2 para obter ficheiros distantes.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-" --update - cria uma média de actualização,\n"
-" ou descarta médias não actualizaveis (quando usado com --distrib)\n"
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - usa a política indicada para transferir ficheiros de "
-"informação xml\n"
-" um de: never, on-demand, update-only, always. cf urpmi.cfg"
-"(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - usa o ficheiro synthesis.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - usa ficheiros rpm (em vez de synthesis).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - não tenta procurar qualquer ficheiro synthesis.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - automaticamente cria todas as médias a partir de\n"
-" uma média de instalação.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr " --interactive - com --distrib, pede confirmação para cada média\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - com --distrib, adiciona todas as médias listadas\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - usa a url indicada para a lista de espelhos,\n"
-" o predefinido é %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - cria uma média virtual que está sempre actualizada.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - desactiva a verificação do ficheiro MD5SUM.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - não importa a chave pública da média adicionada\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - adiciona a média na configuração, mas não a actualiza.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - modo silencioso.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - modo detalhado.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "as conhecidas políticas de informação xml são %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "não é necessário nenhum argumento para --distrib --mirrorlist <url>"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "<url> inválido (para directórios locais, a localização tem que ser absoluta)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Apenas o superutilizador pode adicionar médias"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "a criar ficheiro de configuração [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Não pode criar o ficheiro de configuração [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "não é necessário indicar o <localização relativa do synthesis> com --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Deseja adicionar a média '%s'?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "falta a <localização relativa de synthesis>\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Não é possível usar %s com uma média remota"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "não é possível adicionar a média"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover versão %s\n"
-"Direitos de autor (C) 2006 Mandriva.\n"
-"Isto é programa livre e pode ser redistribuído sob o termos da GPL GNU.\n"
-"\n"
-"uso:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - define o reempacotamento para começar agora\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - não limpa o directório de reempacotamento no ponto de "
-"verificação\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid " --list - list transactions since provided date/duration argument\n"
-msgstr ""
-" --list - lista transacções desde que dado o argumento de data/"
-"duração\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - lista todas as transacções no rpmdb (comprido).\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-" --list-safe - lista as transacções desde o ponto de verificação "
-"(checkpoint)\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - volta atrás até à data indicada,\n"
-" ou volta atrás até ao número indicado de transacções\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - desactivar reempacotamento\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Data ou duração inválidos [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Directório de reempacotamento não definido\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Não é possível escrever no directório de reempacotamento [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "A limpar o directório de reempacotamento [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d ficheiro removido\n"
-msgstr[1] "%d ficheiros removidos\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Argumentos de linha de comando inválidos [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Não pode indicar --checkpoint e --rollback ao mesmo tempo\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Não pode indicar --checkpoint e --list ao mesmo tempo\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Não pode indicar --rollback e --list ao mesmo tempo\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Não pode indicar --disable com outra opção"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Nenhuma transacção encontrada desde %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Deve ser superutilizador para poder fazer isto"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "A escrever os ficheiros macro rpm [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Nenhuma data para voltar atrás encontrada\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Voltar atrás até %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "A desactivar reempacotamento\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"uso: urpmi.removemedia (-a | <nome> ...)\n"
-"onde <nome> é um nome de média para remover.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - selecciona todas as médias.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - correspondência aproximada nos nomes das médias.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Apenas o superutilizador pode remover as médias"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "nada a remover (use urpmi.addmedia para adicionar uma média)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"a entrada a remover está em falta\n"
-"(um de %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"uso: urpmi.update [opções] <nome> ...\n"
-"onde <nome> é um nome de média para actualizar.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - actualiza apenas as médias de actualização.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - força a actualização da chave gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - não actualiza, marca a média como ignorada.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - não actualiza, marca a média como activada.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --probe-rpms - não usa o ficheiro synthesis, usa os ficheiros rpm "
-"directamente\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - selecciona todas as médias não removíveis.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - força a actualização dos ficheiros synthesis.\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - força realmente a actualização dos ficheiros synthesis.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Apenas o superutilizador pode actualizar as médias"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "nada a actualizar (use urpmi.addmedia para adicionar uma média)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"a entrada a actualizar está em falta\n"
-"(um de %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "a ignorar a média %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "a activar a média %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq versão %s\n"
-"Direitos de autor (C) 2000-2006 Mandriva.\n"
-"Isto é programa livre e pode ser redistribuído sob os termos da GPL GNU.\n"
-"\n"
-"uso:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - use apenas a média dada para procurar os pacotes pedidos "
-"(ou actualizados).\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - lista os orfãos\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - impõe uma procura aproximada (o mesmo que -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - lista os pacotes disponíveis.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - lista as médias disponíveis.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - lista as médias disponíveis e as suas url.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - lista os nós disponíveis quando a usar --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - lista as aliases paralelas disponíveis.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid " --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - deixa a configuração na forma de argumento urpmi."
-"addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - o próximo pacote é um pacote fonte (o mesmo que -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid " --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - indica todos os pacotes fonte antes de transferir (apenas "
-"root).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - permite analisar os rpms para arquitecturas não "
-"correspondentes.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - configura o urpmi rápidamente a partir de uma árvore da "
-"distribuição.\n"
-" Isto permite analisar uma distribuição.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - mostra o registo das mudanças (changelog).\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - mostra os conflitos\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - mostra os obsoletos.\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - mostra os fornecidos\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - mostra os requerimentos.\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - mostra as sugestões.\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - mostra o nome do rpm de código fonte\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - mostra o sumário.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - analisar dependências do pacote.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - reverte a procura para o que o pacote requer.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr " -R - procura revertida extendida (inclui pacotes virtuais).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - procura nos fornecimentos (provides) para encontrar o "
-"pacote.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - listagem completa com os pacotes a ser removidos.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - mostra os grupos com o nome também.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - mostra as informações úteis de maneira legível.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - lista os ficheiros do pacote.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - equivalente a -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - mostra a versão e o lançamento com o nome também.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - o próximo pacote é um pacote fonte (o mesmo que --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - remove o pacote se uma versão mais recente já estiver "
-"instalada.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - impõe uma procura aproximada (o mesmo que --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - como -y, mas força para corresponder sem capitalização.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " os nomes ou os ficheiros rpm dados na linha de comando são verificados.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "uso: \"urpmq --auto-orphans\" sem argumento"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes pode apenas ser usado com --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "use -l para listar ficheiros"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"nenhuma informação xml da média \"%s\", apenas um resultado parcial do "
-"pacote %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"nenhuma informação xml da média \"%s\", apenas um resultado parcial dos "
-"pacotes %s"
-
-#: ../urpmq:408
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"nenhuma informação xml da média \"%s\", não é possível devolver qualquer "
-"resultado do pacote %s"
-
-#: ../urpmq:409
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"nenhuma informação xml da média \"%s\", não é possível devolver qualquer "
-"resultado dos pacotes %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Nenhum registo de mudanças (changelog) encontrado\n"
-
diff --git a/po/pt_BR.po b/po/pt_BR.po
deleted file mode 100644
index 34494bbd..00000000
--- a/po/pt_BR.po
+++ /dev/null
@@ -1,3624 +0,0 @@
-# translation of laerte-urpmi.po to
-# translation of pt_BR.po to Brazilian Portuguese
-# translation of pt_BR.po to
-# translation of urpmi-pt_BR.po to
-# translation of urpmi-pt_BR.po to
-#
-# Andrei Bosco Bezerra Torres <andreibt@uol.com.br>, 1999-2000.
-# Bruno Dorfman Buys <brunobuys@zipmail.com.br>, 2002.
-# Carlos Roberto Mafra <crmafra@mafra.eti.br>, 2002.
-# Carlinhos Cecconi <carlinux@terra.com.br>, 2003, 2004.
-# Tiago da Cruz Bezerra <tiago@grupoking.com.br>, 2003.
-# Deivi Lopes Kuhn <deivikuhn@yahoo.com.br>, 2003.
-# Tiago Cruz <tiagocruz@linuxdicas.com.br>, 2003.
-# Gustavo Sverzut Barbieri <gustavo@linuxdicas.com.br>, 2003.
-# Ricardo de Castilho <cast_brasil@ig.com.br>, 2003.
-# Klaus Orian Vicaro <kvicaro@gmx.net>, 2004.
-# Deivi Lopes Kuhn <deivi@softwarelivre.org>, 2005.
-# Arthur R. Mello <renato@conectiva.com.br>, 2005.
-# Wanderlei Antonio Cavassin <cavassin@mandriva.com>, 2006, 2007, 2008.
-# Felipe Arruda <felipemiguel@gmail.com>, 2006, 2008.
-# Copyright (C) 2000,2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
-msgid ""
-msgstr ""
-"Project-Id-Version: pt_BR\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-09-05 16:52-0300\n"
-"Last-Translator: Felipe Arruda <felipemiguel@gmail.com>\n"
-"Language-Team: Brazilian Portuguese <kde-i18n-pt_br@mail.kde.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Instalação de RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Erro: não foi possível encontrar arquivo %s, cancelando operação"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Você selecionou um pacote de código fonte:\n"
-"\n"
-"%s\n"
-"\n"
-"Provavelmente você não necessita ter ele instalado no seu computador "
-"(instalando-o\n"
-"você poder modificar seu código fonte e compilá-lo).\n"
-"\n"
-"O que você deseja fazer?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Você está para instalar o(s) seguinte(s) pacote(s) de software em seu "
-"computador:\n"
-"\n"
-"%s\n"
-"\n"
-"Confirma instalação?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Você está para instalar o(s) seguinte(s) pacote(s) de software em seu "
-"computador:\n"
-"\n"
-"%s\n"
-"\n"
-"Você pode apenas salvá-lo(s). Qual a sua escolha?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Instalar"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Salvar"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Cancelar"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Escolha o local para salvar o arquivo"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi versão %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Este é um software livre, e pode ser redistribuído sob os termos da GNU "
-"GPL.\n"
-"\n"
-"uso:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Opções:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - imprime esta mensagem de ajuda.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - modo não-interativo, assume respostas padrão para as\n"
-" perguntas.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid " --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - automaticamente seleciona os pacotes necessários para \n"
-" atualizar o sistema.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid " --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - força mesmo se alguns pacotes não existem.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - verifica a assinatura do rpm antes da instalação.\n"
-" (--no-verify-rpm desabilita, por padrão é habilitado).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - use somente as mídias listadas (separadas por vírgula).\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - permite a busca em 'provides' para achar o pacote.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - não procure em 'provides' para encontrar o pacote.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - use outro root para instalação rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - apenas verifica se a instalação pode ser efetuada\n"
-" corretamente.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid " --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --searchmedia - usa apenas a mídia fornecida para buscar pacotes.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Nenhum pacote especificado"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Por favor aguarde..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "É necesssário super usuário"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Alguns pacotes requeridos não puderam ser instalados:\n"
-"%s\n"
-"Prosseguir com a instalação mesmo assim?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Aviso"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ok"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (para atualizar)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (para instalar)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Escolha de pacotes"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Um dos pacotes a seguir é necessário:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Abortar"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Estes pacotes precisam ser removidos para que outros sejam atualizados:\n"
-"%s\n"
-"Prosseguir com a instalação mesmo assim?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid "To satisfy dependencies, the following package is going to be installed:"
-msgstr "Para satisfazer as dependências, o seguinte pacote será instalado:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid "To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Para satisfazer as dependências, os seguintes pacotes serão instalados:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d pacote, %d MB)"
-msgstr[1] "(%d pacotes, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Instalação de pacotes..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "incapaz de obter pacotes fonte, abortando"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Preparando..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Instalando pacote `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Por favor insira a mídia chamada \"%s\""
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Baixando o pacote `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Pronto"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Instalação falhou, alguns arquivos estão faltando:.\n"
-"%s\n"
-"Você deve atualizar a sua base de dados urpmi"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "A Instalação falhou:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Tudo já está instalado"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Instalação concluída"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "removendo %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "reiniciando urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"uso: %s [opções]\n"
-"onde [opções] podem ser\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - imprime esta mensagem de ajuda.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - usar o root informado em vez de /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - restringe os resultados ao grupo. \n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " por padrão é %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - imprime nome completo do rpm (NVRA).\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Apenas o super-usuário tem permissão para instalar pacotes"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Executando o urpmi no modo restrito..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "falha ao criar diretório %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "dono inválido para diretório %s"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "Não foi possível fazer o download dos pacotes em %s"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "incapaz de abrir rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "nome rpm inválido [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "buscando o arquivo rpm [%s]...."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...busca completa"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...a busca falhou: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "incapaz de acessar o arquivo rpm [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "incapaz de processar arquivo spec %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "incapaz de registrar arquivo rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Arquitetura incompatível para o rpm [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "erro ao registrar pacotes locais"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Esta operação não é permitida no modo restrito"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "declaração de proxy errada na linha de comando\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: não pode ler o arquivo rpm \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "expressão inesperada %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "expressão faltando antes %s"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "expressão inesperada %s (sugestão: usar -a ou -o ?)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "sem expressão para fechar"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr "por padrão urpmf espera uma regexp. você pode usar a opção \"--literal\""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "diretório chroot não existe"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Não é possível usar %s sem %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Não é possível usar %s com %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Muitos parâmetros\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Falha na cópia"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"Você deve montar o CD manualmente (ou instalar o perl-Hal-Cdroms para que "
-"seja montado automaticamente)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "O daemon do HAL (hald) não está rodando ou não está respondendo"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "mídia \"%s\" não está disponível"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "incapaz de ler o arquivo rpm [%s] para a mídia \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "erro de sintaxe no arquivo de configuração na linha %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "incapaz de ler o arquivo de configuração [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "mídia `%s' está definida duas vezes, abortando"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "incapaz de gravar o arquivo de configuração [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-"não foi possível ler configuração do proxy (permissões de leitura "
-"insuficientes %s)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Favor entrar com suas credenciais para acesso ao proxy\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Nome do usuário:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Senha:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Webfetch desconhecido `%s' !!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s falhou: saiu com sinal %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s falhou: saiu com %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "falha na cópia"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget não encontrado\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl não encontrado\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl falhou: download cancelado\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync não encontrado\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh não encontrado\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozila não encontrado\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Não foi possível executar o prozilla\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "aria2 não encontrado\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% de %s completados, ETA = %s, velocidade = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% completados, velocidade = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "buscando %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "recebido %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "protocolo desconhecido definido para %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s não está disponível, utilizando %s no lugar"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "nenhuma webfetch encontrada, webfetch suportadas são: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "incapaz de usar protocolo: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "limpando %s e %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "o pacote %s não foi encontrado."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "buscando os arquivos rpm da mídia \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[reempacotamento]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid "created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "transação criada para instalar %s (remover=%d, instalar=%d, atualizar=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "incapaz de criar a transação"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "incapaz de extrair rpm do pacote delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "incapaz de instalar o pacote %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "removendo rpm ruim (%s) de %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "removendo %s com falha: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Removendo pacote %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "removendo pacote %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "removendo rpms instalados (%s) de %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Mais informações no pacote %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Não foi possível diretório cache do ldap"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Não foi possível escrever arquivo de cache do ldap\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Nenhum servidor definido, uri ou host não informados"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Base não definida"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Não foi possível conectar-se à uri ldap:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "Base de dados %s está bloqueada. Esperando..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "cancelando"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "base de dados %s está bloqueada (sendo usada por outro programa)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "A Instalação falhou"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Continuar mesmo assim? (S/N)"
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"A instalação falhou, rpms ruins:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "O seguinte pacote contém assinaturas erradas"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Os seguintes pacotes contêm assinaturas erradas"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Você deseja continuar a instalação?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "removendo rpms instalados (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "distribuindo %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "instalando %s a partir de %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "instalando %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Tentar instalar sem checar as dependências? (s/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Forçar instalação (--force)? (s/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Pacotes estão atualizados"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Instalação é possível"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "examinando arquivo %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "arquivo inválido de MD5SUM"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "aviso: o arquivo MD5SUM não contém o md5sum para %s"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "mídia virtual \"%s\" precisa ter uma url limpa, mídia ignorada."
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "incapaz de acessar a lista de arquivos de \"%s\", mídia ignorada."
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "incapaz de acessar o arquivo synthesis de \"%s\", mídia ignorada"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "tentando contornar mídia existente \"%s\", evitando"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "falha ao migrar dispositivo removível, ignorando mídia"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "grava o arquivo de configuração [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Não pode usar o modo paralelo com modo 'use-distrib'"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "usando mídias associadas para o modo paralelo: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis não pode ser usada com --media, -excludemedia, -sortmedia, --"
-"update, --use-distrib ou --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Procura inicia em %s e termina em %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "pulando o pacote %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "é necessário instalar ao invés de atualizar o pacote %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "mídia \"%s\" já existe"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(ignorado por default)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "adicionando mídia \"%s\" antes da mídia remota \"%s\""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "adicionando a mídia \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "diretório %s não existe"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "não foi encontrada uma distribuinão nesta localização"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "incapaz de analisar media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "incapaz de acessar as mídias da distribuição (media.cfg não encontrado)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "ignorando mídias não compatívieis `%s' (para %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "recuperando o arquivo media.cfg"
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "tentando selecionar mídia inexistente \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "selecionando múltiplas mídias: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "removendo a mídia \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "reconfigurando o urpmi para as mídias \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...falha na reconfiguração"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "reconfiguração terminada"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Erro gerando arquivo de nomes: dependência %d não encontrada"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "mídia \"%s\" já está atualizada"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "examinando arquivo synthesis [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problema ao ler arquivo synthesis da mídia \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "copiando [%s] para a mídia \"%s\"..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...falha na cópia"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "Copiando o arquivo de descrição de \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "..cópia terminada"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "cópia de [%s] falhou (arquivo é suspeitamente pequeno)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "computando o md5sum de uma fonte synthesis"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "baixa de [%s] falhou (md5sum não é igual)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "genhdlist2 falhou em %s"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "comparando %s e %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "hdlist inválido %s para a mídia \"%s\""
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "copiando arquivo MD5SUM de \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "arquivo MD5SUM inválido (baixado de %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "obtendo a fonte synthesis de \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "encontrado synthesis como %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "nenhum arquivo synthesis encontrado para a mídia \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "examinando arquivo de chave pública em \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...importando chave %s do arquivo de chaves públicas de \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "incapaz de importar arquivo de chave pública de \"%s\""
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "atualizada a mídia \"%s\""
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "busca de [%s] falhou"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "tentando novamente com o espelho %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Não foi possível encontar um espelho da lista %s"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "encontrada geolocalização %s %.2f %.2f do fuso horário %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "obtendo a lista de espelhos de %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "SsYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Desculpe, má escolha, tente novamente\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Pacote"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Versão"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Release"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arch"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(sugerido)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "mídia \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "linha de comando"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] "O seguinte pacote está órfão. Use \"urpme --auto-orphans\" para removê-lo."
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "incapaz de processar \"%s\" no arquivo [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "examinando aquisição em paralelo no arquivo [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "encontrado manipulador paralelo para os nós: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "incapaz de usar a opção paralela \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "no nó %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "A Instalação falhou no nodo %s"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp falhou, provavelmente um nó está inacessível"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput falhou, provavelmente um nó está inacessível"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "scp falhou no host %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "cp falhou no host %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr "%s falhou no host %s (talvez ele não tenha a versão ideal do urpmi?) (código de interrupção: %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "incapaz de acessar a mídia \"%s\"."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "montando %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "desmontando %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf versão %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Este é um software livre, e pode ser redistribuído sob os termos da GNU "
-"GPL.\n"
-"\n"
-"uso: urpmf [opções] expressão\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - imprime o número da versão desta ferramenta.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - usa um ambiente específico (tipicamente para relatório\n"
-" de falhas).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - não usa as mídias fornecidas (separadas por vírgula).\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid " --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - não combina com padrão, utilize argumento como uma\n"
-" string de literais.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --urpmi-root - use outro root para o urpmi e instalação rpm.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid " --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr " --sortmedia - ordena as mídias (separadas por vírgulas).\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - usa o caminho dado para acessar mídias\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - usa synthesis fornecido ao invés do banco de dados "
-"urpmi.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - não lista linhas idênticas.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - use somente mídias de atualização.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - modo detalhado.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - ignora a distinção de maiúscula/minúscula em tudo.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - Considera diferença entre maiúsculas/minúsculas.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - altera o separador de campo (padrão é ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Expressões Regulares:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text - qualquer texto é tratado como uma expressão regular, a\n"
-" menos que -l seja usado.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - inclui o código perl diretamente como em 'perl -e'.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - operador binário 'E'.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - operador binário 'OU'.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - operador unário 'NÃO'.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - parênteses direito e esquerdo.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Lista de tags:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - especifica um formato de impressão para a saída\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " exemplo: '%%nome:%%arquivos'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - arquitetura\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - máquina onde foi compilado\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - data que foi compilado\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - arquivos de configuração\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - lista conflitos\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - descrição do pacote\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - distribuição\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - epoch\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - nome do pacote\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - lista de arquivos contidos no pacote\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - grupo\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - licença\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - nome do pacote\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - lista todos arquivos obsoletos\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - empacotador\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - lista dos que provem o pacote\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - lista dos que requerem o pacote\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - tamanho da instalação.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - nome da fonte do rpm\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - lista sugestões\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - sumário\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - url\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - fabricante\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - a mídia onde o pacote foi encontrado\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - imprime versão, 'release' e arquitetura, com nome.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Formato incorreto: você deve utilizar somente uma opção com múltiplos valores"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "usando o ambiente específico em %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "nenhum hdlist disponível para a mídia \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "synthesis não disponível para a mídia \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "xml-info não disponível para a mídia \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "o urpmi foi reiniciado, e a lista de pacotes prioritários não mudou"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr "o urpmi foi reiniciado, e a lista de pacotes prioritários mudou: %s vs %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Nenhum nome de pacote %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Os seguintes pacotes contém %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr "Você deve usar a opção \"-a\" para usar que o urpmi use todas"
-
-#: ../urpm/select.pm:300
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "encontrado(s) o(s) pacote(s) %s no urpmi db, mas nenhum deles está instalado"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Pacote %s já está instalado"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Pacotes %s já estão instalados"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "devido estar faltando %s"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "devido ao pacote já instalado %s"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "devido a estar faltando %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "tentando promover %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "para manter %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "para instalar %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "devido a conflitos com %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Assinatura inválida (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Chave Inválida ID (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Assinatura não encontrada (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "sistema"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "Você deve reiniciar %s para %s"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Não foi possível escrever arquivo"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Não foi possível abrir arquivo"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Não é possível mover arquivo %s para %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme versão %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Este é um software livre, e pode ser redistribuído sob os termos da GNU "
-"GPL.\n"
-"\n"
-"uso:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - automaticamente seleciona um pacote, em escolhas.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - remove pacotes órfãos\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - verifica se a remoção pode ser feita corretamente.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - urpmi distribuído.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - reempacota os arquivos antes da remoção\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - use outro root para desisntalação de rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --justdb - atualiza somente a base rpm, não o sistema de arquivos.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - não executa script(s) dos pacotes.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - configura o urpme automaticamente a partir de uma árvore\n"
-" de distribuição, útil para (des)instalar em um chroot\n"
-" com a opção --root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - modo detalhado.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - seleciona todos os pacotes que combinam com a expressão.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Apenas super usuário tem permissão para remover pacotes"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "pacotes desconhecidos"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "pacote desconhecido."
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "A remoção do pacote irá danificar o seu sistema:"
-msgstr[1] "A remoção dos seguintes pacotes irá danificar o seu sistema:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Nada para remover"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "Nenhum pacote órfão para ser removido"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural "To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Para satisfazer as dependências, o seguinte pacote será removido"
-msgstr[1] "Para satisfazer as dependências, os %d pacotes seguintes serão removidos"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(pacote órfão)"
-msgstr[1] "(pacotes órfãos)"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Remover %d pacote?"
-msgstr[1] "Remover %d pacotes?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (s/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "testando a remoção de %s"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "A remoção falhou"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "A remoção é possível"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "expressão indeterminada (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - atualiza mídias e então atualiza o sistema.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - desabilita checagem MD5SUM dos arquivos.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - força atualização da chave gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - remove pacotes órfãos sem confirmação do usuário\n"
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - não seleciona automaticamente pacotes sugeridos.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - nunca pergunte para desinstalar um pacote. Caso seja \n"
-" necessário, a instalação será abortada.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - não instala pacotes (download somente)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - mantém os pacotes existentes se possível, recusando os\n"
-" pacotes solicitados que pedem a remoção do pacote.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - divide em pequenas transações se mais de um pacote\n"
-" precisa ser instalado ou atualizado,\n"
-" o padrão é %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - transações em pequenos pedaços, o padrão é %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - impõe uma busca aproximada.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - instala buildrequires dos pacotes\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - instala somente o pacote de fontes (sem binários).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - remove os rpm do cache antes de iniciar.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - não remove os rpms do cache.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid " --replacepkgs - force installing packages which are already installed.\n"
-msgstr " --replacepkgs - força a reinstalação de pacotes já instalados.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - permite ao usuário instalar pacotes sem \n"
-" checagem de dependências.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - permite ao usuário instalar pacotes sem conferir\n"
-" dependências e integridade.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - seleciona automaticamente pacotes sugeridos.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - configura o urpmi por meio de uma árvore de distribuição\n"
-" padrão, útil para instalar um chroot com a\n"
-" opção --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - cria e utiliza um metalink local.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - programa para baixar arquivos remotos. \n"
-" programas conhecidos: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - opções adicionais para passar ao curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- opções adicionais para passar ao rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - opções adicionais para passar ao wget\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - opções adicionais para passar ao prozilla\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - opções adicionais para passar ao aria2\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - limita a velocidade do download.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - reinicia a transferência de arquivos parcialmente\n"
-" baixados (--no-resume desabilita isso, o padrão é\n"
-" desabilitado).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - usa o proxy HTTP especificado, o número da porta\n"
-" é 1080 por padrão (o formato é <máquinaproxy[:porta]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - especifica usuário e senha para usar na autenticação\n"
-" do proxy (o formato é <usuário:senha>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - escreve um relatório de falhas no diretório indicado\n"
-" pelo próximo argumento.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - exclui o(s) caminho(s), separados por vírgula.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - exclui arquivos de documentação.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - não verifica o espaço em disco antes da instalação.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --ignorearch - permite instalar rpms de arquiteturas divergentes.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - não executa script(s) dos pacotes\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - pacotes que a instalação deve ignorá-los.\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - pacotes que a instalação deve dar preferência\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - quando diversos pacotes forem encontrados, proponha mais\n"
-" escolhas por padrão.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - não bloqueia o banco de dados rpm.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - só atualiza os pacotes com a mesma arquitectura.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - seleciona todos os listados na linha de comando.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - modo silencioso.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - modo muito detalhado.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " nomes ou arquivos rpm dados na linha de comando serão instalados.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Erro: não se pode usar --auto-select com uma lista de pacotes.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Erro: Para gerar um relatório de erro, especifique a linha de comando com os "
-"parâmetros utilizados\n"
-"e acrescente --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Você não pode instalar arquivos rpm binários ao usar --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Você não pode instalar arquivos spec"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "padrão para --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid "please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-"favor usar --buildrequires ou --install-src, preferencialmente --"
-"buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Diretório [%s] já existe, favor usar outro diretório para reportar o "
-"problema ou apague-o"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Incapaz de criar o diretório [%s] para relatório de falhas"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Diretório de ambiente %s não existe"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Erro: %s parece estar montado apenas como leitura.\n"
-"Usar --allow-force para forçar a operação."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Atualizando mídias...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (para atualizar)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (para atualizar)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (para instalar)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (para instalar)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Para satisfazer a dependência '%s', um dos seguintes pacotes é necessário:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Qual é a sua escolha? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"O seguinte pacote não pode ser instalado porque depende de pacotes\n"
-"que são mais antigos que os atualmente instalados:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Os seguintes pacotes não podem ser instalados porque dependem de pacotes \n"
-"que são mais antigos que os atualmente instalados:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Prosseguir instalação mesmo assim?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (S/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Um pacote não pôde ser instalado:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Alguns pacotes não puderam ser instalados:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "a remoção do pacote %s irá danificar seu sistema"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"A instalação não pode continuar porque o seguite pacote\n"
-"precisa ser removido para que os outros possam ser atualizados:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"A instalação não pode continuar porque os seguitens pacotes\n"
-"precisam ser removidos para que os outros possam ser atualizados:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Este pacote precisa ser removido para que os outros sejam atualizados:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Estes pacotes precisam ser removidos para que os outros sejam atualizados:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(somente teste, remoções não serão efetivadas)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Você precisa executar o urpmi com --buildrequires para instalar as seguintes "
-"dependências:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "O seguinte pacote órfão será removido"
-msgstr[1] "Os seguintes pacotes órfãos serão removidos"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(somente teste, instalações não serão efetivadas)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "%s de espaço adicional em disco serão usados."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "%s de espaço em disco serão liberados."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "%s de pacotes serão baixados."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Proceder a instalação de um pacote?"
-msgstr[1] "Proceder a instalação de %d pacotes?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Tecle Enter quando estiver pronto..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"uso: urpmi.addmedia [opções] <nome> <url>\n"
-"onde <url> é um entre:\n"
-" [file:/]/<caminho_para_arquivo>\n"
-" ftp://<login>:<senha>@<máquina>/<caminho>\n"
-" ftp://<máquina>/<caminho>\n"
-" http://<máquina>/<caminho>\n"
-" cdrom://<caminho>\n"
-"\n"
-"uso: urpmi.addmedia [opções] --distrib --mirrorlist <url>\n"
-"uso: urpmi.addmedia [opções] --mirrorlist <url> <nome> <caminho relativo>\n"
-"\n"
-"exemplos:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"e [opções] vêm de\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - usa wget para buscar arquivos remotos.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - usa curl para buscar arquivos remotos.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - use prozilla para buscar arquivos remotos.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 - use o aria2 para recuperar arquivos distantes.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-" --update - cria uma mídia de atualização, \n"
-" ou descarta mídias que não sejam de atualização (quando usado com a opção --distrib)\n"
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - usar a política indicada para transferir arquivos xml "
-"info\n"
-" um de: never, on-demand, update-only, always. cf urpmi.cfg"
-"(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - use o arquivo synthesis.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - use arquivos rpm (ao invés de synthesis).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - não tentar procurar qualquer arquivo synthesis.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - automaticamente cria todas as mídias a partir de uma "
-"mídia\n"
-" de instalação.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr " --interactive - com --distrib, pede a confirmação para cada mídia\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - com --distrib, adiciona todas as mídias listadas\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - usa um endereço url específico como lista de espelhos,\n"
-" o padrão é %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - cria mídias virtuais que estão sempre atualizadas.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - desabilita checagem de arquivo com MD5SUM.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - não importa chave pública da mídia adicionada\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - adiciona a mídia à configuração, sem atualizá-la.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - modo silencioso (não informativo).\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - modo detalhado.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "políticas xml-info conhecidas são %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "nenhum argumento necessário para --distrib --mirrorlist <url>"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "<url> inválida (para diretório local o caminho deve ser absoluto)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Apenas o super usuário tem permissão para adicionar mídias"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "criando arquivo de configuração [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Não foi possível criar o arquivo de configuração [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "não é preciso fornecer <caminho relativo do synthesis> com --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Você deseja adicionar a mídia '%s'?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<caminho relativo do synthesis> faltando\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Não se pode usar %s com mídia remota"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "incapaz de adicionar mídia"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Este é um software livre, e pode ser redistribuído sob os termos da GNU "
-"GPL.\n"
-"\n"
-"uso:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - liga início de reempacotamento agora\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - não remove rpms reempacotados no checkpoint.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid " --list - list transactions since provided date/duration argument\n"
-msgstr " --list - lista transações desde data/duração fornecida\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - lista todas as transações no rpmdb (longo)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - lista transações feitas desde o checkpoint\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - desfazer até a data especificada,\n"
-" ou desfazer o número especificado de transações\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - desliga reempacotamento\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Data ou duração inválida [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Diretório de reempacotamento não definido\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Não foi possível escrever no diretório de reempacotamento [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Limpando diretório de reempacotamento [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d arquivo removido\n"
-msgstr[1] "%d arquivos removidos\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Argumentos espúrios na linha de comando [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Não se pode especificar --checkpoint e --rollback ao mesmo tempo\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Não se pode especificar --checkpoint e --list ao mesmo tempo\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Não se pode especificar --rollback e --list ao mesmo tempo\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Não se pode especificar --disable junto com outra opção"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Nenhuma transação encontrada desde %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Você deve ser super-usuário para fazer isto"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Escrevendo arquivo de macros rpm [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Data de desfazimento não encontrada\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Desfazer até %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Desabilitando reempacotamento\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"uso: urpmi.removemedia (-a | <nome> ...)\n"
-"onde <nome> é um nome de mídia para remover.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - seleciona todas as mídias.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - seleciona mídias com nomes semelhantes.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Apenas super usuário tem permissão para remover mídias"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "nada a remover (use urpmi.addmedia para adicionar uma mídia)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"a entrada para remover está faltando\n"
-"(um de %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"uso: urpmi.update [opções] <nome> ...\n"
-"onde <nome> é um nome de mídia para atualizar.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - atualize somente as mídia de atualizações.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - força atualização da chave gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - não atualiza, marca a mídia para ser ignorada.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - não atualizar, marcar a mídia como habilitada.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms - não usar synthesis, usando arquivos rpm diretamente\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - seleciona todas as mídias não removíveis.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - força a atualização de synthesis\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -ff - realmente força a atualização de synthesis\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Apenas o super usuário tem permissão para atualizar mídia"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "nada a atualizar (use urpmi.addmedia para adicionar uma mídia)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"a entrada a ser atualizada está faltando\n"
-"(uma de %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "ignorando mídia \"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "habilitando mídia \"%s\""
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Este é um software livre, e pode ser redistribuído sob os termos da GNU "
-"GPL.\n"
-"\n"
-"uso:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - usa apenas a mídia fornecida para buscar pacotes (ou\n"
-" atualizações).\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - lista pacotes órfãos\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - impõe uma busca aproximada (igual a -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - lista os pacotes disponíveis.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - lista as mídias disponíveis.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - lista mídias disponíveis e suas url's.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - lista os nós disponíveis quando --parallel é usada.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - lista os apelidos paralelos disponíveis\n"
-
-#: ../urpmq:63
-#, c-format
-msgid " --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - mostrar a configuração como argumentos para o\n"
-" urpmi.addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - o próximo pacote é um pacote fonte (o mesmo que -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid " --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - fornece todos os pacotes fonte antes de baixar\n"
-" (somente root).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --ignorearch - permite consultar pacotes de arquiteturas divergentes.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - configura o urpmi por meio de uma árvore de\n"
-" distribuição. Isso permite consultar essa\n"
-" distribuição.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - imprime 'changelog'.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - lista conflitos.\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - exibir obsoletos.\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - lista provides.\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - lista requires.\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - exibir sugestões\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - lista o pacote fonte do rpm\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - imprime sumário.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - consulta dependências de pacote.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - busca reversa para o que requer o pacote.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - busca reversa extendida (inclui pacotes virtuais).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - permite a busca em provides para encontrar o pacote.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - lista completa dos pacotes a remover.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - imprime grupos, com nome também.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - imprime informações úteis em formato que pode ser lido\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - lista os arquivos do pacote.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - equivalente a -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - imprime versão e 'release' com nome também.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - o próximo pacote é um pacote fonte (o mesmo que --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - remove um pacote se uma versão mais atual\n"
-" já estiver instalada.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - impõe uma busca aproximada (igual a --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - como -y, ignorando a distinção de maiúscula/minúscula.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " nomes ou arquivos rpm dados na linha de comando são consultados \n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "uso: \"urpmq --auto-orphans\" sem argumentos"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes só pode ser usado com --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "use -l para listar arquivos"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr "sem xml info para a mídia \"%s\", resultado parcial para o pacote %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr "sem xml info para a mídia \"%s\", resultado parcial para os pacotes %s"
-
-#: ../urpmq:408
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"sem xml info para a mídia \"%s\", incapaz de retornar resultados para o "
-"pacote %s"
-
-#: ../urpmq:409
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"sem xml info para a mídia \"%s\", incapaz de retornar resultados para os "
-"pacotes %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Arquivo com as alterações não foi encontrado \n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - cria uma mídia de atualização.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "URL mal formada: [%s]"
-
-#~ msgid "sorry, you can't use --install-src to install remote .src.rpm files"
-#~ msgstr ""
-#~ "você não pode usar --install-src para instalar arquivos .src.rpm remotos"
-
-#~ msgid "Error"
-#~ msgstr "Erro"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d transação de instalação falhou"
-#~ msgstr[1] "%d transações de instalação falharam"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Pacotes %s já estão instalados"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Verificando para remover os seguintes pacotes"
-
-#~ msgid "%s database locked"
-#~ msgstr "base de dados bloqueada %s"
-
-#, fuzzy
-#~ msgid ""
-#~ " --auto - non-interactive mode, assume default answers to "
-#~ "questions. --auto\n"
-#~ msgstr ""
-#~ " --auto - modo não-interativo, assume respostas padrão para as\n"
-#~ " perguntas.\n"
-
-#~ msgid "Unknown option %s"
-#~ msgstr "Opção desconhecida %s"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "muitos pontos de montagem para a mídia removível \"%s\""
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr ""
-#~ "A mídia \"%s\" é uma imagem ISO e poderá ser montada automaticamente"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "usando diferentes dispositivos removíveis [%s] para \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "incapaz de buscar caminhos para mídia removível \"%s\""
-
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "incapaz de montar a mídia da distribuição"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "incapaz de acessar a mídia \"%s\",\n"
-#~ "verifique se não é necessário montar manualmente o diretório no qual ela "
-#~ "foi criada."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "mídia inconsistente \"%s\" marcada como removível, porém não é"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - limpa o diretório dos cabeçalhos de cache.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "mídia virtual precisar ser local"
-
-#~ msgid "Error generating names file: Can't write to file (%s)"
-#~ msgstr ""
-#~ "Erro gerando arquivo de nomes: Não foi possível escrever no arquivo (%s)"
-
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "incapaz de atualizar o arquivo hdlist de \"%s\""
-
-#~ msgid "found %d rpm headers in cache, removing %d obsolete headers"
-#~ msgstr "encontrados %d headers rpm no cache, removendo %d headers obsoletos"
-
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "computando md5sum de fonte 'hdlist' existente (ou síntese) [%s]"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "mídia virtual \"%s\" não contém o arquivo 'hdlist' ou lista de arquivos; "
-#~ "mídia ignorada."
-
-#~ msgid "invalid hdlist name"
-#~ msgstr "nome do hdlist inválido"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "incapaz de encontrar a lista para \"%s\", mídia ignorada."
-
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "\"synthesis\" não deve estar configurado (mídia \"%s\")"
-
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "\"synthesis\" deve estar configurado (mídia \"%s\")"
-
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "incapaz de acessar lista de \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr "mídia \"%s\" tentou usar um 'hdlist' já usado, mídia ignorada"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr "mídia \"%s\" tentou usar uma lista já usada, mídia ignorada."
-
-#~ msgid "wrote %s"
-#~ msgstr "escrito %s"
-
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Nota: sem hdlist para a mídia \"%s\", incapaz de retornar qualquer "
-#~ "resultado"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "fazendo segundo passo para calcular dependências\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "Construindo 'hdlist' [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "Não foi possível construir o arquivo synthesis para a mídia \"%s\". O "
-#~ "arquivo hdlist pode estar corrompido."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "problema lendo arquivo hdlist ou síntese da mídia \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "computando o md5sum de uma fonte 'hdlist' copiada (ou síntese)"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr " A aquisição falhou: assinatura md5sum diferente"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "nenhum arquivo rpm encontrado em [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "incapaz de ler os arquivos rpm de: [%s]: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "nenhum rpm lido"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "lendo cabeçalhos da mídia \"%s\""
-
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - use o arquivo síntese.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - use arquivo hdlist.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Nota: se nenhuma mídia encontrada usando hdlists, o urpmf é incapaz de "
-#~ "retornar qualquer resultado\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "Você poderá usar --name para procurar pelo nome pacote.\n"
-
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src, -s - o próximo pacote é um pacote fonte.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - use arquivo hdlist.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "incapaz de atualizar mídia \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "incapaz de criar mídia \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "existem múltiplos pacotes com o mesmo nome rpm \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "incapaz de ler corretamente [%s] no valor \"%s\""
-
-#~ msgid "(retry as root?)"
-#~ msgstr "(tentar novamente como root?)"
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "a mídia \"%s\" usa uma lista de arquivos inválida:\n"
-#~ " o espelho provavelmente não está atualizado, tente usando métodos "
-#~ "alternativos"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "a mídia \"%s\" não define uma localização para arquivos rpm"
-
-#~ msgid "unrequested"
-#~ msgstr "não requisitado"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "adicionando pacote %s (id=%d, eid=%d, atualização=%d, arquivo=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Os seguintes pacotes possuem assinaturas inválidas:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Deseja continuar com a instalação?"
-
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Você precisa ser root para usar --use-distrib"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "incapaz de remover o pacote %s"
-
-#~ msgid "Proceed with the installation of the %d package? (%d MB)"
-#~ msgid_plural "Proceed with the installation of the %d packages? (%d MB)"
-#~ msgstr[0] "Proceder a instalação de %d pacote? (%d MB)"
-#~ msgstr[1] "Proceder a instalação de %d pacotes? (%d MB)"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "Lista de arquivos não encontrada \n"
-
-#~ msgid "(%d packages, %d MB)"
-#~ msgstr "(%d pacotes, %d MB)"
-
-#~ msgid "medium \"%s\" is not selected"
-#~ msgstr "mídia \"%s\" não está selecionada"
-
-#~ msgid "Remove %d packages?"
-#~ msgstr "Remover %d pacote(s)?"
-
-#~ msgid "Proceed with the installation of 1 package? (%2$d MB)"
-#~ msgid_plural "Proceed with the installation of the %d packages? (%d MB)"
-#~ msgstr[0] "Proceder a instalação de %d pacotes? (%d MB)"
-#~ msgstr[1] "Proceder a instalação de %d pacotes? (%d MB)"
-
-#~ msgid " -f - force generation of hdlist files.\n"
-#~ msgstr " -f - força a geração de arquivos 'hdlist'.\n"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - não procure em 'repositórios' para encontrar o "
-#~ "pacote.\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - busca reversa para o que requer o pacote.\n"
-
-#~ msgid ""
-#~ " -RR - extended reverse search (includes virtual packages).\n"
-#~ msgstr ""
-#~ " -RR - busca reversa extendida (inclui pacotes virtuais).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgstr[0] ""
-#~ "Para satisfazer as dependências, o seguinte pacote será instalado"
-#~ msgstr[1] ""
-#~ "Para satisfazer as dependências, o seguinte pacote será instalado"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Para satisfazer as dependências, os seguintes %d pacotes serão "
-#~ "instalados:\n"
-#~ "%s\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgstr[0] ""
-#~ "Para satisfazer as dependências, os seguintes pacotes serão instalados"
-#~ msgstr[1] ""
-#~ "Para satisfazer as dependências, os seguintes pacotes serão instalados"
-
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "Ignorando a mídia %s: sem hdlist"
-
-#~ msgid "node %s has an old version of urpme, please upgrade"
-#~ msgstr "nó %s tem uma versão antga do urpme, por favor atualize"
-
-#~ msgid "Propagating synthesis to nodes..."
-#~ msgstr "Propagando synthesis para os nós..."
-
-#~ msgid "Resolving dependencies on nodes..."
-#~ msgstr "Resolvendo dependências nos nós..."
-
-#~ msgid "Distributing files to nodes..."
-#~ msgstr "Distribuindo arquivos para os nós..."
-
-#~ msgid "Verifying if install is possible on nodes..."
-#~ msgstr "Verificando se a instalação é possível nos nós..."
-
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Instalando pacotes nos nós..."
-
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "Propagando synthesis para %s..."
-
-#~ msgid "Resolving dependencies on %s..."
-#~ msgstr "Resolvendo dependências em %s..."
-
-#~ msgid "Distributing files to %s..."
-#~ msgstr "Distribuindo arquivos para %s..."
-
-#~ msgid "Verifying if install is possible on %s..."
-#~ msgstr "Verificando se instalação é possível em %s..."
-
-#~ msgid "Performing install on %s..."
-#~ msgstr "Executando instalação em %s..."
-
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Preparando instalação em %s..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - tente encontrar e usar o arquivo síntese.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - tenta procurar e usar arquivo 'hdlist' \n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "`with' faltando para mídia da rede\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "Opcões desconhecidas '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "Incapaz de encontrar arquivo 'hdlist' para \"%s\", mídia ignorada."
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "Lista de arquivos incoerente para \"%s\", mídia ignorada"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "incapaz de inspecionar a lista de arquivos \"%s\", mídia ignorada"
-
-#~ msgid "there doesn't seem to be devices in the chroot in \"%s\""
-#~ msgstr "não parece haver dispositivos no chroot em\"%s\""
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "mídia virtual \"%s\" não é local, mídia ignorada"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "Mídia \"%s\" a fonte fornecida não é válida ('hdlist' ou 'synthesis'), "
-#~ "mídia ignorada."
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "copiando fonte 'hdlist' (ou síntese) de \"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "Aquisição da fonte hdlist (ou síntese) falhou"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "arquivo [%s] já está em uso na mesma mídia \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "Nada escrito na lista para \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "Encontrado %d cabeçalhos no cache."
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "Removendo %d cabeçalhos obsoletos no cache."
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "utilizando processo %d para executar a transação"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --norebuild - não tenta recriar o hdlist se ele não puder ser lido.\n"
-
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Os seguintes nomes de pacotes serão assumidos: %s"
-
diff --git a/po/ro.po b/po/ro.po
deleted file mode 100644
index 80090c2f..00000000
--- a/po/ro.po
+++ /dev/null
@@ -1,3983 +0,0 @@
-# translation of urpmi-ro.po to Romanian
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/ro.php3
-#
-# Copyright (C) 2000,2003,2004 Free Software Foundation, Inc.
-# Pascal Rigaux <pixel@mandrakesoft.com>, 29/04/2000.
-# Florin Grad <florin@mandrakesoft.com>, 2000.
-# Harald Ersch <hersch@romatsa.ro>, 2002, 2003.
-# Ovidiu Constantin <ovidiu.constantin@gmx.net>, 2003, 2004.
-# Harald Ersch <harald@ersch.ro>, 2004.
-# Oancea Aurelian <aurelian@mandrakelinux.ro>, 2004.
-# Ovidiu Constantin <ovidiusoft@gmail.com>, 2004.
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-ro\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-07-24 22:21+0200\n"
-"Last-Translator: Pîrîu Cristian Ionuţ <piriu.cristian@rdslink.ro>\n"
-"Language-Team: Romanian <rtfs-project@lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.3.1\n"
-"Plural-Forms: nplurals=3;plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
-"2:1))\n"
-"X-Poedit-Language: Romanian\n"
-"X-Poedit-Country: ROMANIA\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Instalare RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Eroare: nu s-a găsit fişierul %s, se anulează operaţiunea"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_OK"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Aţi selectat pachetul sursă:\n"
-"\n"
-"%s\n"
-"\n"
-"Probabil nu aţi dorit instalarea lui pe calculatorul dvs (instalarea v-ar fi "
-"permis modificarea codului sursă, apoi compilarea sa).\n"
-"\n"
-"Ce doriţi să faceţi?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Sunteţi pe cale să instalaţi următoarele pachete cu programe pe calculatorul "
-"dvs:\n"
-"\n"
-"%s\n"
-"\n"
-"Continuaţi?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Sunteţi pe cale să intalaţi următorul pachet cu programe pe calculatorul "
-"dvs:\n"
-"\n"
-"%s\n"
-"\n"
-"În schimb, îl puteţi salva doar. Ce alegeţi?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Instalare"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Salvare"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Renunţă"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Alegeţi locul unde salvez fişierul"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi versiunea %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Acest program este soft liber şi poate fi redistribuit sub termenii GNU "
-"GPL.\n"
-"\n"
-"utilizare:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Opţiuni:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - afişează acest mesaj de ajutor.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - mod neinteractiv, se atribuie întrebărilor răspunsurile "
-"implicite.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - selectare automată pachete pentru actualizare sistem.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - forţează invocarea chiar dacă unele pachete nu există.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - verificare semnătură rpm înainte de instalare\n"
-" (--no-verify-rpm o dezactivează, implicit este "
-"activată).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - foloseşte numai mediile date, separate prin virgulă.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - permite căutarea în provides pentru găsirea pachetelor.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - nu căuta în provides pentru găsirea pachetelor.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr ""
-" --root - foloseşte alt administrator pentru instalarea rpm-"
-"urilor.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - verificare dacă instalarea poate fi îndeplinită corect.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - folosirea exclusivă a mediile indicate pentru căutarea "
-"pachetelor cerute.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Nu a fost specificat nici un pachet"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Vă rog să aşteptaţi..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Trebuie să fiţi administrator"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Unele dintre pachete cerute nu pot fi instalate:\n"
-"%s\n"
-"Continuaţi instalarea?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Avertisment"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "OK"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (pentru actualizare)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (pentru instalare)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Alegerea pachetului"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Unul din următoarele pachete e necesar:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Abandonaţi"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Următoarele pachete trebuie şterse pentru ca altele să fie actualizate:\n"
-"%s\n"
-"Continuaţi instalarea?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Pentru satisfacerea dependenţelor, următorul pachet va fi instalat:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Pentru satisfacerea dependenţelor, următoarele pachete vor fi instalate:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d pachet, %d MB)"
-msgstr[1] "(%d pachete, %d MB)"
-msgstr[2] "(%d pachete, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Instalare pachete..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "nu se pot prelua pachetele sursă, se întrerupe"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Pregătire..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Instalarea pachetului `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Vă rog să introduceţi mediul numit \"%s\""
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Se descarcă pachetul `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Gata"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Instalare nereuşită, unele fişiere lipsesc.\n"
-"%s\n"
-"Probabil ar trebui să actualizaţi baza de date urpmi"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Instalarea a eşuat:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "totul este deja instalat"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Instalare terminată"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "elimin %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "repornesc urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"utilizare: %s [opţiuni]\n"
-"unde [opţiunile] sunt de forma\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - afişează acest mesaj de ajutor.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - foloseşte administratorul dat în loc de /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [grup] - restricţionează rezultatele la grupul dat.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " implicit este %s \n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - afişează numele complet al rpm-ului (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Doar administratorul poate instala pachete"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Se rulează urpmi în mod restricţionat..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "nu se poate crea directorul %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "proprietar nevalid pentru directorul %s"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "Nu se pot descărca pachetele în %s"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "nu pot deschide rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "nume de fişier rpm nevalid [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "primire fişier rpm [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...copierea este terminată"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...copierea eşuată: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "nu pot accesa fişierul rpm [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "nu se poate parcurge fişierul %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "nu pot înregistra fişierul rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Arhitectură incompatibilă pentru rpm [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "eroare la înregistrarea pachetelor locale"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Operaţiune interzisă în timpul rulării în mod restricţionat"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "declarare proxy greşită în linia de comandă\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: nu pot citi fişierul rpm \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "expresie neprevăzută %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "lipsă expresie înaintea %s"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "expresie neprevăzută %s (sugestie: utilizaţi -a sau -o ?)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "nici o expresie de închis"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr "urpmf aşteaptă implicit un regexp. utilizaţi opţiunea \"--literal\""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "directorul chroot nu există"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Nu se poate utiliza %s fără %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Nu se poate utiliza %s cu %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Prea multe argumente\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Copierea a eşuat"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"Trebuie să montaţi singur CD-ROM-ul (sau să instalaţi perl-Hal-Cdroms pentru "
-"automatizare)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "serviciul HAL (hald) nu rulează sau nu este pregătit"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "mediul \"%s\" nu este disponibil"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "nu pot citi fişierul rpm [%s] de pe mediul \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "eroare de sintaxă în fişierul de configurare la linia %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "nu se poate citi fişierul de configurare [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "mediul `%s' este definit de două ori, se renunţă"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "nu pot scrie în fişierul de configurare [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-"citirea setărilor proxy este imposibilă (drepturi insuficiente pentru "
-"citirea %s) "
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Introduceţi acreditările pentru accesarea proxy-ului\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Nume utilizator:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Parola:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Descărcare necunoscută `%s' !!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s a eşuat: terminare cu mesajul %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s a eşuat: terminare cu %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "copierea a eşuat"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "datorită lipsei wget\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "datorită lipsei curl\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl a eşuat: descărcare anulată\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "lipseşte rsync\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "lipseşte ssh\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "lipseşte prozilla\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Nu s-a putut rula prozilla\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "datorită lipsei aria2\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% din %s terminat, ETA = %s, viteza = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% terminat, viteza = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "primire %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "s-a primit %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "protocol necunoscut definit pentru %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s indisponibil, revenire la %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "nu gasesc webfech, versiunile suportate sunt: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "nu pot folosi protocolul: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "curăţare %s şi %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "pachetul %s nu a fost găsit."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "copiere fişiere rpm de pe mediul \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[reîmpachetare]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"tranzacţie creeată pentru instalarea pe %s (ştergere=%d, instalare=%d, "
-"actualizare=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "nu se poate crea tranzacţia"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "nu se poate extrage rpm-ul din pachetul delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "nu pot instala pachetul %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "ştergere rpm deteriorat (%s) din %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "ştergerea %s eşuată: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Se şterge pachetul %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "şterg pachetul %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "ştergere rpm-uri instalate (%s) din %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Mai multe informaţii despre pachetul %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Nu se poate crea directorul cache ldap"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Nu se poate scrie fişierul cache al ldap\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Server nedefinit, uri lipsă sau gazda"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Nu a fost specificată o bază"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Conectare imposibilă la uri-ul ldap:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "baza de date %s este blocată. Se aşteaptă..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "întrerupere"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "baza de date %s este blocată (utilizată deja de alt program)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Instalarea a eşuat"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Încercaţi totuşi? (d/N)"
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Instalarea a eşuat, rpm-uri eronate:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Următoarele pachete au semnături greşite"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Următoarele pachete au semnături greşite"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Doriţi să continuaţi instalarea?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "ştergere rpm-uri instalate (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "distribui %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "instalare %s din %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "instalez %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Să încerc instalarea fără verificarea dependenţelor? (d/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Încercare instalare forţată (--force)? (d/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Pachetele sunt actualizate"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Instalarea este posibilă"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "examinare fişier %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "fişier nevalid MD5SUM "
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "atenţie: md5sum pentru %s este indisponibil din fişierul MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"mediul virtual \"%s\" ar trebui să aibă un URL clar, mediul este ignorat"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "nu pot accesa fişierul listă pentru \"%s\", ignor mediul"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "nu se poate accesa fişierul synthesis pentru \"%s\",se ignoră mediul"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "se încearcă ignorarea mediul existent \"%s\", evitare"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "transferul dispozitivului amovibil a eşuat, se ignoră mediul"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "scriere fişier de configurare [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Nu pot utiliza modul paralel in modul use-distrib"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "utilizez mediile asociate pentru modul paralel: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis nu poate fi folosit cu --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib sau --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Pornire căutare: %s terminare: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "se ignoră pachetul %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "instalare în locul actualizării pachetului %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "mediul \"%s\" deja există"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(se ignoră implicit)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "adăugare mediu \"%s\" înaintea mediului extern \"%s\""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "se adaugă mediul \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "directorul %s nu există"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "această locaţie nu pare să conţină nici o distribuţie"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "nu se poate parcurge media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"nu se poate accesa mediul de instalare (nu s-a găsit fişierul media.cfg)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "se ignoră mediul incompatibil `%s' (pentru %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "se obţine fişierul media.cfg..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "se încearcă selectarea unui mediu inexistent \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "selectez medii multiple: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "se elimină mediul \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "reconfigurez urpmi pentru mediul \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...reconfigurarea a eşuat"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "reconfigurarea s-a încheiat"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Eroare la generarea fişierelor denumirilor: dependenţa %d lipseşte"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "mediul \"%s\" este actualizat"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "examinez fişierul synthesis [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problemă la citirea fişierului synthesis al mediului \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "copiere [%s] pentru mediul \"%s\"..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...copierea a eşuat"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "copiez fişierul cu descrieri pentru \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...copierea s-a terminat"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "copierea fişierului [%s] a eşuat (fişier suspect de mic)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "se calculează md5sum pentru fişierului synthesis descărcat"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "descărcarea [%s] a eşuat (eroare md5sum)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "genhdlist2 a eşuat pentru %s"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "comparare %s şi %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "fişierul hdlist %s pentru mediul \"%s\" nu este valid"
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "copiere fişier MD5SUM al \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "fişier nevalid MD5SUM (descărcat de la %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "se primeşte sursa synthesis pentru \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "s-a găsit synthesis verificat ca %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "nu s-a găsit fişierul synthesis pentru mediul \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "examinez fişierul cheie publică pentru \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...cheia importată %s din fişierul cheie publică pentru \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "nu pot importa fişierul cheie publică pentru \"%s\""
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "mediul \"%s\" actualizat"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "primirea [%s] a eşuat"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "se reîncearcă cu serverul %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Nu s-a găsit un server din lista de servere %s"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "localizarea geografică %s %.2f % găsită.2f din fusul orar %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "primire listă servere de la %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "DdYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Aţi ales greşit, încercaţi din nou\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Pachet"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Versiune"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Ediţie"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arh"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(sugerat)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "mediul \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "linie de comandă"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-"Următorul pachet este acum în plus, utilizaţi \"urpme --auto-orphans\" "
-"pentru ştergerea sa."
-msgstr[1] ""
-"Următoarele pachete sunt acum în plus, utilizaţi \"urpme --auto-orphans\" "
-"pentru ştergerea lor."
-msgstr[2] ""
-"Următoarele pachete sunt acum în plus, utilizaţi \"urpme --auto-orphans\" "
-"pentru ştergerea lor."
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "nu pot parcurge \"%s\" în fişierul [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "examinez descriptorul paralel din fişierul [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "am găsit descriptorul paralel pentru nodurile: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "nu pot folosi opţiunea parallel \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "în nodul %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "Instalarea a eşuat în nodul %s"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp a eşuat, poate nodul nu este accesibil"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput a eşuat, poate nodul nu este accesibil"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "scp a eşuat la gazda %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "cp a eşuat la gazda %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-"%s a eşuat la gazda %s (poate nu are versiunea corectă a urpmi?) (cod "
-"eroare: %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "nu pot accesa mediul \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "montare %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "demontare %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf versiunea %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Acest program este soft liber şi poate fi redistribuit în termenii GNU GPL.\n"
-"\n"
-"utilizare: urpmf [opţiuni] tipar-expresie\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - afişarea versiunii utilitarului.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - foloseşte un mediu specificat (tipic un raport de "
-"erori).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - nu folosiţi mediile date, separate prin virgulă.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - nu potriviţi modelele, utlizaţi argumentul ca literal.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - folosirea altui administrator pentru urpmi db & "
-"instalarea rpm.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - sortează mediile conform subşirurilor separate prin "
-"virgulă.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - se utilizează calea indicată către mediu \n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - foloseşte fişierul synthesis dat în loc de urpmi db.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - nu afişează liniile identice.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - foloseşte numai mediile de actualizare.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - mod detaliat.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - ignoră diferenţierea majusculelor în toate modelele.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -I - utilizarea diferitelor majuscule în modele (implicit).\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - schimbaţi câmpul separator (implicit ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Expresii regulate:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text - orice text este parcurs ca regexp, exceptând utilizarea -"
-"l.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - include codul perl direct ca perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - operator binar ŞI.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - operator binar SAU.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - Negare unară.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - paranteze stânga şi dreapta.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Listă de etichete:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - se specifică un format de ieşire tip printf\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " exemplu: '%%nume:%%fişiere'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - architectură\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - compilare host\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - la compilare\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - fişiere de configurare\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - marcaj conflicte\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - descrierea pachetului\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - distribuţie\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - epocă\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - numele fişierelor pachetelor\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - afişarea fişierelor conţinute în pachet\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - grup\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - licenţă\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - numele pachetului\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - marcaj ca perimat\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - creator\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - marcaj ofertă\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - marcaj necesar\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - spaţiu instalat\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - nume rpm sursă\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - marcaj recomandat\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - sumar\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - url\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - vânzător\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - mediul în care s-a găsit pachetul\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - afişează versiune, ediţie şi arhitectură cu nume.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-"Format incorect: puteţi utiliza numai o singură etichetă cu valori multiple"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "folosind mediul specific pe %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "nu este disponibil un hdlist pentru mediul \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "nu este disponibil un synthesis pentru mediul \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "nu sunt disponibile informaţii xml pentru mediul \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "urpmi s-a repornit, lista pachetelor prioritare este neschimbată"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-"urpmi s-a repornit, lista pachetelor prioritare s-a modificat: %s contra %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Nici un pachet numit %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Următoarele pachete conţin %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "s-a găsit pachetul(ele) %s în urpmi db, dar nu este instalat"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Pachetul %s este instalat deja"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Pachetele %s sunt instalate deja"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "datorită lipsei %s"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "%s este deja instalat"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "datorită %s nesatisfăcute"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "încerc să promovez %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "pentru a păstra %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "pentru a instala %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "datorita conflictelor cu %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Semnătură incorectă (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "ID cheie incorect (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Semnătură lipsă (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "sistem"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "Trebuie să reporniţi %s pentru %s"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Nu se poate scrie fişierul"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Nu se poate deschide fişierul"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Nu se poate muta fişierul %s la %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme versiunea %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Acest program este soft liber şi poate fi redistribuit sub termenii GNU "
-"GPL.\n"
-"\n"
-"utilizare:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - selectare automată pachet în opţiuni.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - ştergere pachete inutile\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - verificaţi dacă ştergerea poate fi îndeplinită corect.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - urpmi distribuit între maşinile cu alias.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - Reîmpachetarea fişierelor înaintea ştergerii\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr ""
-" --root - folosiţi alt administrator pentru ştergerea rpm-urilor.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-" --justdb - se actualizează doar rpm db, nu şi sistemului de "
-"fişiere.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr ""
-" --noscripts - nu se execută algoritmul(ii) suplimentar al pachetului.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - configurare urpme instantanee dintr-un arbore de "
-"distribuţie, utilă\n"
-" pentru (dez)instalarea chroot cu opţiunea --root .\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose , -v - mod detaliat.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-" -a - selectează toate pachetele ce se potrivesc cu expresia.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Doar administratorul poate şterge pachete"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "pachete necunoscute "
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "pachet necunoscut "
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Ştergerea următorului pachet va corupe sistemul:"
-msgstr[1] "Ştergerea următoarelor pachete va corupe sistemul:"
-msgstr[2] "Ştergerea următoarelor pachete va corupe sistemul:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Nimic de şters"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "Nu sunt pachete inutile de şters"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Pentru satisfacerea dependenţelor, următorul pachet va fi şters"
-msgstr[1] ""
-"Pentru satisfacerea dependenţelor, următoarele %d pachete vor fi şterse"
-msgstr[2] ""
-"Pentru satisfacerea dependenţelor, următoarele %d pachete vor fi şterse"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(pachet inutil)"
-msgstr[1] "(pachete inutile)"
-msgstr[2] "(pachete inutile)"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Se şterge %d pachet?"
-msgstr[1] "Se şterg %d pachete?"
-msgstr[2] "Se şterg %d pachete?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (d/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "se verifică ştergerea %s"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Ştergere nereuşită"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "Ştergere posibilă"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "expresie nedeterminată (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-update - actualizare medii urmată de actualizarea sistemului.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - se dezactivează verificarea fişierelor cu MD5SUM.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - se forţează actualizarea cheii gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - ştergere pachete inutile fără confirmare\n"
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr ""
-" --no-suggests - nu se selectează automat pachetele \"recomandate\".\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall -nu se dezinstalează pachete niciodată, renunţă la "
-"instalare.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - nu se instalează pachetele (doar descărcare)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - păstrează pachetele existente dacă este posibil, refuză\n"
-" pachetele cerute dacă duc la eliminări lor.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - împarte în tranzacţii mai mici, dacă se vor instala\n"
-" sau actualiza mai multe pachete decât date,\n"
-" implicit este %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - lungime tranzacţii mici, implicit este %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - se impune căutarea vagă.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr ""
-" --buildrequires - se instalează cerinţele de compilare ale pachetelor\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - instalează numai pachetele sursă (fără binare).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-" --clean - şterge rpm-urile din cache înainte de orice altceva.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - nu se şterg rpm-urile din cache.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr " --replacepkgs - forţaţi reinstalarea pachetelor deja instalate.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - permite interogarea utilizatorului la instalarea "
-"pachetelor fără\n"
-" verificarea dependenţelor\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - permite interogarea utilizatorului pt. instalarea\n"
-" pachetelor fără verificarea dependenţelor şi a "
-"integrităţii.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr ""
-" --allow-suggests - selectare automată a pachetelor \"recomandate\".\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - configurare instantanee pt. urpmi dintr-un arbore de "
-"distribuţie, utilă\n"
-" pt. instalarea unui chroot cu opţiunea --root .\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - generarea şi utilizarea unei legături locale.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - alegerea programului de descărcare. \n"
-" programe: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - opţiuni pentru curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- opţiuni pentru rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - opţiuni pentru wget\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - opţiuni pentru prozilla\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - opţiuni pentru aria2\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - limitează viteza de descărcare.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - continuă transferul fişierelor descărcate parţial.\n"
-" (--no-resume dezactivează opţiunea, implicit este "
-"dezactivată).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - foloseşte HTTP proxy specificat, numărul portului este "
-"considerat a fi\n"
-" implicit 1080 (formatul este <gazdăproxy[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - specificare utilizator şi parolă pt. autentificarea "
-"proxy\n"
-" (formatul este <utilizator:parolă>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - produce un raport de erori în directorul indicat de \n"
-" argumentul următor.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - exclude calea separată prin virgulă.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - exclude fişierele documentaţie.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --ignoresize - nu se verifică spaţiul pe disc înainte de instalare.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - se permite instalarea pachetelor pentru o altă "
-"arhitectură.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr ""
-" --noscripts - nu se execută algoritmul(ii) suplimentar al pachetului\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - packetele a căror instalare poate fi sărită\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - pachete preferate\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - când mai multe pachete sunt găsite, oferă mai multe "
-"opţiuni\n"
-" decât implicit.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - nu se blochează rpm db.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-" --strict-arch - actualizaţi numai pachetele pentru aceeaşi arhitectură.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - selectează toate potrivirile în linia de comandă.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - mod silenţios.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - mod detaliat.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" numele sau fişierele rpm date în linia de comandă vor fi instalate.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-"Eroare: nu se poate utiliza --auto-select împreună cu lista de pachete.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Eroare: Pentru raportarea unei erori, specificaţi argumentele uzuale din "
-"consolă\n"
-"împreună cu --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Nu se pot instala fişierele rpm binare când se foloseşte --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Nu puteţi instala fişierele spec"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "implicit revenire la --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-"utilizaţi --buildrequires sau --install-src, implicit revenire la --"
-"buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Directorul [%s] există deja, folosiţi un alt director pentru raportarea "
-"erorilor sau ştergeţi-l"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Nu pot creea directorul [%s] pentru raportul de erori"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Directorul %s din sistem nu există"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Eroare: %s pare să nu permită scrierea.\n"
-"Utilizaţi --allow-force pentru forţarea operaţiei."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Actualizare mediu...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (pentru actualizare)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (pentru actualizare)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (pentru instalare)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (pentru instalare)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Pentru satisfacerea dependenţelor lui '%s', unul dintre următoarele pachete "
-"este necesar: "
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Ce alegeţi? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Acest pachet nu s-a putut instala deoarece depinde de pachete\n"
-"mai vechi decât cele instalate:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Aceste pachete nu s-au putut instala deoarece depind de pachete\n"
-"mai vechi decât cele instalate:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Continuaţi totuşi instalarea?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (D/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Pachetul cerut nu poate fi instalat:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Unele pachete cerute nu pot fi instalate:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "ştergerea pachetului %s va deteriora sistemul dvs"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Instalarea nu poate continua deoarece următoarele pachete\n"
-"trebuie şterse pentru ca altele să fie actualizate:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Instalarea nu poate continua pt. că următoarele pachete \n"
-"trebuie şterse pentru ca altele să fie actualizate:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Următoarele pachete trebuie şterse pentru ca altele să fie actualizate:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Unrmătoarele pachete trebuie şterse pentru ca altele să fie actualizate:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(numai test, nu se va efectua ştergerea)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Trebuie să rulaţi urpmi cu --buildrequires pentru instalarea următoarelor "
-"dependenţe:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Următorul pachet inutil va fi şters."
-msgstr[1] "Următoarele pachete inutile vor fi şterse."
-msgstr[2] "Următoarele pachete inutile vor fi şterse."
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(numai test, nu se va efectua instalare)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "vor fi utilizaţi adiţional %s din spaţiul de pe disc."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "vor fi eliberaţi %s din spaţiul de pe disc."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "%s de pachete vor fi primiţi."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Continuaţi cu instalarea unui pachet?"
-msgstr[1] "Continuaţi cu instalarea a %d pachete?"
-msgstr[2] "Continuaţi cu instalarea a %d pachete?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Renunţă"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Apăsaţi Enter după montare..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"utilizare: urpmi.addmedia [opţiuni] <nume> <url>\n"
-"unde <url> este una din\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"utilizare: urpmi.addmedia [opţiuni] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <nume> <cale>\n"
-"\n"
-"exemple:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"şi [opţiunile] sunt din \n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-" --wget - foloseşte wget pentru obţinerea fişierelor de la "
-"distanţă.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr ""
-" --curl - foloseşte curl pentru obţinerea fişierelor de la "
-"distanţă.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - utilizaţi prozilla pentru descărcarea fişierelor.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 - utilizaţi aria2 pentru aducerea fişierelor.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - alegeţi metoda pentru descărcarea fişierelor xml\n"
-" una din: niciodată, la cerere, numai la actualizări, "
-"întotdeauna. cf urpmi.cfg(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - se foloseşte fişierul synthesis.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - utilizaţi fişiere rpm (în loc de synthesis).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " -no-probe - nu se încearcă găsirea fişierului synthesis.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - crearea automată a tuturor mediilor de pe un mediu\n"
-" de instalare.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-" --interactive - cu --distrib, se cere confirmarea pentru fiecare mediu\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - with --distrib, se adaugă toate mediile afişate\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - foloseşte URL-ul specificat pentru lista oglinzilor, "
-"implicit este \n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - se creează mediu virtual ce este actualizat permanent.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-" --no-md5sum - dezactivează verificarea fişierelor folosind MD5SUM.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - nu se importă cheia publică a mediului adăugat\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw - adăugaţi mediul în configurare, dar nu-l actualizaţi.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - mod silenţios.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - mod detaliat.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "regulile cunoscute xml-info sunt %s "
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "nu sunt necesare argumente pentru --distrib --mirrorlist <url>"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-"<url>greşit (pentru directoarele locale, adresa trebuie să fie absolută)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Doar administratorul poate adăuga un mediu"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "se creează fişierul de configurare [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Nu pot crea fişierul de configurare [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "nu e nevoie să daţi <calea relativă a synthesis> cu --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Doriţi adăugarea mediului '%s'?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "lipseşte <calea relativă a synthesis>\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Nu se poate utiliza %s cu mediul extern"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "nu se poate adăuga mediul"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover versiunea %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Acest program este soft liber şi poate fi redistribuit sub termenii GNU "
-"GPL.\n"
-"\n"
-"utilizare:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-" --checkpoint - stabilirea punctului începerii reîmpachetării acum\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - nu se curăţă directorul de reîmpachetare la marcaj\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-" --list - afişaţi tranzacţiile corespunzătoare parametrului dată/"
-"durată\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - afişarea tuturor tranzacţiilor din rpmdb (lungă)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - afişarea tranzacţiilor de la marcaj\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - revenire până la data specificată,\n"
-" sau revenire cu un număr specificat de tranzacţii\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - dezactivare reîmpachetare\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Dată sau durată nevalide [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Directorul de reîmpachetare nu este definit\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Nu se poate scrie în directorul de reîmpachetare [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Curăţare director reîmpachetare [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "fişierul %d este şters\n"
-msgstr[1] "fişierele %d sunt şterse\n"
-msgstr[2] "fişierele %d sunt şterse\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Argumente linie comandă incorecte [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Nu puteţi specifica --checkpoint şi --rollback simultan\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Nu puteţi specifica --checkpoint şi --list simultan\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Nu puteţi specifica --rollback şi --list simultan\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Nu puteţi specifica --disable cu o altă opţiune"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Nu sunt tranzacţii începând cu %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Trebuie să fiţi admistrator pentru această operaţie"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Scriere fişier algoritm suplimentar rpm [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Nu s-a găsit data restaurării\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Restaurare până la %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Reîmpachetare dezactivată\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"Utilizare: urpmi.removemedia (-a | <nume>...)\n"
-"unde <nume> este numele mediului de şters.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - selectează toate mediile.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - căutare aproximativă în numele mediilor.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Doar administratorul poate elimina medii"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "nimic de şters (folosiţi urpmi.addmedia pentru a adăuga un mediu)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"intrarea de şters lipseşte\n"
-"(una din %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"utilizare: urpmi.update [opţiuni] <nume>...\n"
-"unde <nume> este numele mediului de actualizat.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - foloseşte numai mediile de actualizare.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - forţează actualizarea cheii gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-" --ignore - nu se actualizează, se marchează mediul ca fiind "
-"ignorat.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - fără actualizare, marcaţi mediul ca activat.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --probe-rpms - nu se utilizează synthesis, se utilizeză direct fişierele "
-"rpm\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - selectează toate mediile nedemontabile.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - se forţează actualizarea synthesis\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -ff - se forţează suplimentar actualizarea synthesis\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Doar administratorul poate actualiza mediile"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"nimic de actualizat (folosiţi urpmi.addmedia pentru a adăuga un mediu)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"intrarea de actualizat lipseşte\n"
-"(una din %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "mediul %s ignorat"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "mediul %s activat"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq versiunea %s\n"
-"Copyright © 2002-2006 Mandriva.\n"
-"Acest program este soft liber şi poate fi redistribuit în termenii GNU GPL.\n"
-"\n"
-"utilizare:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - se utilizează numai mediul indicat pentru căutarea "
-"pachetelor cerute.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - afişare pachete inutile\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - impune căutarea fuzzy (identic cu -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - listează pachetele disponibile.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - listează mediile disponibile.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - listează mediile disponibile şi URL-ul lor.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - listează nodurile disponibile când se foloseşte --"
-"parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - listează alias-urile paralele disponibile.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - afişează configurarea in formatul argumentului urpmi."
-"addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - pachetul următor este un pachet sursă ( identic cu -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - dă toate pachetele sursă înainte de descărcare (numai "
-"root).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - se caută rpm-urile pentru arhitectura necorespunzătoare.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" -use-distrib - configurează urpmi instantaneu dintr-un arbore de "
-"distribuţie.\n"
-" Aceasta permite interogarea unei distribuţii.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - afişează jurnalul modificărilor\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - afişare conflicte.\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - afişare perimate.\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - afişare ofertă.\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - afişare necesar.\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - afişare recomandate.\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - afişare sursa rpm.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - afişare sumar.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - interogare dependenţe pachete.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr ""
-" --whatrequires - căutare inversă în lista de dependenţe a pachetului.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - căutare inversă extinsă (include pachetele virtuale).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - căutare în ofertă pentru pachete.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - ieşire completă cu pachetul ce va fi şters.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - arată grupurile şi cu nume.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - afişează informaţii utile pentru utilizatorul uman.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - listează fişierele din pachet.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - echivalent cu -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - afişează versiunea şi ediţia cu nume.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - pachetul următor este un pachet sursă (identic cu -src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - şterge pachetul dacă o versiune mai recentă este deja "
-"instalată.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - impune căutarea fuzzy (identic cu --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - ca şi -y, dar forţează căutarea ignorând litere mari sau "
-"mici.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " numele sau fişierele rpm date în linia de comandă sunt interogate.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "utilizare: \"urpmq --auto-orphans\" fără argumente"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes poate fi folosit numai cu --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "utilizaţi -l pentru afişarea fişierelor"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"nu sunt informaţii xml pentru mediul \"%s\", rezultate parţiale pentru "
-"pachetul %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"nu sunt informaţii xml pentru mediul \"%s\", rezultate parţiale pentru "
-"pachetele %s"
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"nu sunt informaţii xml pentru mediul \"%s\", lipsă rezultate pentru pachetul "
-"%s"
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"nu sunt informaţii xml pentru mediul \"%s\", lipsă rezultate pentru "
-"pachetele %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Nu s-a gasit changelog\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - creează un mediu de actualizare.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "URL incorect: [%s]"
-
-#~ msgid "sorry, you can't use --install-src to install remote .src.rpm files"
-#~ msgstr ""
-#~ "nu puteţi utiliza --install-src pentru instalarea la distanţă a "
-#~ "fişierelor .src.rpm"
-
-#~ msgid "Error"
-#~ msgstr "Eroare"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d tranzacţie instalare eşuată"
-#~ msgstr[1] "%d tranzacţii instalare eşuate"
-#~ msgstr[2] "%d tranzacţii instalare eşuate"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Pachetul %s nu poate fi instalat"
-
-#, fuzzy
-#~ msgid "Packages %s can not be installed"
-#~ msgstr "Pachetul %s nu poate fi instalat"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Verific pentru ştergere următoarelor pachete"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "baza de date urpmi este blocată"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "opţiuni necunoscute '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "prea multe puncte de montare pentru mediul \"%s\""
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "folosesc dispozitive mobile diferite [%s] pentru \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "nu pot obţine calea pentru mediul \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "nu pot accesa primul mediu de instalare"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "nu pot accesa mediul \"%s\",\n"
-#~ "asta se poate întampla dacă aţi montat manual directorul când aţi creat "
-#~ "mediul."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "mediu incoerent \"%s\" marcat ca mobil dar nu este aşa"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - curăţă directorul cache antete.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "mediul virtual trebuie să fir local"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "nu pot percurge fişierul hdlist pentru \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr ""
-#~ "calculez md5sum pentru fişierul sursă hdlist (sau synthesis) existent"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "mediul virtual \"%s\" nu ar trebui să folosească un hdlist deja definit, "
-#~ "mediul este ignorat"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "nume de fişier rpm invalid [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "nu pot să găsesc fişierul listă pentru \"%s\", mediul a fost ignorat"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "se încearcă selectarea unui mediu inexistent \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "am construit fişierul synthesis pentru mediul \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "nu pot percurge fişierul hdlist pentru \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "mediul \"%s\" încearcă să folosească un hdlist deja folosit, mediul este "
-#~ "ignorat"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "mediul \"%s\" încearcă să folosească o listă deja folosită, mediul este "
-#~ "ignorat"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Notă: din moment ce nici un mediu căutat foloseşte hdlist, urpmf nu a "
-#~ "putut întoarce nici un rezultat\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "efectuez a doua parcurgere pentru a calcula dependenţele\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "creez hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "Nu pot genera fişierul synthesis pentru mediul \"%s\". Fişierul "
-#~ "dumneavoastră hdlist ar putea fi corupt."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "problemă la citirea fişierului hdlist/synthesis al mediului \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "calculez ms5sum pt. fişierul sursă hdlist/synthesis copiat"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...copierea eşuată: nepotrivire md5sum"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "nu a fost găsit nici un fişier rpm de la [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "nu pot citi fişierele rpm din [%s]: %s"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "citest antetele de pe mediul \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-synthesis - încearcă găsirea şi folosirea fişierelor "
-#~ "synthesis.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - încearcă găsirea şi folosirea fişierelor hdlist.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Notă: din moment ce nici un mediu căutat foloseşte hdlist, urpmf nu a "
-#~ "putut întoarce nici un rezultat\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "Puteţi folosi --name pentru a căuta în numele pachetelor.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr ""
-#~ " --src - pachetul următor este un pachet sursă ( identic cu -"
-#~ "s).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - încearcă găsirea şi folosirea fişierelor hdlist.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "nu pot actualiza mediul \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "Nu pot creea mediul \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "există pachete multiple cu acelaşi nume de fişier rpm \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "nu pot parcurge corect [%s] pentru valoarea \"%s\""
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "mediul \"%s\" foloseşe un fişier listă invalid (oglindirea probabil nu "
-#~ "este actualizată, încerc să folosesc o metodă alternativă)"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "mediul \"%s\" nu defineşte nici o locaţie pentru fişiere rpm"
-
-#~ msgid "unrequested"
-#~ msgstr "necerute"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "adăugare pachet %s (id=%d, eid=%d, acualiz=%d, fişier=%s)"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Următoarele pachete au semnături eronate:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Doriţi să continuaţi?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "E nevoie de autorizare pentru a partaja directoare"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "nu pot şterge pachetul %s"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages will be removed (%d MB)"
-#~ msgstr ""
-#~ "Pentru a satisface dependenţele, următoarele pachete vor fi şterse (%d MB)"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "Nu s-a găsit lista de fisiere (filelist)\n"
-
-#~ msgid "medium \"%s\" is not selected"
-#~ msgstr "mediul \"%s\" nu este selectat"
-
-#, fuzzy
-#~ msgid "Remove %d packages?"
-#~ msgstr "şterg pachetul %s"
-
-#~ msgid " -f - force generation of hdlist files.\n"
-#~ msgstr " -f - forţează generarea fişierelor hdlist.\n"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr " -P - nu căuta în Provides pentru a găsi pachetul.\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr ""
-#~ " -R - căutare inversă în lista de dependenţe a pachetului.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " -RR - extended reverse search (includes virtual packages).\n"
-#~ msgstr ""
-#~ " -R - căutare inversă în lista de dependenţe a pachetului.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Pentru a satisface dependenţele, următoarele %d pachete vor fi instalate "
-#~ "(% d MB)"
-
-#, fuzzy
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "săr peste mediul %s: lipseşte hdlist\n"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Instalarea pachetului `%s' (%s/%s)..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "examinez fişierul synthesis [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "distribui %s"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "Instalare pachete..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Instalare pachete..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-synthesis - încearcă găsirea şi folosirea fişierelor "
-#~ "synthesis.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - încearcă găsirea şi folosirea fişierelor hdlist.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "`with' lipseşte pentru mediul tip reţea\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "opţiuni necunoscute '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "nu pot găsi fişierul hdlist pentru \"%s\", mediul a fost ignorat"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "fişier listă incoerent pentru \"%s\", mediul a fost ignorat"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "nu pot inspecta fişierul listă pentru \"%s\", mediul a fost ignorat"
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "mediul virtual \"%s\" nu este local, mediul este ignorat"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "mediul virtual \"%s\" ar trebui să aibăun hdlist/synthesis valid, mediul "
-#~ "este ignorat"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "copiez hdlist (sau synthesis) sursă pentru \"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "copierea hdlist sursă (sau synthesis) a eşuat"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "fişierul [%s] este deja folosit în acelaşi mediu \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "nu s-a scris nimic în fişierul listă pentru \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "am găsit %d antete în cache"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "elimin %d antete vechi din cache"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "folosesc procesul %d pentru executarea tranzacţiei"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --norebuild - nu încerca să regenerezi hdlist dacă nu există "
-#~ "drepturi de citire.\n"
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Următoarele pachete conţin %s: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "copiez fişierul hdlist..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "descriere hdlist invalidă \"%s\" în fişierul hdlists"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Este OK?"
-
-#~ msgid ""
-#~ "urpmi version %s\n"
-#~ "Copyright (C) 1999-2005 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmi versiunea %s\n"
-#~ "Copyright (C) 1999-2005 Mandriva.\n"
-#~ "Acest program este soft liber şi poate fi redistribuit sub termenii GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "Utilizare:\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "urpmq version %s\n"
-#~ "Copyright (C) 2000-2005 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf versiunea %s\n"
-#~ "Copyright © 2002-2004 Mandriva.\n"
-#~ "Acest program este soft liber şi poate fi redistribuit în termenii GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "Utilizare:\n"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - foloseşte versiunea de distribuţie specificată, "
-#~ "versiunea\n"
-#~ " implicită este preluată de la versiunea distribuţiei "
-#~ "raportată\n"
-#~ " de pachetul mandriva-release instalat.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - foloseşte arhitectura specificată, implicită este "
-#~ "arhitectura\n"
-#~ " ediţiei Mandriva Linux instalată\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - extrage antete pentru pachetul listat din urpmi db la\n"
-#~ " stdout (numai root).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "Pentru a satisface dependenţele, următoarele %d pachete vor fi instalate "
-#~ "(% d MB)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "instalez %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Instalare automată a pachetelor...\n"
-#~ "Aţi cerut instalarea pachetului %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: comanda nu a fost găsită\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Unele pachete cerute nu pot fi instalate:\n"
-#~ "%s"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "nepotrivire md5sum"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf versiunea %s\n"
-#~ "Copyright © 2002-2004 Mandriva.\n"
-#~ "Acest program este soft liber şi poate fi redistribuit în termenii GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "Utilizare:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr ""
-#~ " --synthesis - foloseşte fişierul synthesis dat în loc de urpmi db.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - nu afişează eticheta Nume (implicit dacă nu s-a dat "
-#~ "eticheta\n"
-#~ " în linia de comandă, incompatibil cu modul "
-#~ "interactiv).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - nu afişează liniile identice.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - afişează toate etichetele\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - afişare etichetă Sumar: sumar.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - afişare etichetă Descriere: descriere.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - afişează eticheta (buildhost): build host.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr ""
-#~ " --provides - afişează eticheta Oferă: tot ce oferă (linii "
-#~ "multiple).\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr ""
-#~ " --requires - afişează eticheta Necesită: toate necesităţile.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - afişează eticheta Fişiere: toate fişierele.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr " --obsoletes - afişează eticheta Perimat: toate perimatele.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - foloseşte un mediu specificat (tipic un raport\n"
-#~ " de erori).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr ""
-#~ " -i - ignoră diferenţierea majusculelor în toate modelele.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - operator binar ŞI, adevărat dacă ambele expresii sunt "
-#~ "adevărate.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - operator binar SAU, adevărat dacă una dintre expresii "
-#~ "este adevărată.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr ""
-#~ " -! - Negare unară, adevărată dacă expredia este falsă.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr ""
-#~ " ( - paranteză stânga pentru deschidere expresii de grup.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr ""
-#~ " ) - paranteză dreapta pentru închidere expresii de grup.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "răspunsul este:\n"
-#~ "%s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "Continuaţi?"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Unele pachete cerute nu pot fi instalate:\n"
-#~ "%s"
-
-#, fuzzy
-#~ msgid ""
-#~ " --keep - keep existing packages if possible, reject requested\n"
-#~ " packages that leads to remove.\n"
-#~ msgstr ""
-#~ " --keep - păstrează pachetele existente dacă este posibil, "
-#~ "refuză\n"
-#~ " pachetele cerute dacă duc la eliminări lor.\n"
-
-#~ msgid ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-#~ msgstr ""
-#~ " --distrib-XXX - creează automat un mediu pentru partea XXX a unei\n"
-#~ " distribuţii, XXX poate fi main, contrib, updates sau\n"
-#~ " orice altceva a fost configurat ;-)\n"
-
-#~ msgid "found version %s and arch %s ..."
-#~ msgstr "am găsit versiunea %s şi arhitectura %s ..."
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "nu pot adăuga actualizări de la o distribuţie Cooker\n"
-
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "obţin oglindirile de la %s ..."
-
-#~ msgid "relocated %s entries in depslist"
-#~ msgstr "am relocat %s intrări în depslist"
-
-#~ msgid "no entries relocated in depslist"
-#~ msgstr "nici o intrare relocată în depslist"
-
-#~ msgid ""
-#~ " --best-output - choose best interface according to the environment:\n"
-#~ " X or text mode.\n"
-#~ msgstr ""
-#~ " --best-output - alege cea mai bună interfaţă în funcţie de mediul de "
-#~ "lucru:\n"
-#~ " X sau mod text.\n"
-
-#~ msgid ""
-#~ "You have selected a source package:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ "You probably didn't want to install it on your computer (installing it\n"
-#~ "would allow you to make modifications to its sourcecode then compile "
-#~ "it).\n"
-#~ "\n"
-#~ "What would you like to do?"
-#~ msgstr ""
-#~ "Aţi selectat pachetul sursă:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Probabil nu aţi dorit instalarea lui pe calculatorul dvs (instalarea\n"
-#~ "v-ar fi permis modificarea codului sursă, apoi compilarea sa).\n"
-#~ "\n"
-#~ "Ce doriţi să faceţi?"
-
-#~ msgid "Do nothing"
-#~ msgstr "Nu fă nimic"
-
-#~ msgid "Yes, really install it"
-#~ msgstr "Da, instalează-l"
-
-#~ msgid "Save file"
-#~ msgstr "Salvare fişier"
-
-#~ msgid "Install it"
-#~ msgstr "Instalează"
-
-#~ msgid "Initializing..."
-#~ msgstr "Iniţializare..."
-
-#~ msgid "do you agree ?"
-#~ msgstr "Sunteţi de acord?"
diff --git a/po/ru.po b/po/ru.po
deleted file mode 100644
index ecec621e..00000000
--- a/po/ru.po
+++ /dev/null
@@ -1,3257 +0,0 @@
-# translation of ru.po to Russian
-# translation of ru.po to
-# Translation of urpmi messages to Russian
-# Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
-#
-#
-# Aleksey Smirnov <smi@logic.ru>, 2000.
-# Vladimir Choundalov <choundalovvv@point.pwp.ru>, 2001.
-# Pavel Maryanov <acid_jack@ukr.net>, 2002, 2003, 2004, 2005, 2006, 2007, 2008.
-# Alice Lafox <alice@lafox.com.ua>, 2003.
-# Alice Lafox <alice@lafox.net>, 2004, 2005.
-# akdengi <kazancas@mandriva.ru>, 2008.
-# akdengi <kazancas@gmail.com>, 2008.
-# Alexander Kazancev <kazancas@gmail.com>, 2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: ru\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-09-09 22:18+0500\n"
-"Last-Translator: Alexander Kazancev <kazancas@gmail.com>\n"
-"Language-Team: Russian <gnu@mx.ru>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: KBabel 1.11.4\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Установка RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Ошибка: не удаётся найти файл %s, операция отменяется"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_ОК"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Вы выбрали пакет с исходными кодами:\n"
-"\n"
-"%s\n"
-"\n"
-"Возможно, вы не хотели устанавливать его на свой компьютер (его установка\n"
-"позволит вам изменить исходный код, а затем откомпилировать его).\n"
-"\n"
-"Что хотите сделать?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Вы собираетесь установить в свою систему следующие пакеты:\n"
-"\n"
-"%s\n"
-"\n"
-"Продолжить?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Вы собираетесь установить в свою систему следующий пакет:\n"
-"\n"
-"%s\n"
-"\n"
-"Вы можете просто сохранить его. Каков ваш выбор?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Установить"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Сохранить"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Отмена"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Укажите местоположение, где сохранить файл"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi версия %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Это свободное программное обеспечение и может распространяться согласно "
-"условиям GNU GPL.\n"
-"\n"
-"использование:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Параметры:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - вывести это справочное сообщение\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - неинтерактивный режим; на вопросы даются ответы по "
-"умолчанию.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid " --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - автоматический выбор пакетов для обновления системы.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid " --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - принудительное выполнение, даже если некоторые пакеты\n"
-" не существуют\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - проверять подписи rpm перед установкой\n"
-" (--no-verify-rpm отключает её; по умолчанию включена)\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - использовать только указанные источники,\n"
-" перечисленные через запятую.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - разрешить искать пакеты в provides\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - не искать пакеты в provides\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - использовать другой корень для установки rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - проверить возможность корректной установки\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid " --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - использование только указанных источников для поиска\n"
-" запрошенных пакетов.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Пакеты не указаны"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Подождите, пожалуйста..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Необходимы права root'а"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Некоторые запрошенные пакеты не могут быть установлены:\n"
-"%s\n"
-"Всё равно продолжить установку?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Внимание"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "ОК"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (обновить)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (установить)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Выбор пакета"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Нужен один из следующих пакетов:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Прервать"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Следующие пакеты должны быть удалены для обновления остальных:\n"
-"%s\n"
-"Всё равно продолжить установку?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid "To satisfy dependencies, the following package is going to be installed:"
-msgstr "Для удовлетворения зависимостей будет установлен следующий пакет:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid "To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Для удовлетворения зависимостей будут установлены следующие пакеты:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d пакет, %d МБ)"
-msgstr[1] "(%d пакетов, %d МБ)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Устанавливается пакет..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "не удаётся получить пакеты с исходными кодами, аварийное завершение"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Подготовка..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Устанавливается пакет `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Вставьте носитель под названием \"%s\""
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Загружается пакет `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Готово"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Установка не удалась, некоторые файлы отсутствуют:\n"
-"%s\n"
-"Возможно вам необходимо обновить базу данных urpmi"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Установка не удалась:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Все уже установлено"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Установка завершена"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "удаляется %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "urpmi перезапускается"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"использование: %s [параметры]\n"
-"где [параметры] являются одними из\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - вывести это справочное сообщение\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <путь> - использовать данный корень вместо /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [группа] - ограничить результаты до указанной группы.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " по умолчанию %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - выводить полное имя rpm (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Только суперпользователю разрешается устанавливать пакеты"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Запуск urpmi в ограниченном режиме..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "не удалось создать каталог %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "недопустимый владелец каталога %s"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "Не удаётся загрузить пакеты в %s"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "не удаётся открыть базу данных RPM"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "неверное имя rpm-файла [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "извлекается rpm-файл [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...извлечение выполнено"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...извлечение не удалось: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "нет доступа к rpm-файлу [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "не удаётся разобрать spec-файл %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "не удаётся зарегистрировать rpm-файл"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Несовместимая архитектура для [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "ошибка регистрации локальных пакетов"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Эта операция запрещена при работе в ограниченном режиме"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "неверное объявление proxy в командной строке\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: не удаётся прочитать rpm-файл \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "неожиданное выражение %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "перед %s отсутствует выражение"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "неожиданное выражение %s (рекомендация: используйте параметр -a или -o)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "отсутствует выражения для закрытия"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-"по умолчанию urpmf ожидает регулярное выражение. Используйте параметр \"--"
-"literal\""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "Каталог chroot не существует"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "%s нельзя использовать без %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "%s нельзя использовать без %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Слишком много аргументов\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Копирование не удалось"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"Вы должны монтировать CD-ROM вручную (или установите perl-Hal-Cdroms чтобы "
-"это происходило автоматически)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "HAL-демон (hald) не запущен или не готов к работе"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "источник \"%s\" недоступен"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "не удаётся прочитать rpm-файл [%s] из источника \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "ошибка синтаксиса в конфигурационном файле: строка [%s]"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "не удаётся прочитать конфигурационный файл [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "источник '%s' определён дважды; останов"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "не удаётся записать конфигурационный файл [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-"не удаётся прочитать параметры прокси-сервера (недостаточно прав, чтобы "
-"прочитать %s)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Укажите данные для доступа к прокси-серверу\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Имя пользователя:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Пароль:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Неизвестный webfetch `%s' !!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "сбой %s: завершён с сигналом %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "сбой %s: завершён с %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "сбой копирования"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "Отсутствует wget\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "Отсутствует curl\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "сбой curl: загрузка отменена\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "Отсутствует rsync\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "Отсутствует ssh\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "Отсутствует prozilla\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Не удаётся запустить prozilla\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "Отсутствует aria2\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% из %s завершено, осталось времени = %s, скорость = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% завершено, скорость = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "загружается %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "загружено %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "для %s определён неизвестный протокол"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s недоступен, выполняется откат до %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "не найден webfetch; поддерживаемые webfetch: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "не удаётся обработать протокол: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "очищаются %s и %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "пакет %s не найден."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "извлекаются rpm-файлы из источника \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[повторная упаковка]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid "created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "создана транзакция для установки на %s (remove=%d, install=%d, upgrade=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "не удаётся создать транзакцию"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "не удаётся извлечь rpm-файл из пакета delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "не удаётся установить пакет %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "удаляются неверные rpm-файлы (%s) из %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "не удалось удалить %s: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Удаляется пакет %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "удаляется пакет %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "удаляются установленные rpm-файлы (%s) из %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Дополнительная информация о пакете %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Не удаётся создать каталог для кэширования ldap"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Не удаётся записать файл кэша для ldap\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Сервер не определён; отсутствует URI или хост"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "База не определена"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Не удаётся подключиться к ldap по URI:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "база данных %s заблокирована, подождите..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "прерывается"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "%s база заблокирована (возможно ее использует другая программа)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Установка не удалась"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Попробовать в любом случае? (y/N)"
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Не удалось установить; неверные rpm-файлы:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Следующий пакет имеет неверную подпись"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Следующие пакеты имеют неверные подписи"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Продолжить установку?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "удаляются установленные rpm-файлы (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "распределяется %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "устанавливается %s из %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "устанавливается %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Попробовать установить без проверки зависимостей? (y/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Попробовать принудительную установку (--force)? (y/N)"
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Пакеты находятся в актуальном состоянии"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Установка возможна."
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "изучается файл %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "Неверный файл MD5SUM"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "предупреждение: в файле MD5SUM нет md5-суммы для %s"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"виртуальный источник \"%s\" должен содержать пустой url; источник "
-"проигнорирован"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "нет доступа к файлу списка источника \"%s\"; источник проигнорирован"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "нет доступа к файлу synthesis для \"%s\"; источник проигнорирован"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "попытка переопределить существующий источник \"%s\"; пропускается"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "не удалось выполнить миграцию съёмного устройства; источник игнорируется"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "записан конфигурационный файл [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Нельзя одновременно использовать режимы parallel и use-distrib"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "используется связанный источник для режима parallel: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"параметр --synthesis нельзя использовать с --media, --excludemedia, --"
-"sortmedia, --update или --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Поиск: начало - %s, конец - %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "пропускается пакет %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "будет произведена установка вместо обновления пакета %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "источник \"%s\" уже существует"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(игнорируется по умолчанию)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "добавляется источник \"%s\" (перед удалённым источником \"%s\")"
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "добавляется источник \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "Каталог %s не существует"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "не удаётся найти дистрибутив по указанному адресу"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "не удаётся обработать файл media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "нет доступа к источнику с дистрибутивом (не найден файл media.cfg)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "пропускается несовместимый источник `%s' (для %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "загружается файл media.cfg..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "был выбран несуществующий источник \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "выбирается составной источник: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "удаляется источник \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "перенастраивается urpmi для источника \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...перенастройка не удалась"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "перенастройка выполнена"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Ошибка создания файла имён: не найдена зависимость %d"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "источник \"%s\" уже обновлён"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "изучается файл synthesis [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "проблема чтения файла synthesis источника \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "копируется [%s] для источника \"%s\"..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...копирование не удалось"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "копируется файл описания для \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...копирование выполнено"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "копирование [%s] не удалось (файл подозрительно короткий)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "вычисляется md5-сумма для загруженного synthesis-файла источника"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "копирование [%s] не удалось (md5-суммы не совпадают)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "ошибка выполнения genhdlist2 для %s"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "сравниваются %s и %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "неверный файл hdlist %s для источника \"%s\""
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "копируется файл MD5SUM для \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "неверный файл MD5SUM (загружен из %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "загружается synthesis-файл источника из \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "найден искомый synthesis-файл: %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "не найден synthesis-файл для источника \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "проверяется файл открытого ключа для \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...импортирован ключ %s из файла открытого ключа \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "не удаётся импортировать файл открытого ключа \"%s\""
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "обновлён источник \"%s\""
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "не удалось загрузить [%s]"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "повторная попытка с зеркала %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Не удаётся найти зеркало из списка зеркал %s"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "найдено географическое расположение %s %.2f %.2f из часового пояса %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "загружается список зеркал из %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "NnНн"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "YyДд"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Извините, плохой выбор, попробуйте ещё раз\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Пакет"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Версия"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Релиз"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Платформа"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(рекомендуется)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "источник \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "командная строка"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "Б"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "КБ"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "МБ"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "ГБ"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "ТБ"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-"Следующий пакет теперь является осиротевшим, для его удаления используйте "
-"команду \"urpme --auto-orphans\""
-msgstr[1] ""
-"Следующие пакеты теперь являются осиротевшими, для их удаления используйте "
-"команду \"urpme --auto-orphans\""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "не удаётся разобрать \"%s\" в файле [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "проверяется обработчик parallel в файле [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "найден обработчик parallel для узлов: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "нельзя использовать параметр parallel \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "в узле %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "Ошибка установки на узле %s"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "сбой rshp, может быть узел не недостижим"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "сбой mput, может быть узел недостижим"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "сбой scp на хосте %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "сбой cp на хосте %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-"Сбой %s на хосте %s (возможно он имеет неверную версию urpmi?) (код выхода: %"
-"d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "нет доступа к источнику \"%s\"."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "монтируется %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "отмонтируется %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf версия %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Это свободное программное обеспечение и может распространяться согласно "
-"условиям GNU GPL.\n"
-"\n"
-"использование: urpmf [параметры] путь-выражение\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - вывести номер версии этой утилиты.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - использовать особое окружение (обычно отчёт\n"
-" об ошибке).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - не использовать указанные источники,\n"
-" перечисленные через запятую.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid " --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - не искать соответствия шаблону, использовать аргумент\n"
-" как буквенную строку.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --root-root - использовать другой корень для базы данных urpmi и "
-"установки пакетов.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid " --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - сортировать источники по подстрокам, перечисленным\n"
-" через запятую.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - использовать указанный путь к источнику.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - использовать указанный synthesis вместо БД urpmi.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - не выводить идентичные строки.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - использовать только источник обновления.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - подробный режим.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - игнорировать учёт регистра в шаблонах.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -I - учитывать регистра во шаблонах (по умолчанию).\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - изменение разделителя полей (по умолчанию - ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Выражения для шаблонов:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text - любой текст считается регулярным выражением,\n"
-" если только не используется -l.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - включение кода perl непосредственно как perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - двоичный оператор AND.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - бинарный оператор OR.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - унарный NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - левая и правая скобки.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Список тегов:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - указание выходного формата в стиле printf\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " пример: '%%name:%%files'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - архитектура\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - хост, на котором собран.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - время сборки\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - конфигурационные файлы\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - конфликтующие теги\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - описание пакета\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - дистрибутив\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - epoch\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - имя пакета\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - список файлов в пакете\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - группа\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - лицензия\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - имя пакета\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - устаревшие теги\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - создатель пакета\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - предоставляемые теги\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - требуемые теги\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - установленный размер\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - rpm с исходными кодами\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - рекомендуемые теги\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - сводка\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - url\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - поставщик\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - источник, в котором был найден пакет\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - вывод версии, релиза и архитектуры с названием.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-"Неверный формат: вы можете использовать только один тег с несколькими "
-"значениями"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "используется специфическое окружение для %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "не найден файл hdlist для источника \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "не найден synthesis-файл для источника \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "не найден файл xml-info для источника \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "urpmi был перезапущен; список приоритетов пакетов не изменился"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr "urpmi был перезапущен; список приоритетов пакетов изменился: %s против %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Нет пакета с именем %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Следующие пакеты содержат %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr "Вы должны использовать \"-a\"для выбора их всех"
-
-#: ../urpm/select.pm:300
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "в базе данных найдены пакеты %s, но не установлены"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Пакет %s уже установлен"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Пакеты %s уже установлен"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "из-за отсутствия %s"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "из-за того, что %s уже установлен"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "из-за неудовлетворённости %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "попытка активизировать %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "чтобы сохранить %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "чтобы установить %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "из-за конфликтов с %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Неверная подпись (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Неверный Key ID (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Отсутствует подпись (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "система"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "Необходимо перезапустить %s для %s"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Не удаётся записать файл"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Не удаётся открыть файл"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Не удаётся переместить файл %s в %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme версия %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Это свободное программное обеспечение и может распространяться согласно "
-"условиям GNU GPL.\n"
-"\n"
-"использование:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - автоматически выбрать пакет из предлагаемых\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - удаление сирот\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - проверить возможность корректного удаления\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - распределённый urpmi через машины алиаса\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - повторно упаковывать файлы перед удалением\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - использовать другой корень для удаления rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --justdb - обновить базу данных, но не изменять файловую систему.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - не выполнять scriptlet'ы пакета\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - настроить urpme на лету из дерева distrib; полезно\n"
-" для установки/удаления в/из chroot с параметром --root\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - подробный режим.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - выбрать все пакеты, удовлетворяющие выражению\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Только суперпользователю разрешается удалять пакеты"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "неизвестные пакеты"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "неизвестный пакет"
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "после удаления следующего пакета будет нарушена работа всей системы:"
-msgstr[1] "после удаления следующих пакетов будет нарушена работа всей системы:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Нечего удалять"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "Нет осиротевших пакетов для удаления"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural "To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Для удовлетворения зависимостей будет удалён следующий пакет"
-msgstr[1] "Для удовлетворения зависимостей будут удалены следующие %d пакетов"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(осиротевший пакет)"
-msgstr[1] "(осиротевшие пакеты)"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Удалить %d пакет?"
-msgstr[1] "Удалить %d пакетов?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (y/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "тестрование удаления из %s"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Удаление не удалось"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "Удаление возможно"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "незавершённое выражение (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - обновить источник, а затем систему.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - отключить проверку файла MD5SUM.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - принудительно обновить gpg-ключ.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - удаления сирот без запроса\n"
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - не выбирать автоматически \"рекомендованные\" пакеты.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - никогда не предлагать удалять пакет, прерывать "
-"установку.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - не устанавливать пакеты (только загрузить)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - по возможности сохранять существующие пакеты,\n"
-" отклонять запрошенные пакеты, которые приводят к "
-"удалению.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - разбиение на маленькие транзакции, если будут\n"
-" устанавливаться или обновляться дополнительные\n"
-" пакеты кроме указанных, по умолчанию %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - длина маленькой транзакции, по умолчанию %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - поиск на основе нечёткой логики.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - установить требуемые для сборки пакеты\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - установка только пакетов с исходными кодами\n"
-" (без бинарников).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - перед началом операции удалить rpm из кэша.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - не удалять rpm из кэша.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid " --replacepkgs - force installing packages which are already installed.\n"
-msgstr " --replacepkgs - принудительная установка уже установленных пакетов.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - разрешить устанавливать пакеты без проверки зависимостей\n"
-" после запроса у пользователя\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - разрешить устанавливать пакеты без проверки зависимостей\n"
-" и целостности после запроса у пользователя\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - автоматически выбирать \"рекомендованные\" пакеты.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - настроить urpmi на лету из дерева distrib; полезно\n"
-" для установки в chroot с параметром --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - генерировать и использовать локальные метассылки.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - программа, используемая для загрузки файлов. \n"
-" известные программы: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - дополнительные параметры, передаваемые в curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- дополнительные параметры, передаваемые в rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - дополнительные параметры, передаваемые во wget\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - дополнительные параметры, передаваемые в prozilla\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options- дополнительные параметры, передаваемые в программу aria2\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - ограничение скорости загрузки\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - возобновить загрузку частично загруженных файлов\n"
-" (--no-resume отключает её; по умолчанию отключена).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - использовать указанный HTTP-прокси; по умолчанию\n"
-" используется порт 1080 (формат - <хост_прокси[:порт]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - пользователь и пароль для аутентификации на прокси\n"
-" (формат - <пользователь:пароль>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - вывести отчёт об ошибках в каталог, определённый\n"
-" следующим аргументом\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - исключить пути, перечисленные через запятую\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - исключить файлы документации (docs)\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - не проверять дисковое пространство перед установкой\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - разрешать устанавливать rpm'ы для несоответствующих\n"
-" архитектур\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - не выполнять scriptlet'ы пакета\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - пакеты, установка которых будет пропущена\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - предпочитаемые пакеты\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - если найдены разные пакеты, предложить больше\n"
-" вариантов, чем предлагается по умолчанию\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - не блокировать базу данных rpm\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - обновить пакеты только с такой же архитектурой\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - выбрать все совпадения из командной строки\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - тихий режим (quiet).\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - очень подробный режим.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " будут установлены имена или rpm-файлы, указанные в командной строке.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-"Ошибка: параметр --auto-select нельзя использовать вместе со списком "
-"пакетов.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Ошибка: чтобы создать отчёт об ошибке, нужно указать обычные аргументы\n"
-"командной строки вместе с параметром --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-"При использовании параметра --install-src нельзя устанавливать бинарные rpm-"
-"файлы"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Вы не можете установить файл spec"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "умолчания для --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid "please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-"используйте параметр --buildrequires или --install-src (по умолчанию "
-"используется --buildrequires)"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Каталог [%s] уже существует, используйте другой каталог для отчёта об ошибке "
-"или удалите его"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Не удаётся создать каталог [%s] для отчёта об ошибке"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Каталог окружения %s не существует"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Ошибка: похоже, что %s примонтирован только для чтения.\n"
-"Используйте --allow-force для принудительного выполнения операции."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Обновляется источник...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (для обновления)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (для обновления)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (для установки)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (для установки)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Для удовлетворения зависимости '%s' нужен один из следующих пакетов:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Ваш выбор? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Не удаётся установить следующий пакет, т.к. он зависит от пакетов,\n"
-"более старых, чем установленные:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Не удаётся установить следующие пакеты, т.к. они зависят от пакетов,\n"
-"более старых, чем установленные:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Продолжить установку?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Y/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Не удаётся установить запрошенный пакет:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Не удаётся установить некоторые из запрошенных пакетов:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "удаление пакета %s нарушит работу вашей системы"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Установку невозможно продолжить, т.к. необходимо удалить следующий\n"
-"пакет для обновления остальных:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Установку невозможно продолжить, т.к. необходимо удалить следующие\n"
-"пакеты для обновления остальных:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Следующий пакет будет удалён для обновления остальных:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Следующие пакеты будут удалены для обновления остальных:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(только проверка; ничего удалено не будет)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Сначала нужно запустить urpmi с параметром --buildrequires, чтобы установить "
-"следующие зависимости:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Будет удалён следующий осиротевший пакет."
-msgstr[1] "Будут удалены следующие осиротевшие пакеты."
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(только проверка, без установки)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "Будет использовано %s дополнительного дискового пространства."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "Будет особождено %s дискового пространства."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "Будет загружено %s пакетов."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Установить один пакет?"
-msgstr[1] "Установить %d пакетов?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Отмена"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Нажмите 'Enter' после монтирования..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"Использование: urpmi.addmedia [параметры] <название> <url>\n"
-"где <url> один из:\n"
-" [file:/]/<путь>\n"
-" ftp://<логин>:<пароль>@<хост>/<путь>\n"
-" ftp://<хост>/<путь>\n"
-" http://<хост>/<путь>\n"
-" cdrom://<путь>\n"
-"\n"
-"Использование: urpmi.addmedia [параметры] --distrib --mirrorlist <url>\n"
-"Использование: urpmi.addmedia [параметры] --mirrorlist <url> <название> "
-"<относительный путь>\n"
-"\n"
-"Примеры:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"а [параметры] могут быть следующими\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - использовать wget для загрузки удалённых файлов\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - использовать curl для загрузки удалённых файлов.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - использовать prozilla для загрузки удалённых файлов\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 - использовать aria2 для загрузки удалённых файлов.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-" --update - создание источника обновления, \n"
-" или сброс не обновляемого источника (при использовании с --distrib)\n"
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - использовать определённую политику для загрузки xml-"
-"файлов\n"
-" варианты: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - использовать файл synthesis.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - использовать файлы rpm (вместо synthesis-файла).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - не искать synthesis-файл.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - автоматически создать все источники из источника\n"
-" установки\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-" --interactive - (вместе с --distrib) ожидать подтверждения для каждого\n"
-" из источников\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr ""
-" --all-media - (вместе с --distrib) добавить все перечисленные\n"
-" источники\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - использовать указанный url для поиска зеркал,\n"
-" по умолчанию используется %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - создать виртуальный источник, который всегда\n"
-" является самым актульным.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - отключить проверку файла MD5SUM\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - не импортировать pubkey из добавленного источника\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - добавить источник в config, но не обновлять его\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - тихий режим (quiet)\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - подробный режим\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "возможные политики xml-info: %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "для параметра --distrib --mirrorlist <url> не нужны аргументы"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "неверный <url> (для локального каталога путь должен быть абсолютным)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Добавлять источники разрешено только суперпользователю"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "создаётся конфигурационный файл [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Не удаётся создать конфигурационный файл [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr ""
-"с параметром --distrib <относительный путь к synthesis-файлу> указывать не "
-"нужно"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Добавить источник '%s'?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "не указан <относительный путь к synthesis-файлу>\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "%s нельзя использовать без удалённого источника"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "не удаётся добавить источник"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme.recover версия %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Это свободное программное обеспечение и может распространяться согласно "
-"условиям GNU GPL.\n"
-"\n"
-"использование:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - установить точку для повторной упаковки\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - не очищать каталог повторной упаковки в контрольной "
-"точке.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid " --list - list transactions since provided date/duration argument\n"
-msgstr ""
-" --list - список транзакций относительно указанной\n"
-" даты/продолжительности\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - список всех транзакций в rpmdb (длинный)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - список всех транзакций после контрольной точки\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - откат до указанной даты,\n"
-" или откат указанного числа транзакций\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - отключение повторной упаковки\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Неверная дата или продолжительность [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Не определён каталог повторной упаковки\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Не удаётся выполнить запись в каталог повторной упаковки [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Очищается каталог повторной упаковки [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "Удалён %d файл\n"
-msgstr[1] "Удалено %d файлов\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Ложные аргументы командной строки [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Нельзя одновременно использовать --checkpoint и --rollback\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Нельзя одновременно использовать --checkpoint и --list\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Нельзя одновременно использовать --rollback и --list\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Нельзя использовать --disable вместе с другим параметром"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Не найдены транзакции от %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Для этого нужны права суперпользователя"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Записывается файл макроса rpm [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Не найдена дата отката\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Откат до %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Отключается повторная упаковка\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"использование: urpmi.removemedia (-a | <название> ...)\n"
-"где <название> - название удаляемого источника.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - выбрать все источники.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - нечёткое совпадение названий источников.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Удалять источники разрешено только суперпользователю"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "нечего удалять (добавьте источник с помощью urpmi.addmedia)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"отсутствует удаляемый пункт\n"
-"(один из %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"использование: urpmi.update [параметры] <название> ...\n"
-"где <название> - название обновляемого источника.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - обновить только источника обновления.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - принудительно обновить gpg-ключ\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - не обновлять, пометить источник как игнорируемый.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - не обновлять, пометить источник как включённый.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --probe-rpms - не использовать synthesis-файл; использовать "
-"непосредственно rpm-файлы\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - выбрать все несъёмные источники.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - принудительно обновить synthesis-файл.\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -ff - принудительно обновить synthesis-файл.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Обновлять источники разрешено только суперпользователю"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "нечего обновлять (добавьте источник с помощью urpmi.addmedia)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"отсутствует обновляемый пункт\n"
-"(один из %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "игнорируется источник %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "включается источник %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq версия %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Это свободное программное обеспечение и может распространяться согласно "
-"условиям GNU GPL.\n"
-"\n"
-"использование:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - использовать только указанные источники для поиска\n"
-" запрошенных (или обновляемых) пакетов.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - список сирот\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - поиск на основе нечёткой логики (эквивалент -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - список доступных пакетов.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - список доступных источников.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - список доступных источников и их url.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - список доступных узлов при использовании --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - список доступных алиасов parallel.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid " --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr " --dump-config - дамп config'а в виде аргумента для urpmi.addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - следующий пакет содержит исходные коды (эквивалент -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid " --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - вывод всех пакетов с исходными кодами перед загрузкой\n"
-" (только для root'a).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - разрешить запрашивать rpm'ы для несоответствующих "
-"архитектур.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - настроить urpmi на лету из дерева distrib.\n"
-" Параметр позволяет опросить дерево дистрибутива.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - показать журнал изменений\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - показать конфликты\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - показать устаревшие\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - показать предоставляемые\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - показать требуемые\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - показать рекомендуемые\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - показать исходный rpm-пакет\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - показать сводку\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - опросить зависимости пакета.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - реверсивный поиск того, что требуется пакету.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - расширенный реверсивный поиск (включая виртуальные "
-"пакеты).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - поиск в provides для поиска пакетов.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - полный вывод данных для удаляемого пакета.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - вывод групп с именами.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - вывод полезной информации в удобной для чтения форме.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - список файлов в пакете.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - эквивалент -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - показать версию и релиз с названием.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - следующий пакет содержит исходные коды (эквивалент --"
-"src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr " -u - удалить пакет, если уже установлена более новая версия.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr ""
-" -y - поиск на основе нечёткой логики\n"
-" (эквивалент --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - эквивалент -y, но без учёта регистра.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " запрошены имена или rpm-файлы, указанные в командной строке.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "использование: \"urpmq --auto-orphans\" без аргументов"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes может использоваться только с --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "используйте -l для вывода списка файлов"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"для источника \"%s\" отсутствует xml-info; только частичный результат для "
-"пакета %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"для источника \"%s\" отсутствует xml-info; только частичный результат для "
-"пакетов %s"
-
-#: ../urpmq:408
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"для источника \"%s\" отсутствует xml-info; невозможно возвратить результат "
-"для пакета %s"
-
-#: ../urpmq:409
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"для источника \"%s\" отсутствует xml-info; невозможно возвратить результат "
-"для пакетов %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Не найден журнал изменений\n"
-
diff --git a/po/sc.po b/po/sc.po
deleted file mode 100644
index c88b73ba..00000000
--- a/po/sc.po
+++ /dev/null
@@ -1,3771 +0,0 @@
-# translation of urpmi-sc.po to Sardu
-# This file is distributed under the same license as the urpmi.pot package.
-# Copyright (C) 1999-2005 Mandriva.
-# Antoni Pistis <antonio.pistis@virgilio.it>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-sc\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2005-09-07 15:57+0100\n"
-"Last-Translator: Antoni Pistis <antonio.pistis@virgilio.it>\n"
-"Language-Team: Sardu\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Sardinian\n"
-"X-Poedit-Country: ITALY\n"
-"X-Generator: KBabel 1.3\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Aposentadura RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"As sçoberau unu pakitu mitza:\n"
-"\n"
-"%s\n"
-"\n"
-"Capatzi ki no du bolis aposentai in sa computadora (aposentendiddu iast a "
-"podi mudai su còixi mitza suu e apustis a du cumpilai).\n"
-"\n"
-"Ita bolis fai?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Megas a aposentai is pakitus ki sighint in sa computadora:\n"
-"\n"
-"%s\n"
-"\n"
-"Sigu?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Megas a aposentai su pakitu ki sighit in sa computadora:\n"
-"\n"
-"%s\n"
-"\n"
-"Forsis preferis feti a du sarvai. Ita sçoberas?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Aposenta"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Sarva"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "A_nnudda"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Sçobera anca sarvai su file"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi versioni %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Custu est programa lìberu e fait a du spainai basçu is tèrminis de sa GNU "
-"GPL.\n"
-"\n"
-"impreu:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - amosta custa missada de ajudu.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - sçobera in automàtigu is pakitus po ajorronai su "
-"sistema.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - fortza sa essighidura mancai cancu pakitu no dui siat.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - aberiga sa firma rpm innantis de aposentai\n"
-" (--no-verify-rpm da disabivat, abivada desinuncas).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - imprea feti is mèdius indidaus, pratzius de vìrgula.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - permiti de circai in is provides po agatai su pakitu.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - no cirkist in is provides po agatai su pakitu.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - imprea un'atra root po aposentai is rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - aberiga ki fait a aposentai in manera lìmpia.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - imprea feti is mèdius indidaus po circai is pakitus "
-"(ajorronus) ki bolis.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "nisçunu pakitu nominau %s"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Abeta..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Depis essi root"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Unus cantu pakitus no fait a dus aposentai:\n"
-"%s\n"
-"Sigu?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Atentu"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Andat"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (de ajorronai)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (de aposentai)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Sçoberu de is pakitus"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Dui bolit unu de is pakitus ki sighint:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "L_assa"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Is pakitus ki sighint bolint srexinaus po ajorronai is atrus:\n"
-"%s\n"
-"Sigu?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"Po satisfai is dependèntzias, megu a aposentai su pakitu ki sighit (%d MB)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Po satisfai is dependèntzias, megu a aposentai is %d pakitus ki sighint:\n"
-"%s\n"
-
-#: ../gurpmi2:244
-#, fuzzy, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "%d pakitus"
-msgstr[1] "%d pakitus"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Aposentadura pakitus..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "no potzu lompi a is pakitus mitza, bessu"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Apariçu..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Aposentu su pakitu `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Intra su mèdiu nominau \"%s\" in su trastu [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Scarrigamentu de su pakitu `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Fatu"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Aposentadura faddia, amcncat cancu file:\n"
-"%s\n"
-"Forsis bolis ajorronai su database de urpmi"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Aposentadura faddia"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Pakitu(s) jai aposentau(s)"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Aposentadura acabada"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "srèxinu %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "torru a aberri urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"impreu: %s [sceras]\n"
-"aundi [sceras] funt de\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - amosta custa missada de ajudu.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - imprea sa root donada in logu de /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - arresurtau limidau a su grupu donau.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " predefiniu est %s.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - amosta is grupus cun su nòmini puru.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Feti superuser podit aposentai pakitus"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Fatzu girai urpmi in modalidadi strinta..."
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "No potzu creai sa directory [%s] po arrelatai is fartas"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Scarrigamentu de su pakitu `%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "no potzu aberri su database rpm"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "nòmini file rpm [%s] no bàlidu"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "agatu su file rpm [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...agataus"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...no agataus: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "no potzu lompi a su file rpm [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "no potzu analisai \"%s\" in su file [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "no potzu assentai su file rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "faddina assentendi is pakitus localis"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Custa cosa no fait a da fai candu ses in modalidadi strinta"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "decrarada de proxy mala in arraya de cumandu\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: no fait a ligi su file rpm \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Amancat sa firma (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Còpia faddia"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "su mèdiu \"%s\" no d'as sçoberau"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "no potzu ligi su file rpm [%s] de su mèdiu \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "no potzu scriri su file de assètiu [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "no potzu scriri su file de assètiu [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "no potzu scriri su file de assètiu [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Po praxeri, intra is scedas tuas po lompi a su proxy\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Nòmini umperadori:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Password:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Còpia faddia"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "ca amancat %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "ca amancat %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "ca amancat %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "srèxinu %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...no agataus: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "protocollu disconnotu indidau po %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "no apu agatau webfetch, cuddus suportaus funt: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "no potzu mainjai su protocollu: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "aposentu %s de %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "no apu agatau su pakitu %s"
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "agatu is file rpm de su mèdiu \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"fata sa transatzioni po aposentai in %s (srèxina=%d, aposenta=%d, ajorrona=%"
-"d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "no potzu creai sa transatzioni"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "no potzu strai su rpm de su pakitu delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "no potzu aposentai su pakitu %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "aposentu %s de %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...no agataus: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "srèxinu su pakitu %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "srèxinu su pakitu %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "aposentu %s de %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Atra sceda apitzus de su pakitu %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "nisçunu pakitu nominau %s"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "su database de urpmi est serrau"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Atentu"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Aposentadura faddia"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Aposentadura faddia"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Is pakitus ki sighint tenint firmas malas"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Is pakitus ki sighint tenint firmas malas"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Bolis sighiri a aposentai?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "aposentu %s de %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "seu distribuendi %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "aposentu %s de %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "aposentu %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Provu a aposentai sentza de controllai is dependèntzias? (y/N) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Provu a aposentai de manera finas prus forti (--force)? (y/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Fait a aposentai"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "controllu su file MD5SUM"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "atentu: md5sum po %s no disponiditzu in su file MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "su mèdiu virtuali \"%s\" iat a bolli cun url crara, innyorau"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "no potzu lompi a sa list de \"%s\", mèdiu innyorau"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "no potzu lompi a sa hdlist de \"%s\", mèdiu innyorau"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "provu a fai de mancu de su mèdiu \"%s\", du lassu"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "scrì su file de assètiu [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "No fait sa modalidadi parallela cun sa distribuia"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "impreu mèdius assotziaus po sa modalidadi parallela: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis no fait a d'impreai cun --media, --excludemedia, --sortmedia, --"
-"update o --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Sa circa cumentzat: %s e acabat: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "sartu su pakitu %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "iat a aposentai su pakitu %s in logu de d'ajorronai"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "su mèdiu \"%s\" esistit jai"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "liju is header de su mèdiu \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "burru su mèdiu \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "no potzu aberri su database rpm"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "no potzu lompi a su primu mèdiu de aposentadura (no agatu hdlist)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "agatu is file hdlist..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "provu a sçoberai su mèdiu \"%s\" ki no esistit"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "sçoberu prus mèdius: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "burru su mèdiu \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "torru a assetiai urpmi po is mèdius \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...assètiu faddiu"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "assètiu fatu"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "su mèdiu \"%s\" no d'as sçoberau"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "Controllu su file synthesis [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "barrancu ligendi sa synthesis de su mèdiu \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "scriu sa llist po su mèdiu \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...còpia faddia"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "còpiu su file descriidori de \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...còpia fata"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "còpia de [%s] faddia (est stranu ki unu file aici piticu)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "càrculu su md5sum de sa hdlist (o synthesis) agatada"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "còpia de [%s] faddia (su md5sum no cunsonat)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "controllu su file hdlist [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "aposentu %s de %s"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "no apu agatau hdlist po su mèdiu \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "còpiu su file descriidori de \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "nòmini file rpm [%s] no bàlidu"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "agatu sa hdlist (o synthesis) de \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "apu agatau una hdlist (o synthesis) analisada ke %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "no apu agatau hdlist po su mèdiu \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "controllu sa crai pùbriga de \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...apu importau sa crai %s de sa crai pùbriga de \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "no potzu importai sa crai pùbriga de \"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "apu açuntu su mèdiu %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "liju is file rpm de [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "Yy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Mi spraxit, sçoberu malu, torra a provai\n"
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Package"
-msgstr "Sçoberu de is pakitus"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Circa"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "burru su mèdiu \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "no potzu analisai \"%s\" in su file [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "Controllu su handler parallelu in su file [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "apu agatau unu handler parallelu po is nuus: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "no potzu impreai sa scera parallela po \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Aposentadura faddia"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "no potzu lompi a su mèdiu \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "càrrigu %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "scàrrigu %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf versioni %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Custu est programa lìberu e fait a du spainai basçu is tèrminis de sa GNU "
-"GPL.\n"
-"\n"
-"impreu:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - amosta custa missada de ajudu.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - imprea unu ambienti indidau (unu arrelatadori normalli\n"
-" de fartas).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - no impreist is mèdius indidaus, pratzius de vìrgula.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --root - imprea un'atra root po aposentai is rpm.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - òrdina is mèdius segundu is sutarrayas pratzias de "
-"vìrgula.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-" --synthesis - imprea sa synthesis indidada in logu de su db de urpmi.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - imprea sa synthesis indidada in logu de su db de urpmi.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - no amostist arrayas ugualis.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - imprea feti mèdius de ajorronamentu.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - po ndi sciri de prus.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - innyora sa diferèntzia mannas/piticas in totu is "
-"pattern.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -i - innyora sa diferèntzia mannas/piticas in totu is "
-"pattern.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - apega su còixi perl ke perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - obradori binàriu AND.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - obradori binàriu OR.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - unàriu NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr ""
-" ) - parèntesi dereta po serrai unu grupu de espressadas.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr ""
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " -g - amosta is grupus cun su nòmini puru.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " predefiniu est %s.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - amosta su tag url: url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - amosta su tag buildhost: host de fraigadura.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "àpriga sa muda a su file de assètiu"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - amosta tag conflicts: totu su ki nci gherrat.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - amosta su tag description: descriidura.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - amosta su tag epoch: tempus.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --name - amosta feti is nòminis de is pakitus.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - allistra is file in su pakitu.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - amosta su tag group: grupu.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - amosta feti is nòminis de is pakitus.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --name - amosta feti is nòminis de is pakitus.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - amosta su tag obsoletes: totu is ki imbeçat.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr ""
-" --packager - amosta su tag packager: cuncordadori de su pakitu.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - amosta su tag provides: totu su ki donat.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - amosta su tag requires: totu su ki bolit.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - amosta su tag size: mesura.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - amosta su tag sourcerpm: rpm mitza.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - amosta su tag obsoletes: totu is ki imbeçat.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary, -S - amosta s'arresùmini.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - amosta su tag url: url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - po ndi sciri de prus.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - allistra is file in su pakitu.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - amosta sa versioni, arrelasçu e arkidetura cun su "
-"nòmini.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "impreu unu ambienti indidau in %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "no apu agatau hdlist po su mèdiu \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "apu fraigau sa hdlist synthesis po su mèdiu \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "scriu sa llist po su mèdiu \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Nisçunu pakitu nominau %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Is pakitus ki sighint cuntenint %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Pakitu(s) jai aposentau(s)"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "Pakitu(s) jai aposentau(s)"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "Pakitu(s) jai aposentau(s)"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "ca amancat %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "Pakitu(s) jai aposentau(s)"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "ca no est satisfatu %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "provu a sçoberai %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "po podi apoderai %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "po podi aposentai %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "ca gherrat cun %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Firma (%s) no bàlida"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Crai ID (%s) no bàlida"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Amancat sa firma (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "No fait a creai su file de assètiu [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Còpia faddia"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Còpia faddia"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme versioni %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Custu est programa lìberu e fait a du spainai basçu is tèrminis de sa GNU "
-"GPL.\n"
-"\n"
-"impreu:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr ""
-" --auto - sçobera in automàtigu unu pakitu intr''e is sceras.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - aberiga ki fait a srexinai in manera lìmpia.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - urpmi distribuiu intr''e màkinas diferentis.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr ""
-" --packager - amosta su tag packager: cuncordadori de su pakitu.\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - imprea un'atra root po srexinai is rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - ajorrona feti is mèdius de ajorronu.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - amosta su tag description: descriidura.\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - assètia urpmi a sa bolada de una mata de ditribuidura,\n"
-" utilosu po (dis)aposentai a chroot cun scera --root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose - po ndi sciri de prus.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-" -a - sçobera tpotu is pakitus ki cunsonant cun s'espressada.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Feti superuser podit srexinai pakitus"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "pakitus disconnotus"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "pakitu disconnotu"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "srexinai su pakitu %s at a arrogai su sistema"
-msgstr[1] "srexinai su pakitu %s at a arrogai su sistema"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Nudda de srexinai"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Nudda de srexinai"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Po satisfai is dependèntzias, is %d pakitus ki sighint dus apu a srexinai (%"
-"d MB)"
-msgstr[1] ""
-"Po satisfai is dependèntzias, is %d pakitus ki sighint dus apu a srexinai (%"
-"d MB)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "pakitu disconnotu"
-msgstr[1] "pakitu disconnotu"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "srèxinu su pakitu %s"
-msgstr[1] "srèxinu su pakitu %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (y/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "pigu su mèdiu arremoviditzu ke \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Srexinadura faddia"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Srexinadura faddia"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-select - sçobera in automàtigu is pakitus po ajorronai su "
-"sistema.\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - disabiva su controllu de su file MD5SUM.\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - fortza s'ajorronu de sa crai gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - amosta su tag obsoletes: totu is ki imbeçat.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr " --no-uninstall - no preguntist mai po srexinai unu pakitu, bessi.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - no aposentist pakitus (scarrigaddus feti)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - apodera is pakitus ki dui funt, ki fait, arrevuda is "
-"pakitus\n"
-" sçoberaus ki funt de srexinai.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - pratzit s'obra in transatzioneddas ki megu a aposentai\n"
-" o ajorronai prus pakitus de is ki boliast,\n"
-" predefiniu est %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - balori de is transatzioneddas, predefiniu est %d.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - imponi sa circa fuzzy (su pròpiu de -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - amosta su tag requires: totu su ki bolit.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - aposenta feti pakitus mitza (no binàrius).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-" --clean - burra de sa cache is rpm innantis de dònnia atra cosa.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - no boghist is rpm de sa cache.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - permiti de domandai a su user ki bolit aposentai\n"
-" pakitus sentza de controllai is dependèntzias.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - permiti de preguntai a su user ki bolit aposentai\n"
-" pakitus sentza de controllai dependèntzias e interesa.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - amosta su tag obsoletes: totu is ki imbeçat.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - assètia urpmi a sa bolada de una mata de distribuidura,\n"
-" useful po aposentai una chroot cun scera --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - lìmida su lestriori de scàrrigu.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - torra a pigai a scarrigai is file scarrigaus in parti\n"
-" (--no-resume da disabivat, de predefiniu disabivada).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - imprea custu HTTP proxy, a nùmeru de porta poneus\n"
-" sa 1080 de predefiniu (formau: <proxyhost[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - indida user e password po ti connosci\n"
-" su proxy (formau: <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - produsi una arrelata-fartas in sa directory\n"
-" indidada de s'argumentu ki sighit.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - lassa a foras is path pratzius de vìrgula.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - lassa a foras is file doc.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --no-uninstall - no preguntist mai po srexinai unu pakitu, bessi.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - amosta su tag url: url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - amosta su tag description: descriidura.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - pakitus de ndi sartai s'aposentadura\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - pakitus de ndi sartai s'aposentadura\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - candu agatas prus pakitus, proponi prus sçoberus\n"
-" de su predefiniu.\n"
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - no boghist is rpm de sa cache.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-" --strict-arch - ajorrona feti is pakitus cun sa pròpiu arkidetura.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - sçobera totu su ki cunsonat in arraya de cumandu.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - modalidadi citia.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - po ndi sciri de prus.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" is nòminis o is file rpm in arraya de cumandu, dus apu a aposentai.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Ita fait a fai cun is file rpm binàrius candu impreas --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Sa directory [%s] esistit jai, imprea una atra directory po arrelatai fartas "
-"o burradda"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "No potzu creai sa directory [%s] po arrelatai is fartas"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Faddina: %s parit carrigau a ligi-feti.\n"
-"Impreu --allow-force po fortzai s'atzioni."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr " (de ajorronai)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr " (de ajorronai)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr " (de aposentai)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr " (de aposentai)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Po satisfai is dependèntzias, is %d pakitus ki sighint dus apu a srexinai (%"
-"d MB)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Ita sçoberas? (1-%d) "
-
-#: ../urpmi:507
-#, fuzzy, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Is pakitus ki sighint no fait a dus aposentai, ca dependint de pakitus prus\n"
-"beçus de cuddus aposentaus:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Is pakitus ki sighint no fait a dus aposentai, ca dependint de pakitus prus\n"
-"beçus de cuddus aposentaus:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Sigu comuncas?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Y/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Cancu pakitu bòfiu no fait a d'aposentai:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Cancu pakitu bòfiu no fait a d'aposentai:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "srexinai su pakitu %s at a arrogai su sistema"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"S'aposentadura no fait a da sighiri, ca is is pakitus ki sighint\n"
-"bolint srexinaus po ndi podi ajorronai atrus:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"S'aposentadura no fait a da sighiri, ca is is pakitus ki sighint\n"
-"bolint srexinaus po ndi podi ajorronai atrus:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Is pakitus ki sighint bolint srexinaus po ndi podi ajorronai atrus:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Is pakitus ki sighint bolint srexinaus po ndi podi ajorronai atrus:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Depis essi root po aposentai is dependèntzias ki sighint:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"Po satisfai is dependèntzias, is %d pakitus ki sighint dus apu a srexinai (%"
-"d MB)"
-msgstr[1] ""
-"Po satisfai is dependèntzias, is %d pakitus ki sighint dus apu a srexinai (%"
-"d MB)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, fuzzy, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "No fait a aposentai is pakitus (%s)!"
-msgstr[1] "No fait a aposentai is pakitus (%s)!"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Annudda"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Craca Enter candu ses prontu..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"impreu: urpmi.addmedia [sceras] <nòmini> <url> [cun <bia_acapiada>]\n"
-"where <url> is one of\n"
-" [file:/]/<bia> with <nòmini acapiau de sa hdlist>\n"
-" ftp://<login>:<password>@<host>/<bia> with <nòmini acapiau de sa "
-"hdlist>\n"
-" ftp://<host>/<bia> with <nòmini acapiau de sa hdlist>\n"
-" http://<host>/<bia> with <nòmini acapiau de sa hdlist>\n"
-" removable://<bia> with <nòmini acapiau de sa hdlist>\n"
-"\n"
-"e is [sceras] funt de\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - imprea wget po agatai is file atesu.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - imprea curl po agatai is file atesu.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - imprea curl po agatai is file atesu.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - imprea curl po agatai is file atesu.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - prova a agatai e impreai sa synthesis.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - no provist a agatai una synthesis o\n"
-" una hdlist.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - crea in automàtigu totu is mèdius de unu mèdiu\n"
-" de aposentadura.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - allistra is mèdius disponiditzus.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - imprea custa url po sa lista de sprigus, sa predefinia "
-"est\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - crea mèdius virtualis sempri ajorronaus,\n"
-" est permìtiu feti su protocollu file://.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - disabiva su controllu de su file MD5SUM.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - no importist pubkey de su mèdiu açuntu\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - açungi su mèdiu in s'assètiu, ma no d'ajorronist.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - modalidadi citia.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - po ndi sciri de prus.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Feti superuser podit açungi mèdius"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "At a creai su file de assètiu [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "No fait a creai su file de assètiu [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "no serbit a donai <bia acapiada po hdlist> cun --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "amancat <bia acapiada po hdlist>\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "no potzu lompi a su mèdiu \"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover versioni %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Custu est programa lìberu e fait a du spainai basçu is tèrminis de sa GNU "
-"GPL.\n"
-"\n"
-"impreu:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - no boghist is rpm de sa cache.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - allistra is mèdius disponiditzus e is url insoru.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-url - allistra is mèdius disponiditzus e is url insoru.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --name - amosta feti is nòminis de is pakitus.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "no apu agatau su pakitu %s"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "agatu su file rpm [%s] ..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "No apu agatau sa list\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"impreu: urpmi.removemedia (-a | <nòmini> ...)\n"
-"aundi <nòmini> est unu nòmini de mèdiu de burrai.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - sçobera totu is mèdius.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - fai una circa fuzzy in is nòminis de is mèdius.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Feti superuser podit burrai mèdius"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "nudda de burrai (imprea urpmi.addmedia po açungi mèdius)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"amancat sa boxi de burrai\n"
-"(una de %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"impreu: urpmi.update [sceras] <nòmini> ...\n"
-"aundi <nòmini> est unu nòmini de mèdiu de ajorronai.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - ajorrona feti is mèdius de ajorronu.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - fortza s'ajorronu de sa crai gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - no ajorronist, marca is mèdius ke \"innyoraus\".\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - no ajorronist, marca is mèdius ke abivaus.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - no provist a agatai una synthesis o\n"
-" una hdlist.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - sçobera totu is mèdius no arremoviditzus.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - fortza sa fraigadura de is file hdlist.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - fortza sa fraigadura de is file hdlist.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Feti superuser podit ajorronai mèdius"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "nudda de ajorronai (imprea urpmi.addmedia po açungi mèdius)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"amancat sa boxi de ajorronai\n"
-"(una de %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "innyoru su mèdiu %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "abivu su mèdiu %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq versioni %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Custu est programa lìberu e fait a du spainai basçu is tèrminis de sa GNU "
-"GPL.\n"
-"\n"
-"impreu:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - imprea feti is mèdius indidaus po circai is pakitus "
-"(ajorronus) ki bolis.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - imponi sa circa fuzzy (su pròpiu de -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - allistra totu is pakitus disponiditzus.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - allistra is mèdius disponiditzus.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - allistra is mèdius disponiditzus e is url insoru.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - allistra is nuus disponiditzus candu impreas --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - allistra ia alias parallelus disponiditzus.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr " --dump-config - amosta s'assètiu ke argumentu de urpmi.addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - su pakitu ki benit est unu pakitu mitza (su pròpiu de -"
-"s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - amosta totu is pakitus mitza innantis de dus scarrigai "
-"(feti root).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - amosta su tag url: url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - assètia urpmi a sa bolada de una mata de distribuidura.\n"
-" Custu permitit de preguntai una distribuidura.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - amosta s'arrelata de is mudas.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - amosta tag conflicts: totu su ki nci gherrat.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - amosta su tag obsoletes: totu is ki imbeçat.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - amosta su tag provides: totu su ki donat.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - amosta su tag requires: totu su ki bolit.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - amosta su tag obsoletes: totu is ki imbeçat.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - amosta su tag sourcerpm: rpm mitza.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - amosta s'arresùmini.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" -d - allàdia sa circa a is dependèntzias de is pakitus.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - circa arretrogada de su ki bolit su pakitu.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - circa arretrogada manna (circa is pakitus virtualis "
-"puru).\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - circa in is tag provides po agatai unu pakitu.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - arresurtaus prenus, cun is pakitus de srexinai.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - amosta is grupus cun su nòmini puru.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - amosta scedas utilosas de manera ligiditza.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - allistra is file in su pakitu.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - modalidadi citia.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - amosta versioni e arrelasçu cun su nòmini puru.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - su pakitu ki benit est unu pakitu mitza (su pròpiu de --"
-"src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - srèxina su pakitu ki una versioni prus noa est jai "
-"aposentada.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - imponi una circa fuzzy (su pròpiu de --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - comenti e -y, ma no connoscit mannas e piticas.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " preguntu is nòminis o is file rpm scritus in arraya de cumandu.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes fait a d'impreai feti cun --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "no potzu scriri sa list de \"%s\""
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"Noda: sendi ki is mèdius castiaus no tenint hdlist, urpmf no at pòtziu "
-"torrai arresurtau\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"Noda: sendi ki is mèdius castiaus no tenint hdlist, urpmf no at pòtziu "
-"torrai arresurtau\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"Noda: sendi ki is mèdius castiaus no tenint hdlist, urpmf no at pòtziu "
-"torrai arresurtau\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"Noda: sendi ki is mèdius castiaus no tenint hdlist, urpmf no at pòtziu "
-"torrai arresurtau\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "No apu agatau s'arrelata de is mudas\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - crea unu mèdiu de ajorronamentu.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "input mali formau: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d transatzionis de aposentadura faddias"
-#~ msgstr[1] "%d transatzionis de aposentadura faddias"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Pakitu(s) jai aposentau(s)"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Controllu po srexinai is pakitus ki sighint"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "su database de urpmi est serrau"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "sceras '%s' disconnotas\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "tropu puntus de càrrigu po su mèdiui arremoviditzu \"%s\""
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "Su mèdiu \"%s\" est una màgini ISO, d'apu a carrigai a sa bolada"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "impreu un'atru mèdiu arremividitzu [%s] po \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "no potzu agatai su pathname po su mèdiu arremoviditzu \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "no potzu lompi a su primu mèdiu de aposentadura"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "no potzu lompi a su mèdiu \"%s\",\n"
-#~ "podit essi ki apas carrigau a manu sa directory candu as creau su mèdiu."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "mèdiu lòfiu \"%s\" marcau ke arremoviditzu ma no tali"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - lìmpia sa directory cache de is headers.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "su mèdiu virtuali bolit locali"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "no potzu analisai sa hdlist de \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "càrculu su md5sum de sa hdlist (o synthesis)"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "su mèdiu virtuali \"%s\" no depit tenni hdlist o list inditadas, innyorau"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "nòmini file rpm [%s] no bàlidu"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "no potzu agatai sa list po \"%s\", innyorau"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "provu a sçoberai su mèdiu \"%s\" ki no esistit"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "apu fraigau sa hdlist synthesis po su mèdiu \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "no potzu analisai sa hdlist de \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "su mèdiu \"%s\" est provendi a impreai una hdlist jai in impreu, innyorau"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "su mèdiu \"%s\" est provendi a impreai una list jai in impreu, innyorau"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Noda: sendi ki is mèdius castiaus no tenint hdlist, urpmf no at pòtziu "
-#~ "torrai arresurtau\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "fatzu su segundu passu po carculai is dependèntzias\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "fraigu sa hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "No potzu fraigai sa synthesis po su mèdiu \"%s\". Forsis sa hdlist est "
-#~ "pudesça."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "barrancu ligendi sa hdlist o sa synthesis de su mèdiu \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "càrculu su md5sum de sa hdlist (o synthesis) copiada"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...no agataus: dissonàntzia md5sum"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "no apu agatau rpm de [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "no potzu ligi is file rpm de [%s]: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "no apu liju rpm"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "liju is header de su mèdiu \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - prova a agatai e impreai sa synthesis.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - prova a agatai e imprea sa hdlist.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Noda: sendi ki is mèdius castiaus no tenint hdlist, urpmf no at pòtziu "
-#~ "torrai arresurtau\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "Forsis bolis impreai --name po circai is nòminis de is pakitus.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr ""
-#~ " --src - su pakitu ki benit est unu pakitu mitza (su pròpiu de -"
-#~ "s).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - prova a agatai e imprea sa hdlist.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "no potzu ajorronai su mèdiu \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "no potzu creai su mèdiu \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "dui funt prus pakitus cun su pròpiu nòmini file rpm \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "no potzu fai s'anàlisi lìmpia de [%s] po su balori \"%s\""
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "su mèdiu \"%s\" impreat una list no bàlida:\n"
-#~ " su sprigu forsis no est ajorronau, prova de atra manera"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "su mèdiu \"%s\" no indidat una postura po is file rpm"
-
-#~ msgid "unrequested"
-#~ msgstr "no bòfiu"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "açunju su pakitu %s (id=%d, eid=%d, update=%d, file=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Is pakitus ki sighint tenint firmas malas:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Bolis sighiri a dus aposentai?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Depis essi root po donai custu cumandu ! \n"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "no potzu srexinai su pakitu %s"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "No apu agatau sa list\n"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - no cirkist in su tag provides po agatai unu pakitu "
-#~ "(predefiniu).\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - circa arretrogada de su ki bolit su pakitu.\n"
-
-#~ msgid ""
-#~ " -RR - extended reverse search (includes virtual packages).\n"
-#~ msgstr ""
-#~ " -RR - circa arretrogada manna (circa is pakitus virtualis "
-#~ "puru).\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgstr[0] ""
-#~ "Po satisfai is dependèntzias, megu a aposentai su pakitu ki sighit (%d MB)"
-#~ msgstr[1] ""
-#~ "Po satisfai is dependèntzias, megu a aposentai su pakitu ki sighit (%d MB)"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Po satisfai is dependèntzias, megu a aposentai is %d pakitus ki sighint:\n"
-#~ "%s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgstr[0] ""
-#~ "Po satisfai is dependèntzias, megu a aposentai is %d pakitus ki sighint:\n"
-#~ "%s\n"
-#~ msgstr[1] ""
-#~ "Po satisfai is dependèntzias, megu a aposentai is %d pakitus ki sighint:\n"
-#~ "%s\n"
-
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "sartu su mèdiu %s: no dui at hdlist"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Aposentu su pakitu `%s' (%s/%s)..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "Controllu su file synthesis [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "seu distribuendi %s"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "Aposentadura pakitus..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Aposentadura pakitus..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - prova a agatai e impreai sa synthesis.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - prova a agatai e imprea sa hdlist.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "amancat `with' po is mèdius de arretza\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "sceras '%s' disconnotas\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "no potzu agatai sa hdlist po \"%s\", innyorau"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "list lòfia po \"%s\", innyorau"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "no potzu controllai sa list de \"%s\", mèdiu innyorau"
-
-#~ msgid "there doesn't seem to be devices in the chroot in \"%s\""
-#~ msgstr "parit ki no dui siant trastus in su chroot in \"%s\""
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "su mèdiu virtuali \"%s\" no est locali, innyorau"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "su mèdiu virtuali \"%s\" iat a depi tenni una hdlist o synthesis bàlida, "
-#~ "innyorau"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "còpiu sa hdlist (o synthesis) de \"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "apu faddiu agatendi sa hdlist (o synthesis)"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "su file [%s] jai in impreu in su pròpiu mèdiu \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "no apu scritu nudda in sa list de \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "apu agatau %d header in sa cache"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "burru %d header beçus in sa cache"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "impreu su processu %d po fai sa transatzioni"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --norebuild - no torrist a fraigai sa hdlist ki no fait a da ligi.\n"
-
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Eus pigau is nòminis de pakitu ki sighint: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "còpiu is file hdlist..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "descriidura de sa hdlist \"%s\" no bàlida in is hdlist"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Andat beni?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - imprea custa versioni de sa distribuidura, sa "
-#~ "predefinia\n"
-#~ " est sa de sa versioni de sa distribuidura Mandriva "
-#~ "Linux\n"
-#~ " ki est aposentada imoi.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - imprea custa arkidetura,sa predefinia est sa de\n"
-#~ " sa distribuidura mandrakelinux aposentada imoi.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - strai is headers po su pakitu allistrau de su "
-#~ "database\n"
-#~ " de urpmi in su stdout (feti root).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "Po satisfai is dependèntzias, megu a aposentai is %d pakitus ki sighint (%"
-#~ "d MB)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "aposentu %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Aposentadura automàtiga de pakitus...\n"
-#~ "As bòfiu aposentai su pakitu %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: cumandu no agatau\n"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Unus cantu pakitus no fait a dus aposentai:\n"
-#~ "%s\n"
-#~ "Sigu?"
-
-#~ msgid ""
-#~ "The following packages have to be removed for others to be upgraded:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Is pakitus ki sighint bolint srexinaus po ajorronai is atrus:\n"
-#~ "%s\n"
-#~ "Sigu?"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "dissonàntzia md5sum"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf versioni %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "Custu est programa lìberu e fait a du spainai basçu is tèrminis de sa GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "impreu:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr ""
-#~ " --synthesis - poni sa synthesis indidada in log''e su db urpmi.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - no amostist su tag name (predefiniu ki no as postu unu "
-#~ "tag\n"
-#~ " in arraya de cumandu, no fait in modalidadi "
-#~ "interativa).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - no amostist arrayas ugualis.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - amosta totu is tag.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - amosta su tag summary: arresùmini.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - amosta su tag description: descriidura.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - amosta su tag buildhost: host de fraigadura.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr " --provides - amosta su tag provides: totu su ki donat.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr " --requires - amosta su tag requires: totu su ki bolit.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - amosta su tag files: totu is file.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr " --obsoletes - amosta su tag obsoletes: totu is ki imbeçat.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - imprea unu ambienti indidau (unu arrelatadori\n"
-#~ " normalli de fartas).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr ""
-#~ " -i - innyora sa diferèntzia mannas/piticas in totu is "
-#~ "pattern.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - obradori binàriu AND, beru ki ambaduas is espressadas "
-#~ "funt beras.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - obradori binàriu OR, beru ki una espressada est bera.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr " ! - unàriu NOT, beru ki s'espressada est farsa.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr ""
-#~ " ( - parèntesi manca po aberri unu grupu de espressadas.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr ""
-#~ " ) - parèntesi dereta po serrai unu grupu de espressadas.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "su callback est :\n"
-#~ "%s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "Sigu?"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Cancu pakitu bòfiu no fait a d'aposentai:\n"
-#~ "%s"
diff --git a/po/sk.po b/po/sk.po
deleted file mode 100644
index 98edd73d..00000000
--- a/po/sk.po
+++ /dev/null
@@ -1,3801 +0,0 @@
-# Tomas Hornicek <dumber@hq.alert.sk>, 2000.
-# Jan Matis <damned@hq.alert.sk>, 2000,2001.
-# Pavol Cvengros <orpheus@hq.alert.sk>, 2001,2002,2003.
-# Michal Holes <Michal@Holes.sk>, 2004.
-# Tibor Pittich <Tibor.Pittich@phuture.sk>, 2003,2004,2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2005-09-07 16:34+0100\n"
-"Last-Translator: Tibor Pittich <Tibor.Pittich@mandriva.org>\n"
-"Language-Team: Slovak <i18n@mandrake.sk>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Inštalácia RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Vybrali ste si zdrojový balík:\n"
-"\n"
-"%s\n"
-"\n"
-"Je možné, že ho nechcete skutočne inštalovať na váš počítač (inštalácia vám "
-"umožní vykonať modifikácie v zdrojových kódov a potom ho prekompilovať).\n"
-"\n"
-"Čo si želáte spraviť?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Vybrali ste si inštaláciu nasledovného softvérového balíka na váš počítač:\n"
-"\n"
-"%s\n"
-"\n"
-"Vykonať?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Vybrali ste si inštaláciu nasledovného softvérového balíka na váš počítač:\n"
-"\n"
-"%s\n"
-"\n"
-"Mali by ste preferovať iba jeho uloženie. Aký je váš výber?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Inštalácia"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Uložiť"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Zrušiť"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Vyberte umiestnenie pre uloženie súboru"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi verzia %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Toto je slobodný softvér, ktorý môže byť distribuovaný za podmienok GNU "
-"GPL.\n"
-"\n"
-"použitie:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - zobraziť túto pomoc.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - automatický výber balíkov pre aktualizáciu systému.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - vnútiť vykonanie aj ak niektoré balíky neexistujú.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - overiť podpis rpm balíka pred inštaláciou. (--no-verify-"
-"rpm\n"
-" zakáže overovanie, štandardne sa podpis overuje).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - použiť len zadané zdroje; viaceré je možné oddeliť "
-"čiarkou.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - pre nájdenie balíka hľadať aj v poskytovaných.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - pre nájdenie balíka nehľadať v poskytovaných.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr ""
-" --root - použiť iný koreňový adresár pre inštaláciu rpm balíkov.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - overiť či bude inštalácia vykonaná bez problémov.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - použiť iba zadaný zdroj pre nájdenie požadovaných (alebo "
-"aktualizovaných) balíkov.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "žiaden balík s menom %s"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Čakajte prosím..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Sú vyžadované právomoci root-a"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Niektoré požadované balíky nie je možné nainštalovať:\n"
-"%s\n"
-"Pokračovať?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Varovanie"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ok"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (na aktualizáciu)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (na inštaláciu)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Výber balíka"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Jeden z nasledujúcich balíkov je potrebný:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Zrušiť"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Nasledovné balíky by mali byť odstránené aby bolo možné aktualizovať iné:\n"
-"%s\n"
-"Pokračovať?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"Kvôli zachovaniu závislostí, by mali byť nainštalované nasledujúce balíky (%"
-"d MB)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Kvôli zachovaniu závislostí, by mali byť nainštalované nasledujúce balíky (%"
-"d MB)"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Inštalácia balíkov..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "nie je možné získať zdrojové balíky, prerušenie"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Príprava..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Inštalácia balíka `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Prosím vložte médium \"%s\" do zariadenia [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Získavanie balíka `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Hotovo"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Inštalácia nebola úspešná, niektoré súbory chýbajú:\n"
-"%s\n"
-"Možno budete chcieť aktualizovať Vašu urpmi databázu"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Inštalácia zlyhala"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Všetko je už nainštalované"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Inštalácia ukončená"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "odstraňovanie %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "znovuspustenie urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"použitie: %s [voľby]\n"
-"kde [voľby] sú niektoré z\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - zobraziť túto pomoc.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr ""
-" -root <cesta> - použiť zadaný koreň súborového systému namiesto /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [skupina] - obmedziť výsledky iba pre zadanú skupinu.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " implicitná je %s.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - zobraziť skupiny aj s menami.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Inštalovať balíky má dovolené len superužívateľ"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Beh urpmi v reštriktívnom režime..."
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Nemôžem vytvoriť adresár [%s] pre ohlásenie chyby"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Získavanie balíka `%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "nemôžem otvoriť rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "nesprávne meno rpm súboru [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "sťahovanie rpm súboru [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...získavanie ukončené"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...získavanie zlyhalo: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "nie je možné pristúpiť k rpm súboru [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "nie je možné správne prečítať \"%s\" v súbore [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "nie je možné zaregistrovať rpm súbor"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "chyba pri registrácii lokálnych balíkov"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Táto operácia nie je povolená ak program beží v reštriktívnom režime"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "nesprávna deklarácia proxy v príkazovom riadku\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: nie je možné prečítať súbor \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Chýbajúci podpis (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Kopírovanie zlyhalo"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "zdroj \"%s\" nebol zvolený"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "nie je možné prečítať rpm súbor [%s] zo zdroja \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "nie je možné zapísať konfiguračný súbor [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "nie je možné zapísať konfiguračný súbor [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "nie je možné zapísať konfiguračný súbor [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Zadajte vaše autorizačné údaje pre prístup k proxy\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Používateľské meno:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Heslo:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Kopírovanie zlyhalo"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "kvôli chýbajucemu %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "kvôli chýbajucemu %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "kvôli chýbajucemu %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "odstraňovanie %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...získavanie zlyhalo: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "neznámy protokol definovaný pre %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-"nebol nájdený žiaden balík poskytujúci webfetch, podporované sú tieto: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "neznámy protokol: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "inštalácia %s z %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "balík %s nebol nájdený."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "sťahovanie rpm súborov zo zdroja \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"vytvorenie transakcie pre inštaláciu %s (odstrániť=%d, inštalovať=%d, "
-"aktualizácia=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "nie je možné vytvoriť transakciu"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "nie je možné rozbaliť rpm z balíka delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "nie je možné nainštalovať balík %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "inštalácia %s z %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...získavanie zlyhalo: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "odstraňovanie balíka %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "odstraňovanie balíka %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "inštalácia %s z %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Viac informácií o balíku %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "žiaden balík s menom %s"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "urpmi databáza je uzamknutá"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Varovanie"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Inštalácia zlyhala"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Inštalácia zlyhala"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Nasledujúce balíky obsahujú zle signatúry"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Nasledujúce balíky obsahujú zle signatúry"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Chcete pokračovať v inštalácii ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "inštalácia %s z %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "distribuovanie %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "inštalácia %s z %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "inštalácia %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Skúsiť inštaláciu bez kontroly závislostí? (á/N) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Skúsiť \"tvrdšiu\" inštaláciu (--force)? (á/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Inštalácia je možná"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "overovanie MD5SUM súboru"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "varovanie: md5sum pre %s nie je prítomný v súbore MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"virtuálny zdroj \"%s\" by mal obsahovať prázdnu url, zdroj je ignorovaný"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr ""
-"nie je možné pristúpiť k súboru s zoznamom pre \"%s\", zdroj bude ignorovaný"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr ""
-"nie je možné pristúpiť k súboru hdlist pre \"%s\", zdroj bude ignorovaný"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "pokus o vynechanie existujúceho zdroja \"%s\", zrušené"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "zápis konfiguračného súboru [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Nie je možné používať paralelný režim pri use-distrib móde"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "použitie asociovaného zdroja pre paralelný režim: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis nie je možné používať s --media, --excludemedia, --sortmedia, --"
-"update alebo --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Spustenie vyhľadávania: %s ukončenie: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "vynechávanie balíka %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "mala by byť vykonaná inštalácia namiesto aktualizácie balíka %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "zdroj \"%s\" už existuje"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "načitávanie hlavičiek pre zdroj \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "odstránenie zdroja \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "nemôžem otvoriť rpmdb"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"nie je možné pristúpiť k prvému inštalačnému zdroju (nebol nájdený súbor "
-"hdlists)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "získavanie hdlists súboru..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "pokus o výber neexistujúceho zdroja \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "výber viacerých zdrojov: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "odstránenie zdroja \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "rekonfigurovanie urpmi pre zdroj \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...rekonfigurovanie zlyhalo"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "rekonfigoranie hotové"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "zdroj \"%s\" nebol zvolený"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "preverovanie synthesis súboru [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problém s čítaním synthesis súboru pre zdroj \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "zápis súboru so zoznamom pre zdroj \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...kopírovanie zlyhalo"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "kopírovanie súboru popisov pre \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopírovanie ukončené"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "kopírovanie [%s] zlyhalo (súbor je podozrivo malý)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "výpočet md5sum zo získaných súborov hdlist (alebo synthesis)"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "kopírovanie [%s] zlyhalo zlyhalo (nesprávny md5sum)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "preverovanie hdlist súboru [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "inštalácia %s z %s"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "nebol nájdený hdlist súbor pre zdroj \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "kopírovanie súboru popisov pre \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "nesprávne meno rpm súboru [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "získavanie zdrojového hdlist (alebo synthesis) pre \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "nájdený overený hdlist (alebo synthesis) ako %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "nebol nájdený hdlist súbor pre zdroj \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "prehliada sa súbor s verejnými kľúčmi \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...importuje sa kľúč %s zo súboru s verejnými kľúčmi \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "nie je možné naimportovať súbor s verejnými kľúčmi \"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "pridaný zdroj %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "čítanie rpm súborov z [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "YyAaÁá"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Prepáčte, zlá voľba, skúste znova\n"
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Package"
-msgstr "Výber balíka"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Vyhľadávanie"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "odstránenie zdroja \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "nie je možné správne prečítať \"%s\" v súbore [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "prehliadanie paralelného ovládača v súbore [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "nájdený paralélny ovládač pre uzly: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "nie je možné použiť voľbu parallel \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Inštalácia zlyhala"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "nie je možné pristúpiť k zdroju \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "pripájanie %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "odpája sa %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf verzia %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Toto je slobodný softvér a môže byť redistribuovaný pod licenciou GNU GPL.\n"
-"použitie:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - zobraziť túto pomoc.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - použiť špecifické prostredie (typické pre oznámenie\n"
-" o chybe).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - nepoužívať zadané zdroje; viaceré je možné oddeliť "
-"čiarkou.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --root - použiť iný koreňový adresár pre inštaláciu rpm balíkov.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - zoradiť zdroje podľa kľúčov; viaceré je možné oddeliť\n"
-" čiarkou.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-" --synthesis - použiť zadaný synthesis súbor namiesto urpmi databázy.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - použiť zadaný synthesis súbor namiesto urpmi databázy.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - nezobrazovať zhodné riadky.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - použiť iba aktualizačné zroje.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - zobraziť podrobnosti.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - ignorovať veľkosť písma vo vzore.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - ignorovať veľkosť písma vo vzore.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - vložiť perl kód priamo, podobne ako perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - binárny AND operátor.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - binárny OR operátor.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - unárne NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ) - pravá zátvorka pre uzatvorenie skupiny výrazov.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Zoznam dát pre obnovu:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - použiť X rozhranie.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " implicitná je %s.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - zobraziť značku url: url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - zobraziť značku kompilovací hostiteľ: buildhost.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "aplikovať zmeny do konfiguračného súboru"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - zobraziť značku konflikty: conflicts.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - zobraziť značku popis: description.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - zobraziť značku epocha: epoch.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --name - zobraziť iba názvy balíkov.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - zoznam súborov v balíku.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - zobraziť značku skupina: group.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - zobraziť iba názvy balíkov.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --name - zobraziť iba názvy balíkov.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - zobraziť značku zastaralé: obsoletes.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - zobraziť značku autor balíka: packager.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - zobraziť značku poskytované: provides.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - zobraziť značku vyžadované: requires.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - zobraziť značku veľkosť: size.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - zobraziť značku zdrojové rpm: sourcerpm.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - zobraziť značku zastaralé: obsoletes.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary, -S - zobraziť značku sumár: summary.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - zobraziť značku url: url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - zobraziť podrobnosti.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - zoznam súborov v balíku.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - zobraziť verziu, vydanie a architektúru spolu s menom.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "použitie špecifického prostredia na %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "nebol nájdený hdlist súbor pre zdroj \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "vytváranie hdlist synthesis súboru pre zdroj \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "zápis súboru so zoznamom pre zdroj \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Žiaden balík s menom %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Nasledujúce balíky obsahujú %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Všetko je už nainštalované"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "Všetko je už nainštalované"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "Všetko je už nainštalované"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "kvôli chýbajucemu %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "Všetko je už nainštalované"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "kvôli neuspokojenému %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "pokus o povýšenie %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "pre zachovanie poradia %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "pre inštaláciu balíka %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "kvôli konfliktom s %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Chybný podpis (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Chybný kľúč (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Chýbajúci podpis (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "nie je možné zapísať konfiguračný súbor [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Kopírovanie zlyhalo"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Kopírovanie zlyhalo"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme verzia %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Toto je slobodný softvér a môže byť redistribuovaný pod licenciou GNU GPL.\n"
-"Problémy s prekladom: Mandrake-i18n@lists.linux.sk.\n"
-"\n"
-"použitie:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - automaticky vybrať balíky ak je viacero možností.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - overiť či bude odstránenie vykonané bez problémov.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - distribuované urpmi na rôzne stroje.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - zobraziť značku autor balíka: packager.\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr ""
-" --root - použiť iný koreňový adresár pre odstránenie rpm balíkov.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - použiť len aktualizačné zdroje.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - zobraziť značku popis: description.\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - nastaviť urpmi pre používanie distribučného zdroja, "
-"vhodné\n"
-" pri inštalácii v chroot prostredí s prepínačom --root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose - zobraziť podrobnosti.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - vybrať všetky balíky zodpovedajúce výrazu.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Iba superpoužívateľ môže odstraňovať balíky"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "neznáme balíky"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "neznámy balík"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "odstránenie balíka %s zrejme poškodí váš systém"
-msgstr[1] "odstránenie balíka %s zrejme poškodí váš systém"
-msgstr[2] "odstránenie balíka %s zrejme poškodí váš systém"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Nič na odstránenie"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Nič na odstránenie"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Z dôvodu zachovania závislostí, balíky %d by mali byť odinštalované (%d MB)"
-msgstr[1] ""
-"Z dôvodu zachovania závislostí, balíky %d by mali byť odinštalované (%d MB)"
-msgstr[2] ""
-"Z dôvodu zachovania závislostí, balíky %d by mali byť odinštalované (%d MB)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "neznámy balík"
-msgstr[1] "neznámy balík"
-msgstr[2] "neznámy balík"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "odstraňovanie balíka %s"
-msgstr[1] "odstraňovanie balíka %s"
-msgstr[2] "odstraňovanie balíka %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (á/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "výber vymeniteľného zariadenia ako \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Odstránenie neskončilo úspechom"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Odstránenie neskončilo úspechom"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-select - automatický výber balíkov pre aktualizáciu systému.\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - zakázať MD5SUM kontrolu.\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - vnútiť aktualizáciu gpg kľúča.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - zobraziť značku zastaralé: obsoletes.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - nikdy sa nepýtať na odinštalovanie balíka, ukončiť\n"
-" inštaláciu.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - neinštalovať balíky, iba ich stiahnuť.\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - ponechať existujúce balíky ak je to možné, vynechať "
-"požadované\n"
-" balíky ktoré môžu viesť k odstraňovaniu.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - rozdeliť na menšie transakcie ak má byť nainštalovaných\n"
-" alebo aktualizovaných viacero balíkov,\n"
-" štandardná hodnota je %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - malá veľkosť transakcií, štandardne je %d.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - fuzzy vyhľadávanie (to isté ako -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - zobraziť značku vyžadované: requires.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - nainštalovať len zdrojový balík (bez bináriek).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - odstrániť nepoužité rpm súbory z dočasnej pamäti.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - nevymazať nepoužité rpm súbory z dočasnej pamäti.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - umožniť rozhodnúť sa používateľovi pri inštalácii balíka "
-"bez\n"
-" overovania závislosti.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - umožniť rozhodnúť sa používateľovi pre inštaláciu balíka "
-"bez\n"
-" overovania závislosti a integrity.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - zobraziť značku zastaralé: obsoletes.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - nastaviť urpmi pre používanie distribučného zdroja, "
-"vhodné\n"
-" pri inštalácii v chroot prostredí s prepínačom --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - obmedziť rýchlosť získavania súborov.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - pokračovať v získavaní pre súbory ktoré neboli kompletné\n"
-" (--no-resume zakáže takéto chovanie, štandardne je "
-"zakázané).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - použiť špecifikovanú HTTP proxy, číslo portu je\n"
-" štandardne 1080 (formát zápisu <proxy[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - špecifikovanie používateľa a hesla pri použití proxy\n"
-" autentifikácie (formát je <používateľ:heslo>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - vytvoriť oznámenie o chybe do adresára uvedeného\n"
-" za argumentom.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr ""
-" --excludepath - cesty ktoré nemajú byť použité; viaceré je možné oddeliť\n"
-" čiarkou.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - vynechať súbory s dokumentáciou.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - nikdy sa nepýtať na odinštalovanie balíka, ukončiť\n"
-" inštaláciu.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - zobraziť značku url: url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - zobraziť značku popis: description.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - balíky ktorých inštalácia nebude vykonaná\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - balíky ktorých inštalácia nebude vykonaná\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - ak budú nájdené viaceré balíky, ponúknuť viacero "
-"možností\n"
-" namiesto implicitnej.\n"
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - nevymazať nepoužité rpm súbory z dočasnej pamäti.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - aktualizovať iba balíky s rovnakou architektúrou.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - vybrať všetky zhody na príkazovom riadku.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - zobrazovať minimum informácií.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - zobraziť podrobnosti.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" mená alebo rpm súbory uvedené na príkazovom riadku budú nainštalované.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Čo môže byť vykonané s binárnymi rpm súbormy pri použití --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Adresár [%s] už existuje, použite prosím iný adresár pre hlásenie o chybe, "
-"alebo ho vymažte"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Nemôžem vytvoriť adresár [%s] pre ohlásenie chyby"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Chyba: %s sa zdá byť pripojený iba pre čítanie.\n"
-"Použite --allow-force pre vnútenie tejto operácie."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr " (na aktualizáciu)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr " (na aktualizáciu)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr " (na inštaláciu)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr " (na inštaláciu)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Z dôvodu zachovania závislostí, balíky %d by mali byť odinštalované (%d MB)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Váš výber? (1-%d) "
-
-#: ../urpmi:507
-#, fuzzy, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Nasledovné balíky nie je možné aktualizovať pretože majú závislosť na "
-"balíkoch\n"
-"ktoré sú staršie ako tie ktoré sú nainštalované:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Nasledovné balíky nie je možné aktualizovať pretože majú závislosť na "
-"balíkoch\n"
-"ktoré sú staršie ako tie ktoré sú nainštalované:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Pokračovať?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Á/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Niektoré požadované balíky nie je možné nainštalovať:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Niektoré požadované balíky nie je možné nainštalovať:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "odstránenie balíka %s zrejme poškodí váš systém"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Inštalácia nemôže pokračovať pretože nasledovné balíky musia byť\n"
-"odstránené aby mohli byť iné aktualizované:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Inštalácia nemôže pokračovať pretože nasledovné balíky musia byť\n"
-"odstránené aby mohli byť iné aktualizované:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Nasledovné balíky by mali byť odstránené aby bolo možné aktualizovať iné:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Nasledovné balíky by mali byť odstránené aby bolo možné aktualizovať iné:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Musíte byť root ak chcete nainštalovať tieto aktualizácie:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"Z dôvodu zachovania závislostí, balíky %d by mali byť odinštalované (%d MB)"
-msgstr[1] ""
-"Z dôvodu zachovania závislostí, balíky %d by mali byť odinštalované (%d MB)"
-msgstr[2] ""
-"Z dôvodu zachovania závislostí, balíky %d by mali byť odinštalované (%d MB)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Zrušiť"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Stlačte Enter ak je možné pokračovať..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"použitie: urpmi.addmedia [voľby] <meno> <url> [with <relatívnou cestou>]\n"
-"kde <url> je z\n"
-" [file:/]/<cesta> with <relatívnym menom súboru hdlist>\n"
-" ftp://<login>:<heslo>@<hostiteľ>/<cesta> with <relatívnym menom "
-"súboru hdlist>\n"
-" ftp://<hostiteľ>/<cesta> with <relatívnym menom súboru hdlist>\n"
-" http://<hostiteľ>/<cesta> with <relatívnym menom súboru hdlist>\n"
-" removable://<cesta> with <relatívnym menom súboru hdlist>\n"
-"\n"
-"a [voľby] sú\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - použiť wget pre získanie vzdialených súborov.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - použiť curl pre získanie vzdialených súborov.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - použiť curl pre získanie vzdialených súborov.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - použiť curl pre získanie vzdialených súborov.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - pokúsiť sa nájsť a použiť synthesis súbor.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - neskúšať hľadať synthesis alebo hdlist súbor.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - automaticky vytvoriť všetky zdroje z inštalačného\n"
-" zdroja.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - zobraziť dostupné zdroje.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - použiť zadanú url pre zoznam mirrorov, štandardne je to\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - vytvorenie virtuálneho zdroja ktorý je vždy aktuálny,\n"
-" povolený je iba file:// protokol.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - zakázať MD5SUM kontrolu.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - neimportovať verejný kľúč pridaného média\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw - pridať médium do konfigurácie, ale neaktualizovať.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - zobrazovať minimum informácií.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - zobraziť podrobnosti.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Iba superpoužívateľ môže pridávať zdroje"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "Vytvoriť konfiguračný súbor [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Nebolo možné vytvoriť konfiguračný súbor [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "nie je potrebné zadať <relatívnu cesta k hdlist> s --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "chýba <relatívna cesta k hdlist>\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "nie je možné pristúpiť k zdroju \"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover verzia %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Toto je slobodný softvér a môže byť redistribuovaný pod licenciou GNU GPL.\n"
-"Problémy s prekladom: Mandrake-i18n@lists.linux.sk.\n"
-"\n"
-"použitie:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - nevymazať nepoužité rpm súbory z dočasnej pamäti.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - zobraziť dostupné zdroje a ich url.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-url - zobraziť dostupné zdroje a ich url.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --name - zobraziť iba názvy balíkov.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "balík %s nebol nájdený."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "sťahovanie rpm súboru [%s] ..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Nebol nájdený zoznam súborov\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"použitie: urpmi.update [-a] <meno> ...\n"
-"kde <meno> je zdroj pre odstránenie.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - vybrať všetky zdroje.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - skrátený výpis názvov médií.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Iba superpoužívateľ môže odstraňovať médiá"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "nie je čo odstrániť (použi urpmi.addmedia na pridanie zdroja)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"chýba názov média pre odstránenie\n"
-"(jedna z %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"použitie: urpmi.update [voľby] <meno> ...\n"
-"kde <meno> je zdroj pre aktualizáciu.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - použiť len aktualizačné zdroje.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - vnútiť aktualizáciu gpg kľúča.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - neaktualizovať, označiť zdroj ako ignorovaný.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - aktualizovať, označiť zdroj ako neignorovaný.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --no-probe - neskúšať hľadať synthesis alebo hdlist súbor.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - vybrať všetky nevymeniteľné zdroje.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - vnúť generovanie hdlist súborov.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - vnúť generovanie hdlist súborov.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Iba superpoužívateľ môže aktualizovať médiá"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "nie je čo aktualizovať (použiť urpmi.addmedia na pridanie zdroja)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"chýba názov média pre aktualizáciu\n"
-"(jeden z %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "ignorovanie zdroja %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "povolenie zdroja %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq verzia %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Toto je slobodný softvér a môže byť redistribuovaný pod licenciou GNU GPL.\n"
-"Problémy s prekladom: Mandrake-i18n@lists.linux.sk.\n"
-"\n"
-"použitie:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - použiť iba zadaný zdroj pre nájdenie požadovaných (alebo "
-"aktualizovaných) balíkov.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - fuzzy vyhľadávanie (to isté ako -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - zobraziť všetky dostupné balíky.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - zobraziť dostupné zdroje.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - zobraziť dostupné zdroje a ich url.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - zobraziť dostupné nódy použiteľné pre --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - zobraziť dostupné aliasy pre --parallel.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - exportovať konfiguráciu v tvare argumentu pre urpmi."
-"addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - nasledujúci balík je zdrojový balík (to isté ako -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - získať všetky zdrojové balíky pred sťahovaním (iba "
-"root).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - zobraziť značku url: url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - nastaviť urpmi pre používanie distribučného zdroja.\n"
-" To umožňuje zadávať dotazy na distribúciu.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - zobraziť históriu zmien.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - zobraziť značku konflikty: conflicts.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - zobraziť značku zastaralé: obsoletes.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - zobraziť značku poskytované: provides.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - zobraziť značku vyžadované: requires.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - zobraziť značku zastaralé: obsoletes.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - zobraziť značku zdrojové rpm: sourcerpm.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - zobraziť značku sumár: summary.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - rozšíriť dotaz o závislosti pre balík.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - reverzné vyhľadávanie závislostí balíka.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - rozšírené reverzné vyhľadávanie (vrátane virtuálnych "
-"balíkov.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - vyhľadať balík hľadaním v poskytovaných.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - kompletný výstup s balíkmi na odstránenie.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - zobraziť skupiny aj s menami.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - zobraziť užitočné informácie v čitateľnom formáte.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - zoznam súborov v balíku.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - zobrazovať minimum informácií.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - zobraziť verziu a vydanie spoločne s menom.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - nasledujúci balík je zdrojový balík (to isté ako --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - odstrániť balík ak už je nainštalovaná novšia verzia.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - fuzzy vyhľadávanie (to isté ako --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - ako -y, ale vnútiť vyhľadávanie bez rozlišovania veľkosti "
-"písmen.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " mená alebo rpm súbory zadané na príkazovom riadku budú dotazované.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes nemôže byť použité len s --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "nie je možné zapísať súbor s zoznamom pre \"%s\""
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"Poznámka: Pretože nebol nájdený žiaden zdroj používajúci hdlists, urpmf "
-"nemohol vrátiť žiaden výsledok\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"Poznámka: Pretože nebol nájdený žiaden zdroj používajúci hdlists, urpmf "
-"nemohol vrátiť žiaden výsledok\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"Poznámka: Pretože nebol nájdený žiaden zdroj používajúci hdlists, urpmf "
-"nemohol vrátiť žiaden výsledok\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"Poznámka: Pretože nebol nájdený žiaden zdroj používajúci hdlists, urpmf "
-"nemohol vrátiť žiaden výsledok\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Nebol nájdený zoznam zmien\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - vytvoriť aktualizačný zdroj.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "zle zadaný vstup: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d inštalačná transakcia zlyhala"
-#~ msgstr[1] "%d inštalačná transakcia zlyhala"
-#~ msgstr[2] "%d inštalačná transakcia zlyhala"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Všetko je už nainštalované"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Kontrola odstraňovania týchto balíkov"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "urpmi databáza je uzamknutá"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "neznáma voľba '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "príliš veľa bodov pripojenia pre vymeniteľný zdroj \"%s\""
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "Zdroj \"%s\" je ISO obraz, je možné ho pripojiť za behu"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "použitie rôznych vymeniteľných zariadení [%s] pre \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "nie je možné zistiť cestu pre vymeniteľný zdroj \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "nie je možné pristúpiť k prvému inštalačnému zdroju"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "nie je možné pristúpiť k zdroju \"%s\",\n"
-#~ "čo sa môže stať ak bol adresár pripojený počas vytvárania zdroja."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr ""
-#~ "nekoherentný zdroj \"%s\" označený ako vymeniteľné, ale nie je tomu tak"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - zmazať hlavičky v adresári dočasnej pamäte.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "virtuálne médium musí byť lokálne"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "nie je možné správne prečítať hdlist súbor pre \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "výpočet md5sum z existujúceho zdroja hdlist (alebo synthesis)"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "virtuálny zdroj \"%s\" by nemal mať špecifikovaný hdlist súbor, zdroj je "
-#~ "ignorovaný"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "nesprávne meno rpm súboru [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "nie je možné nájsť súbor so zoznamom pre \"%s\", zdroj je ignorovaný"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "pokus o výber neexistujúceho zdroja \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "vytváranie hdlist synthesis súboru pre zdroj \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "nie je možné správne prečítať hdlist súbor pre \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "zdroj \"%s\" sa pokúša použiť už použitý hdlist, zdroj je ignorovaný"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "zdroj \"%s\" skúša použiť už používaný súbor so zoznamom, zdroj je "
-#~ "ignorovaný"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Poznámka: Pretože nebol nájdený žiaden zdroj používajúci hdlists, urpmf "
-#~ "nemohol vrátiť žiaden výsledok\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "druhý prechod pre výpočet závislostí\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "vytváranie hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "Nebolo možné vytvoriť súbor synthesis pre médium \"%s\". Súbor hdlist je "
-#~ "pravdepodobne poškodený."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "problém s čítaním hdlist alebo synthesis súboru pre zdroj \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "výpočet md5sum zo zdroja hdlist (alebo synthesis)"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...získavanie zlyhalo: rozdielny md5sum"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "žiadné rpm súbory nájdené z [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "nie je možné čítať rpm súbory z [%s]: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "nenačítané žiadne rpm balíky"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "načitávanie hlavičiek pre zdroj \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - pokúsiť sa nájsť a použiť synthesis súbor.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - pokúsiť sa nájsť a použiť hdlist súbor.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Poznámka: Pretože nebol nájdený žiaden zdroj používajúci hdlists, urpmf "
-#~ "nemohol vrátiť žiaden výsledok\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "Môžete použiť --name na vyhľadanie názvu balíkov.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr ""
-#~ " --src - nasledujúci balík je zdrojový balík (to isté ako -s).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - pokúsiť sa nájsť a použiť hdlist súbor.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "nemôžem aktualizovať zdroj \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "nie je možné vytvoriť zdroj \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "existuje viacero balíkov s rovnakým menom rpm súboru \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "nie je možné správne prečítať [%s] s hodnotou \"%s\""
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "zdroj \"%s\" používa nekorektný súbor so zoznamom:\n"
-#~ " mirror zrejme nie je aktualizovaný, skúste alternatívnu metódu"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "zdroj \"%s\" nedefinuje žiadne umiestnenie rpm súborov"
-
-#~ msgid "unrequested"
-#~ msgstr "nepožadovaný"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "pridávanie balíka %s (id=%d, eid=%d, aktualizácia=%d, súbor=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Nasledovné balíky obsahujú chybné podpisy:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Chcete pokračovať v inštalácii?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Musíte sa autorizovať ak chcete zdieľať adresáre"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "nie je možné odinštalovať balík %s"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "Nebol nájdený zoznam súborov\n"
-
-#~ msgid "medium \"%s\" is not selected"
-#~ msgstr "zdroj \"%s\" nebol zvolený"
-
-#, fuzzy
-#~ msgid "Remove %d packages?"
-#~ msgstr "odstraňovanie balíka %s"
-
-#~ msgid " -f - force generation of hdlist files.\n"
-#~ msgstr " -f - vnúť generovanie hdlist súborov.\n"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr " -P - nehľadať balík v poskytovaných (predvolené).\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - reverzné vyhľadávanie závislostí balíka.\n"
-
-#~ msgid ""
-#~ " -RR - extended reverse search (includes virtual packages).\n"
-#~ msgstr ""
-#~ " -RR - rozšírené reverzné vyhľadávanie (vrátane virtuálnych "
-#~ "balíkov.\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Z dôvodu zachovaniu závislostí, balíky %d by mali byť nainštalované:\n"
-#~ "%s\n"
-
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "vynechanie média %s: nebol nájdený hdlist"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Inštalácia balíka `%s' (%s/%s)..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "preverovanie synthesis súboru [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "distribuovanie %s"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "Inštalácia balíkov..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Inštalácia balíkov..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - pokúsiť sa nájsť a použiť synthesis súbor.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - pokúsiť sa nájsť a použiť hdlist súbor.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "chýbajúce `with' pre sieťový zdroj\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "neznáma voľba '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "nie je možné nájsť hdlist súbor pre \"%s\", zdroj je ignorovaný"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "nekoherentný súbor so zoznamom pre \"%s\", zdroj je ignorovaný"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "nie je možné prezrieť súbor so zoznamom pre \"%s\", zdroj je ignorovaný"
-
-#~ msgid "there doesn't seem to be devices in the chroot in \"%s\""
-#~ msgstr "zdá sa, že neexistujú žiadne zariadenia v chroot prostredí \"%s\""
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "virtuálny zdroj \"%s\" nie je lokálny, zdroj je ignorovaný"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "virtuálny zdroj \"%s\" zrejme obsahuje validný zdroj hdlist alebo "
-#~ "synthesis, zroj je ignorovaný"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "kopírovanie zdrojového hdlist (alebo synthesis) pre \"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "získavanie zdrojového hdlist (alebo synthesis) súboru zlyhalo"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "súbor [%s] už je použitý pre ten istý zdroj \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "nič nebolo zapísané do zoznamového súboru pre \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "nájdených %d hlavičiek v dočasnej pamäti"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "odstránenie %d nepotrebných hlavičiek z dočasnej pamäte"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "používa sa proces %d pre vykonanie transakcie"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr " --norebuild - nevytvárať znova hdlist ak nie je čitateľný.\n"
-
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Nasledujúce mená balíkov boli nájdené: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "kopírovanie hdlists súboru..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "nesprávny hdlist popis \"%s\" v hdlists súbore"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Je to v poriadku?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - použiť špecifikovanú distribučnú verziu, štandardne "
-#~ "je\n"
-#~ " získavaná verzia distribúcie z nainštalovaného balíka\n"
-#~ " mandriva-release.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - použiť špecifikovanú architektúru, štandardne je to "
-#~ "architektúra\n"
-#~ " z nainštalovaného balíčka mandriva-release.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - extrahovať hlavičky pre balík zo zoznamu urpmi "
-#~ "databázy na\n"
-#~ " stdout (iba root).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "Kvôli zachovaniu závislostí, mali by byť nainštalované nasledujúce %d "
-#~ "balíky (%d MB)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "inštalácia %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Automatická inštalácia balíkov...\n"
-#~ "Je požadovaná inštalácia balíka %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: príkaz nebol nájdený\n"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Niektoré požadované balíky nie je možné nainštalovať:\n"
-#~ "%s\n"
-#~ "Pokračovať?"
-
-#~ msgid ""
-#~ "The following packages have to be removed for others to be upgraded:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Nasledovné balíky by mali byť odstránené aby bolo možné aktualizovať "
-#~ "iné:\n"
-#~ "%s\n"
-#~ "Pokračovať?"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "rozdielny md5sum"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf verzia %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "Toto je slobodný softvér a môže byť redistribuovaný pod licenciou GNU "
-#~ "GPL.\n"
-#~ "použitie:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr " --synthesis - použiť zadaný synthesis namiesto urpmi db.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - nezobrazovať meno značky (štandardne ak nie je zadané "
-#~ "meno značky\n"
-#~ " v príkazovom riadku, nekompatibilné s interaktívnym "
-#~ "módom.).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - nezobrazovať zhodné riadky.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - zobraziť všetky značky.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - zobraziť značku sumár: summary.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - zobraziť značku popis: description.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr ""
-#~ " --buildhost - zobraziť značku kompilovací hostiteľ: buildhost.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr " --provides - zobraziť značku poskytované: provides.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr " --requires - zobraziť značku vyžadované: requires.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - zobraziť značku súbory: files.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr " --obsoletes - zobraziť značku zastaralé: obsoletes.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - použiť špecifické prostredie (typické pre oznámenie o "
-#~ "chybe).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr " -i - ignorovať veľkosť písma vo vzore.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - binárny AND operátor, pravdivý ak sú obidva výrazy "
-#~ "pravdivé.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - binárny OR operátor, pravdivý ak jeden z výrazov je "
-#~ "pravdivý.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr " ! - unárne NOT, pravda ak je výraz nepravdivý.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " ( - ľavá zátvorka pre otvorenie skupiny výrazov.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr ""
-#~ " ) - pravá zátvorka pre uzatvorenie skupiny výrazov.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "spätné volanie je :\n"
-#~ "%s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "Pokračovať?"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Niektoré požadované balíky nie je možné nainštalovať:\n"
-#~ "%s"
-
-#, fuzzy
-#~ msgid ""
-#~ " --keep - keep existing packages if possible, reject requested\n"
-#~ " packages that leads to remove.\n"
-#~ msgstr ""
-#~ " --keep - ponechať existujúce balíky ak je to možné, vynechať "
-#~ "požadované\n"
-#~ " balíky ktoré môžu viesť k odstraňovaniu.\n"
-
-#~ msgid ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-#~ msgstr ""
-#~ " --distrib-XXX - automaticky vytvoriť zdroj pre XXX časť\n"
-#~ " distribúcie, XXX môže byť main, contrib, updates "
-#~ "alebo\n"
-#~ " čokoľvek iné čo už bolo vytvorené ;-)\n"
-
-#~ msgid "found version %s and arch %s ..."
-#~ msgstr "nájdená verzia %s a %s ..."
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "nie je možné pridať aktualizáciu cooker distribúcie\n"
-
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "sťahovanie mirrorov z %s ..."
diff --git a/po/sl.po b/po/sl.po
deleted file mode 100644
index a8e1b528..00000000
--- a/po/sl.po
+++ /dev/null
@@ -1,3265 +0,0 @@
-# translation of sl.po to Slovenian
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/sl.php3
-#
-# urpmi.po translation for slovenian language.
-# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Tadej Panjtar <panjtar@email.si>, 2003, 2004, 2005.
-# Mitja Masten <mitja.masten@email.si>, 2003.
-# Gregor Pirnaver <gregor.pirnaver@mandrakeprinas.org>, 2004.
-# Gregor Pirnaver <gregor.pirnaver@sdm-si.org>, 2005.
-# Jaka Kranjc <jakakranjc@email.si>, 2005, 2006.
-# Matjaž Kaše <matjaz.kase@telemach.net>, 2006.
-# Jure Repinc <jlp@holodeck1.com>, 2007, 2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: sl\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-09-22 16:13+0200\n"
-"Last-Translator: Jure Repinc <jlp@holodeck1.com>\n"
-"Language-Team: Slovenian <lugos-slo@lugos.si>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 0.3\n"
-"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 "
-": 3);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Namestitev RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Napaka: ni bilo mogoče najti datoteke %s, prekinitev"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "V _redu"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Izbrali ste paket z izvorno kodo:\n"
-"\n"
-"%s\n"
-"\n"
-"Verjetno ga niste nameravali namestiti (namestitev izvornega paketa vam "
-"omogoča narediti spremembe v izvorni kodi paketa in ga nato prevesti).\n"
-"\n"
-"Kaj želite narediti?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Ste pred namestitvijo naslednjih programskih paketov:\n"
-"\n"
-"%s\n"
-"\n"
-"Nadaljevanje?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Ste pred namestitvijo naslednjega programskega paketa:\n"
-"\n"
-"%s\n"
-"\n"
-"Mogoče bi ga raje samo shranili. Kakšna je vaša izbira?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Namesti"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Shrani"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Prekliči"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Izberite mesto za shranjevanje datoteke"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi različica %s\n"
-"Avtorske pravice (C) 1999-2008 Mandriva.\n"
-"To je prosta programska oprema in se sme razmnoževati pod dovoljenjem GNU "
-"GPL\n"
-"\n"
-"uporaba:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Možnosti:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - prikaži to sporočilo s pomočjo.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - neinteraktiven način, uporabi privzete odgovore na "
-"vprašanja.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid " --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - samodejna izbira paketov za nadgraditev sistema.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid " --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - prisili v dejanje celo, če nekateri paketi ne obstajajo.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - preveri podpis paketa rpm pred namestitvijo\n"
-" (--no-verify-rpm to onemogoči, privzeto je omogočeno).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - uporabi samo podane vire, ločene z vejico.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - dovoli iskanje v polju provides za najdbo paketa.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - ne išči v polju provides da za najdbo paketa.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - uporabi drug korenski imenik za namestitev paketov rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - samo preveri, če je namestitev lahko pravilno izvedena.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid " --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --searchmedia - uporabi samo podane vire za iskanje zahtevanih paketov.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Določen ni bil noben paket"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Prosim počakajte ..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Morate biti uporabnik root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Nekaterih paketov ni mogoče namestiti:\n"
-"%s\n"
-"Naj se namestitev vseeno nadaljuje?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Opozorilo"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "V redu"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (za nadgradnjo)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (za namestitev)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Izbira paketov"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Potreben je eden od sledečih paketov:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Prekini"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Sledeči paketi morajo biti odstranjeni, da bo možno nadgraditi druge:\n"
-"%s\n"
-"Naj se namestitev vseeno nadaljuje?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid "To satisfy dependencies, the following package is going to be installed:"
-msgstr "Za zadovoljitev odvisnosti bo nameščen naslednji paket:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid "To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Za zadovoljitev odvisnosti bodo nameščeni naslednji paketi:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d paket, %d MiB)"
-msgstr[1] "(%d paketa, %d MiB)"
-msgstr[2] "(%d paketi, %d MiB)"
-msgstr[3] "(%d paketov, %d MiB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Namestitev paketov ..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "ni mogoče dobiti paketov z izvorno kodo, predčasna prekinitev"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Priprava ..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Nameščanje paketa `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Prosim vstavite nosilec imenovan »%s«"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Pobiranje paketa `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Končano"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Namestitev ni uspela, ker manjkajo nekatere datoteke:\n"
-"%s\n"
-"Mogoče bi morali obnoviti podatkovno bazo urpmi"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Namestitev ni uspela:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Paketi so že nameščeni"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Namestitev je končana"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "odstranjevanje %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "ponovno zaganjanje urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"uporaba: %s [možnosti]\n"
-"kjer so [možnosti] med\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - prikaže to sporočilo s pomočjo.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - uporabi podan korenski imenik namesto /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - omeji rezultate na podano skupino.\n"
-
-# defaults != default; francozi so tako prevedli
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " privzeto je %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - izpiši polno ime rpm-ja (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Samo uporabniku root je dovoljeno nameščati pakete"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Poganjanje urpmi v omejenem načinu ..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "Ustvarjanje mape %s je spodletelo"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "Neveljaven lastnik mape %s"
-
-#: ../urpm.pm:124, c-format
-msgid "Can not download packages into %s"
-msgstr "V imenik %s ni mogoče prenašati paketov"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "ni mogoče odpreti rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "napačno ime datoteke rpm [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "pridobivanje datoteke rpm [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...pridobivanje je končano"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...pridobivanje je spodletelo: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "ni mogoče dostopati do datoteke rpm [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "ni mogoče razčleniti %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "ni mogoče registrirati datoteke rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Zgradba paketa ni združljiva z rpm [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "napaka pri registraciji krajevnih paketov"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Ta postopek ni dovoljen v omejenem načinu"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "napačna deklaracija posrednika v ukazni vrstici\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: ni mogoče brati datoteke rpm \"%s\"\n"
-
-#: ../urpm/args.pm:375, c-format
-msgid "unexpected expression %s"
-msgstr "nepričakovan izraz %s"
-
-#: ../urpm/args.pm:376, c-format
-msgid "missing expression before %s"
-msgstr "manjkajoč izraz pred %s"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "nepričakovan izraz %s (predlog: uporabite -a ali -o ?)"
-
-#: ../urpm/args.pm:386, c-format
-msgid "no expression to close"
-msgstr "ni izraza za zaprtje"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr "Privzeto urpmf pričakuje regularni izraz. Uporabiti bi morali »--literal«"
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "mapa za chroot ne obstaja"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Ni moč uporabiti %s brez %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Ni moč uporabiti %s z %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Prveč argumentov\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Kopiranje je spodletelo"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"CD-ROM morate priključiti sami (ali pa namestiti perl-Hal-Cdroms in se bo "
-"priklopil samodejno)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "Pritajeni program HAL (hald) ne teče oziroma ni pripravljen"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "vir »%s« ni na voljo"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "ni mogoče brati datoteke rpm [%s] iz vira \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "skladenjska napaka v nastavitveni datoteki v vrstici %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "ni moč brati nastavitvene datoteke [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "vir »%s« je naveden dvakrat, prekinjam"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "ni mogoče napisati nastavitvene datoteke [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "ni moč prebrati nastavitev posrednika (ni dovolj pravic za branje %s)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Prosim vnesite podatke za dostop do posrednika (proxyja)\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Ime uporabnika:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Geslo:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "neznan program za prenos »%s«!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s je spodletelo: izhod s signalom %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s je spodletelo: izhod z %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "kopiranje je spodletelo"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "manjka wget\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "manjka curl\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl je spodletelo: prenos preklican\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "manjka rsync\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "manjka ssh\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "manjka prozilla\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "ni bilo moč zagnati prozilla\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "manjka aria2\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% od %s preneseno, do konca = %s, hitrost = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% preneseno, hitrost = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "prenašanje %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "prenesen %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "za %s je določen neznan protokol "
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s ni na voljo, vrnitev na %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "ni programa za spletno pridobivanje, podprti so: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "ni mogoče obravnavati protokola: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "čiščenje %s in %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "paketa %s ni mogoče najti."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "pridobivanje datotek rpm iz vira \"%s\" ..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[ponovna gradnja paketa]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid "created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"določeno je bilo opravilo za nameščanje na %s (odstrani=%d, namesti=%d, "
-"nadgradi=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "opravila ni mogoče izvesti"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "ni mogoče izvleči paketa rpm iz paketa delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "ni mogoče namestiti paketa %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "odstranjevanje slabega rpm-ja (%s) iz %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "odstranjevanje %s je spodletelo: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Odstranjevanje paketa %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "odstranjevanje paketa %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "odstranjevanje nameščenega rpm (%s) iz %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Več podatkov o paketu %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Ni moč ustvariti predpomnilniške mape za LDAP"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Ni moč zapisati predpomnilniške datoteke za LDAP\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Strežnik ni naveden, manjka URI ali pa gostitelj"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Izhodišče ni navedeno"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Ni se moč povezati z LDAP URI-jem:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "Podatkovna zbirka %s je zaklenjena, čakanje ..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "prekinjam"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "Podatkovna zbirka %s je zaklenjena (uporablja jo že nek drug program)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Namestitev ni uspela"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Ali želite vseeno nadaljevati? (d/N)"
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Namestitev ni uspela, slabi rpm-ji:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Sledeči paket ima slab podpis"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Sledeči paketi imajo slabe podpise"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Ali želite nadaljevati namestitev?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "odstranjevanje nameščenih rpm-jev (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "porazdeljevanje %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "nameščanje %s iz %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "nameščanje %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Poskusi z namestitvijo brez preverjanj odvisnosti? (d/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Poskusi s prisilno namestitvijo(--force)? (d/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Paketi so posodobljeni"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Namestitev je mogoča"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "preučevanje datoteke %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "neveljavna datoteka MD5SUM"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "opozorilo: vsote MD5 za %s ni v datoteki MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "navidezni vir \"%s\" mora imeti jasen url, vir je bil zato prezrt"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "ni mogoče dostopati do seznama datotek od \"%s\", vir je bil zato prezrt"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "ni moč dostopati do datoteke synthesis od »%s«, vir je bil zato prezrt"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "poskušam obiti obstoječi vir, izpuščanje \"%s\""
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "Migracija odstranljive naprave ni uspela. Vir bo spregledan."
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "končano pisanje nastavitvene datoteke [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Ni mogoče uporabiti vzporednega načina z načinom use-distrib"
-
-# kaj sploh je associated media?
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "uporaba združenega vira za vzporeden način: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis ni mogoče uporabiti z --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib ali --parallel"
-
-# barabe
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Iskanje; začetek: %s konec: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "izpuščanje paketa %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "bi namestilo namesto nadgradilo paket %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "vir \"%s\" že obstaja"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(privzeto se spregleda)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "dodajanje vira »%s« pred oddaljen vir »%s«"
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "dodajanje vira »%s«"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "Mapa %s ne obstaja"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "izgleda, da ta lokacija ne vsebuje nobene distribucije"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "ni mogoče razčleniti media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "ni moč dostopati do vira distribucije (ni moč najti datoteke media.cfg)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "spuščam nezdružljivi vir »%s« (za %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "pridobivanje datoteke cfg za vir"
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "poskušanje izbire neobstoječega vira \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "izbiranje več virov: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "odstranjevanje vira \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "ponovno nastavljanje urpmi za vir \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...ponovno nastavljanje je spodletelo"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "ponovno nastavljanje je končano"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Napaka pri ustvarjanju imenske datoteke: odvisnosti %d ni moč najti"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "vir »%s« je posodobljen"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "preverjanje synthesis datoteke [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "težava pri branju synthesis datoteke vira \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "kopiranje [%s] za vir »%s« ..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...kopiranje je spodletelo"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "kopiranje datoteke z opisi \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopiranje končano"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "kopiranje [%s] je spodletelo (datoteka je sumljivo majhna)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "računanje md5sum izvorne datoteke synthesis"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "pridobivanje [%s] je spodletelo (md5sum se ne ujema)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "genhdlist2 na [%s] je spodletel"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "primerjanje %s in %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "neveljavna datoteka hdlist %s za vir »%s«"
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "kopiranje datoteke MD5SUM od »%s« ..."
-
-#: ../urpm/media.pm:1430, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "neveljavna datoteka MD5SUM (prenešena z %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "pridobivanje izvorne datoteke synthesis od »%s« ..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "datoteka synthesis je bila najdena kot %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "ni bilo mogoče najti datoteke synthesis za vir »%s«"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "preverjanje datoteke z javnimi ključi od \"%s\" ..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...uvožen je ključ %s iz datoteke javnih ključev od \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "ni mogoče uvoziti javnega ključa od \"%s\""
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "vir »%s« posodobljen"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "pridobivanje [%s] je spodletelo"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "ponovno poskušanje z zrcalnim strežnikom %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Ni bilo moč najti zrcalnega strežnika s seznama %s"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "najdena geolokacija %s %.2f %.2f iz časovnega pasu %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "pridobivanje seznama zrcalnih strežnikov od %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "Dd"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Oprostite, slaba izbira, poskusite znova\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Paket"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Različica"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Izdaja"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arhit."
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(predlagan)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "vir »%s«"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "ukazna vrstica"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KiB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MiB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GiB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TiB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] "Ta paket je osirotel, uporabite »urpme --auto-orphans« da ga odstranite."
-msgstr[1] "Ta paketa sta osirotela, uprabite »urpme --auto-orphans« da ju odstranite."
-msgstr[2] "Ti paketi so osiroteli, uporabite »urpme --auto-orphans« da jih odstranite."
-msgstr[3] "Ti paketi so osiroteli, uporabite »urpme --auto-orphans« da jih odstranite."
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "ni mogoče razčleniti \"%s\" v datoteki [%s]"
-
-# handler? x3
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "preverjanje vzporednega upravljavca v datoteki [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "najden je bil vzporedni upravljavec za vozlišča: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "ni mogoče uporabiti vzporedne izbire \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "na vozlišču %s"
-
-#: ../urpm/parallel.pm:293, c-format
-msgid "Installation failed on node %s"
-msgstr "Na vozlišču %s namestitev ni bila uspešna"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp ni uspel, mogoče je vozlišče nedostopno"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput je spodletel, mogoče je vozlišče nedostopno"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "scp je spodletel pri gostitelju %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "cp je spodletel pri gostitelju %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-"%s je spodletel pri gostitelju %s (mogoče nima prave različice urpmi?) (izhodna koda: %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "Ni moč dostopati do vira »%s«."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "priklapljanje %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "odklapljanje %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf različica %s\n"
-"Avtorske pravice (C) 2002-2006 Mandriva.\n"
-"To je prosta programska oprema in se sme razmnoževati pod dovoljenjem GNU "
-"GPL\n"
-"\n"
-"uporaba: urpmf [možnosti] vzorec(regularni izraz)\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - prikaži različico urpmf.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr " --env - uporabi specifično okolje (ponavadi poročilo o napaki).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - ne uporabi podanih virov, ločenih z vejico.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid " --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr " --literal, -l - vzemi argument kot dobeseden niz, ne regularni izraz.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - uporabi drugo izhodišče za podatkovno zbirko urpmi in "
-"namestitev rpm.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid " --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr " --sortmedia - vire razvrsti glede na podnize, ločene z vejico.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - za dostop do vira uporabi podano pot\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - uporabi podan synthesis namesto baze urpmi.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - ne izpiši identičnih vrstic.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - uporabi samo vir za posodobitev.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - zgovorni način.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - ignoriraj razlike malih/velikih črk v vsakem vzorcu.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - upoštevaj razlike malih/velikih črk v vsakem vzorcu.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<niz> - spremeni ločitelj polj (privzeto je ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Regularni izrazi:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr " besedilo - brez -l se vsako besedilo razčleni kot regularni izraz.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - vključi kodo perl neposredno kot perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - binarni AND operator.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - binarni OR operator.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - NOT operator.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - levi in desni oklepaj.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Seznam oznak:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - uporabi printf format izpisa\n"
-
-# je to res prevedljivo?
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " primer: '%%ime:%%datoteke'.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - arhitektura\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - strežnik, kjer je bil paket zgrajen.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - čas gradnje\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - nastavitvene datoteke\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - konfliktne oznake\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - opis paketa\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - distribucija\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - era\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - datotečno ime paketa\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -files - seznam datotek v paketu\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - skupina\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - licenca\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - ime paketa\n"
-
-# obsolete? man pravi da ne
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - zastarani nizi\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - avtor paketa\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - niz vsebuje\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - niz zahteva\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - velikost na disku\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - ime izvornega rpm paketa\n"
-
-# obsolete? man pravi da ne
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - oznake priporočil\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - povzetek\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - url\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - prodajalec\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - vir, kjer je bil paket najden\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - izpiši različico, izdajo in arhitekturo z vsakim imenom.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Nepravilen format: Uporabite lahko samo eno oznako z več vrednostmi"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "uporabljam specifično okolje pri %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "ni bilo mogoče najti datoteke hdlist za vir »%s«"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "ni bilo moč najti datoteke synthesis za vir »%s«"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "ni bilo moč najti datoteke xml-info za vir »%s«"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "urpmi se je ponovno zagnal in seznam prednostnih paketov se ni spremenil"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-"urpmi se je ponovno zagnal in seznam prednostnih paketov se je spremenil: %s "
-"<-> %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Ni paketa poimenovanega %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Sledeči paketi vsebujejo %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr "Da izberete vse, uporabite »-a«"
-
-#: ../urpm/select.pm:300, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "v zbirki podatkov za urpmi so bili najdeni paketi %s , a ni noben nameščen"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Paket %s je že nameščen"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Paketi %s so že nameščeni"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "zaradi manjkajočega %s"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "zaradi že nameščenega %s"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "zaradi nezadovoljstva %s"
-
-# promote vzet kot renice
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "poskus podpiranja %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "za ohranitev %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "za namestitev %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "zaradi konfliktov z/s %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Neveljaven podpis (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Neveljaven ID ključa (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Manjkajoč podpis (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "sistem"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "Priporočamo, da ponovno zaženete %s zaradi %s"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Ni moč pisati v datoteko"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Ni moč odpreti datoteke"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Ni moč premakniti datoteke %s v %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme različica %s\n"
-"Avtorske pravice (C) 1999-2008 Mandriva.\n"
-"To je prosta programska oprema in se sme razmnoževati pod dovoljenjem GNU "
-"GPL\n"
-"\n"
-"uporaba:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - samodejno izberi paket v možnostih.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - odstrani osirotele pakete\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - preveri, če je možna pravilna odstranitev.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - porazdeljen urpmi po napravah z vzdevki.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - Pred izbrisom ponovno zgradi pakete\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - uporabi drug korenski imenik za odstranitev paketov rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-" --justdb - posodobi samo podatkovno zbirko rpm, brez datotečnega "
-"sistema.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - ne izvedi paketnih mini-skript. \n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib -sproti nastavi urpmi iz distrib drevesa, uporabno je\n"
-" za namestitev ali odstranitev chroot z možnostjo --"
-"root . \n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - zgovoren način.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - izberi vse pakete ki ustrezajo izrazu.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Samo uporabniku root je dovoljeno odstranjevanje paketov"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "neznani paketi"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "neznan paket"
-
-#: ../urpme:121, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Odstranitev tega paketa bo pokvarila vaš sistem:"
-msgstr[1] "Odstranitev teh paketov bo pokvarila vaš sistem:"
-msgstr[2] "Odstranitev teh paketov bo pokvarila vaš sistem:"
-msgstr[3] "Odstranitev teh paketov bo pokvarila vaš sistem:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Ničesar za odstraniti"
-
-#: ../urpme:143, c-format
-msgid "No orphans to remove"
-msgstr "Ni osirotelih paketov za odstraniti"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural "To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Za zadovoljitev odvisnosti bo odstranjen sledeči %d paket"
-msgstr[1] "Za zadovoljitev odvisnosti bosta odstranjena sledeča %d paketa"
-msgstr[2] "Za zadovoljitev odvisnosti bodo odstranjeni sledeči %d paketi"
-msgstr[3] "Za zadovoljitev odvisnosti bo odstranjenih sledečih %d paketov"
-
-#: ../urpme:154, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(osiroteli paket)"
-msgstr[1] "(osirotela paketa)"
-msgstr[2] "(osiroteli paketi)"
-msgstr[3] "(osiroteli paketi)"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Ali odstranim %d paket?"
-msgstr[1] "Ali odstranim %d paketa?"
-msgstr[2] "Ali odstranim %d pakete?"
-msgstr[3] "Ali odstranim %d paketov?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (d/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "preverjanje možnosti odstranitve %s"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Odstranjevanje je spodletelo"
-
-#: ../urpme:183, c-format
-msgid "Removal is possible"
-msgstr "Odstranitev je mogoča"
-
-#: ../urpmf:153, c-format
-msgid "unterminated expression (%s)"
-msgstr "nezaključen izraz (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - posodobi vire in nato posodobi sistem.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - onemogoči preverjanje datoteke MD5SUM.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - vsili posodobitev ključa GPG.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - samodejno odstrani osirotele pakete\n"
-
-# obsolete? man pravi da ne
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - brez samodejne izbire predlaganih paketov.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - nikoli ne vprašaj za odstranitev paketa, takrat prekini "
-"namestitev.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - ne namesti paketov (samo prenesi).\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - če je mogoče ohrani obstoječe pakete, zavrni zahtevane\n"
-" pakete, ki vodijo v odstranjevanje.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - deli v kratke transakcije, če je potrebno \n"
-" namestiti ali nadgaraditi več paketov, kot je podano;\n"
-" privzeto je %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - majhna velikost transakcij, privzeto je %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - vsili ohlapno iskanje.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - namesti pakete potrebne za gradnjo paketov\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - namesti samo paket z izvorno kodo (ne binarnega).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-" --clean - odstrani pakete rpm iz predpomnilnika pred kakršnikolim "
-"drugim dejanjem .\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - ne odstrani paketov rpm iz predpomnilika.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid " --replacepkgs - force installing packages which are already installed.\n"
-msgstr " --replacepkgs - vsili namestitev paketov, ki so že nameščeni.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - dovoli si vprašati uporabnika za namestitev paketov brez\n"
-" preverjanja odvisnosti.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - dovoli si vprašati uporabnika za namestitev paketov "
-"brez \n"
-" preverjanja odvisnosti in integritete.\n"
-
-# obsolete? man pravi da ne
-#: ../urpmi:108, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - samodejno izbere »predlagane« pakete.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - sproti nastavi urpmi iz distrib drevesa, uporabno je\n"
-" za namestitev chroot z možnostjo --root .\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink -ustvari in uporabi lokalno meta povezavo.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - program za prenašanje oddaljenih datotek.\n"
-" znani programi: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - dodatne možnosti za curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- dodatne možnosti za rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - dodatne možnosti za wget\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - dodatne možnosti za prozilla\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - dodatne možnosti za aria2\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - omeji hitrost prenašanja.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - nadaljuj prenos delno pobranih datotek\n"
-" (--no-resume to onemogoči, privzeto je onemogočeno).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - uporabi določen HTTP posrednik, vrata so\n"
-" privzeto 1080 (oblika je <posrednik[:vrata]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - določi uporabnika in geslo za uporabo avtentifikacije\n"
-" pri posredniku (format je <uporabnik:geslo>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - pripravi poročilo o napaki v imeniku nakazanem z\n"
-" naslednjim argumentom.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - izključi poti ločene z vejico.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - izključi datoteke z dokumentacijo.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - ne preverjaj količine praznega prostora.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --ignorearch - dovoli namestitev rpm paketov različnih arhitektur.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - ne izvedi paketnih mini-skript.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - paketi, ki naj bodo pri namestitvi preskočeni\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - paketi, ki so bolj zaželjeni\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - ko je najdenih več paketov, ponudi več izbir\n"
-" kot je privzeto.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - ne zakleni podatkovne baze rpm.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - nadgradi samo pakete iste arhitekture.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - izberi vsa ujemanja v ukazni vrstici.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - tihi način.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - zelo zgovoren način.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " imena ali datoteke rpm podane v ukazni vrstici bodo nameščene.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Napaka: ni moč uporabiti --auto-select skupaj s seznamom paketov.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Napaka: Da bi ustvarili poročilo o hrošču uporabite običajne argumente "
-"ukazne vrstice.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Ob uporabi --install-src ne morete nameščati binarnih rpm paketov."
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Ni moč namestiti datotek spec"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "Uporabljanje privzetega --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid "please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr "uporabite --buildrequires ali --install-src, ki privzema --buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Imenik [%s] že obstaja, prosim da uporabite drugega za poročilo o napaki ali "
-"pa ga izbrišite"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Ni mogoče ustvariti imenika [%s] za poročilo o napaki"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Mapa %s ne obstaja"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Napaka: izgleda, da je %s priklopljen v (samo) bralnem načinu.\n"
-"Uporabite --allow-force, da prisilite izvedbo operacije."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Posodabljanje vira ....\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (za nadgradnjo)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (za nadgradnjo)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (za namestitev)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (za namestitev)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Za zadovoljitev odvisnosti »%s« je potreben en izmed sledečih paketov:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Kakšna je vaša izbira? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Naslednjih paketov ni moč namestiti, ker so\n"
-"odvisni od paketov, ki so starejši od že nameščenih:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Naslednjih paketov ni mogoče namestiti, ker so odvisni od paketov,\n"
-"ki so starejši od nameščenih.\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Vseeno nadaljujem z namestitvijo?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (D/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Zahtevanega paketa ni moč namestiti:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Nekateri zahtevani paketi ne morejo biti nameščeni:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "odstranitev paketa %s bo zrušilo vaš sistem"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Namestitev se ne more nadaljevati, ker je potrebno odstraniti\n"
-"sledeče pakete, da bodo drugi lahko nadgrajeni:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Namestitev se ne more nadaljevati, ker je potrebno odstraniti\n"
-"sledeče pakete, da bodo drugi lahko nadgrajeni:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Sledeči paket mora biti odstranjen, da bodo drugi lahko nadgrajeni:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Sledeči paketi morajo biti odstranjeni, da bodo drugi lahko nadgrajeni:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(samo test, brisanje se ne bo izvedlo)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Za namestitev sledečih odvisnosti morate najprej zagnati urpmi z možnostjo --"
-"buildrequires:\n"
-"%s\n"
-
-#: ../urpmi:594, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Naslednji osiroteli paket bo odstranjen."
-msgstr[1] "Naslednja osirotela paketa bosta odstranjena."
-msgstr[2] "Naslednji osiroteli paketi bodo odstranjeni."
-msgstr[3] "Naslednji osiroteli paketi bodo odstranjeni."
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(samo test, namestitev se ne bo izvedla)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "Uporabljenega bo %s dodatnega prostora na disku."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "Sproščenega bo %s prostora na disku."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "Prenesenih bo %s paketov."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Nadaljujem z namestitvijo %d paketa?"
-msgstr[1] "Nadaljujem z namestitvijo %d paketov?"
-msgstr[2] "Nadaljujem z namestitvijo %d paketov?"
-msgstr[3] "Nadaljujem z namestitvijo %d paketov?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Prekliči"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Pritisnite Enter, ko bo priklopljeno ..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"uporaba: urpmi.addmedia [možnosti] <ime> <url>\n"
-"kjer je <url> eno izmed\n"
-" [file:/]/<pot>\n"
-" ftp://<uporabniško_ime>:<geslo>@<gostitelj>/<pot>\n"
-" ftp://<gostitelj>/<pot>\n"
-" http://<gostitelj>/<pot>\n"
-" cdrom://<pot>\n"
-"\n"
-"uporaba: urpmi.addmedia [možnosti] --distrib --mirrorlist <url>\n"
-"uporaba: urpmi.addmedia [možnosti] --mirrorlist <url> <ime> <relativna_pot>\n"
-"\n"
-"primeri:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"[možnosti] izbirate izmed:\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - uporabi wget za pridobivanje datotek.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - uporabi curl za pridobivanje datotek.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - uporabi prozilla za pridobivanje datotek.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 - uprabi aria2 za pridobivanje oddaljenih datotek.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-" --update - ustvari posodobitveni vir, \n"
-" ali zavrzi neposodobitvene vire (ko uporabite --distrib)\n"
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - uporabi specifični način za prenašanje datotek XML s "
-"podatki\n"
-" eno izmed: never (nikoli), on-demand (na zahtevo), update-"
-"only (samo posodobitev), always (vedno). Nastavitvena datoteka urpmi.cfg(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - uporabi datoteko synthesis.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - uporabi datoteke rpm (namesto synthesis).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - ne poskusi najti datoteke synthesis.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - samodejno ustvari vse vire iz namestitvenega\n"
-" vira.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr " --interactive - with --distrib, potrdi vsak vir posebej\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - with --distrib, dodaj vse naštete vire\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - uporabi podan url za seznam zrcalnih mest, privzeto je\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - ustvari navidezne vire, ki so vedno posodobljeni,\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - onemogoči preverjanje datoteke z MD5SUM.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - ne uvozi javnega ključa dodanih virov\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - dodaj vir v nastavitve, a ga ne posodobi.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - tihi način.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - zgovoren način.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "znani načini za xml-info so %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "za --distrib --mirrorlist <url> ni potreben noben argument"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "napačen <url> (za krajevno mapo mora biti pot absolutna)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Samo root uporabnik lahko dodaja vire"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "ustvarjanje nastavitvene datoteke [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Ni mogoče ustvariti nastavitvene datoteke [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "z --distrib ni potrebno podajati <relativna pot do synthesis>"
-
-#: ../urpmi.addmedia:144, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Ali želite dodati vir '%s'?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "manjka <relativna pot do synthesis>\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Ni moč uporabiti %s z oddaljenim virom"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "ni moč dodati vira"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover različica %s\n"
-"Avtorske pravice (C) 1999-2008 Mandriva.\n"
-"To je prosta programska oprema in se sme razmnoževati pod dovoljenjem GNU "
-"GPL\n"
-"\n"
-"uporaba:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - določite pričetek ponovne izgradnje paketov\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - ne počisti mape za ponovno izgradnjo paketov.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid " --list - list transactions since provided date/duration argument\n"
-msgstr " --list - prikaži čas in trajanje vseh izvedenih opravil\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - prikaži vsa izvedena opravila v rpmdb (dolga oblika)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-" --list-safe - prikaži seznam izvedenih opravil od ponovne izgradnje "
-"paketov naprej\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - povrni v stanje pred določenim datumom,\n"
-" ali določenim številom izvedenih opravil\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - onemogoči ponovno izgradnjo paketov\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Neveljaven datum oziroma trajanje [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Imenik za ponovno izgradnjo paketov ni določen.\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "V imenik za ponovno izgradnjo paketov ni mogoče pisati.[%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Čiščenje imenika za ponovno izgradnjo paketov [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "Odstranjena %d datoteka\n"
-msgstr[1] "Odstranjeni %d datoteki\n"
-msgstr[2] "Odstranjene %d datoteke\n"
-msgstr[3] "Odstranjenih %d datotek\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Napačni argumenti ukazne vrstice[%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Ne morete hkrati izbrati --ponovne izgradnje paketov in --obnove sistema\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Ne morete hkrati izbrati --ponovne izgradnje paketov in --seznama\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Ne morete hkrati izbrati --obnove sistema in --seznama\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Ne morete izbrati --onemogoči skupaj z drugo opcijo"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Od %s ni bilo izvedeno nobeno opravilo\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Za dejanje morate biti prijavljeni kot uporabnik root "
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Pridobivanje datoteke rpm [%s] ...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Datuma obnove sistema ni mogoče najti\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Obnovitev sistema na %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Onemogočanje ponovne izgradnje paketov\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"uporaba: urpmi.removemedia (-a | <ime> ...)\n"
-"kjer je <ime> ime vira za odstranitev.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - izberi vse vire.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - ohlapno ujemanje z imeni virov.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Samo uporabnik root lahko odstrani vir(e)"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"ničesar ni za odstraniti (uporabite urpmi.addmedia za dodajanje novega "
-"vira)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"manjka vnos za odstranitev \n"
-"(eden od %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"uporaba: urpmi.update [možnosti] <ime> ...\n"
-"kjer je <ime> ime vira za posodabljanje.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - posodobi samo posodobitveni vir.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key -prisili posodobitev ključa gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - ne obnovi, označi vir kot onemogočen.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - ne obnovi, označi vir kot omogočen.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms - ne uporabi synthesis, uporabi datoteke rpm neposredno\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - izberi vse neizmenljive vire.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - prisili posodabljanje datotek synthesis\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -ff - zares prisili posodabljanje datotek synthesis\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Samo uporabnik root lahko posodobi vire"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"ničesar ni za posodobiti (uporabite urpmi.addmedia za dodajanje novega "
-"vira)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"manjka vnos za posodobitev\n"
-"(eden od %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "onemogočanje vira %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "omogočanje vira %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq različica%s\n"
-"Avtorske pravice (C) 2000-2006 Mandriva.\n"
-"To je prosta programska oprema in se sme razmnoževati pod dovoljenjem GNU "
-"GPL\n"
-"\n"
-"uporaba:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - uporabi samo podane vire za iskanje zahtevanih (ali "
-"posodobljenih) paketov.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - izpiši seznam osirotelih paketov\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - vsili ohlapno iskanje (isto kot -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - izpiši seznam paketov, ki so na voljo.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - izpiši seznam virov, ki so na voljo.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - izpiši seznam virov, ki so na voljo, in njihove url-je.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes -izpiši seznam vozlišč, ki so na voljo pri uporabi --"
-"parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - izpiši seznam vzporednih vzdevkov, ki so na voljo.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid " --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr " --dump-config - izvrži nastavitve v formatu za urpmi.addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - naslednji paket je paket z izvorno kodo (isto kot -s).\n"
-
-# kaj? man pravi: Print source URLs (or file names) of all selected packages.
-#: ../urpmq:65
-#, c-format
-msgid " --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - prikaži izvorni url (ali imena datotek) vseh izbranih "
-"paketov.\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - dovoli uvrstitev paketov, katerih zgradba se ne ujema,  "
-"na seznam.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - nastavi urpmi na licu mesta iz distrib drevesa.\n"
-" To dovoli povpraševanje po distribuciji.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - izpiše zgodovino sprememb.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - izpiše konflikte.\n"
-
-# obsolete? man pravi da ne
-#: ../urpmq:83, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - prikaže seznam zastarelih paketov.\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - izpiše, kaj ponuja paket.\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - izpiše zahtevano.\n"
-
-# obsolete? man pravi da ne
-#: ../urpmq:86, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - prikaže priporočene pakete.\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - izpiše ime izvornega rpm paketa.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - izpiše povzetek.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - poizvedba tudi pri paketih, od katerih je odvisen "
-"paket.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - iskanje paketov, katerim je podan paket odvisnost.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - iskanje paketov, katerim je podan paket odvisnost (tudi "
-"med navideznimi paketi).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - da bi našel datoteko, išči v polju »priskrbi«.\n"
-
-# kaj? man pravi: if maximal closure is used, assume that a package
-# upgraded and may correct unresolved dependancies on the rpm database.
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr ""
-" -c - predvidevaj da se je paket nadgradil in popravi "
-"nerazrešene odvisnosti v bazi rpm.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - izpiši skupine skupaj z imenom.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - izpiši uporabne informacije v človeku razumljivem "
-"zapisu.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - izpiši seznam datotek v paketu.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - isto kot -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - izpiši različico in izdajo skupaj z imenom.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - naslednji paket je paket z izvorno kodo (isto kot --"
-"src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr " -u - odstrani paket, če je že nameščena novejša verzija.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - vsili ohlapno iskanje (isto kot --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - kot -y, a ujemanje ne razlikuje med velikimi in malimi "
-"črkami.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " imena ali datoteke rpm podane preko ukazne vrstice so obdelane.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "uporaba: »urpmq --auto-orphans« brez argumentov"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes je lahko uporabljeno samo s --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "uporabite -l za izpis seznama datotek"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr "za vir »%s« ni podatkov v obliki XML, samo delni rezultat za paket %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr "za vir »%s« ni podatkov v obliki XML, samo delni rezultat za pakete %s"
-
-#: ../urpmq:408
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"za vir »%s« ni podatkov v obliki XML, ni moč vrniti nobenega rezultata za "
-"paket %s"
-
-#: ../urpmq:409
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"za vir »%s« ni podatkov v obliki XML, ni moč vrniti nobenega rezultata za "
-"pakete %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Dnevnik sprememb ni bil najden\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - ustvari vir za posodabljanje.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "popačen URL: [%s]"
-
-#~ msgid "sorry, you can't use --install-src to install remote .src.rpm files"
-#~ msgstr ""
-#~ "za nameščanje oddaljenih datotek .src.rpm ne morete uporabiti --install-"
-#~ "src"
-
-#~ msgid "Error"
-#~ msgstr "Napaka"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d namestitveni prenos je spodletel"
-#~ msgstr[1] "%d namestitvena prenosa sta spodletela"
-#~ msgstr[2] "%d namestitveni prenosi so spodleteli"
-#~ msgstr[3] "%d namestitvenih prenosov je spodletelo"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Paketa %s ni moč namestiti"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Preverjanje za odstranitev sledečih paketov"
-
diff --git a/po/sq.po b/po/sq.po
deleted file mode 100644
index dc742ef5..00000000
--- a/po/sq.po
+++ /dev/null
@@ -1,3720 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# Naim Daka <naim70@freesurf.ch>, 2002.
-#
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi 3.3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2002-12-04 23:55+0200\n"
-"Last-Translator: Naim Daka <naim70@freesurf.ch>\n"
-"Language-Team: Albanian <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8-bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, fuzzy, c-format
-msgid "RPM installation"
-msgstr "Instalimi i sistemit"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../gurpmi:74 ../gurpmi:85
-#, fuzzy, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Ju duhet të jeni administrator për t'instaluar mvarësit e radhitura:\n"
-"%s\n"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Instalo"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Ruaj"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Anulo"
-
-#: ../gurpmi:108
-#, fuzzy, c-format
-msgid "Choose location to save file"
-msgstr "Zgjedhe një skedare"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi versioni %s\n"
-"E drejtë autori (C) 1999-2008 Mandriva.\n"
-"Ky është software gratis dhe mund të shpërndahet ndër termet e GNU GPL.\n"
-"\n"
-"përdorim:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - shtype këtë lajmë ndihmues.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - zgjedhni automatikisht pakot azhurnuese në sistem.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - kërkim i forcuar edhe pse disa pako nuk ekzistojnë.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - verifikoje nënshkrimin e rpm para instalimit\n"
-" (--no-verify-rpm dezaktivizoje verifikim e tyre).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - përdori vetëm burimet e dhëna, të ndara me presje.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - lejon hulumtimet në pajisjetë për ta gjetur pakon.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - mos hulumto në këto pajisje për ta gjetur pakon.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, fuzzy, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr ""
-" --wget - përdore wget për rikuperimin e skedareve në distancë.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - verifikoje nëse instalimi përfundon në mënyrë korrekte.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --media - përdori vetëm burimet e dhëna, të ndara me presje.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "Asnjë urdhër i specifikuar"
-
-#: ../gurpmi2:53
-#, fuzzy, c-format
-msgid "Please wait..."
-msgstr "Një moment ju lutemi."
-
-#: ../gurpmi2:62
-#, fuzzy, c-format
-msgid "Must be root"
-msgstr "Porta e Minit"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Disa nga pakot e kërkuara nuk mund të instalohen:\n"
-"%s"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Kujdes"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ok"
-
-#: ../gurpmi2:171
-#, fuzzy, c-format
-msgid " (to upgrade)"
-msgstr "Azhurno"
-
-#: ../gurpmi2:172
-#, fuzzy, c-format
-msgid " (to install)"
-msgstr "Fundi i instalimit"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Një nga pakot e radhitura nevojitet:"
-
-#: ../gurpmi2:200
-#, fuzzy, c-format
-msgid "_Abort"
-msgstr "Ndërpreje"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Pakot a radhitura duhet të zhduken që të tjerat të azhurnohen:\n"
-"%s"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Për ta plotësuar mvarësin, pakotë me radhë do të zhduken (%d MB)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Me rastin e mbushjes së mvarësisë, pako(t) e radhitura duhet të\n"
-"instalohen:\n"
-"\n"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Instalimi i pakos..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "e pa mundur marrja e burimit të pakos, ndërpritje"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Përgatitje..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Instalimi i pakove `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Ju lutemi futni burimin e emruar \"%s\" në mjetin [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Shkarkimi i pakos `%s'..."
-
-#: ../gurpmi2:324
-#, fuzzy, c-format
-msgid "_Done"
-msgstr "Përfundoi"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Instalimi dështoi, disa skedare mungojnë:\n"
-"%s\n"
-"A dëshironi t'azhurnoni bazën e të dhënave urpmi"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Instalimi dështio"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Gjdo gjë është veçse e instaluar"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Instalimi përfundoi"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "zhdukja e %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr ""
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"përdorim: %s [opcionet]\n"
-"dhe [opcionet] janë nga\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - shtype këtë lajmë ndihmues.\n"
-
-#: ../rpm-find-leaves:18
-#, fuzzy, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --synthesis - përdori skedaret e dhëna sintezë në vend të db.\n"
-
-#: ../rpm-find-leaves:19
-#, fuzzy, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " --group - çfaqe etiketën group: grupi.\n"
-
-#: ../rpm-find-leaves:20
-#, fuzzy, c-format
-msgid " defaults to %s.\n"
-msgstr ""
-"\n"
-" Raporti DrakBackup \n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - çfaqi grupet njashtu dhe emrat.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Vetëm administratori i sistemin ka mundësi të instalojë pakot"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "I pa mundur krijimi i repertorit [%s] për raport të bug(it)"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Shkarkimi i pakos `%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "e pa mundur hapja e rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "emri i skedares rpm është invalid [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "rikuperimi i skedareve rpm [%s]..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...rikuperim i bërë"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...rikuperimi dështoi: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "e pa mundur hyrja në skedaren rpm [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "analizimi i pa mundur i \"%s\" në skedaren [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "i pa mundur regjistrimi i skedares rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "gabim gjatë regjistrimit të pakove lokale"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "proxy që është deklaruar në linjën komanduese nuk është i saktë\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: nuk mund ta lexojë skedaren rpm \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Mungon nënshkrimi (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Kopjimi dështoi"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "burimi \"%s\" nuk është i zgjedhur"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "i pa mundur leximi i skedares [%s] nga burimi \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "i pa mundur shkrimi i skedares konfiguruese [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "i pa mundur shkrimi i skedares konfiguruese [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "i pa mundur shkrimi i skedares konfiguruese [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Emri i përdoruesit:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Shifra:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Kopjimi dështoi"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "ka arritur nga mungesa %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "ka arritur nga mungesa %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "ka arritur nga mungesa %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "zhdukja e %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...rikuperimi dështoi: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "protokol i pa njoftur për përcaktimit e %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "i pa mundur përdorimi i protokolit: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "instalimi i %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "pakoja %s nuk është prezente"
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "rikuperimi i skedareve rpm nga burimi\"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"krijimi i një akcioni transmetues për një instalim në %s (remove=%d, install="
-"%d, upgrade=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "i pa mundur krijimi i një akcioni transmetues"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "e pa mundur zhdukja e pakos %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "i pa mundur instalimi i pakos %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "instalimi i %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...rikuperimi dështoi: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "zhdukja e pakos %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "zhdukja e pakos %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "instalimi i %s"
-
-#: ../urpm/install.pm:281
-#, fuzzy, c-format
-msgid "More information on package %s"
-msgstr "Më shumë informacione mbi pakon..."
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "Asnjë urdhër i specifikuar"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "baza e të dhënave urpmi është e mbyllur"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Kujdes"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Instalimi dështio"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Instalimi dështio"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Pakot a radhitura kanë nënshkrime të pa pranueshëm"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Pakot a radhitura kanë nënshkrime të pa pranueshëm"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "A dëshironi të vazhdoni me instalimin e tyre ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "instalimi i %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "shpërndarje e %s"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "instalimi i %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "instalimi i %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Tento një instalim pa verifikimin e mvarësive? (p/J) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Tento një instalim më të forcuar (--force)? (p/J) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Instalimi është i mundur"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "kontrollim i skedares MD5SUM"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"burimi virtuel \"%s\" duhet të posedoj një url të qartë, burim i injoruar"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "e pa mundur hyrja në skedaren e listës të \"%s\", burim i injoruar"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "e pa mundur hyrja në skedaren hdlist të \"%s\", burim i injoruar"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "tentim në kalimin e një burimit ekzistues \"%s\", ndërprerje"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "shkruaja e skedares konfiguruese [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr ""
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "përdorimi i burimit të lidhur për modë paralel: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis nuk mund të përdoret me --media, --excludemedia, --sortmedia, --"
-"update or --parallel"
-
-#: ../urpm/media.pm:666
-#, fuzzy, c-format
-msgid "Search start: %s end: %s"
-msgstr "Hulumtoi polisat e instaluara"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "kalimi i pakos %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "dëshiron ta instaloj në vend që t'azhurnoj pakon %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "burimi \"%s\" ekziston me heret"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "leximi i majës nga burimi \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "zhdukja e burimit \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "e pa mundur hapja e rpmdb"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"hyrja e pa mundur në burimin e parë instalues (asnjë skedare e gjetur në "
-"hdlists)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "rikuperimi i skedares hdlist..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "tento zgjedhjen e një burimi jo ekzistues \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "zgjedhje të shumta burimesh: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "zhdukja e burimit \"%s\""
-
-#: ../urpm/media.pm:1055
-#, fuzzy, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "rikuperimi i skedareve rpm nga burimi\"%s\"..."
-
-#: ../urpm/media.pm:1089
-#, fuzzy, c-format
-msgid "...reconfiguration failed"
-msgstr "Menyja e konfigurimit është regjistruar"
-
-#: ../urpm/media.pm:1095
-#, fuzzy, c-format
-msgid "reconfiguration done"
-msgstr "Konfigurimi i Serverit"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "burimi \"%s\" nuk është i zgjedhur"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "kontrollimi i skedares sintezë [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problem gjatë leximit të skedares sitezë të burimit \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "shkruarja e skedares për listën e burimit \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...kopjimi dështoi"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "kopjimi i skedares përshkruese të \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopjimi i bërë"
-
-#: ../urpm/media.pm:1265
-#, fuzzy, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "kopjimi i [%s] dështoi"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "llogaritja md5sum e rikuperimit të burimit hdlist (ose sintezës)"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "kopjimi i [%s] dështoi"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "kontrollimi i skedares hdlist [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "instalimi i %s"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "asnjë skedare e gjetur hdlist për burimin \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "kopjimi i skedares përshkruese të \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "emri i skedares rpm është invalid [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "rikuperim i burimit hdlist (ose sintezës) të \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "hdlista tesntuese është gjetur (ose sintezuar) sikur %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "asnjë skedare e gjetur hdlist për burimin \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "verifimi i skedares pubkey të \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...importimi i çelësit %s nga skedarja pubkey e \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "është e pa mundur importimi i skedares pubkey të \"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "shtuarja e burimit %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "lexim i skedareve rpm nga [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "Yy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Kemi ndjesë, zgjedhje e gabuar, provoni edhe një herë\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Hulumto"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "zhdukja e burimit \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "analizimi i pa mundur i \"%s\" në skedaren [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "kontrollimi i përkrahjes në skedaren paralele [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "gjetja e përkrahjes në nyjet paralele: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "i pa mundur përdorimi i opcionit paralel \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Instalimi dështio"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "hyrje e pa mundur në burimin \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "montimi i %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "demontimi i %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"azhurnimi-mdk versioni %s\n"
-"E drejtë autori (C) %s Mandriva.\n"
-"Ky është software gratis dhe mund të shpërndahet ndër termet e GNU GPL.\n"
-"\n"
-"përdorim:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - shtype këtë lajmë ndihmues.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - përdore mjedisin e veçantë (veçënarishtë një raport "
-"bugi).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - mos i përdor vetëm burimet e dhëna, të ndara me "
-"presje.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --wget - përdore wget për rikuperimin e skedareve në distancë.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - radhitja e burimit akordohet me ndër-rreshtat e ndarë "
-"me presje.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --synthesis - përdori skedaret e dhëna sintezë në vend të db.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - përdori skedaret e dhëna sintezë në vend të db.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - mos i çfaqë rreshtat e njëjtë.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - përdori vetëm burimet azhurnuese.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - model oratori.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - injoroje rastin e ndryshëm në gjdo model.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - injoroje rastin e ndryshëm në gjdo model.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - përfshije kodin perl direkt sikur perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - operues AND binar.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - operues OR binar.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " -! - njëjsi NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr ""
-" ) - kllapë e djathtë për ta mbyllur shprehjen e grupit.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Listoi të dhënat për ti riparuar:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - përdore sipërfaqën ndarëse X.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr ""
-"\n"
-" Raporti DrakBackup \n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - çfaqe etiketën serial: url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - çfaqe etiketën buildhost: ndërtoje ftuesin.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "Konfigurimi i modulit të Konsolës"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - çfaqe etiketën conflicts: gjitha konfliktet.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - çfaqe etiketën description: përshkrimi.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - çfaqe etiketën epoch: epokë.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --all - çfaqi të gjitha etiketat.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --list - shpalosi pakotë lira.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - çfaqe etiketën group: grupi.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --all - çfaqi të gjitha etiketat.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --all - çfaqi të gjitha etiketat.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - çfaqe etiketën obsoletes: gjitha absolutisht.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - çfaqe etiketën packager: paketues.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - çfaqe etiketën provides: gjitha pajisjet.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - çfaqe etiketën requires: gjitha dëshiratë.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - çfaqe etiketën size: madhësia.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - çfaqe etiketën sourcerpm: burimi rpm.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - çfaqe etiketën obsoletes: gjitha absolutisht.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - çfaqe etiketën summary: përmbledhje.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - çfaqe etiketën serial: url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - model oratori.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " --list - shpalosi pakotë lira.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - çfaqe versionin, hollësitë dhe arkitekturen me emër.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "përdorim specifik i mjedisit në %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "asnjë skedare e gjetur hdlist për burimin \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "krijimi i skedares sintezë për burimin \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "shkruarja e skedares për listën e burimit \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Asnjë pako e emruar %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Pakot e radhitura përmbajnë %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Gjdo gjë është veçse e instaluar"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "Gjdo gjë është veçse e instaluar"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "Gjdo gjë është veçse e instaluar"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "ka arritur nga mungesa %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "Gjdo gjë është veçse e instaluar"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "ka arritur gjatë mosmarrëveshjes %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "tentim në gradimin e %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "në urdhër për ta mbajturë %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "në urdhër për instalim %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "ka arritur gjatë konflikteve me %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Nënshkrim i pa pranueshëm (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Çelës invalid ID (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Mungon nënshkrimi (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "i pa mundur shkrimi i skedares konfiguruese [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Kopjimi dështoi"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Kopjimi dështoi"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme versioni %s\n"
-"E drejtë autori (C) 1999-2008 Mandriva.\n"
-"Ky është software gratis dhe mund të shpërndahet ndër termet e GNU GPL.\n"
-"\n"
-"përdorim:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr ""
-" --auto - zgjedhje automatike në njërën ndër pakot zgjedhëse.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, fuzzy, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - verifikoje nëse instalimi përfundon në mënyrë korrekte.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-" --parallel - urmpi është i shpërndarë në pseudo makina të shumëta.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - çfaqe etiketën packager: paketues.\n"
-
-#: ../urpme:53
-#, fuzzy, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr ""
-" --wget - përdore wget për rikuperimin e skedareve në distancë.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - azhurno vetëm burimet azhurnuese.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - çfaqe etiketën description: përshkrimi.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose - model oratori.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - zgjedhni të gjitha pakot me përshkrim të njëjtë.\n"
-
-#: ../urpme:73
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Vetëm administratori i sistemin ka mundësi të instalojë pakot"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "pako të pa njoftura"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "pako e pa njoftur"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "zhdukja a pakove %s do të dëmtoj sistemin tuaj"
-msgstr[1] "zhdukja a pakove %s do të dëmtoj sistemin tuaj"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Mos zhduk asgjë"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Mos zhduk asgjë"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Për ta plotësuar mvarësin, pakotë me radhë do të zhduken (%d MB)"
-msgstr[1] "Për ta plotësuar mvarësin, pakotë me radhë do të zhduken (%d MB)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "pako e pa njoftur"
-msgstr[1] "pako e pa njoftur"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "zhdukja e pakos %s"
-msgstr[1] "zhdukja e pakos %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (p/J)"
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "marrje e mjetit tërheqës si \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Zhdukja dështoi"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Zhdukja dështoi"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-select - zgjedhni automatikisht pakot azhurnuese në sistem.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - çfaqe etiketën obsoletes: gjitha absolutisht.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - mos pyet kurr për dez-instalimin e pakos, abortoje "
-"instalimin.\n"
-
-#: ../urpmi:87
-#, fuzzy, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --install-src - instalo vetëm burimet e pakove (jo binare).\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep\t - nëse ka mundësi i mbanë pakot prezente, refuzon pakot\n"
-"\t\t e kërkuara me drejtim zhdukje.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - ndrarje në trans-akcion nëse më shumë se një pako e "
-"dhënë\n"
-" instalohet apo uzhurnohet,\n"
-" me marrëveshje është %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-" --split-length - gjatësi e vogël e trans-akcionit, me marrëveshje është %"
-"d.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - shfrytëzoje hulumtimin e paqartë (njëjtë si -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - çfaqe etiketën requires: gjitha dëshiratë.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - instalo vetëm burimet e pakove (jo binare).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-" --clean - zhduki të gjithë rpm e fshehta para gjdo operacioni.\n"
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - mbane rpm dhe mos e përdor në fshehje.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - mundëson që përdoruesi në pytje të instaloj\n"
-" pakot pas i verifikuar mvarësit e tyre.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - mundëson që përdoruesi në pytje të instaloj\n"
-" pakot pas i verifikuar mvarësit dhe integritetin e tyre.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - çfaqe etiketën obsoletes: gjitha absolutisht.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - kyfizimi i shpëjtësisë së shkarkimit.\n"
-
-#: ../urpmi:124
-#, fuzzy, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --verify-rpm - verifikoje nënshkrimin e rpm para instalimit\n"
-" (--no-verify-rpm dezaktivizoje verifikim e tyre).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - përdore proxy HTTP, numri i portës është i supozuar të\n"
-" jetë 1080 në marrëveshje (forma është <proxyhost[:port]"
-">).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - specifiko përdoruesin dhe parullën për përdorimin e "
-"proxy\n"
-" me vërtetim (forma është <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - dorëzoje një raport të bug(it) në repertorin e\n"
-" sugjeruar nga argumenti i dytë.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - përdori vetëm burimet e ndara me presje.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - mos i prano skedaret doc.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - mos pyet kurr për dez-instalimin e pakos, abortoje "
-"instalimin.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - çfaqe etiketën serial: url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - çfaqe etiketën description: përshkrimi.\n"
-
-#: ../urpmi:142
-#, fuzzy, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-" --test - verifikoje nëse instalimi përfundon në mënyrë korrekte.\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-" --test - verifikoje nëse instalimi përfundon në mënyrë korrekte.\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - mbane rpm dhe mos e përdor në fshehje.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr ""
-" -a - zgjedhni të gjitha korrespondencat në linjën komanduese.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - model i qetë.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - model oratori.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " emrat apo skedaret rpm në linjën komanduese do të instalohen.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-"Çfarë mund të bëhet me skedaret rpm binare nëse e përdorni --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, fuzzy, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr "Grupi veçse ekziston, ju lutemi zgjedheni një Emër tjetër të Grupit"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "I pa mundur krijimi i repertorit [%s] për raport të bug(it)"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "Azhurno"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr "Azhurno"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "Fundi i instalimit"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "Fundi i instalimit"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Për ta plotësuar mvarësin, pakotë me radhë do të zhduken (%d MB)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Cila është zgedhja e juaj? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Vazhdo pa marrë parasyshë?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (P/j) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Disa nga pakot e kërkuara nuk mund të instalohen:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Disa nga pakot e kërkuara nuk mund të instalohen:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "zhdukja a pakove %s do të dëmtoj sistemin tuaj"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Instalimin nuk mund të vazhdoj më tutje, sepse pakot a radhitura duhet\n"
-"të zhduken që të tjerat të azhurnohen:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Instalimin nuk mund të vazhdoj më tutje, sepse pakot a radhitura duhet\n"
-"të zhduken që të tjerat të azhurnohen:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Pakot a radhitura duhet të zhduken që të tjerat të azhurnohen:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Pakot a radhitura duhet të zhduken që të tjerat të azhurnohen:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Ju duhet të jeni administrator për t'instaluar mvarësit e radhitura:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Për ta plotësuar mvarësin, pakotë me radhë do të zhduken (%d MB)"
-msgstr[1] "Për ta plotësuar mvarësin, pakotë me radhë do të zhduken (%d MB)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Anulo"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Shtypni mbi Enter kur jeni i gatshëm..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"përdorim: urmpi.addmedia [opcionet] <emri> <url> [with <shteg_relativë>]\n"
-"ku <url> është njëri nga\n"
-" [file:/]/<shtegu> with <emër relativë të skedares hdlist>\n"
-" ftp://<përdorues>:<parulla>@<ftuesi>/<shtegu> with <emër relativë të "
-"skedareshdlist>\n"
-" ftp://<ftuesi>/<shtegu> with <emër relativë të skedares hdlist>\n"
-" http://<ftuesi>/<shtegu> with <emër relativë të skedares hdlist>\n"
-" removable://<shtegu> with <emër relativë të skedares hdlist>\n"
-"\n"
-"dhe [opcionet] janë nga\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-" --wget - përdore wget për rikuperimin e skedareve në distancë.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr ""
-" --curl - pëdore curl për rikuperimin e skedareve në distancë.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-" --curl - pëdore curl për rikuperimin e skedareve në distancë.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr ""
-" --curl - pëdore curl për rikuperimin e skedareve në distancë.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr ""
-" --probe-synthesis - tento në gjetjen dhe përdorimin e skedares sintezë.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - mos tento gjetjen e ndonjë sintezë apo\n"
-" skedare hdlist.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - krijo automatikisht të gjitha burimet nga një\n"
-" burim instalues.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - shpalosi burimet e lira.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - përdore url e specifikuar të pasqyreve me marrëvshje\n"
-" është %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - krijo një burim vituel i cili përdoret gjithnji për "
-"azhurnim,\n"
-" vetëm file:// protokoli është i lejuar.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - model i qetë.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - model oratori.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, fuzzy, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Vetëm administratori i sistemin ka mundësi të instalojë pakot"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "shkruaja e skedares konfiguruese [%s]"
-
-#: ../urpmi.addmedia:128
-#, fuzzy, c-format
-msgid "Can't create config file [%s]"
-msgstr "shkruaja e skedares konfiguruese [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "specifikim i pa nevojshëm <shteg relativë i hdlist> me --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<shteg relativë i hdlist> mungon\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "hyrje e pa mundur në burimin \"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover versioni %s\n"
-"E drejtë autori (C) 2006 Mandriva.\n"
-"Ky është software gratis dhe mund të shpërndahet ndër termet e GNU GPL.\n"
-"\n"
-"përdorim:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - mbane rpm dhe mos e përdor në fshehje.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-media - shpalosi burimet e lira.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-media - shpalosi burimet e lira.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --all - çfaqi të gjitha etiketat.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "pakoja %s nuk është prezente"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "rikuperimi i skedareve rpm [%s]..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Asnjë mjet i gjetur"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"përdorim: urpmi.removemedia (-a | <emri> ...)\n"
-"ku <emri> është një burim për zhdukje.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - zgjidhi të gjitha burimet.\n"
-
-#: ../urpmi.removemedia:42
-#, fuzzy, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr ""
-" -a - zgjedhni të gjitha korrespondencat në linjën komanduese.\n"
-
-#: ../urpmi.removemedia:59
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Vetëm administratori i sistemin ka mundësi të instalojë pakot"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "mos zhduk asgjë (përdore urpmi.addmedia për të shtuar një burim)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"hyrja zhdukëse mungon\n"
-"(një nga %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"përdorim:urmpi.update [option] <emri> ...\n"
-"ku <emri> është një emrim i burimit azhurnues.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - azhurno vetëm burimet azhurnuese.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi.update:46
-#, fuzzy, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --update - azhurno vetëm burimet azhurnuese.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - mos tento gjetjen e ndonjë sintezë apo\n"
-" skedare hdlist.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - zgjidhi të gjitha burimet jo levizëse.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - përfitim i forcuar në skedaret hdlist.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - përfitim i forcuar në skedaret hdlist.\n"
-
-#: ../urpmi.update:69
-#, fuzzy, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Vetëm administratori i sistemin ka mundësi të instalojë pakot"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"asgjë për tu azhurnuar (përdore urpmi.addmedia për të shtuar një burim)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"hyrja për azhurnim mungon\n"
-"(një nga %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "ignoring media %s"
-msgstr "Botimi i burimit \"%s\":"
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "enabling media %s"
-msgstr "zhdukja e burimit \"%s\""
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq versioni %s\n"
-"E drejtë autori (C) 2000-2006 Mandriva.\n"
-"Ky është software gratis dhe mund të shpërndahet ndër termet e GNU GPL.\n"
-"\n"
-"përdorim:\n"
-
-#: ../urpmq:48
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --media - përdori vetëm burimet e dhëna, të ndara me presje.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - shfrytëzoje hulumtimin e paqartë (njëjtë si -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - shpalosi pakotë lira.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - shpalosi burimet e lira.\n"
-
-#: ../urpmq:60
-#, fuzzy, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-media - shpalosi burimet e lira.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - shpalosi nyjet kur ato përdoren në --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr ""
-" --list-aliass - shpalosi burimet e lira paralele me pseudonime të "
-"njëjta.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - pakoja me radhë është pako e burimit (njëjtë si -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - jepi të gjitha burimet e pakove para se të shkarkohen "
-"(vetëm root).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - çfaqe etiketën serial: url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-
-#: ../urpmq:81
-#, fuzzy, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --all - çfaqi të gjitha etiketat.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - çfaqe etiketën conflicts: gjitha konfliktet.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - çfaqe etiketën obsoletes: gjitha absolutisht.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - çfaqe etiketën provides: gjitha pajisjet.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - çfaqe etiketën requires: gjitha dëshiratë.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - çfaqe etiketën obsoletes: gjitha absolutisht.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - çfaqe etiketën sourcerpm: burimi rpm.\n"
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary - çfaqe etiketën summary: përmbledhje.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - shtrirja e hetimeve në pakot e mvarura.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - lejon hulumtimet në pajisje për ta gjetur pakon.\n"
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr " -R - lejon hulumtimet në pajisje për ta gjetur pakon.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" -p - lejon hulumtimet në pajisjetë për ta gjetur pakon.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - dalje komplete me pakon që duhet të zhduket.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - çfaqi grupet njashtu dhe emrat.\n"
-
-#: ../urpmq:101
-#, fuzzy, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -g - çfaqi grupet njashtu dhe emrat.\n"
-
-#: ../urpmq:102
-#, fuzzy, c-format
-msgid " -l - list files in package.\n"
-msgstr " --list - shpalosi pakotë lira.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - model i qetë.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - çfaqe versionin me hollësi, njashtu dhe emrin.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - pakoja tjetër është një pako burimi (njëjtë si --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - zhduke pakon nëse një version më i ri është veçse i "
-"instaluar.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr ""
-" -y - imponoje një hulumtim të paqartë (njëjtë si --fuzzy).\n"
-
-#: ../urpmq:108
-#, fuzzy, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -a - zgjedhni të gjitha korrespondencat në linjën komanduese.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-" emrat apo skedaret rpm të marra në linjën komanduese janë nën hetim.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--liste-nodes mund të përdoret vetëm me --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "shkruarja në skedaren list është e pa mundur për \"%s\""
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, fuzzy, c-format
-msgid "No changelog found\n"
-msgstr "Asnjë imazh i gjetur"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - krijo një burim azhurnimi.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "hyrje e çformuarë: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "Instalimi i transmetimit të %d dështio"
-#~ msgstr[1] "Instalimi i transmetimit të %d dështio"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Gjdo gjë është veçse e instaluar"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Verifikimi i zhdukjes së pakove të radhitura"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "baza e të dhënave urpmi është e mbyllur"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "opcione të pa njoftura '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "shumë pika montuese për burimin tërheqës \"%s\""
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "përdorime të ndryshme të mjeteve tërheqëse [%s] për \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "e pa mundur hyrja në shtegun e burimit tërheqës \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "hyrja e pa mundur në burimin e parë instalues"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "blokon hyrjen në burimin \"%s\",\n"
-#~ "kjo mund të ndodhë nëse ju e montoni manualisht repetorin kur e krijoni "
-#~ "atë burim."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr ""
-#~ "burim i ngatërruar \"%s\" është i shënuar si levizës, në të vërtet nuk "
-#~ "është"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - pastrim i majave në repertort e fshehtë.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "burimi virtuel duhet të jetë lokal"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "analizimi i hdlist është i pa mundur të \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "llogaritja md5sum e burimit ekzistues në hdlist (ose sintezës)"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "burimi virtuel \"%s\" nuk duhet të posedoj hdlist të përcaktuar apo "
-#~ "skedaren list, burim i injoruar"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "emri i skedares rpm është invalid [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "e pa mundur gjetja e skedares listës të \"%s\", burim i injoruar"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "tento zgjedhjen e një burimi jo ekzistues \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "krijimi i skedares sintezë për burimin \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "analizimi i hdlist është i pa mundur të \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "burimi \"%s\" përpiqet të përdorë hdlist përdoruese, burim i injoruar"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "burimi \"%s\" përpiqet ta përdorë listën përdoruese, burim i injoruar"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "ekzekutim i dytë për ti mbledhur mvarjet\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "krijimi i hdlist [%s]"
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr ""
-#~ "problem gjatë leximit të skedares hdlist po sintezë të burimit \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "llogaritja md5sum e kopjimit të burimit hdlist (ose sintezës)"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...rikuperimi dështoi: mos pajtim i md5sum"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "asnjë skedare rpm e gjetur nga [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "leximi i skedares rpm është i pa mundur nga [%s]: %s"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "leximi i majës nga burimi \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-synthesis - tento në gjetjen dhe përdorimin e skedares "
-#~ "sintezë.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - tento në gjetjen dhe përdorimin e skedares hdlist.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr ""
-#~ " --src - pakoja me radhë është pako e burimit (njëjtë si -s).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - tento në gjetjen dhe përdorimin e skedares hdlist.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "i pa mundur azhurnimi i burimit \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "i pa mundur krijimi i burimit \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "ekzistojnë pako të shumta me emër të njëjtë skedareje në rpm \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "nuk mund të analizohet në mënyrë korrekte [%s] në vlerën \"%s\""
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "burimi \"%s\" përdore një listë skedaresh invalide:\n"
-#~ " pasqyra nuk mund të azhurnohet, provoni ta përdorni metodën altenative"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr ""
-#~ "burimi \"%s\" nuk ka kurrëfar difinicioni për lokalizimin e skedareve rpm "
-
-#~ msgid "unrequested"
-#~ msgstr "i pa kërkuar"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "shtimi i pakove %s (id=%d, eid=%d, update=%d, file=%s)"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Pakot e radhitura, posedojnë nënshkrime të pa pranuara:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ "A dëshironi të vazhdoni?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Ju duhet të keni një autorizim që ti shpërndani repertorët"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "e pa mundur zhdukja e pakos %s"
-
-#, fuzzy
-#~ msgid "No filelist found\n"
-#~ msgstr "Asnjë mjet i gjetur"
-
-#~ msgid "medium \"%s\" is not selected"
-#~ msgstr "burimi \"%s\" nuk është i zgjedhur"
-
-#, fuzzy
-#~ msgid "Remove %d packages?"
-#~ msgstr "zhdukja e pakos %s"
-
-#~ msgid " -f - force generation of hdlist files.\n"
-#~ msgstr " -f - përfitim i forcuar në skedaret hdlist.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - mos hulumto në këto pajisje për ta gjetur pakon.\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr ""
-#~ " -R - lejon hulumtimet në pajisje për ta gjetur pakon.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " -RR - extended reverse search (includes virtual packages).\n"
-#~ msgstr ""
-#~ " -R - lejon hulumtimet në pajisje për ta gjetur pakon.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgstr[0] "Për ta plotësuar mvarësin, pakotë me radhë do të zhduken (%d MB)"
-#~ msgstr[1] "Për ta plotësuar mvarësin, pakotë me radhë do të zhduken (%d MB)"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Me rastin e mbushjes së mvarësisë, pako(t) e radhitura duhet të\n"
-#~ "instalohen:\n"
-#~ "\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgstr[0] ""
-#~ "Me rastin e mbushjes së mvarësisë, pako(t) e radhitura duhet të\n"
-#~ "instalohen:\n"
-#~ "\n"
-#~ msgstr[1] ""
-#~ "Me rastin e mbushjes së mvarësisë, pako(t) e radhitura duhet të\n"
-#~ "instalohen:\n"
-#~ "\n"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Instalimi i pakove `%s' (%s/%s)..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "kontrollimi i skedares sintezë [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "shpërndarje e %s"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "Instalimi i pakos..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Instalimi i pakos..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-synthesis - tento në gjetjen dhe përdorimin e skedares "
-#~ "sintezë.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - tento në gjetjen dhe përdorimin e skedares hdlist.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "direktivë `me' mungon burimi i rrjetit\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "opcione të pa njoftura '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "e pa mundur gjetja e skedarës hdlist të \"%s\", burim i injoruar"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "skedare e listës së ngatërruar për \"%s\", burim i injoruar"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "i pa mundur konsultimi i skedares-list \"%s\", burim i injoruar"
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "burimi virtuel\"%s\" nuk është lokal, burim i injoruar"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "burimi virtuel \"%s\" duhet të posedoj një burim hdlist apo sintezë, "
-#~ "burim i injoruar"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "kopjimi i burimit hdlist (ose sintezës) të \"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "rikuperimi i burimit hdlist (ose sintezës) dështoi"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "skedarja [%s] është në përdorim nga i njëjti burim \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "asgjë s'është shkruar në skedaren list \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "gjetja e majës %d në fshehje"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "zhdukja e majave absolute %d në fshehje"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "përdorimi i procesit %d për ekzekutimin e transakcionit"
-
-#, fuzzy
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr " --buildhost - çfaqe etiketën buildhost: ndërtoje ftuesin.\n"
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Pakot e radhitura përmbajnë %s: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "kopjimi i skedares hdlist..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "përshkrimi \"%s\" i pa pranueshëm për skedaret hdlists"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Është kjo në rregull?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - përdore versionin e specifikuar, me marrëveshje\n"
-#~ " pranohet nga versioni shpërndarës i treguar nga\n"
-#~ " versioni i pakove instaluese mandriva-release.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - përdore arqitekturën e specifikuar, me marrëveshje "
-#~ "është\n"
-#~ " arqitektura e pakove instaluese mandriva-release.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - ekstrakto majat për pakot e radhitura nga baza e të "
-#~ "dhënave\n"
-#~ " të urpmi me dalje standarde (vetëm root).\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "Me rastin e mbushjes së mvarësisë, pako(t) e radhitura duhet të\n"
-#~ "instalohen:\n"
-#~ "\n"
-
-#~ msgid "installing %s\n"
-#~ msgstr "instalimi i %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Instalim automatikë i pakove...\n"
-#~ "Ju keni kërkuar instalimin e pakove %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: ky urdhër mungon\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Disa nga pakot e kërkuara nuk mund të instalohen:\n"
-#~ "%s"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "mos pajtim i md5sum"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr ""
-#~ " --synthesis - përdori skedaret e thëna sintezë në vend të bazës së "
-#~ "të dhënave urpmi.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - mos çfaqë emrat e etiketave (marrëveshje nëse asnjë "
-#~ "etiketë s'është dhënë\n"
-#~ " në linjën komanduese, nuk përputhet me modin "
-#~ "interaktiv).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - mos i çfaqë rreshtat e njëjtë.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - çfaqi të gjitha etiketat.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - çfaqe etiketën summary: përmbledhje.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - çfaqe etiketën description: përshkrimi.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - çfaqe etiketën buildhost: ndërtoje ftuesin.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr " --provides - çfaqe etiketën provides: gjitha pajisjet.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr " --requires - çfaqe etiketën requires: gjitha dëshiratë.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - çfaqe etiketën files: gjitha skedaret.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr " --obsoletes - çfaqe etiketën obsoletes: gjitha absolutisht.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - përdore mjedisin e veçantë (veçënarishtë një raport\n"
-#~ " bug(i).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr " -i - injoroje rastin e ndryshëm në gjdo model.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - operues AND binar, saktësi nëse të dy shprehjet janë "
-#~ "të sakta.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - operues OR binar, saktësi nëse njëra nga shprehjet "
-#~ "është e saktë.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr ""
-#~ " -! - njëjsi NOT, saktësi nëse shprehja është e pa vërtet.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " ( - kllapë e majtë për ta hapur shprehjen e grupit.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr ""
-#~ " ) - kllapë e djathtë për ta mbyllur shprehjen e grupit.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "thirrja e mbrapme është :\n"
-#~ "%s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr "Vazhdo"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Disa nga pakot e kërkuara nuk mund të instalohen:\n"
-#~ "%s"
-
-#, fuzzy
-#~ msgid ""
-#~ " --keep - keep existing packages if possible, reject requested\n"
-#~ " packages that leads to remove.\n"
-#~ msgstr ""
-#~ " --keep\t - nëse ka mundësi i mbanë pakot prezente, refuzon pakot\n"
-#~ "\t\t e kërkuara me drejtim zhdukje.\n"
-
-#~ msgid ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-#~ msgstr ""
-#~ " --distrib-XXX - krijo automatikisht një burim për pjesën XXX në\n"
-#~ " shpërndarjen, XXX e cila mund të jetë kryesore,\n"
-#~ " kontribuese, azhrunuese apo çfarë do çoftë mbasi\n"
-#~ " të jetë konfiguruar ;-)\n"
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "nuk mund të shtoj azhurnime në shpërndarësinë cooker\n"
-
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "rikuperimi i pasqyreve në %s..."
diff --git a/po/sr.po b/po/sr.po
deleted file mode 100644
index c9bf9b96..00000000
--- a/po/sr.po
+++ /dev/null
@@ -1,3699 +0,0 @@
-# translation of urpmi-sr.po to serbian
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/sr.php3
-#
-# Srpski cirilicni prevod urmpi.po fajla.
-# Copyright (C) 2000,2003, 2004 Free Software Foundation, Inc.
-# Copyright (C) 2000, 2001 Mandriva
-# Copyright (C) 1997-2000 GeaArt, Inc.
-# Tomislav Jankovic <tomaja@net.yu>, 2000,2002.
-# Toma Jankovic <tomaja@net.yu>, 2003.
-# Toma Jankovic <webmaster@mandrake.co.yu>, 2004.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-sr\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2004-02-01 19:27+0100\n"
-"Last-Translator: Toma Jankovic <webmaster@mandrake.co.yu>\n"
-"Language-Team: serbian <mdk@linux.rs.sr>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.0.2\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
-"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, fuzzy, c-format
-msgid "RPM installation"
-msgstr "Инсталација система"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_У реду"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../gurpmi:74 ../gurpmi:85
-#, fuzzy, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Морате да имате root овлашћења да би инсталирали следеће пакете:\n"
-"%s\n"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "Инсталирај"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Сачувај"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Поништи"
-
-#: ../gurpmi:108
-#, fuzzy, c-format
-msgid "Choose location to save file"
-msgstr "Изаберите фајл"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi верзија %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Ово је бесплатан софтвер и може бити редистрибуиран под условима GNU GPL.\n"
-"\n"
-"употреба:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - приказује овај екран о помоћи.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - аутоматска избор пакета да би се ажурирао систем.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - приморава на инвокацију чак и ако неки пакети не "
-"постоје.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - верификује rpm потписе пре инсталације.\n"
-" (--no-verify-rpm не веригикује, стандардна је "
-"верификација).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - користи само дати медиј, одвојен зарезом.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - дозвољава претраживање по пружању ради налажења пакета.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - не претражује доступне ради налажења пакета.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --curl - користи још један root за rpm инсталацију.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - проверава да ли се може извести исправна инсталација.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --media - користи само дати медиј, одвојен зарезом.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "Није одређена команда"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Молим сачекајте..."
-
-#: ../gurpmi2:62
-#, fuzzy, c-format
-msgid "Must be root"
-msgstr "Порт за миша"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Неки изабрани пакети се не могу инсталирати:\n"
-"%s"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Упозорење"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "У реду"
-
-#: ../gurpmi2:171
-#, fuzzy, c-format
-msgid " (to upgrade)"
-msgstr "Ажурирање"
-
-#: ../gurpmi2:172
-#, fuzzy, c-format
-msgid " (to install)"
-msgstr "Излаз из инсталације"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Потребан(и) су следећи пакет(и):"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Одустати"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Следећи пакети се морају уклонити да би други могли да буду ажурирани:\n"
-"%s"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Ради задовољења зависности, следећи пакети ће бити уклоњени (%d MB)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Ради задовољења зависности, следећи пакети ће бити уклоњени (%d MB)"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Инсталација пакета..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "извор пакета није доступан, излазим..."
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Припремам..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Инсталирам пакет `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Убаците медиј са именом %s у уређај [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Скидам пакет `%s'..."
-
-#: ../gurpmi2:324
-#, fuzzy, c-format
-msgid "_Done"
-msgstr "Урађено"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Инсталација неуспела, недостају неки фајлови.\n"
-"%s\n"
-"Можда желите да ажурирате вашу urpmi базу података."
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Инсталација није успела"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "све је већ инсталирано"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Инсталација готова"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "уклањам %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "рестартујем urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - приказује овај екран о помоћи.\n"
-
-#: ../rpm-find-leaves:18
-#, fuzzy, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr ""
-" --synthesis - користи дати synthesis уместо urpmi-јеве базе података.\n"
-
-#: ../rpm-find-leaves:19
-#, fuzzy, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " --group - приказује таг групе: група.\n"
-
-#: ../rpm-find-leaves:20
-#, fuzzy, c-format
-msgid " defaults to %s.\n"
-msgstr " -l - приказује фајлове у пакету.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - приказује групе укључујући и име.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Само администратор може да инсталира пакете"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "не могу да направим директоријум [%s] за извештај о грешци"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Скидам пакет `%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "не могу да отворим rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "погрешно име rpm датотеке [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "добављам rpm фајл [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "... добављање завршено"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...повраћај неуспео: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "не могу да приступим rpm датотеци [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "Не могу да парсирам \"%s\" у фајл [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "не могу да региструјем rpm фајл"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "грешка при регистровању локалних пакета"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "лоша proxy-декларација у командној линији\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: не могу да прочитам rpm датотеку \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Недостаје потпис (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Копирање није успело"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "медиј \"%s\" није изабран"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "не могу да прочитам rpm датотеку [%s] са медија \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "не могу да извршим упис у конфигурациону датотеку [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "не могу да извршим упис у конфигурациону датотеку [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "не могу да извршим упис у конфигурациону датотеку [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Молимо унесите Ваша овлашћења за приступ проксију\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Корисничко име:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Лозинка:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Копирање није успело"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "због не постојања %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "због не постојања %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "због не постојања %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "уклањам %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...повраћај неуспео: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "непознати протокол дефинисан за %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "webfetch није пронађен, подржани webfetch-ови су: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "не могу да подржим протокол: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "Инсталирам %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "пакет %s није пронађен."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "добављам rpm фајлове ѕа медиј \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"креирана трансакција за инсталирање на %s (уклони=%d, инсталирај=%d, "
-"ажурирај=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "не могу да креирам трансакцију"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "не могу да уклоним пакет %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "не могу да инсталирам пакет %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "Инсталирам %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...повраћај неуспео: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "уклањам пакет %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "уклањам пакет %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "Инсталирам %s"
-
-#: ../urpm/install.pm:281
-#, fuzzy, c-format
-msgid "More information on package %s"
-msgstr "Додатне информације о пакету..."
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "Није одређена команда"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "urpmi база података закључана"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Упозорење"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Инсталација није успела"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Инсталација није успела"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Следећи пакети имају неисправне потписе"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Следећи пакети имају неисправне потписе"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Да ли желите да наставите конфигурацију ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "Инсталирам %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "дистрибуирам %s"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "Инсталирам %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "Инсталирам %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Инсталиација без провере зависности (да/Не)? "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Присилна инсталација (--force)? (да/Не) ?"
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Инсталација је могућа"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "испитујем MD5SUM фајл"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "виртулени медиј \"%s\" би требао да има чист url, игноришем медиј"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "не могу да приступим фајлу листе за \"%s\", медиј игнорисан"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "не могу да приступим hdlist фајлу за \"%s\", медиј је игнорисан"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "покушавам да премостим постојећи медиј \"%s\", избегавам"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "уписујем у конфигурациону датотеку [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Не могу да користим паралелни мод са use-distrib модом"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "користим додељени медиј за паралелни мод: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis се не може користити са --media, --excludemedia, --sortmedia, --"
-"update или --parallel"
-
-#: ../urpm/media.pm:666
-#, fuzzy, c-format
-msgid "Search start: %s end: %s"
-msgstr "Тражи инсталиране фонтове"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "прескачем пакет %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "ће инсталирати уместо ажурирати пакет %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "медиј \"%s\" већ постоји"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "читам хедере са медија \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "уклањам медиј \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "не могу да отворим rpmdb"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"не могу да приступим првом инсталационом медију (није пронађен hdlists фајл)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "добављам hdlists фајл..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "покушавам да селектујем непостојећи медиј \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "покушавам да селектујем вишеструки медиј: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "уклањам медиј \"%s\""
-
-#: ../urpm/media.pm:1055
-#, fuzzy, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "добављам rpm фајлове ѕа медиј \"%s\"..."
-
-#: ../urpm/media.pm:1089
-#, fuzzy, c-format
-msgid "...reconfiguration failed"
-msgstr "Конфигурација менија сачувана"
-
-#: ../urpm/media.pm:1095
-#, fuzzy, c-format
-msgid "reconfiguration done"
-msgstr "Подешавање сервера"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "медиј \"%s\" није изабран"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "испитујем synthesis фајл [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "проблем са читањем synthesis фајла за медиј \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "уписујем листу фајлова за медиј \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...копирање није успело"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "копирам описни фајл за \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...копирање завршено"
-
-#: ../urpm/media.pm:1265
-#, fuzzy, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "копирање [%s] неуспело"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "прорачунавам md5sum копиране source hdlist (или synthesis)"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "копирање [%s] неуспело"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "испитујем hdlist фајл [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "Инсталирам %s"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "није пронађена hdlist датотека за медиј \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "копирам описни фајл за \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "погрешно име rpm датотеке [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "добављам изорни hdlist (или synthesis) за \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "пронађена тестирана hdlist (или synthesis) као %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "није пронађена hdlist датотека за медиј \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "испитукем фајл са јавним кључем за \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "..импортовани кључ %s од јавног кључа за \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "не могу да импортујем јавни кључ за \"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "додани медиј %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "читам rpm фајлове са [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "НнNn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "ДдDdYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Погрешан избор, пробајте поново\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Тражи"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "уклањам медиј \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "Не могу да парсирам \"%s\" у фајл [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "испитујем паралелни држач у фајлу [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "пронађен паралелни држач ѕа нодове: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "не могу да користим паралелну опцију \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Инсталација није успела"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "не могу да приступим медију \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "монтирам %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "демонтирам %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf верзија %s\n"
-"Copyright (C) 2002-2004 Mandriva.\n"
-"Ово је бесплатан софтвер и може бити редистрибуиран под условима GNU GPL.\n"
-"\n"
-"употреба:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - приказује овај екран о помоћи.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - користи специфично окружење (типично извештај о грешци).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - не користи дати медиј, одвојен зарезом.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --curl - користи још један root за rpm инсталацију.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - сортира медије на основу подстрингова одвојених зарезом.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-" --synthesis - користи дати synthesis уместо urpmi-јеве базе података.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - користи дати synthesis уместо urpmi-јеве базе података.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - не приказује идентичне линије.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - користи само update медиј.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " -verbose - verbose режим.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - игнорише разлику у карактеру у било којој шеми.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - игнорише разлику у карактеру у било којој шеми.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - укључује перл код директно као perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - бинарни AND оператор.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - бинарни OR оператор.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - уинарни NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ) - десна заграда за затварање групе израза.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Листа података за обнављање:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - користи X интерфејс.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " -l - приказује фајлове у пакету.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - приказује таг url: url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - приказује таг buildhost: build host.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "Модул за подешавање Konsole"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - приказује таг конфликата: сви конфликти.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - приказује таг описа: опис.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, fuzzy, c-format
-msgid " --distribution - distribution\n"
-msgstr "Прикључак KAB-а за дистрибуционе листе"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --size - приказује таг величине: величина.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --all - приказује све тагове.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - приказује фајлове у пакету.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - приказује таг групе: група.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --all - приказује све тагове.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --all - приказује све тагове.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - приказује таг вишак: сви вишкови (у више реда).\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - приказује таг packager: packager.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - приказује таг обезбеђује: све обезбеђује.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - приказује таг захтева: сви захтеви\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - приказује таг величине: величина.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - приказује таг sourcerpm: source rpm.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - приказује таг вишак: сви вишкови (у више реда).\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - приказује таг сажетка: сажетак.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - приказује таг url: url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " -verbose - verbose режим.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - приказује фајлове у пакету.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - приказује верзију, издање и архитектуру, укључујући и "
-"име.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "користим дато окружење на %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "није пронађена hdlist датотека за медиј \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "креирам hdlist симтезну датотеку за медиј \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "уписујем листу фајлова за медиј \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Нема пакета са именом %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Следећи пакети садрже %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "све је већ инсталирано"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "све је већ инсталирано"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "све је већ инсталирано"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "због не постојања %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "све је већ инсталирано"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "због не задовољеног %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "покушавам да прикажем %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "да бих задржао %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "да би инсталирао %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "због конфликта са %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Неисправан потпис (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Погрешан ID кључа(%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Недостаје потпис (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "не могу да извршим упис у конфигурациону датотеку [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Копирање није успело"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Копирање није успело"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme верзија %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Ово је бесплатан софтвер и може бити редистрибуиран под условима GNU GPL.\n"
-"\n"
-"употреба:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - аутоматски селектује пакете од понуђеног.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, fuzzy, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - проверава да ли се може извести исправна инсталација.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - дистрибуирани urpmi преко машина са надимком.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - приказује таг packager: packager.\n"
-
-#: ../urpme:53
-#, fuzzy, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --curl - користи још један root за rpm инсталацију.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - ажурирај само медијум за ажурирање.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - приказује таг описа: опис.\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - подешава urpmi у лету са distrib стабла.\n"
-" Ова опција дозвољава испитивање дистрибуције.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " -verbose - verbose режим.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - изабери све пакете који одговарају изразу.\n"
-
-#: ../urpme:73
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Само администратор може да инсталира пакете"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "непознати пакети"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "непознати пакет"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "уклањање пакета %s ће нарушити Ваш систем"
-msgstr[1] "уклањање пакета %s ће нарушити Ваш систем"
-msgstr[2] "уклањање пакета %s ће нарушити Ваш систем"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Нема ничега што би се могло уклонити"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Нема ничега што би се могло уклонити"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Ради задовољења зависности, следећи пакети ће бити уклоњени (%d MB)"
-msgstr[1] "Ради задовољења зависности, следећи пакети ће бити уклоњени (%d MB)"
-msgstr[2] "Ради задовољења зависности, следећи пакети ће бити уклоњени (%d MB)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "непознати пакет"
-msgstr[1] "непознати пакет"
-msgstr[2] "непознати пакет"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "уклањам пакет %s"
-msgstr[1] "уклањам пакет %s"
-msgstr[2] "уклањам пакет %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (д/Н) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "узимам преносни уређај као \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Уклањање није успело"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Уклањање није успело"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-select - аутоматска избор пакета да би се ажурирао систем.\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - деактивира MD5SUM проверу фајла.\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - приморава на ажурирање gpg кључа.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - приказује таг вишак: сви вишкови (у више реда).\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - никада не тражи деинсталацију пакета, обустави "
-"инсталацију.\n"
-
-#: ../urpmi:87
-#, fuzzy, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --install-src - инсталира само пакете са изворним кодом.\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - задржава постојеће пакет уколико је могуће, одбацује "
-"захтевани пакет\n"
-" који води уклањању.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - издели у мале трансакције уколико ће бити инсталирано\n"
-" више пакета од датог броја,\n"
-" default је %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - мала дужина трансакције, основна поставка је %d.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - узрокује fuzzy претрагу (исто као -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - приказује таг захтева: сви захтеви\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - инсталира само пакете са изворним кодом.\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - уклања rpm из кеша пре било чега другог.\n"
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - чува rpm који нису коришћени у кешу.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - дозвољава упит за корисника да ли да инсталира пакете "
-"без\n"
-" провере међузависности пакета.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - дозовољава упит корисника да ли жели да инсталира пакете "
-"без\n"
-" провере међузависности и интегритета.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - приказује таг вишак: сви вишкови (у више реда).\n"
-
-#: ../urpmi:112
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - подешава urpmi у лету са distrib стабла.\n"
-" Ова опција дозвољава испитивање дистрибуције.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - лимитира брзину download-а.\n"
-
-#: ../urpmi:124
-#, fuzzy, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --verify-rpm - верификује rpm потписе пре инсталације.\n"
-" (--no-verify-rpm не веригикује, стандардна је "
-"верификација).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - користи специфицирани HTTP proxy, прој порта се "
-"претпоставља\n"
-" да је 1080 по default-у (формат је <proxyhost[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - одређује корисника и лозинку који се користе за proxy\n"
-" аутентификацију (формат је <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - прави извештај о грешци у директоријуму прослеђеном\n"
-" као следећи аргумент.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - искључује путању раздвојену зарезом.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - искључује docs фајлове.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - никада не тражи деинсталацију пакета, обустави "
-"инсталацију.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - приказује таг url: url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - приказује таг описа: опис.\n"
-
-#: ../urpmi:142
-#, fuzzy, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-" --test - проверава да ли се може извести исправна инсталација.\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-" --test - проверава да ли се може извести исправна инсталација.\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - чува rpm који нису коришћени у кешу.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - бира сва поклапања у командној линији.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - тихи режим (мало порука).\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " -verbose - verbose режим.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " имена или rpm фајлови дати у командној линији ће бити инсталирани.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-"Шта се може учинити са бинарним rpm пакетима када се користи опција --"
-"install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Директоријум [%s] већ постоји, изаберите други директоријум за пријављивање "
-"багова или га избришите"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "не могу да направим директоријум [%s] за извештај о грешци"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "Ажурирање"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr "Ажурирање"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "Излаз из инсталације"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "Излаз из инсталације"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Ради задовољења зависности, следећи пакети ће бити уклоњени (%d MB)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Шта желите? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Свеједно наставити ?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Д/н) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Неки изабрани пакети се не могу инсталирати:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Неки изабрани пакети се не могу инсталирати:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "уклањање пакета %s ће нарушити Ваш систем"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Инсталација се не може наставити зато што следећи пакети\n"
-"морају бити уклоњени да би остали могли да се ажурирају:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Инсталација се не може наставити зато што следећи пакети\n"
-"морају бити уклоњени да би остали могли да се ажурирају:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Следећи пакети се морају уклонити да би други могли да буду ажурирани:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Следећи пакети се морају уклонити да би други могли да буду ажурирани:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Морате да имате root овлашћења да би инсталирали следеће пакете:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Ради задовољења зависности, следећи пакети ће бити уклоњени (%d MB)"
-msgstr[1] "Ради задовољења зависности, следећи пакети ће бити уклоњени (%d MB)"
-msgstr[2] "Ради задовољења зависности, следећи пакети ће бити уклоњени (%d MB)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Одустани"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Притисните enter када будете спремни..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"употреба: urpmi.addmedia [опције] <име> <url> [with <релативном_путања>]\n"
-"где је <url> један од\n"
-" [file:/]/<путања> with <релативно име датотеке са hdlist>\n"
-" ftp://<login>:<лозинка>@<host>/<путања> with <релативно име датотеке "
-"са hdlist>\n"
-" ftp://<host>/<путања> with <релативно име датотеке са hdlist>\n"
-" http://<host>/<путања> with <релативно име датотеке са hdlist>\n"
-"\n"
-" removable://<путања> with <релативно име датотеке са hdlist>\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - користи wget за добављање удаљених фајлова.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - користи curl за добављање удаљених фајлова.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - користи curl за добављање удаљених фајлова.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - користи curl за добављање удаљених фајлова.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - покушава да пронађе и користи synthesis фајл.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - не покушава да пронађе било који synthesis или\n"
-" hdlist фајл.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - аутоматски направи све медије са инсталационог\n"
-" медија.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - приказује листу медија.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - користи дату url адресу за лист мирора, подразумевано је\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - креира виртуелни медиј који су увек ажурирани ,\n"
-" дозвољен је само file:// protocol.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - деактивира MD5SUM проверу фајла.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - тихи режим (мало порука).\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - verbose режим.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, fuzzy, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Само администратор може да инсталира пакете"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "уписујем у конфигурациону датотеку [%s]"
-
-#: ../urpmi.addmedia:128
-#, fuzzy, c-format
-msgid "Can't create config file [%s]"
-msgstr "уписујем у конфигурациону датотеку [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "недостаје <релативна путања hdlist> са --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "недостаје <релативна путања hdlist>\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "не могу да приступим медију \"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover верзија %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Ово је бесплатан софтвер и може бити редистрибуиран под условима GNU GPL.\n"
-"\n"
-"употреба:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - чува rpm који нису коришћени у кешу.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-media - приказује листу медија и љихов урл.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-media - приказује листу медија и љихов урл.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --all - приказује све тагове.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "пакет %s није пронађен."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "добављам rpm фајл [%s] ..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Слике нису пронађене"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"употреба: urpmi.removemedia (-a | <име> ...)\n"
-"где је <име> име медија за уклањање.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - селектује све медије.\n"
-
-#: ../urpmi.removemedia:42
-#, fuzzy, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -a - бира сва поклапања у командној линији.\n"
-
-#: ../urpmi.removemedia:59
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Само администратор може да инсталира пакете"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "нема ничега за брисање (користи urpmi.addmedia за додавање медија)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"недостаје унос за брисање\n"
-"(један од %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"употреба: urpmi.update [опције] <име> ...\n"
-"где <име> јесте име медија за ажурирање.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - ажурирај само медијум за ажурирање.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - приморава на ажурирање gpg кључа.\n"
-
-#: ../urpmi.update:46
-#, fuzzy, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --update - ажурирај само медијум за ажурирање.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - не покушава да пронађе било који synthesis или\n"
-" hdlist фајл.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - селектује све не преносиве медије.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - приморава на генерисање hdlist фајлова.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - приморава на генерисање hdlist фајлова.\n"
-
-#: ../urpmi.update:69
-#, fuzzy, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Само администратор може да инсталира пакете"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "нема ничега за ажурирање (користи urpmi.addmedia за додавање медија)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"недостаје унос за ажурирање\n"
-"(један од %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "ignoring media %s"
-msgstr "Мењам медиј \"%s\":"
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "enabling media %s"
-msgstr "уклањам медиј \"%s\""
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq верзија %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Ово је бесплатан софтвер и може бити редистрибуиран под условима GNU GPL.\n"
-"\n"
-"употреба:\n"
-
-#: ../urpmq:48
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr " --media - користи само дати медиј, одвојен зарезом.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - узрокује fuzzy претрагу (исто као -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - приказује листу пакета.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - приказује листу медија.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-media - приказује листу медија и љихов урл.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - приказује листу чворова при коришћењу опције --"
-"parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - приказује листу паралелних алијаса.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - следећи пакет је изворни пакет (исто као и -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - приказује све изворне пакете пре download-а (само root).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - приказује таг url: url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - подешава urpmi у лету са distrib стабла.\n"
-" Ова опција дозвољава испитивање дистрибуције.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - приказује лог са изменама.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - приказује таг конфликата: сви конфликти.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - приказује таг вишак: сви вишкови (у више реда).\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - приказује таг обезбеђује: све обезбеђује.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - приказује таг захтева: сви захтеви\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - приказује таг вишак: сви вишкови (у више реда).\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - приказује таг sourcerpm: source rpm.\n"
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary - приказује таг сажетка: сажетак.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - проширује претрагу на зависност пакета.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - претрага уназад за оним што захтева пакет.\n"
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr " -R - претрага уназад за оним што захтева пакет.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" -p - дозвољава претраживање по пружању ради налажења пакета.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - потпун излаз са пакетом који треба да се уклони.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - приказује групе укључујући и име.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - приказје корисне информације у, за људе читљивном "
-"облику.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - приказује фајлове у пакету.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - тихи режим (мало порука).\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - приказује верзију укључујући и име.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - следећи пакет је изворни пакет (исто као и --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - уклања пакете уколико је новија верзија већ инсталирана.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - узрокује fuzzy претрагу (као и --fuzzy).\n"
-
-#: ../urpmq:108
-#, fuzzy, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -a - бира сва поклапања у командној линији.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-" имена или rpm фајлови који су дати у командној линији се проверавају.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr " --list-nodes се може користити само са опцијом --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "не могу да упишем датотеку листе за \"%s\""
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, fuzzy, c-format
-msgid "No changelog found\n"
-msgstr "НИје пронађен image"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - креира update медиј.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "погрешан унос: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d инстлациона трансакција није успела"
-#~ msgstr[1] "%d инстлациона трансакција није успела"
-#~ msgstr[2] "%d инстлациона трансакција није успела"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "све је већ инсталирано"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Проверавам како бих уклонио следеће пакете"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "urpmi база података закључана"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "непознате опције '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "превише тачака монтирања за преносни медиј \"%s\""
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "користећи различит преносни уређај или [%s] за \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "не могу да добавим путању за преносни медиј \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "не могу да приступим првом инсталационом медију"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "не могу да приступим медију \"%s\",\n"
-#~ "ово се може десити уколико сте ручно монтирали директоријум приликом "
-#~ "креирања медија."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr ""
-#~ "некохерентан медиј \"%s\" је означен као преносни али то није у стварности"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - чисти директоријум са кешом надглавља.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "виртуални медиј мора да буде локални"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "не могу да парсирам hdlist датотеку за \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "прорачунавам md5sum постојеће source hdlist (или synthesis)"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "виртуални медиј \"%s\" не би требао да има дефинисиану hdlist или листу "
-#~ "фајлова, игноришем медиј"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "погрешно име rpm датотеке [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "немогу да пронађем датотеку листе за \"%s\", медијум је игнорисан"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "покушавам да селектујем непостојећи медиј \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "креирам hdlist симтезну датотеку за медиј \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "не могу да парсирам hdlist датотеку за \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "медиј \"%s\" покушава да користи hdlist која је већ коришћена, медиј ће "
-#~ "бити игнорисан"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "медиј \"%s\" покушава да користи листу која је већ употребљена, медиј је "
-#~ "игнорисан"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "сада се проверавају међузависности пакета\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "креирам hdlist [%s]"
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "проблем са читањем hdlist или synthesis фајла за медиј \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "прорачунавам md5sum копиране source hdlist (или synthesis)"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...повраћај неуспео: md5sum не одговара"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "нема rpm датотека на [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "не могу да прочитам rpm фајлове са [%s]: %s"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "читам хедере са медија \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-synthesis - покушава да пронађе и користи synthesis фајл.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - покушава да пронађе и користи hdlist фајл.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr ""
-#~ " --src - следећи пакет је изворни пакет (исто као и -s).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - покушава да пронађе и користи hdlist фајл.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "не могу да ажурирам медиј \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "не могу да креирам медиј \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "постоји више пакета са истим именом rpm датотеке \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "не могу да исправно парсирам [%s] за вредност \"%s\""
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "медиј \"%s\" користи фајл са погрешном листом:\n"
-#~ " мирор вероватно није ажуриран, покушавам да користим алтернативни метод"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "медиј \"%s\" не дефинише ни једну локацију за rpm фајлове"
-
-#~ msgid "unrequested"
-#~ msgstr "незахтевано"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "додајем пакет %s (id=%d, eid=%d, update=%d, file=%s)"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Следећи пакети имају лоше потписе:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ "да ли желите да наставите инсталацију?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Морате да рестартујете машину да би кориситили ову команду ! \n"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "не могу да уклоним пакет %s"
-
-#, fuzzy
-#~ msgid "No filelist found\n"
-#~ msgstr "Слике нису пронађене"
-
-#~ msgid "medium \"%s\" is not selected"
-#~ msgstr "медиј \"%s\" није изабран"
-
-#, fuzzy
-#~ msgid "Remove %d packages?"
-#~ msgstr "уклањам пакет %s"
-
-#~ msgid " -f - force generation of hdlist files.\n"
-#~ msgstr " -f - приморава на генерисање hdlist фајлова.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr " -P - не претражује доступне ради налажења пакета.\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - претрага уназад за оним што захтева пакет.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " -RR - extended reverse search (includes virtual packages).\n"
-#~ msgstr " -R - претрага уназад за оним што захтева пакет.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Да би задовољили међузависности, следећи пакет(и) такође треба\n"
-#~ "да се инсталирају:\n"
-#~ "\n"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Инсталирам пакет `%s' (%s/%s)..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "испитујем synthesis фајл [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "дистрибуирам %s"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "Инсталација пакета..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Инсталација пакета..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-synthesis - покушава да пронађе и користи synthesis фајл.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - покушава да пронађе и користи hdlist фајл.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "`with' недостатком за мрежни ftp медиј\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "непознате опције '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "не могу да пронађем hdlist датотеку за \"%s\", медијум је игнорисан"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "некохерентна датотека листе за \"%s\", медиј је игнорисан"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "не могу да истражим датотеку листе за \"%s\", медиј је игнорисан"
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "виртуални медиј \"%s\" није локални, игноришем медиј"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "виртуални медиј \"%s\" би требао да има исправан source hdlist или "
-#~ "synthesis, игноришем медиј"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "копирање изворне hdlist (или synthesis) за \"%s\"..."
-
-#, fuzzy
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "добављам изорни hdlist (или synthesis) за \"%s\"..."
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "фајл [%s] је већ корисштен за исти медиј \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "нема шта да се упише у датотеку листе за \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "пронађено %d хедера у кеш меморији"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "уклањам %d obsolete хедере у кеш меморији"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "користим процес %d за извршење трансакције"
-
-#, fuzzy
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr " --buildhost - приказује таг buildhost: build host.\n"
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Следећи пакети садрже %s: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "копирам hdlist фајл..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "неправилан hdlist опис \"%s\" и hdlists фајлу"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Да ли је овако добро?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - користи дату верзију дистрибуције, default је узета\n"
-#~ " из верзије дистрибуције која је наведена у\n"
-#~ " деинсталираном mandriva-release пакету.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - користи дату архитектуру, подразумеваноа је "
-#~ "архитектура\n"
-#~ " инсталираног mandriva-release пакета.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - екстрактује хедере за пакете приказане из urpmi db на\n"
-#~ " stdout (само root).\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "Да би задовољили међузависности, следећи пакет(и) такође треба\n"
-#~ "да се инсталирају:\n"
-#~ "\n"
-
-#~ msgid "installing %s\n"
-#~ msgstr "Инсталирам %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Аутоматска инсталација пакета...\n"
-#~ "Захтевали сте инсталацију пакета %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: команда није пронађена\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Неки изабрани пакети се не могу инсталирати:\n"
-#~ "%s"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5sum не одговара"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf верзија %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "Ово је бесплатан софтвер и може бити редистрибуиран под условима GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "употреба:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr " --synthesis - користи дати synthesis уместо urpmi-јеве базе.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - не приказује има тага (стандардна опција уколико није\n"
-#~ " дат таг у команди линија, некомпатибилна са "
-#~ "интерактивним\n"
-#~ " модом).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - не приказује идентичне линије.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - приказује све тагове.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - приказује таг сажетка: сажетак.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - приказује таг описа: опис.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - приказује таг buildhost: build host.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr " --provides - приказује таг обезбеђује: све обезбеђује.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr " --requires - приказује таг захтева: сви захтеви\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - приказује таг фајлове: све фајлове.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr ""
-#~ " --obsoletes - приказује таг вишак: сви вишкови (у више реда).\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - користи специфично окружење (типично извештај о "
-#~ "грешци).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr ""
-#~ " -i - игнорише разлику у карактеру у било којој шеми.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - инарни AND оператор, истинит уколико су оба израза "
-#~ "истинита.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - бинарни OR оператор, истинит уколико је један израз "
-#~ "тачан.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr ""
-#~ " ! - бинарни NOT, истинит уколико је израз погрешан.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " ( - лева заграда за отоврање групе израза.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr " ) - десна заграда за затварање групе израза.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "повратни је :\n"
-#~ "%s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr "Настави"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Неки изабрани пакети се не могу инсталирати:\n"
-#~ "%s"
-
-#, fuzzy
-#~ msgid ""
-#~ " --keep - keep existing packages if possible, reject requested\n"
-#~ " packages that leads to remove.\n"
-#~ msgstr ""
-#~ " --keep - задржава постојеће пакет уколико је могуће, одбацује "
-#~ "захтевани пакет\n"
-#~ " који води уклањању.\n"
-
-#~ msgid ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-#~ msgstr ""
-#~ " --distrib-XXX - аутоматски направи медијум за XXX-ти део\n"
-#~ " диструбиуције, XXX може да буде главни, додатак\n"
-#~ " надоградња или блио шта друго што може да се "
-#~ "подеси ;-)\n"
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "не могу да додам надоградње cooker дистрибуцији\n"
-
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "добављам мироре на %s ..."
diff --git a/po/sr@Latn.po b/po/sr@Latn.po
deleted file mode 100644
index d0270884..00000000
--- a/po/sr@Latn.po
+++ /dev/null
@@ -1,3710 +0,0 @@
-# translation of urpmi-sr.po to serbian
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/sr.php3
-#
-# Srpski cirilicni prevod urmpi.po fajla.
-# Copyright (C) 2000,2003, 2004 Free Software Foundation, Inc.
-# Copyright (C) 2000, 2001 Mandriva
-# Copyright (C) 1997-2000 GeaArt, Inc.
-# Tomislav Jankovic <tomaja@net.yu>, 2000,2002.
-# Toma Jankovic <tomaja@net.yu>, 2003.
-# Toma Jankovic <webmaster@mandrake.co.yu>, 2004.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-sr\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2004-02-01 19:27+0100\n"
-"Last-Translator: Toma Jankovic <webmaster@mandrake.co.yu>\n"
-"Language-Team: serbian <mdk@linux.rs.sr>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.0.2\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
-"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, fuzzy, c-format
-msgid "RPM installation"
-msgstr "Instalacija sistema"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_U redu"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../gurpmi:74 ../gurpmi:85
-#, fuzzy, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Morate da imate root ovlašćenja da bi instalirali sledeće pakete:\n"
-"%s\n"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "Instaliraj"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Sačuvaj"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Poništi"
-
-#: ../gurpmi:108
-#, fuzzy, c-format
-msgid "Choose location to save file"
-msgstr "Izaberite fajl"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi verzija %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Ovo je besplatan softver i može biti redistribuiran pod uslovima GNU GPL.\n"
-"\n"
-"upotreba:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - prikazuje ovaj ekran o pomoći.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - automatska izbor paketa da bi se ažurirao sistem.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - primorava na invokaciju čak i ako neki paketi ne "
-"postoje.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - verifikuje rpm potpise pre instalacije.\n"
-" (--no-verify-rpm ne verigikuje, standardna je "
-"verifikacija).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - koristi samo dati medij, odvojen zarezom.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - dozvoljava pretraživanje po pružanju radi nalaženja "
-"paketa.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - ne pretražuje dostupne radi nalaženja paketa.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --curl - koristi još jedan root za rpm instalaciju.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - proverava da li se može izvesti ispravna instalacija.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --media - koristi samo dati medij, odvojen zarezom.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "Nije određena komanda"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Molim sačekajte..."
-
-#: ../gurpmi2:62
-#, fuzzy, c-format
-msgid "Must be root"
-msgstr "Port za miša"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Neki izabrani paketi se ne mogu instalirati:\n"
-"%s"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Upozorenje"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "U redu"
-
-#: ../gurpmi2:171
-#, fuzzy, c-format
-msgid " (to upgrade)"
-msgstr "Ažuriranje"
-
-#: ../gurpmi2:172
-#, fuzzy, c-format
-msgid " (to install)"
-msgstr "Izlaz iz instalacije"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Potreban(i) su sledeći paket(i):"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Odustati"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Sledeći paketi se moraju ukloniti da bi drugi mogli da budu ažurirani:\n"
-"%s"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Radi zadovoljenja zavisnosti, sledeći paketi će biti uklonjeni (%d MB)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Radi zadovoljenja zavisnosti, sledeći paketi će biti uklonjeni (%d MB)"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Instalacija paketa..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "izvor paketa nije dostupan, izlazim..."
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Pripremam..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Instaliram paket `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Ubacite medij sa imenom %s u uređaj [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Skidam paket `%s'..."
-
-#: ../gurpmi2:324
-#, fuzzy, c-format
-msgid "_Done"
-msgstr "Urađeno"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Instalacija neuspela, nedostaju neki fajlovi.\n"
-"%s\n"
-"Možda želite da ažurirate vašu urpmi bazu podataka."
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Instalacija nije uspela"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "sve je već instalirano"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Instalacija gotova"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "uklanjam %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "restartujem urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - prikazuje ovaj ekran o pomoći.\n"
-
-#: ../rpm-find-leaves:18
-#, fuzzy, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr ""
-" --synthesis - koristi dati synthesis umesto urpmi-jeve baze podataka.\n"
-
-#: ../rpm-find-leaves:19
-#, fuzzy, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " --group - prikazuje tag grupe: grupa.\n"
-
-#: ../rpm-find-leaves:20
-#, fuzzy, c-format
-msgid " defaults to %s.\n"
-msgstr " -l - prikazuje fajlove u paketu.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - prikazuje grupe uključujući i ime.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Samo administrator može da instalira pakete"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "ne mogu da napravim direktorijum [%s] za izveštaj o grešci"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Skidam paket `%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "ne mogu da otvorim rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "pogrešno ime rpm datoteke [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "dobavljam rpm fajl [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "... dobavljanje završeno"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...povraćaj neuspeo: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "ne mogu da pristupim rpm datoteci [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "Ne mogu da parsiram \"%s\" u fajl [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "ne mogu da registrujem rpm fajl"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "greška pri registrovanju lokalnih paketa"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "loša proxy-deklaracija u komandnoj liniji\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: ne mogu da pročitam rpm datoteku \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Nedostaje potpis (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Kopiranje nije uspelo"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "medij \"%s\" nije izabran"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "ne mogu da pročitam rpm datoteku [%s] sa medija \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "ne mogu da izvršim upis u konfiguracionu datoteku [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "ne mogu da izvršim upis u konfiguracionu datoteku [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "ne mogu da izvršim upis u konfiguracionu datoteku [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Molimo unesite Vaša ovlašćenja za pristup proksiju\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Korisničko ime:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Lozinka:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Kopiranje nije uspelo"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "zbog ne postojanja %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "zbog ne postojanja %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "zbog ne postojanja %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "uklanjam %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...povraćaj neuspeo: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "nepoznati protokol definisan za %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "webfetch nije pronađen, podržani webfetch-ovi su: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "ne mogu da podržim protokol: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "Instaliram %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "paket %s nije pronađen."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "dobavljam rpm fajlove dza medij \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"kreirana transakcija za instaliranje na %s (ukloni=%d, instaliraj=%d, "
-"ažuriraj=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "ne mogu da kreiram transakciju"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "ne mogu da uklonim paket %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "ne mogu da instaliram paket %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "Instaliram %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...povraćaj neuspeo: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "uklanjam paket %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "uklanjam paket %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "Instaliram %s"
-
-#: ../urpm/install.pm:281
-#, fuzzy, c-format
-msgid "More information on package %s"
-msgstr "Dodatne informacije o paketu..."
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "Nije određena komanda"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "urpmi baza podataka zaključana"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Upozorenje"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Instalacija nije uspela"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Instalacija nije uspela"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Sledeći paketi imaju neispravne potpise"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Sledeći paketi imaju neispravne potpise"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Da li želite da nastavite konfiguraciju ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "Instaliram %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "distribuiram %s"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "Instaliram %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "Instaliram %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Instaliacija bez provere zavisnosti (da/Ne)? "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Prisilna instalacija (--force)? (da/Ne) ?"
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Instalacija je moguća"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "ispitujem MD5SUM fajl"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "virtuleni medij \"%s\" bi trebao da ima čist url, ignorišem medij"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "ne mogu da pristupim fajlu liste za \"%s\", medij ignorisan"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "ne mogu da pristupim hdlist fajlu za \"%s\", medij je ignorisan"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "pokušavam da premostim postojeći medij \"%s\", izbegavam"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "upisujem u konfiguracionu datoteku [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Ne mogu da koristim paralelni mod sa use-distrib modom"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "koristim dodeljeni medij za paralelni mod: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis se ne može koristiti sa --media, --excludemedia, --sortmedia, --"
-"update ili --parallel"
-
-#: ../urpm/media.pm:666
-#, fuzzy, c-format
-msgid "Search start: %s end: %s"
-msgstr "Traži instalirane fontove"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "preskačem paket %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "će instalirati umesto ažurirati paket %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "medij \"%s\" već postoji"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "čitam hedere sa medija \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "uklanjam medij \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "ne mogu da otvorim rpmdb"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"ne mogu da pristupim prvom instalacionom mediju (nije pronađen hdlists fajl)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "dobavljam hdlists fajl..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "pokušavam da selektujem nepostojeći medij \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "pokušavam da selektujem višestruki medij: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "uklanjam medij \"%s\""
-
-#: ../urpm/media.pm:1055
-#, fuzzy, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "dobavljam rpm fajlove dza medij \"%s\"..."
-
-#: ../urpm/media.pm:1089
-#, fuzzy, c-format
-msgid "...reconfiguration failed"
-msgstr "Konfiguracija menija sačuvana"
-
-#: ../urpm/media.pm:1095
-#, fuzzy, c-format
-msgid "reconfiguration done"
-msgstr "Podešavanje servera"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "medij \"%s\" nije izabran"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "ispitujem synthesis fajl [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problem sa čitanjem synthesis fajla za medij \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "upisujem listu fajlova za medij \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...kopiranje nije uspelo"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "kopiram opisni fajl za \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopiranje završeno"
-
-#: ../urpm/media.pm:1265
-#, fuzzy, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "kopiranje [%s] neuspelo"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "proračunavam md5sum kopirane source hdlist (ili synthesis)"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "kopiranje [%s] neuspelo"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "ispitujem hdlist fajl [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "Instaliram %s"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "nije pronađena hdlist datoteka za medij \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "kopiram opisni fajl za \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "pogrešno ime rpm datoteke [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "dobavljam izorni hdlist (ili synthesis) za \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "pronađena testirana hdlist (ili synthesis) kao %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "nije pronađena hdlist datoteka za medij \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "ispitukem fajl sa javnim ključem za \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "..importovani ključ %s od javnog ključa za \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "ne mogu da importujem javni ključ za \"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "dodani medij %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "čitam rpm fajlove sa [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "NnNn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "DdDdYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Pogrešan izbor, probajte ponovo\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Traži"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "uklanjam medij \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "Ne mogu da parsiram \"%s\" u fajl [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "ispitujem paralelni držač u fajlu [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "pronađen paralelni držač dza nodove: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "ne mogu da koristim paralelnu opciju \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Instalacija nije uspela"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "ne mogu da pristupim mediju \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "montiram %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "demontiram %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf verzija %s\n"
-"Copyright (C) 2002-2004 Mandriva.\n"
-"Ovo je besplatan softver i može biti redistribuiran pod uslovima GNU GPL.\n"
-"\n"
-"upotreba:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - prikazuje ovaj ekran o pomoći.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - koristi specifično okruženje (tipično izveštaj o "
-"grešci).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - ne koristi dati medij, odvojen zarezom.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --curl - koristi još jedan root za rpm instalaciju.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - sortira medije na osnovu podstringova odvojenih zarezom.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-" --synthesis - koristi dati synthesis umesto urpmi-jeve baze podataka.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - koristi dati synthesis umesto urpmi-jeve baze podataka.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - ne prikazuje identične linije.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - koristi samo update medij.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " -verbose - verbose režim.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - ignoriše razliku u karakteru u bilo kojoj šemi.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - ignoriše razliku u karakteru u bilo kojoj šemi.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - uključuje perl kod direktno kao perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - binarni AND operator.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - binarni OR operator.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - uinarni NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ) - desna zagrada za zatvaranje grupe izraza.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Lista podataka za obnavljanje:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - koristi X interfejs.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " -l - prikazuje fajlove u paketu.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - prikazuje tag url: url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - prikazuje tag buildhost: build host.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "Modul za podešavanje Konsole"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - prikazuje tag konflikata: svi konflikti.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - prikazuje tag opisa: opis.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, fuzzy, c-format
-msgid " --distribution - distribution\n"
-msgstr "Priključak KAB-a za distribucione liste"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --size - prikazuje tag veličine: veličina.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --all - prikazuje sve tagove.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - prikazuje fajlove u paketu.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - prikazuje tag grupe: grupa.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --all - prikazuje sve tagove.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --all - prikazuje sve tagove.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - prikazuje tag višak: svi viškovi (u više reda).\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - prikazuje tag packager: packager.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - prikazuje tag obezbeđuje: sve obezbeđuje.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - prikazuje tag zahteva: svi zahtevi\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - prikazuje tag veličine: veličina.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - prikazuje tag sourcerpm: source rpm.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - prikazuje tag višak: svi viškovi (u više reda).\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - prikazuje tag sažetka: sažetak.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - prikazuje tag url: url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " -verbose - verbose režim.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - prikazuje fajlove u paketu.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - prikazuje verziju, izdanje i arhitekturu, uključujući i "
-"ime.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "koristim dato okruženje na %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "nije pronađena hdlist datoteka za medij \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "kreiram hdlist simteznu datoteku za medij \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "upisujem listu fajlova za medij \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Nema paketa sa imenom %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Sledeći paketi sadrže %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "sve je već instalirano"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "sve je već instalirano"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "sve je već instalirano"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "zbog ne postojanja %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "sve je već instalirano"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "zbog ne zadovoljenog %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "pokušavam da prikažem %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "da bih zadržao %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "da bi instalirao %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "zbog konflikta sa %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Neispravan potpis (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Pogrešan ID ključa(%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Nedostaje potpis (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "ne mogu da izvršim upis u konfiguracionu datoteku [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Kopiranje nije uspelo"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Kopiranje nije uspelo"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme verzija %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Ovo je besplatan softver i može biti redistribuiran pod uslovima GNU GPL.\n"
-"\n"
-"upotreba:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - automatski selektuje pakete od ponuđenog.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, fuzzy, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - proverava da li se može izvesti ispravna instalacija.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - distribuirani urpmi preko mašina sa nadimkom.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - prikazuje tag packager: packager.\n"
-
-#: ../urpme:53
-#, fuzzy, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --curl - koristi još jedan root za rpm instalaciju.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - ažuriraj samo medijum za ažuriranje.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - prikazuje tag opisa: opis.\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - podešava urpmi u letu sa distrib stabla.\n"
-" Ova opcija dozvoljava ispitivanje distribucije.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " -verbose - verbose režim.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - izaberi sve pakete koji odgovaraju izrazu.\n"
-
-#: ../urpme:73
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Samo administrator može da instalira pakete"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "nepoznati paketi"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "nepoznati paket"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "uklanjanje paketa %s će narušiti Vaš sistem"
-msgstr[1] "uklanjanje paketa %s će narušiti Vaš sistem"
-msgstr[2] "uklanjanje paketa %s će narušiti Vaš sistem"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Nema ničega što bi se moglo ukloniti"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Nema ničega što bi se moglo ukloniti"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Radi zadovoljenja zavisnosti, sledeći paketi će biti uklonjeni (%d MB)"
-msgstr[1] ""
-"Radi zadovoljenja zavisnosti, sledeći paketi će biti uklonjeni (%d MB)"
-msgstr[2] ""
-"Radi zadovoljenja zavisnosti, sledeći paketi će biti uklonjeni (%d MB)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "nepoznati paket"
-msgstr[1] "nepoznati paket"
-msgstr[2] "nepoznati paket"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "uklanjam paket %s"
-msgstr[1] "uklanjam paket %s"
-msgstr[2] "uklanjam paket %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (d/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "uzimam prenosni uređaj kao \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Uklanjanje nije uspelo"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Uklanjanje nije uspelo"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-select - automatska izbor paketa da bi se ažurirao sistem.\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - deaktivira MD5SUM proveru fajla.\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - primorava na ažuriranje gpg ključa.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - prikazuje tag višak: svi viškovi (u više reda).\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - nikada ne traži deinstalaciju paketa, obustavi "
-"instalaciju.\n"
-
-#: ../urpmi:87
-#, fuzzy, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --install-src - instalira samo pakete sa izvornim kodom.\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - zadržava postojeće paket ukoliko je moguće, odbacuje "
-"zahtevani paket\n"
-" koji vodi uklanjanju.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - izdeli u male transakcije ukoliko će biti instalirano\n"
-" više paketa od datog broja,\n"
-" default je %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - mala dužina transakcije, osnovna postavka je %d.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - uzrokuje fuzzy pretragu (isto kao -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - prikazuje tag zahteva: svi zahtevi\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - instalira samo pakete sa izvornim kodom.\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - uklanja rpm iz keša pre bilo čega drugog.\n"
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - čuva rpm koji nisu korišćeni u kešu.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - dozvoljava upit za korisnika da li da instalira pakete "
-"bez\n"
-" provere međuzavisnosti paketa.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - dozovoljava upit korisnika da li želi da instalira pakete "
-"bez\n"
-" provere međuzavisnosti i integriteta.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - prikazuje tag višak: svi viškovi (u više reda).\n"
-
-#: ../urpmi:112
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - podešava urpmi u letu sa distrib stabla.\n"
-" Ova opcija dozvoljava ispitivanje distribucije.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - limitira brzinu download-a.\n"
-
-#: ../urpmi:124
-#, fuzzy, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --verify-rpm - verifikuje rpm potpise pre instalacije.\n"
-" (--no-verify-rpm ne verigikuje, standardna je "
-"verifikacija).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - koristi specificirani HTTP proxy, proj porta se "
-"pretpostavlja\n"
-" da je 1080 po default-u (format je <proxyhost[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - određuje korisnika i lozinku koji se koriste za proxy\n"
-" autentifikaciju (format je <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - pravi izveštaj o grešci u direktorijumu prosleđenom\n"
-" kao sledeći argument.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - isključuje putanju razdvojenu zarezom.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - isključuje docs fajlove.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - nikada ne traži deinstalaciju paketa, obustavi "
-"instalaciju.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - prikazuje tag url: url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - prikazuje tag opisa: opis.\n"
-
-#: ../urpmi:142
-#, fuzzy, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-" --test - proverava da li se može izvesti ispravna instalacija.\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-" --test - proverava da li se može izvesti ispravna instalacija.\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - čuva rpm koji nisu korišćeni u kešu.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - bira sva poklapanja u komandnoj liniji.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - tihi režim (malo poruka).\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " -verbose - verbose režim.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " imena ili rpm fajlovi dati u komandnoj liniji će biti instalirani.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-"Šta se može učiniti sa binarnim rpm paketima kada se koristi opcija --"
-"install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Direktorijum [%s] već postoji, izaberite drugi direktorijum za "
-"prijavljivanje bagova ili ga izbrišite"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "ne mogu da napravim direktorijum [%s] za izveštaj o grešci"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "Ažuriranje"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr "Ažuriranje"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "Izlaz iz instalacije"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "Izlaz iz instalacije"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Radi zadovoljenja zavisnosti, sledeći paketi će biti uklonjeni (%d MB)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Šta želite? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Svejedno nastaviti ?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (D/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Neki izabrani paketi se ne mogu instalirati:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Neki izabrani paketi se ne mogu instalirati:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "uklanjanje paketa %s će narušiti Vaš sistem"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Instalacija se ne može nastaviti zato što sledeći paketi\n"
-"moraju biti uklonjeni da bi ostali mogli da se ažuriraju:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Instalacija se ne može nastaviti zato što sledeći paketi\n"
-"moraju biti uklonjeni da bi ostali mogli da se ažuriraju:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Sledeći paketi se moraju ukloniti da bi drugi mogli da budu ažurirani:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Sledeći paketi se moraju ukloniti da bi drugi mogli da budu ažurirani:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Morate da imate root ovlašćenja da bi instalirali sledeće pakete:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"Radi zadovoljenja zavisnosti, sledeći paketi će biti uklonjeni (%d MB)"
-msgstr[1] ""
-"Radi zadovoljenja zavisnosti, sledeći paketi će biti uklonjeni (%d MB)"
-msgstr[2] ""
-"Radi zadovoljenja zavisnosti, sledeći paketi će biti uklonjeni (%d MB)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Odustani"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Pritisnite enter kada budete spremni..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"upotreba: urpmi.addmedia [opcije] <ime> <url> [with <relativnom_putanja>]\n"
-"gde je <url> jedan od\n"
-" [file:/]/<putanja> with <relativno ime datoteke sa hdlist>\n"
-" ftp://<login>:<lozinka>@<host>/<putanja> with <relativno ime datoteke "
-"sa hdlist>\n"
-" ftp://<host>/<putanja> with <relativno ime datoteke sa hdlist>\n"
-" http://<host>/<putanja> with <relativno ime datoteke sa hdlist>\n"
-"\n"
-" removable://<putanja> with <relativno ime datoteke sa hdlist>\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - koristi wget za dobavljanje udaljenih fajlova.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - koristi curl za dobavljanje udaljenih fajlova.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - koristi curl za dobavljanje udaljenih fajlova.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - koristi curl za dobavljanje udaljenih fajlova.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - pokušava da pronađe i koristi synthesis fajl.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - ne pokušava da pronađe bilo koji synthesis ili\n"
-" hdlist fajl.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - automatski napravi sve medije sa instalacionog\n"
-" medija.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - prikazuje listu medija.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - koristi datu url adresu za list mirora, podrazumevano je\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - kreira virtuelni medij koji su uvek ažurirani ,\n"
-" dozvoljen je samo file:// protocol.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - deaktivira MD5SUM proveru fajla.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - tihi režim (malo poruka).\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - verbose režim.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, fuzzy, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Samo administrator može da instalira pakete"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "upisujem u konfiguracionu datoteku [%s]"
-
-#: ../urpmi.addmedia:128
-#, fuzzy, c-format
-msgid "Can't create config file [%s]"
-msgstr "upisujem u konfiguracionu datoteku [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "nedostaje <relativna putanja hdlist> sa --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "nedostaje <relativna putanja hdlist>\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "ne mogu da pristupim mediju \"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover verzija %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Ovo je besplatan softver i može biti redistribuiran pod uslovima GNU GPL.\n"
-"\n"
-"upotreba:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - čuva rpm koji nisu korišćeni u kešu.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-media - prikazuje listu medija i ljihov url.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-media - prikazuje listu medija i ljihov url.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --all - prikazuje sve tagove.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "paket %s nije pronađen."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "dobavljam rpm fajl [%s] ..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Slike nisu pronađene"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"upotreba: urpmi.removemedia (-a | <ime> ...)\n"
-"gde je <ime> ime medija za uklanjanje.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - selektuje sve medije.\n"
-
-#: ../urpmi.removemedia:42
-#, fuzzy, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -a - bira sva poklapanja u komandnoj liniji.\n"
-
-#: ../urpmi.removemedia:59
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Samo administrator može da instalira pakete"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "nema ničega za brisanje (koristi urpmi.addmedia za dodavanje medija)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"nedostaje unos za brisanje\n"
-"(jedan od %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"upotreba: urpmi.update [opcije] <ime> ...\n"
-"gde <ime> jeste ime medija za ažuriranje.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - ažuriraj samo medijum za ažuriranje.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - primorava na ažuriranje gpg ključa.\n"
-
-#: ../urpmi.update:46
-#, fuzzy, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --update - ažuriraj samo medijum za ažuriranje.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - ne pokušava da pronađe bilo koji synthesis ili\n"
-" hdlist fajl.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - selektuje sve ne prenosive medije.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - primorava na generisanje hdlist fajlova.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - primorava na generisanje hdlist fajlova.\n"
-
-#: ../urpmi.update:69
-#, fuzzy, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Samo administrator može da instalira pakete"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"nema ničega za ažuriranje (koristi urpmi.addmedia za dodavanje medija)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"nedostaje unos za ažuriranje\n"
-"(jedan od %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "ignoring media %s"
-msgstr "Menjam medij \"%s\":"
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "enabling media %s"
-msgstr "uklanjam medij \"%s\""
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq verzija %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Ovo je besplatan softver i može biti redistribuiran pod uslovima GNU GPL.\n"
-"\n"
-"upotreba:\n"
-
-#: ../urpmq:48
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr " --media - koristi samo dati medij, odvojen zarezom.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - uzrokuje fuzzy pretragu (isto kao -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - prikazuje listu paketa.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - prikazuje listu medija.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-media - prikazuje listu medija i ljihov url.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - prikazuje listu čvorova pri korišćenju opcije --"
-"parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - prikazuje listu paralelnih alijasa.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - sledeći paket je izvorni paket (isto kao i -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - prikazuje sve izvorne pakete pre download-a (samo root).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - prikazuje tag url: url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - podešava urpmi u letu sa distrib stabla.\n"
-" Ova opcija dozvoljava ispitivanje distribucije.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - prikazuje log sa izmenama.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - prikazuje tag konflikata: svi konflikti.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - prikazuje tag višak: svi viškovi (u više reda).\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - prikazuje tag obezbeđuje: sve obezbeđuje.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - prikazuje tag zahteva: svi zahtevi\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - prikazuje tag višak: svi viškovi (u više reda).\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - prikazuje tag sourcerpm: source rpm.\n"
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary - prikazuje tag sažetka: sažetak.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - proširuje pretragu na zavisnost paketa.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - pretraga unazad za onim što zahteva paket.\n"
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr " -R - pretraga unazad za onim što zahteva paket.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" -p - dozvoljava pretraživanje po pružanju radi nalaženja "
-"paketa.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - potpun izlaz sa paketom koji treba da se ukloni.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - prikazuje grupe uključujući i ime.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - prikazje korisne informacije u, za ljude čitljivnom "
-"obliku.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - prikazuje fajlove u paketu.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - tihi režim (malo poruka).\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - prikazuje verziju uključujući i ime.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - sledeći paket je izvorni paket (isto kao i --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - uklanja pakete ukoliko je novija verzija već "
-"instalirana.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - uzrokuje fuzzy pretragu (kao i --fuzzy).\n"
-
-#: ../urpmq:108
-#, fuzzy, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -a - bira sva poklapanja u komandnoj liniji.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-" imena ili rpm fajlovi koji su dati u komandnoj liniji se proveravaju.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr " --list-nodes se može koristiti samo sa opcijom --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "ne mogu da upišem datoteku liste za \"%s\""
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, fuzzy, c-format
-msgid "No changelog found\n"
-msgstr "NIje pronađen image"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - kreira update medij.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "pogrešan unos: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d instlaciona transakcija nije uspela"
-#~ msgstr[1] "%d instlaciona transakcija nije uspela"
-#~ msgstr[2] "%d instlaciona transakcija nije uspela"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "sve je već instalirano"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Proveravam kako bih uklonio sledeće pakete"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "urpmi baza podataka zaključana"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "nepoznate opcije '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "previše tačaka montiranja za prenosni medij \"%s\""
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "koristeći različit prenosni uređaj ili [%s] za \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "ne mogu da dobavim putanju za prenosni medij \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "ne mogu da pristupim prvom instalacionom mediju"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "ne mogu da pristupim mediju \"%s\",\n"
-#~ "ovo se može desiti ukoliko ste ručno montirali direktorijum prilikom "
-#~ "kreiranja medija."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr ""
-#~ "nekoherentan medij \"%s\" je označen kao prenosni ali to nije u stvarnosti"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - čisti direktorijum sa kešom nadglavlja.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "virtualni medij mora da bude lokalni"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "ne mogu da parsiram hdlist datoteku za \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "proračunavam md5sum postojeće source hdlist (ili synthesis)"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "virtualni medij \"%s\" ne bi trebao da ima definisianu hdlist ili listu "
-#~ "fajlova, ignorišem medij"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "pogrešno ime rpm datoteke [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "nemogu da pronađem datoteku liste za \"%s\", medijum je ignorisan"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "pokušavam da selektujem nepostojeći medij \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "kreiram hdlist simteznu datoteku za medij \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "ne mogu da parsiram hdlist datoteku za \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "medij \"%s\" pokušava da koristi hdlist koja je već korišćena, medij će "
-#~ "biti ignorisan"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "medij \"%s\" pokušava da koristi listu koja je već upotrebljena, medij je "
-#~ "ignorisan"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "sada se proveravaju međuzavisnosti paketa\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "kreiram hdlist [%s]"
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "problem sa čitanjem hdlist ili synthesis fajla za medij \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "proračunavam md5sum kopirane source hdlist (ili synthesis)"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...povraćaj neuspeo: md5sum ne odgovara"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "nema rpm datoteka na [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "ne mogu da pročitam rpm fajlove sa [%s]: %s"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "čitam hedere sa medija \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-synthesis - pokušava da pronađe i koristi synthesis fajl.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - pokušava da pronađe i koristi hdlist fajl.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr ""
-#~ " --src - sledeći paket je izvorni paket (isto kao i -s).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - pokušava da pronađe i koristi hdlist fajl.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "ne mogu da ažuriram medij \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "ne mogu da kreiram medij \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "postoji više paketa sa istim imenom rpm datoteke \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "ne mogu da ispravno parsiram [%s] za vrednost \"%s\""
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "medij \"%s\" koristi fajl sa pogrešnom listom:\n"
-#~ " miror verovatno nije ažuriran, pokušavam da koristim alternativni metod"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "medij \"%s\" ne definiše ni jednu lokaciju za rpm fajlove"
-
-#~ msgid "unrequested"
-#~ msgstr "nezahtevano"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "dodajem paket %s (id=%d, eid=%d, update=%d, file=%s)"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Sledeći paketi imaju loše potpise:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ "da li želite da nastavite instalaciju?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Morate da restartujete mašinu da bi korisitili ovu komandu ! \n"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "ne mogu da uklonim paket %s"
-
-#, fuzzy
-#~ msgid "No filelist found\n"
-#~ msgstr "Slike nisu pronađene"
-
-#~ msgid "medium \"%s\" is not selected"
-#~ msgstr "medij \"%s\" nije izabran"
-
-#, fuzzy
-#~ msgid "Remove %d packages?"
-#~ msgstr "uklanjam paket %s"
-
-#~ msgid " -f - force generation of hdlist files.\n"
-#~ msgstr " -f - primorava na generisanje hdlist fajlova.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr " -P - ne pretražuje dostupne radi nalaženja paketa.\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - pretraga unazad za onim što zahteva paket.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " -RR - extended reverse search (includes virtual packages).\n"
-#~ msgstr " -R - pretraga unazad za onim što zahteva paket.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Da bi zadovoljili međuzavisnosti, sledeći paket(i) takođe treba\n"
-#~ "da se instaliraju:\n"
-#~ "\n"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Instaliram paket `%s' (%s/%s)..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "ispitujem synthesis fajl [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "distribuiram %s"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "Instalacija paketa..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Instalacija paketa..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-synthesis - pokušava da pronađe i koristi synthesis fajl.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - pokušava da pronađe i koristi hdlist fajl.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "`with' nedostatkom za mrežni ftp medij\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "nepoznate opcije '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "ne mogu da pronađem hdlist datoteku za \"%s\", medijum je ignorisan"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "nekoherentna datoteka liste za \"%s\", medij je ignorisan"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "ne mogu da istražim datoteku liste za \"%s\", medij je ignorisan"
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "virtualni medij \"%s\" nije lokalni, ignorišem medij"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "virtualni medij \"%s\" bi trebao da ima ispravan source hdlist ili "
-#~ "synthesis, ignorišem medij"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "kopiranje izvorne hdlist (ili synthesis) za \"%s\"..."
-
-#, fuzzy
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "dobavljam izorni hdlist (ili synthesis) za \"%s\"..."
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "fajl [%s] je već korisšten za isti medij \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "nema šta da se upiše u datoteku liste za \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "pronađeno %d hedera u keš memoriji"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "uklanjam %d obsolete hedere u keš memoriji"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "koristim proces %d za izvršenje transakcije"
-
-#, fuzzy
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr " --buildhost - prikazuje tag buildhost: build host.\n"
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Sledeći paketi sadrže %s: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "kopiram hdlist fajl..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "nepravilan hdlist opis \"%s\" i hdlists fajlu"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Da li je ovako dobro?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - koristi datu verziju distribucije, default je uzeta\n"
-#~ " iz verzije distribucije koja je navedena u\n"
-#~ " deinstaliranom mandriva-release paketu.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - koristi datu arhitekturu, podrazumevanoa je "
-#~ "arhitektura\n"
-#~ " instaliranog mandriva-release paketa.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - ekstraktuje hedere za pakete prikazane iz urpmi db na\n"
-#~ " stdout (samo root).\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "Da bi zadovoljili međuzavisnosti, sledeći paket(i) takođe treba\n"
-#~ "da se instaliraju:\n"
-#~ "\n"
-
-#~ msgid "installing %s\n"
-#~ msgstr "Instaliram %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Automatska instalacija paketa...\n"
-#~ "Zahtevali ste instalaciju paketa %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: komanda nije pronađena\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Neki izabrani paketi se ne mogu instalirati:\n"
-#~ "%s"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5sum ne odgovara"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf verzija %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "Ovo je besplatan softver i može biti redistribuiran pod uslovima GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "upotreba:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr " --synthesis - koristi dati synthesis umesto urpmi-jeve baze.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - ne prikazuje ima taga (standardna opcija ukoliko nije\n"
-#~ " dat tag u komandi linija, nekompatibilna sa "
-#~ "interaktivnim\n"
-#~ " modom).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - ne prikazuje identične linije.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - prikazuje sve tagove.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - prikazuje tag sažetka: sažetak.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - prikazuje tag opisa: opis.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - prikazuje tag buildhost: build host.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr " --provides - prikazuje tag obezbeđuje: sve obezbeđuje.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr " --requires - prikazuje tag zahteva: svi zahtevi\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - prikazuje tag fajlove: sve fajlove.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr ""
-#~ " --obsoletes - prikazuje tag višak: svi viškovi (u više reda).\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - koristi specifično okruženje (tipično izveštaj o "
-#~ "grešci).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr ""
-#~ " -i - ignoriše razliku u karakteru u bilo kojoj šemi.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - inarni AND operator, istinit ukoliko su oba izraza "
-#~ "istinita.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - binarni OR operator, istinit ukoliko je jedan izraz "
-#~ "tačan.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr ""
-#~ " ! - binarni NOT, istinit ukoliko je izraz pogrešan.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " ( - leva zagrada za otovranje grupe izraza.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr " ) - desna zagrada za zatvaranje grupe izraza.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "povratni je :\n"
-#~ "%s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr "Nastavi"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Neki izabrani paketi se ne mogu instalirati:\n"
-#~ "%s"
-
-#, fuzzy
-#~ msgid ""
-#~ " --keep - keep existing packages if possible, reject requested\n"
-#~ " packages that leads to remove.\n"
-#~ msgstr ""
-#~ " --keep - zadržava postojeće paket ukoliko je moguće, odbacuje "
-#~ "zahtevani paket\n"
-#~ " koji vodi uklanjanju.\n"
-
-#~ msgid ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-#~ msgstr ""
-#~ " --distrib-XXX - automatski napravi medijum za XXX-ti deo\n"
-#~ " distrubiucije, XXX može da bude glavni, dodatak\n"
-#~ " nadogradnja ili blio šta drugo što može da se "
-#~ "podesi ;-)\n"
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "ne mogu da dodam nadogradnje cooker distribuciji\n"
-
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "dobavljam mirore na %s ..."
diff --git a/po/sv.po b/po/sv.po
deleted file mode 100644
index 1ddc677e..00000000
--- a/po/sv.po
+++ /dev/null
@@ -1,3270 +0,0 @@
-# urpmi-sv - Swedish Translation
-# translation of urpmi-sv.po to Swedish
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/sv.php3
-#
-# Copyright (C) 2000,2002,2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
-# Copyright (C) 2000 Mandriva.
-#
-# Cecilia Johnsson <datb@thegym.net>, 2000.
-# Henrik Borg <datb@thegym.net>, 2000.
-# Fuad Sabanovic <manijak@telia.com>, 2000.
-# Mattias Dahlberg <voz@home.se>, 2001, 2002.
-# Mattias Newzella <newzella@linux.nu>, 2002,2003.
-# Lars Westergren <lars.westergren@home.se>, 2003, 2005.
-# Henrik Borg <hblinux@bredband.net>, 2004.
-# Kenneth Krekula <kenneth.krekula@kiruna.se>, 2004, 2005.
-# Thomas Backlund <tmb@mandriva.org>, 2004, 2006, 2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-sv\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-09-21 19:25+0300\n"
-"Last-Translator: Thomas Backlund <tmb@mandriva.org>\n"
-"Language-Team: Swedish <sv@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM installation"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Fel: kan inte hitta filen %s, avbryter operationen"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_OK"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Du har valt ett källpaket:\n"
-"\n"
-"%s\n"
-"\n"
-"Du vill troligen inte installera detta paket (efter installation kan du\n"
-"modifiera källkoden och sedan kompilera koden).\n"
-"\n"
-"Vad vill du göra?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Du är på väg att installera följande paket på din dator:\n"
-"\n"
-"%s\n"
-"\n"
-"Fortsätta?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Du är på väg att installera följande paket på din dator:\n"
-"\n"
-"%s\n"
-"\n"
-"Kanske föredrar du att endast spara detta. Vilket är ditt val?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Installera"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Spara"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "Av_bryt"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Välj var filen ska sparas"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008, Mandriva.\n"
-"Det här är fri programvara och får distribueras enligt villkoren i GNU GPL.\n"
-"\n"
-"användning:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Alternativ:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - visar det här hjälpmeddelandet.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr " --auto - ej interaktivt läge. väljer standardsvar på alla frågor.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid " --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - välj automatiskt paket för att uppdatera systemet.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid " --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - tvinga användning även om vissa paket inte finns.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - verifiera rpm-signatur före installation (standard)\n"
-" (--no-verify-rpm inaktiverar det).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - använd endast givet media, separerat med komma.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - tillåt sökning i \"provides\" för att hitta paket.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - sök inte i \"provides\" för att hitta paket.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - använd en annan root för rpm installation.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - verifiera endast om installationen kan utföras korrekt.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid " --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - använd endast givet media för att söka efter valda "
-"paket.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Inga paket specifierade"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Var god vänta..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Måste vara root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Vissa begärda paket kan inte installeras:\n"
-"%s\n"
-"Vill du fortsätta ändå?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Varning"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "OK"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (för att uppdatera)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (för att installera)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Val av paket"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Ett av följande paket är nödvändigt:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Avbryt"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Följande paket måste tas bort för att andra ska bli uppdaterade:\n"
-"%s\n"
-"Vill du fortsätta ändå?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid "To satisfy dependencies, the following package is going to be installed:"
-msgstr "För att tillfredsställa beroenden, kommer följande paket att installeras:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid "To satisfy dependencies, the following packages are going to be installed:"
-msgstr "För att tillfredsställa beroenden kommer följande paket att installeras:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d paket, %d MB)"
-msgstr[1] "(%d paket, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Paketinstallation..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "kunde inte läsa källan, avbryter"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Förbereder..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Installerar paket \"%s\" (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Lägg i media med namnet \"%s\""
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Laddar ner paket \"%s\"..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Klar"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Installationen misslyckades, vissa filer saknas:\n"
-"%s\n"
-"Du bör försöka uppdatera urpmi-databasen."
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Installationen misslyckades:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Allt är redan installerat"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Installation slutförd"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "tar bort %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "startar om urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"användning: %s [flaggor]\n"
-"där [flaggor] är från\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - visar det här hjälpmeddelandet.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - använd angivet rootbibliotek istället för /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - begränsa resultat till aktuell grupp.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " standard är %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - visa hela rpm namnet (NVRA).\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Endast systemadministratörer får installera paket"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Kör urpmi i begränsat läge"
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "kan inte skapa katalog %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "felaktig ägare för katalog %s"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "Kan inte ladda ner paket till [%s]"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "kunde inte öppna RPM-db"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "ogiltigt RPM-filnamn [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "hämtar RPM-fil [%s]..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...hämtning klar"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...hämtning misslyckades: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "kan inte läsa rpm-fil [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "kan inte tyda spec-fil %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "kan inte registrera RPM-fil"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Inkompatibel arkitektur för rpm [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "fel vid registrering av lokala paket"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Denna operation är inte tillåten i begränsat läge"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "felaktig proxydeklaration på kommandorad\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: kan inte läsa rpm-fil \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "oväntat uttryck %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "uttryck saknas före %s"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "oväntat uttryck %s (förslag: använd -a eller -o)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "inget uttryck att stänga"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-"som standard väntar urpmf på en regexp. du borde använda alternativet \"--"
-"literal\""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "chroot katalog existerar inte"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Kan inte använda %s utan %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Kan inte använda %s med %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "För många argument\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Kopiering misslyckades"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr "Du måste montera CD-ROM själv (eller installera perl-Hal-Cdroms för att få det automatiserat)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "HAL-demonen (hald) är inte igång eller ej klar"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "mediat \"%s\" är inte tillgängligt"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "kunde inte läsa RPM-fil [%s] från media \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "syntaxfel i inställningsfil på rad %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "kan inte läsa inställningsfil [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "medium '%s' är definierat två gånger, avbryter"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "kan inte skriva inställningsfil [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "kan inte läsa proxy-inställningar (inte tillräckliga behörigheter för att läsa %s)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Var vänlig ange dina uppgifter för att använda proxy\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Användarnamn:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Lösenord:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Okänd webfetch '%s' !!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s misslyckades: avlutades med signal %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s misslyckades: avlutades med %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "kopiering misslyckades"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget saknas\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl saknas\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl misslyckades: nerladdningen avbröts\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync saknas\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh saknas\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla saknas\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Kunde inte starta prozilla\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "aria2 saknas\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% av %s klar, ETA = %s, hastighet = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% klar, hastighet = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "hämtar %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "hämtade %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "okänt protokoll definierat för %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s är inte tillgänglig, faller tillbaka till %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "ingen 'webfetch' hittad, supportad webfetch är: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "kan inte hantera protokoll: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "rengör %s och %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "paketet %s hittas inte."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "hämtar RPM-filer från media \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[ompaketering]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid "created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"skapade transaktion för installation på %s (ta bort=%d, installera=%d, "
-"uppdatera=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "kunde inte skapa transaktion"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "kan inte extrahera rpm från delta-rpm paket %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "kan inte installera paket %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "tar bort felaktig rpm (%s) från %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "borttagning av %s misslyckades: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Tar bort paket %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "tar bort paket %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "tar bort installerade rpms (%s) från %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Mer information om paket %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Kan inte skapa ldap cache katalog"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Kan inte skriva cache fil för ldap\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Ingen server definierad, uri eller host saknas"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Ingen bas definierad"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Kan inte ansluta till ldap uri:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s databas låst. Väntar..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "avbryter"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "%s databas är låst (ett annat program använder den redan)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Installationen misslyckades"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Försök fortsätta ändå? (j/N)"
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Installationen misslyckades, felaktiga rpm:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Följande paket har felaktig signatur"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Följande paket har felaktiga signaturer"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Vill du fortsätta installationen?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "tar bort installerade rpms (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "distribuerar %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "installerar %s från %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "installerar %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Prova att installera utan att kontrollera behov av andra filer? (j/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Försök ännu hårdare att installera (--force)? (j/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Paket är uppdaterade"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Installation är möjlig"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "undersöker %s fil"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "Felaktig MD5SUM fil"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "varning: md5sum för %s finns ej i MD5SUM filen"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "virtuellt media \"%s\" bör ha en tydlig URL, media ignorerat"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "kunde inte komma åt listfil för \"%s\", media ignorerat"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "kunde inte komma åt synthersis-fil för \"%s\", media ignorerat"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "försöker gå förbi befintligt media \"%s\", hoppar över"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "misslyckades att migrera flyttbar enhet, igmorerar medium"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "skriv inställningsfil [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Kan ej använda parallellt läge med use-distrib läge"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "använder associerad media för parallelläge: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis kan inte användas med --media, --excludemedia, --sortmedia, -- "
-"update, --use-distrib eller --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Sök början: %s slut: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "hoppar över paket %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "skulle installera istället för att uppdatera paket %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "media \"%s\" finns redan"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(ignorerat som standard)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "lägger till media \"%s\" före fjärrmedia \"%s\""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "lägger till media \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "sökväg %s existerar inte"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "denna sökväg verkar inte innehålla någon distribution"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "kan inte tyda media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "kan inte läsa distributionsmediat (hittade ingen media.cfg fil)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "ignorerar icke-kompatibelt media '%s' (för %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "hämtar media.cfg fil..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "försöker välja media som inte finns \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "väljer flera media: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "tar bort media \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "omkonfigurerar urpmi för media \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...omkonfigurering misslyckades"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "omkonfigurering utförd"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Fel vid generering av names fil: behövlig %d hittades inte"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "mediat \"%s\" är uppdaterat"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "undersöker synthesis-fil [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problem med att läsa synthesis-fil för media \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "kopierar [%s] för media \"%s\"..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...kopiering misslyckades"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "kopierar beskrivningsfil för \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopiering klar"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "kopiering av [%s] misslyckades (filen är misstänkligt liten)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "beräknar MD5-summa för hämtade syntheses källor"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "hämtning av [%s] misslyckades (md5sum stämmer inte)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "genhdlist2 misslyckades på %s"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "jämför %s och %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "felaktig hdlist-fil %s för media \"%s\""
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "kopierar MD5SUM-fil för \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "ogiltig MD5SUM fil (hämtad från %s)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "hämtar käll-synthesis för \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "hittat undersökt synthesis som %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "ingen synthesis-fil hittad för media \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "undersöker \"pubkey\"-fil för \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...importerarde nyckel %s från \"pubkey\"-fil av \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "kunde inte importera \"pubkey\"-fil för \"%s\""
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "uppdaterade media %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "hämtning av [%s] misslyckades"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "försöker igen med spegelserver %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Kunde inte hitta någon spegelserver från spegel-lista %s"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "hittade geolokalisering %s %.2f %.2f från tidszon %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "hämtar spegel-lista från %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "JjYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Felaktigt val, försök igen.\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Paket"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Version"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Release"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Arkitektur"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(föreslagen)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "media \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "kommandorad"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] "Följande paket behövs ej mera, använd \"urpme --auto-orphans\" för att ta bort det."
-msgstr[1] "Följande paket behövs ej mera, använd \"urpme --auto-orphans\" för att ta bort dem."
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "kan inte tyda \"%s\" i fil [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "undersöker parallell hanterare i fil [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "hittade parallella hanterare för noder: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "kan inte använda parallellalternativ \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "på nod %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "Installationen misslyckades på nod %s"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp misslyckades, kanske en nod är otillgänglig"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput misslyckades, kanske en nod är otillgänglig"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "scp misslyckades på maskin %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "cp misslyckades på maskin %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr "%s misslyckades på maskin %s (kanske den inte har en korrekt version av urpmi?) (felkod %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "kunde inte komma åt media \"%s\"."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "monterar %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "avmonterar %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Det här är fri programvara och får distribueras enligt villkoren i GNU GPL.\n"
-"\n"
-"användning:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - visa detta verktygs versionsnummer.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr " --env - använd specifik miljö (vanligen en felrapport).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - använd inte givet media, separerat med komma.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid " --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr " --literal, -l - sök inte mönster, använd argument som söksträng.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --urpmi-root - använd en annan rot för db & rpm installation.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid " --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr " --sortmedia - sorterar media enligt kommaseparerade delsträngar.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - använd angiven sökväg för att nå media\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - använd given synthesis istället för urpmi db.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - visa inte identiska rader.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - använd endast uppdateringsmedia.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - utförligt läge.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - versaler och gemener jämförs lika i varje mönster.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -I - versaler och gemener jämförs olika i varje mönster.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> - ändra fältavgränsare (standard ':').\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Mönster-uttryck:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text - vilken text som helst används för att söka, om inte -l är "
-"använt.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - inkludera perl-kod direkt som perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - binär AND operator.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - binär OR operator.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - unär NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - vänster och höger parentes.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Lista på taggar:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - använd printf-likt visningsformat\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " exempel: '%%namn:%%files'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - arkitektur\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - kompileringsmaskin\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - kompilerigstid\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - konfigurationsfiler\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - visa konflikter\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - visa paketbeskrivning\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - visa distribution\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - visa epok\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - paketets filnamn\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - lista filer i paketet\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - visa grupp\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - licens\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - visa paketnamn\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - visa ersätter\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - visa paketerare\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - visa tillhandahålls\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - visa krav\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - visa installerad storlek\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - visa källrpm-namn\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - suggests tag\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - visa summerig\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - visa url\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - visa distributör\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - visa källan paketet finns i\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - visa version, utgåva och arkitektur med namn.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Felaktigt format: du kan endast använda en flervals-tagg"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "använder specifik miljö på %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "ingen hdlist-fil tillgänglig för media \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "ingen synthesis-fil tillgänglig för media \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "ingen xml-info tillgänglig för media \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "urpmi startades om, och listan av prioriterade paket ändrades inte"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr "urpmi startades om, och listan av prioriterade paket ändrades: %s mot %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Inget paket med namn %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Följande paket innehåller %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr "Du borde använda \"-a\" för att använda alla av dem"
-
-#: ../urpm/select.pm:300
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Hittade paket(en) %s i urpmi db, men inget är installerat"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Paket %s är redan installerat"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Paketen %s är redan installerade"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "för att %s saknas"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "på grund av redan installerad %s"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "på grund av otillräckliga %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "försöker befordra %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "för att behålla %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "för att installera %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "på grund av konflikter med %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Ogiltig signatur (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Ogiltigt nyckel-id (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Signatur saknas (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "system"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "Du borde starta om %s för %s"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Kan inte skriva fil"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Kan inte öppna fil"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Kan inte flytta fil %s till %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Det här är fri programvara och får distribueras enligt villkoren i GNU GPL\n"
-"\n"
-"användning:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - välj automatiskt ett paket från valen.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - avinstallera obehövliga paket\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - verifiera om borttagningen kan utföras korrekt.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - distribuerad urpmi över alla maskiner med alias.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - ompaketera filerna före avinstallation\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - använd en annan root för att ta bort rpm .\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --justdb - updatera endast rpm db, inte filsystemet\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - kör inga skript i paket(en).\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - konfigurera urpmi 'on the fly' från ett "
-"distributionsträd, användbart\n"
-" vid (av)installation av chroot med --root option.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - utförligt läge.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - välj alla paket som matchar uttryck.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Endast systemadministratör får ta bort paket"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "okända paket"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "okänt paket"
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Borttagning av följande paket skulle förstöra systemet:"
-msgstr[1] "Borttagning av följande paket skulle förstöra systemet:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Ingenting att ta bort"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "Inga obehövliga paket att ta bort"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural "To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "För att tillfredsställa beroenden kommer följande paket att tas bort"
-msgstr[1] "För att tillfredsställa beroenden kommer följande %d paket att tas bort"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(obehövligt paket)(obehövligt paket)"
-msgstr[1] "(obehövliga paket)"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Ta bort %d paket?"
-msgstr[1] "Ta bort %d paket?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (j/N) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "testar borttagning av %s"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Borttagning misslyckades"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "Borttagning är möjlig"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "ej avslutat mönster-uttryck (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - updatera media och uppdatera system.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - inaktivera md5sum-kontroll av filer.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - tvinga uppdatering av gpg-nyckel.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - ta bort obehövliga paket utan att fråga\n"
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - välj inte \"föreslagna\" paket automatiskt.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - fråga aldrig om ett paket ska avinstalleras, avbryt "
-"installationen.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - installera inte paket (endast nedladdning)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - behåll om möjligt existerande paket, ignorera "
-"efterfrågade \n"
-" paket som leder till avinstalleringar.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - dela upp i små transaktioner om fler än angivna paket\n"
-" kommer att installeras eller uppdateras,\n"
-" standard är %d\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - liten transaktionslängd, standard är %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - använd luddig sökning.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - installera paket behövliga för kompilering\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - installera endast källpaket (inga binärer).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - ta bort rpm från cache före allt annat.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - rensa inte rpms från cache.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid " --replacepkgs - force installing packages which are already installed.\n"
-msgstr " --replacepkgs - tvinga installation av paket som redan är installerade.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - tillåter användaren installera paket utan\n"
-" att kontrollera beroenden.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - tillåter användaren att installera paket utan\n"
-" kontroll av beroenden och integritet.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - välj \"föreslagna\" paket automatiskt.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - konfigurera urpmi 'on the fly' från ett "
-"distributionsträd, användbart\n"
-" vid installation av chroot med --root option.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - generera och använd en lokal metalink.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - program för hämtning av fjärr-filer. \n"
-" kända program: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - tilläggsparametrar åt curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- tilläggsparametrar åt rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - tilläggsparametrar åt wget\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - tilläggsalternativ för prozilla\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - tilläggsalternativ för aria2\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - begränsa nedladdningshastigheten.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - återuppta nedladdning av delvis nedladdade filer\n"
-" (--no-resume inaktiverar det, som standard är det "
-"inaktiverat).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - använd specificerad HTTP-proxy, portnumret antas\n"
-" vara 1080 som standard (formatet är <proxydator[:port]"
-">).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - ange användare och lösenord för proxy-\n"
-" autentisering (formatet är <användare:lösenord>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - mata ut en felrapport i katalogen som indikeras av\n"
-" nästa arg.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - ignorera sökväg separerad av komma.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - exkludera dokumentfiler.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - kontrollera inte diskutrymme före installation.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --ignorearch - tillåt installation av rpm som inte matchar arkitektur.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - kör inte paketens skript\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - paket som ej ska installeras.\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - paket som skall föredras\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - om flera paket hittas, föreslå fler alternativ\n"
-" än standard.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - lås inte rpm db.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - uppdatera endast paket med samma arkitektur.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - välj alla träffar på kommandoraden.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - tyst läge.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - väldigt utförligt läge.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " namn eller rpm-filer som anges på kommandoraden installeras.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Fel: kan inte använda --auto-select samtidigt som en fil-lista.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Fel: För att skapa felrapport, använd samma argument som tidigare\n"
-"och lägg till --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Du kan inte installerabinära RPM-filer när -install-src används"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Du kan inte installera spec-filer"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "använder --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid "please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-"vänligen använd --buildrequires eller --install-src, använder --"
-"buildrequires som standard"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Katalogen [%s] finns redan, välj en annan katalog för felrapport eller "
-"radera den"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Kunde inte skapa katalog [%s] för felrapport"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Omgivning sökväg %s existerar inte"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Fel: %s verkar vara monterad som read-only.\n"
-"Använd --allow-force för att tvinga operationen."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Uppdaterar media...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (för att uppdatera)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (för att uppdatera)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (för att installera)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (för att installera)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "För att tillfredsställa beroendet '%s', ett av följande paket behövs:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Vad är ditt val? ( 1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Följande paket kan inte installeras eftersom det är beroende av paket som\n"
-"är äldre än de installerade paketen:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Följande paket kan inte installeras eftersom de är beroende av paket som\n"
-"är äldre än de installerade paketen:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Fortsätt installation ändå?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (J/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Ett begärt paket kan inte installeras:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Vissa begärda paket kan inte installeras:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "att ta bort paketet %s skulle förstöra systemet"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Installationen kan inte fortsätta eftersom följande paket måste\n"
-"tas bort så att andra kan uppdateras:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Installationen kan inte fortsätta eftersom följande paket måste\n"
-"tas bort så att andra kan uppdateras:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Följande paket måste tas bort för att andra ska bli uppdaterade:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Följande paket måste tas bort för att andra ska bli uppdaterade:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(endast test, ingenting kommer att bli borttaget)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Du måste först använda urpmi --buildqequires för att installera följande "
-"beroenden:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Följande obehövliga paket kommer att tas bort."
-msgstr[1] "Följande obehövliga paket kommer att tas bort."
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(endast test, installation kommer inte att utföras)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "%s mera disk-utrymme kommer att bli använt."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "%s disk-utrymme kommer att frigöras."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "%s paket kommer att hämtas."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Fortsätt installationen ett paket?"
-msgstr[1] "Fortsätt installationen av %d paket?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Avbryt"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Tryck Enter när klart..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"användning: urpmi.addmedia [flaggor] <namn> <address (url)>\n"
-"där <address> är en av\n"
-" [file:/]/<sökväg>\n"
-" ftp://<användarnamn>:<lösenord>@<värddator>/<sökväg>\n"
-" ftp://<värddator>/<sökväg>\n"
-" http://<värddator>/<sökväg>\n"
-" cdrom://<sökväg>\n"
-"\n"
-"usage: urpmi.addmedia [flaggor] --distrib --mirrorlist <address>\n"
-"usage: urpmi.addmedia [flaggor] --mirrorlist <address> <namn> <relativ "
-"sökväg>\n"
-"\n"
-"exempel:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"och [flaggor] är från\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - använd wget för att hämta fjärrfiler.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - använd curl för att hämta fjärrfiler.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - använd prozilla för att hämta fjärr-filer.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - använd aria2 för att hämta fjärrfiler.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-" --update - skapa ett uppdateringsmedium, \n"
-" eller ignorera media som inte har uppdateringar (med flaggan --distrib)\n"
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - använd specifik policy för hämtning av xml info-filer\n"
-" en av: never, on-demand, update-only, always. se urpmi.cfg"
-"(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - använd synthesis fil.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - använd rpm filer (i stället för synthesis).\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - försök ej hitta någon synthesis-fil.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - skapa automatiskt all media från ett\n"
-" installationsmedia.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr " --interactive - med --distrib, begär bekräftelse för varje källa\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - med --distrib, lägg till alla listade källor\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - använd specificerad url för en lista av speglingar, "
-"standard är\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - skapa virtuellt media som alltid är uppdaterat\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - inaktivera md5sum-kontroll av filer.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - importera inte pubkey för adderat media\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - lägg till mediat i config, men uppdatera inte det.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - tyst läge.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - utförligt läge.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "kända xml-info policyn är %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "inget argument behövs för --distrib --mirrorlist <address>"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "felaktig <address> (för lokal katalog måste sökvägen vara absolut)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Endast systemadministratörer får lägga till media"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "skapar inställningsfil [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Kan inte skapa inställningsfil [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "behöver inte ange <relativ sökväg till synthesis> med --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Vill du lägga till källa '%s'"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<relativ sökväg till synthesis> saknas\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Kan inte använda %s med fjärr-media"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "kunde inte lägga till media"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Det här är fri programvara och får distribueras enligt villkoren i GNU GPL\n"
-"\n"
-"användning:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - sätt ompaketeringsstart nu\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - rensa inte ompaketeringskatalog vid kontrollpunkt.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid " --list - list transactions since provided date/duration argument\n"
-msgstr " --list - lista transaktioner efter angivet datum/period argument\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - lista alla transaktioner i rpmdb (lång)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - lista transaktioner efter kontrollpunkt\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - återställ till specifierat datum,\n"
-" eller specifierat antal transaktioner\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - stäng av ompaketering\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Felaktigt datum eller period [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Ompaketeringskatalogen är inte specifierade\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Kan inte skriva til ompaketeringskatalogen [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Rensar upp ompaketeringskatalogen [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d fil borttagen\n"
-msgstr[1] "%d filer borttagna\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Felaktiga kommandorads argument [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Du kan inte använda --checkpoint och --rollback på samma gång\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Du kan inte använda --checkpoint och --list på samma gång\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Du kan inte använda --rollback och --list samtidigt\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Du kan inte använda --disable samtidigt som andra flaggor"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Ingen transaktion hittad sedan %s\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Du måste ha administratörsrättigheter för att göra detta"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Skriver rpm makro fil [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Ingen återställningsdatum hittades\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Återställ till %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Inaktiverar ompaketering\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"användning: urpmi.removemedia (-a | <namn>...)\n"
-"där <namn> är medianamnet som ska tas bort.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - välj all media.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - fuzzy search på medianamn.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Endast systemadministratör får ta bort media"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "inget att ta bort (använd urpmi.addmedia för att lägga till media)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"objektet som ska tas bort saknas\n"
-"(en av %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"användning: urpmi.update [flaggor] <namn>...\n"
-"där <namn> är medianamnet som ska uppdateras.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - uppdatera endast uppdateringsmedia.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - tvinga uppdatering av gpg-nyckel.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - uppdatera ej, märk media som ignorerat.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - uppdatera ej, märk media som aktiverat.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms - använd inte synthesis, använd rpm filer direkt\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - välj all icke-flyttbar media.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - tvinga uppdatering av synthesis\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -ff - hård-tvinga uppdatering av synthesis\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Endast systemadministratör får uppdatera media"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "inget att uppdatera (använd urpmi.addmedia för att lägga till media)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"objektet som ska uppdateras saknas\n"
-"(en av %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "ignorerar media %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "aktiverar media %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Det här är fri programvara och får distribueras enligt villkoren i GNU GPL.\n"
-"\n"
-"användning:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - använd endast givet media för att söka efter valda (eller "
-"uppdaterade) paket.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - lista obehövliga paket\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - kräv luddig sökning (samma som -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - visa tillgängliga paket.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - visa tillgänglig media.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - lista tillgänglig media och dess sökväg.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - visa tillgängliga noder vid användning av --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - lista tillgängliga parallellalias.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid " --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr " --dump-config - dumpa konfigurationen i form av urpmi.addmedia argument.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - nästa paket är ett källpaket (samma som -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid " --sources - give all source packages before downloading (root only).\n"
-msgstr " --sources - ge alla källpaket före nedladdning (endast root).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - tillåt sökande för rpm-paket som inte motsvarar "
-"arkitekturen.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - konfigurera urpmi 'on the fly' från ett "
-"distributionsträd.\n"
-" Detta tillåter kontroll av distribution.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - skriv ut ändringsloggen (changelog).\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - visa konflikter\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - visa ersätter\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - visa tillhandahåller.\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - visa krav\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - visa förslag\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - visa källrpm-namn\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - skriv ut summering.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - utöka förfrågning till att omfatta paketberoenden.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - omvänd sökning för vad som krävs av paket.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - utökad omvänd sökning (inkluderar virtuella paket).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - sök i \"provides\" för att hitta paket.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - fullständig utmatning med paketet som ska tas bort.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - visa grupper med namn.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - visa användbar information i en för människan läsbar "
-"form.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - lista filerna i paketet.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - samma som -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - visa version och utgåva med namn.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - nästa paket är ett källpaket (samma som --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr " -u - ta bort paket om en nyare version redan är installerad.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - kräv luddig sökning (samma som --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - som -y, fast tvingar matchning av stora och små "
-"bokstäver.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " namn eller rpm-filer som anges på kommandoraden förfrågas.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "användning: \"urpmq --auto-orphans\" utan några argument"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes kan endast användas med --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "använd -l för att lista filer"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr "ingen xml-info för media \"%s\", endast ofullständigt resultat för paketet %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr "ingen xml-info för media \"%s\", endast ofullständigt resultat för paketen %s"
-
-#: ../urpmq:408
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr "ingen xml-info för media \"%s\", kan inte returnera resultat för paketet %s"
-
-#: ../urpmq:409
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr "ingen xml-info för media \"%s\", kan inte returnera resultat för paketen %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Ingen ändringslogg hittades\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - skapa ett uppdateringsmedia.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "felaktig sökväg: [%s]"
-
-#~ msgid "sorry, you can't use --install-src to install remote .src.rpm files"
-#~ msgstr ""
-#~ "tyvärr, du kan inte använda --install-src för att installera fjärr src."
-#~ "rpm filer"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d installationstransaktion misslyckades"
-#~ msgstr[1] "%d installationstransaktioner misslyckades"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Paket %s kan inte installeras"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Kontrollerar för att ta bort följande paket"
-
-#~ msgid "%s database locked"
-#~ msgstr "%s databas låst"
-
-#, fuzzy
-#~ msgid ""
-#~ " --auto - non-interactive mode, assume default answers to "
-#~ "questions. --auto\n"
-#~ msgstr ""
-#~ " --auto - ej interaktivt läge. väljer standardsvar på alla "
-#~ "frågor.\n"
-
-#~ msgid "Unknown option %s"
-#~ msgstr "Okända flagga %s"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "för många monteringspunkter för flyttbar media \"%s\""
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr ""
-#~ "Meia \"%s\" är en ISO avbild, den kommer att monteras automatiskt vid "
-#~ "behov."
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "använder annan flyttbar enhet [%s] för \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "Kunde inte hämta sökväg för flyttbart media \"%s\""
-
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "kan inte montera distributionsmediat"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "Kan inte läsa media \"%s\",\n"
-#~ "detta kan hända om du manuellt monterade katalogen när du skapade detta "
-#~ "media."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr ""
-#~ "Felkonfigurerat media \"%s\" är markerat som flyttbart men är inte det"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - rensa huvudcachekatalogen.\n"
-
diff --git a/po/tg.po b/po/tg.po
deleted file mode 100644
index 352a8e74..00000000
--- a/po/tg.po
+++ /dev/null
@@ -1,3825 +0,0 @@
-# translation of urpmi-tg.po to Тоҷикӣ
-# translation of urpmi-tg.po to Tajik
-# Copyright (C) 2002,2003,2004, 2005 Free Software Foundation, Inc.
-# Copyright (C) 2002 Mandriva
-# 2004, infoDev, a World Bank organization
-# 2004, Khujand Computer Technologies, Inc.
-# 2004, KCT1, NGO
-# Abrorova Hiromon, 2004
-# Roger Kovacs <rkovacs@khujand.org>, 2003.
-# Dilshod Marupov <dma165@hotmail.com>, 2003, 2004.
-# Murod Marupov <abdullovich@khujand.org>, 2004.
-# Abrorova <H_Abrorova@rambler.ru>, 2004.
-# Victor Ibragimov <youth_opportunities@tajikngo.org>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-tg\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2005-09-17 16:34+0500\n"
-"Last-Translator: Victor Ibragimov <youth_opportunities@tajikngo.org>\n"
-"Language-Team: Tajik\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.10\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Коргузориши RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ок"
-
-#: ../gurpmi:66
-#, fuzzy, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Шумо бастаи барномаҳои сарчашмавиро интихоб кардед:\n"
-"\n"
-"%s\n"
-"\n"
-"Эҳтимолан зарурати коргузории он дар мошинаи шумо нест\n"
-"(коргузории он ба шумо имконияти воридкунии тағиротҳо ба рамзи мабдаъ ва "
-"баъд онро ҳамгардон кунед).\n"
-"\n"
-"Шумо чи кор кардан мехоҳед?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, fuzzy, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Шумо кӯшиши коргузории бастаҳои таъминоти барномавии зеринро дар компютери "
-"худ карда истодаед:\n"
-"\n"
-"%s\n"
-"\n"
-"Шумо онро танҳо захира карда метавонед. Интихоби шумо чӣ гуна аст?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Шумо кӯшиши коргузории бастаҳои таъминоти барномавии зеринро дар компютери "
-"худ карда истодаед:\n"
-"\n"
-"%s\n"
-"\n"
-"Шумо онро танҳо захира карда метавонед. Интихоби шумо чӣ гуна аст?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Коргузорӣ"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Нигоҳ доштан"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Бекор кардан"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Барои захиракунии файл ҷойгиршавиро интихоб кунед"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"нусхаи urpmi %s\n"
-"Copyright © 1999-2008 Mandriva.\n"
-"Ин нармафзори озод аст ва метавонад дар зери шартҳои GNU GPL паҳн карда "
-"шавад.\n"
-"\n"
-"истифода:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - чопи ин пайғоми ёрӣ.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - барои аз нав намудани систем барномаҳои "
-"коромодаробеихтиёрона интихоб намуд.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - ба таври маҷбурӣ истифода баред, ҳатто агар якчанд "
-"барномаҳои коромода вуҷуд надошта бошад.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - пеш аз коргузорӣ намудан имзоро тафтиш намоед \n"
-" (--no-verify-rpm онро хомӯш намоед, дохил шудааст аз "
-"рӯипешфарз).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - истифодаи танҳо муҳити додашуда, бо вергул ҷудошуда.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - ба ҷустуҷӯӣ дар provides иҷозат диҳед барои дастрас "
-"намуданибарномаҳои коромода.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr ""
-" -P - барои барномаи коромода provides-ро истифода набаред.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - дигар решаро барои коргузории rpm истифода баред.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - тафтиш намоед, ки оё коргузории дуруст ба амал меояд.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --media - истифодаи танҳо муҳити додашуда, бо вергул ҷудошуда.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "қуттии бо номи %s нест"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Интизор бошед..."
-
-#: ../gurpmi2:62
-#, fuzzy, c-format
-msgid "Must be root"
-msgstr "Даргоҳи муш"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Якчанд барномаҳои коромода коргузорӣ нахоҳанд шуд:\n"
-"%s"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Огоҳӣ"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ok"
-
-#: ../gurpmi2:171
-#, fuzzy, c-format
-msgid " (to upgrade)"
-msgstr "Афзоиш"
-
-#: ../gurpmi2:172
-#, fuzzy, c-format
-msgid " (to install)"
-msgstr "Коргузорӣ ба итмом расид"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Яке аз қуттиҳои зерин даркор аст:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Қатъ кардан"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Қуттиҳои зерин бояд хориҷ карда шаванд, то ки дигаронаш нав кардашаванд:\n"
-"%s\n"
-"Шумо розӣ ҳастед?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"Барои қаноатмандии тобеиятҳо бастаҳои зерин кор гузошта мешаванд (%d Мб)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Барои қаноатмандии тобеиятҳо бастаҳои %d зерин кор гузошта мешаванд (%d МБ)"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "барномаи коромода насб мегардад..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "қуттиҳои сарчашмавӣ гирифтан номумкин, кандашавӣ"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Тайёрӣ..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Барномаи коромодаи `%s' (%s/%s) коргузорӣ мешавад..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Лутфан муҳити бо номи \"%s\" ба дастгоҳи [%s] дароред"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Фаровири қуттии `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Шуд"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"коргузорӣ ба амал наомад, якчанд файлҳо мавҷуд нестанд:\n"
-"%s\n"
-"Мумкин шумо додаҳои urpmi-ро нав мекунед"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Коргузорӣ нагузашт"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Ҳамааш аллакай кор гузошта шудааст"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Коргузориш шуд"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "хориҷи қуттии %s "
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "urpmi бозоғоз шуда истодааст"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"истифодабари: %s [хосиятҳо]\n"
-"аз куҷо [хосиятҳо]\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - чопи ин пайғоми ёрӣ.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - root-и додашударо истифода баред ба ҷои /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - маҳдудкунии натиҷа ё гурӯҳи додашуда.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " бо нобаёнӣ %s.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - чопи гурӯҳҳо ҳамчун бо ном.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Танҳо фавқулкорванд барои коргузоштани қуттиҳо рухсат дорад"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Офридани феҳристи [%s] барои маърӯзаи ғалат номумкин"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Фаровири қуттии `%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "кушодани rpmdb номумкин"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "номи файли rpm-и нодурусти [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "барқароркунии файли rpm [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...барқароркунӣ шуд"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...барқароркунӣ нагузашт: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "дохилшавии файли rpm-и [%s] номумкин"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "таҷзияи \"%s\" дар файли [%s] номумкин"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "бақайдгирии файли rpm номумкин"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "хатогии ба қайдгирии қуттиҳои маҳаллӣ"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "дар сатри фармонӣ proxy нодуруст нишон дода шудааст\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: хондани файли rpm \"%s\" намешавад\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Имзо мавҷуд нест (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Нусхабардорӣ нагузашт"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "муҳити \"%s\" интихоб нашудааст"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "хондани файли rpm [%s] аз муҳити \"%s\" номумкин"
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "навиштани файли танзимдарории [%s] номумкин"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "навиштани файли танзимдарории [%s] номумкин"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "навиштани файли танзимдарории [%s] номумкин"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Номи корванд:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Гузарвожа:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Нусхабардорӣ нагузашт"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "аз сабаби мавҷуд набудан %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "аз сабаби мавҷуд набудан %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "аз сабаби мавҷуд набудан %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "хориҷи қуттии %s "
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...барқароркунӣ нагузашт: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "барои %s протоколи номуаяйн муқаррар шудааст"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "webfetch пайдо нагардид, webfetch пуштибонӣ мегардад: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "даста кардани қарордод номумкин: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "коргузории %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "қуттии %s ёфт нашуд."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "барқароркунии файли rpm аз миёна \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "тарокуниш барои коргузорӣ дар %s (remove=%d, install=%d, upgrade=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "офаридани муҳит номумкин аст"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "хориҷи қуттии %s номумкин"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "кор гузоштани қуттии %s номумкин"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "коргузории %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...барқароркунӣ нагузашт: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "хориҷкунии қуттии %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "хориҷкунии қуттии %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "коргузории %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Ахбороти изофагӣ дар бастаи %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "қуттии бо номи %s нест"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "urpmi манбаи маълумот дастнорас аст"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Огоҳӣ"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Коргузорӣ нагузашт"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Коргузорӣ нагузашт"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Қуттиҳои зерин имзоҳои бад доранд"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Қуттиҳои зерин имзоҳои бад доранд"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Шумо хоҳиши давом додани коргузориро доред ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "коргузории %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "тақсимкунии %s"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "коргузории %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "коргузории %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Коргузориро бе тафтиши тобеиятҳо кӯшиш кунем? (Ҳ/Н) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Коргузориро боз устувортар (--force) кӯшиш кунем? (Ҳ/Н) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Коргузорӣ мумкин аст"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "санҷидани файли MD5SUM"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"сарчашмаи маҷозӣ \"%s\" бояд url-и холӣ дошта бошад, сарчашма эътиборнадорад"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "дохилшавии файли рӯйхати \"%s\" номумкин, муҳит рад шуд"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "дохилшавии файли hdlist-и \"%s\" номумкин, муҳит рад шуд"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "кӯшиши гузаштани муҳити вуҷуддоштаи \"%s\", кандашавӣ"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "файли танзимдарории [%s] нависед"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Усули параметрҳоро бо усули use-distrib якҷоя истифода бурда намешавад"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "барои навъи параллелӣ расонаи вобасташуда истифода мешавад: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis бо --media, --excludemedia, --sortmedia, --update ё --parallel "
-"истифода бурда намешавад"
-
-#: ../urpm/media.pm:666
-#, fuzzy, c-format
-msgid "Search start: %s end: %s"
-msgstr "Кофтукови рамзҳои муқарраршуда"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "қуттӣ парофта мешавад %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "ба ҷои аз нав намудани қуттӣ коргузорӣ амалӣ хоҳад шуд %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "муҳити \"%s\" аллакай вуҷуд дорад"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "хониши сарлавҳаҳо аз миёнаи \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "хориҷкунии миёнаи \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "кушодани rpmdb номумкин"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"дохилшавӣ ба миёнаи коргузориши аввала номумкин (файли hdlists ёфт нашуд)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "барқароркунии файли hdlists..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "кӯшиши интихоби муҳити вуҷуд надоштаи \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "интихобкунии миёнаи бисёр: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "хориҷкунии миёнаи \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "бозтанзимкунии urpmi барои миёнаи \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...бозтанзимкунӣ бо нокомӣ анҷомид"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "бозтанзимгузорӣ хотима ёфт"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "муҳити \"%s\" интихоб нашудааст"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "санҷидани файли synthesis [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "муаммои хондани файли synthesis-и муҳити \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "навиштани файли рӯйхат барои миёнаи \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...нусхабардорӣ нагузашт"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "нусхабардории файли тавсифоти \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...нусхабардорӣ шуд"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "нусхабардории [%s] бо нокомӣ анҷомид (файл шубҳаомез кӯтоҳ аст)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr ""
-"аз hdlist-и аввалаи гирифташуда md5sum ҳисоб карда мешавад(ё ин ки synthesis)"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "нусхабардории [%s] бо нокомӣ анҷомид (ба md5sum мутобиқат намекунад)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "санҷидани файли hdlist [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "коргузории %s"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "файли hdlist барои муҳити \"%s\" ёфт нашуд"
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "нусхабардории файли тавсифоти \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "номи файли rpm-и нодурусти [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "барқароркунии сарчашмаи hdlist (ё synthesis) \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "hdlist (ё synthesis)-и таҳқиқшуда ёфт шуд ҳамчун %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "файли hdlist барои муҳити \"%s\" ёфт нашуд"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "барои \"%s\"файли калиди кушод тафтиш карда мешавад..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...калиди гирифта шуда %s аз файли калиди кушода \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "навиштани файли рӯйхатии \"%s\" номумкин"
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "миёнаи иловашуда %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "хониши файлҳои rpm аз [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "НнNn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "ҲҳYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Мебахшед, интихоби бад боз кӯшиш кунед\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Ҷустуҷӯ"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "хориҷкунии миёнаи \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "таҷзияи \"%s\" дар файли [%s] номумкин"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "санҷидани дастгузори параллел дар файли [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "дастгузори параллел ёфт шуд барои гиреҳҳо: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "истифодабарии хосияти параллели \"%s\" номумкуин"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Коргузорӣ нагузашт"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "дохилшавии муҳити \"%s\" номумкин"
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "васлкунии %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "ҷудокунии %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"нусхаи urpmf %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Ин нармафзори озод аст ва метавонад дар зери шартҳои GNU GPL паҳн карда "
-"шавад.\n"
-"\n"
-"истифода:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - чопи ин пайғоми ёрӣ.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - муҳити махсусро истифода баред (одатан ҳисоботи "
-"хатогиҳо).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - сарчашмаҳое ки бо вергул ҷудо шудаанд, истифода набаред.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --root - дигар решаро барои коргузории rpm истифода баред.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - аз рӯи сатрҳое ки бо вергул ҷудо шудааст сарчашмаҳоро "
-"банавъҳо ҷудо намоед.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-" --synthesis - synthesis -и додашударо ба ивази urpmi db истифода "
-"намоед.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - synthesis -и додашударо ба ивази urpmi db истифода "
-"намоед.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - хати рости монандро чоп накунед.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - танҳо муҳити навкунӣ истифода баред.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - ҳолати муфассал.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - инкоркунии фарқиятҳои вазъият дар ҳар восита.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - инкоркунии фарқиятҳои вазъият дар ҳар восита.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - дарбаргирии рамзи perl бевосита ҳамчун perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - амалгари дучанда AND.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, fuzzy, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -a - амалгари дучанда AND.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - ягонӣ НЕ.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ) - қавси рост барои пӯшидани ифодаи гурӯҳ.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Рӯйхати додаҳо барои барқарор намудан:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - интерфейси X истифода баред.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " бо нобаёнӣ %s.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - чоп намоед тэг url: url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - tag buildhost: build host -ро чоп намоед.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "Модули танзимоти Konsole"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - тэг conflicts-ро чоп намоед: ҳамаи мухолифатро.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - чопи тасвироти тэг: тасвирот.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - чопи epoch тэг: epoch.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --name - танҳо номҳои бастаҳоро чоп кунед.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - барориш рӯйхати файлҳои баста.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - чопи гурӯҳи тэг: гурӯҳ.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - танҳо номҳои бастаҳоро чоп кунед.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --name - танҳо номҳои бастаҳоро чоп кунед.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-" --obsoletes - тэг obsoletes-ро чоп намоед: ҳамаи файлҳои кӯҳнашуда.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - тэг packager-ро чоп намоед: қуттӣ тартибдиҳанда.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr ""
-" --provides - тэг provides-ро чоп намоед: ҳамаи файлҳои "
-"пешниҳодшаванда.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - тэг requires-ро чоп намоед: ҳамаи вобастагиҳоро.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - чопи ҳаҷми тэг: ҳаҷм.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - тэг sourcerpm-ро чоп намоед: rpm-и аввала.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr ""
-" --obsoletes - тэг obsoletes-ро чоп намоед: ҳамаи файлҳои кӯҳнашуда.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - чопи ҷамъбасти тэг: ҷамъбаст.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - чоп намоед тэг url: url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - ҳолати муфассал.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - барориш рӯйхати файлҳои баста.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - тафсир, релиз ва архитектураро бо номҳояшон чоп намоед.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "барои %s давраи махсус истифода мегардад\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "файли hdlist барои муҳити \"%s\" ёфт нашуд"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "файли сунъии офаридаи hdlist барои муҳити \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "навиштани файли рӯйхат барои миёнаи \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Қуттии бо номи %s нест"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Қуттиҳои зерин соҳиби %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Ҳамааш аллакай кор гузошта шудааст"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "Ҳамааш аллакай кор гузошта шудааст"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "Ҳамааш аллакай кор гузошта шудааст"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "аз сабаби мавҷуд набудан %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "Ҳамааш аллакай кор гузошта шудааст"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "аз сабаби қонеъ набудан %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "кӯшиши фаъол намудан %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "барои нигоҳдории %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "барои коргузоштани %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "аз ҳисоби ба вуҷуд омадани муаммо бо %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Имзои нодуруст (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Калиди нодуруст ID (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Имзо мавҷуд нест (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "файли танзимдарории [%s] нависед"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Нусхабардорӣ нагузашт"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Нусхабардорӣ нагузашт"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"нусхаи urpme %s\n"
-"Copyright © 1999-2008 Mandriva.\n"
-"Ин нармафзори озод аст ва метавонад дар зери шартҳои GNU GPL паҳн карда "
-"шавад.\n"
-"\n"
-"истифода:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr ""
-" --auto - ба таври автоматӣ барномаҳои коромодаро аз "
-"барномаҳоипешниҳодшуда интихоб намоед.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, fuzzy, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - тафтиш намоед, ки оё коргузории дуруст ба амал меояд.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-" --parallel - urpmi, ки аз рӯи ангалҳои мошинаҳо тақсим шудааст.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - тэг packager-ро чоп намоед: қуттӣ тартибдиҳанда.\n"
-
-#: ../urpme:53
-#, fuzzy, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - дигар решаро барои коргузории rpm истифода баред.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - навкунии танҳо муҳити навкунӣ.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - чопи тасвироти тэг: тасвирот.\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - дар ҳаракат urpmi-ро аз дарахти distrib танзим мекунад\n"
-" барои коргузорӣ (на)кардани chroot бо хосият --root "
-"фоиданок аст.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose - ҳолати муфассал.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - интихоби ҳамаи қуттиҳои бо ифода мувофиқ буда.\n"
-
-#: ../urpme:73
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Танҳо фавқулкорванд барои хориҷкунии муҳит рухсат дорад"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "қуттиҳои номаълум"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "қуттии номаълум"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] ""
-"хориҷ намудани барномаи коромода %s боиси қатъи кори системи шумомегардад"
-msgstr[1] ""
-"хориҷ намудани барномаи коромода %s боиси қатъи кори системи шумомегардад"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Ҳеҷ чизро хориҷ карда намешавад"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Ҳеҷ чизро хориҷ карда намешавад"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Барои қаноатмандии тобеиятҳо, қуттиҳои зерин хориҷ карда мешаванд (%d МБ)"
-msgstr[1] ""
-"Барои қаноатмандии тобеиятҳо, қуттиҳои зерин хориҷ карда мешаванд (%d МБ)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "қуттии номаълум"
-msgstr[1] "қуттии номаълум"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "хориҷкунии қуттии %s"
-msgstr[1] "хориҷкунии қуттии %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (ҳ/Н) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "қабули дастгоҳи хориҷшаванда ҳамчун \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Хориҷкунӣ нагузашт"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Хориҷкунӣ нагузашт"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-select - барои аз нав намудани систем барномаҳои "
-"коромодаробеихтиёрона интихоб намуд.\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - тафтиши файли MD5SUM-ро хомӯш кунед.\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - зӯран навкунии gpg-калид.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr ""
-" --obsoletes - тэг obsoletes-ро чоп намоед: ҳамаи файлҳои кӯҳнашуда.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - барои хориҷи барномаи коромода ҳеҷ чизро пешниҳоднакунед, "
-"коргузориро қатъ накунед.\n"
-
-#: ../urpmi:87
-#, fuzzy, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-" --install-src - барномаҳои коромодаро танҳо бо манбаи аввала "
-"коргузорӣнамоед\n"
-" (бе ҳисоби дуӣ).\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - аз имконият истифода бурда барномаҳои коромодаро нигоҳ "
-"доред, хориҷ намоед\n"
-" барномаҳои коромодаҳое ки ба хориҷшавӣ меоранд.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - ба тарокуниши хурд тақсим намоед, агар\n"
-" додоҳои иловагӣ ба ғайр аз ишорашуда муқаррар ё нав "
-"гардад \n"
-" нобаён %d мебошад.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - дарозии тарокуниши хурд, пешфарз %d мебошад.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr ""
-" --fuzzy - дар асоси мантиқи нодуруст ба кофтукобӣ оғоз намоед(ба "
-"монандӣ -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - тэг requires-ро чоп намоед: ҳамаи вобастагиҳоро.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - барномаҳои коромодаро танҳо бо манбаи аввала "
-"коргузорӣнамоед\n"
-" (бе ҳисоби дуӣ).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - rpm-ро пеш аз ҳама аз пинҳонӣ хориҷ кунед.\n"
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr ""
-" --noclean - rpm-и истифода бурда нашударо дар пинҳонӣ нигоҳ доред.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - корвандро пурсида имконият медиҳад, то ки\n"
-" барномаҳои коромодаро бе тафтиши вобастагиҳо муаяйн "
-"намояд.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - бо мақсади насб намудани барномаи коромода бе тафтиши\n"
-" вобастагиҳо ва бутунӣ барои пурсиши корван иҷозат дода "
-"шавад.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr ""
-" --obsoletes - тэг obsoletes-ро чоп намоед: ҳамаи файлҳои кӯҳнашуда.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - дар ҳаракат urpmi-ро аз дарахти distrib танзим мекунад\n"
-" барои коргузоркунии chroot бо хосият --root фоиданок "
-"аст.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - суръати қабулро маҳдуд намоед.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - интиқоли файлҳои қисан боркардашударо идома медиҳад\n"
-" (--no-resume онро хомӯш мекунад, бо нобаёнӣ хомӯш карда "
-"мешавад).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" HTTP-проксии муайянро аз рӯи ноаёнӣ истифода баред\n"
-" даргоҳи 1080 истифода мешавад (шакли <proxyhost[:port]"
-">).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - корванд ва гузарвожаро барои авторизацияи proxy нишон "
-"диҳед\n"
-" (шакли <корванд:гузарвожа>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - ба феҳрист ҳисобот оиди хатогиҳо бароред\n"
-" бо далели зерин.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - роҳҳое ки бо вергул ишора шудаанд, хориҷ намоед.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - файлҳои ҳуҷҷатҳоро хориҷ намоед.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - барои хориҷи барномаи коромода ҳеҷ чизро пешниҳоднакунед, "
-"коргузориро қатъ накунед.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - чоп намоед тэг url: url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - чопи тасвироти тэг: тасвирот.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-" --skip - бастаҳое, ки коргузории онҳо бояд рад карда шаванд\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-" --skip - бастаҳое, ки коргузории онҳо бояд рад карда шаванд\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - ҳангоме, ки бастаҳои гуногун пайдо гарданд, интихобҳои "
-"бештар пешкаш мегарданд\n"
-" назар ба нобаёнӣ.\n"
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr ""
-" --noclean - rpm-и истифода бурда нашударо дар пинҳонӣ нигоҳ доред.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr ""
-" -a - ҳамаи мувофиқатҳоро аз сатри фармонӣ интихоб намоед.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - усули ором.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - ҳолати муфассал.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" номҳо ё файлҳое ки дар сатри фармони ишора шуда коргузорӣ хоҳанд шуд.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Ҳангоми истифодаи --install-src чӣ бояд кард бо файлҳои дуии rpm"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Феҳристи [%s] аллакай мавҷуд аст, марҳамат карда дигар феҳристро барои "
-"маърӯзаи оиди хато, истифода баред ё онро нобуд созед"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Офридани феҳристи [%s] барои маърӯзаи ғалат номумкин"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "Афзоиш"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr "Афзоиш"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "Коргузорӣ ба итмом расид"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "Коргузорӣ ба итмом расид"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Барои қаноатмандии тобеиятҳо, қуттиҳои зерин хориҷ карда мешаванд (%d МБ)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Интихоби шумо чист? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Ба ҳар ҳол давом диҳем?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Ҳ/н) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Якчанд барномаҳои коромода коргузорӣ нахоҳанд шуд:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Якчанд барномаҳои коромода коргузорӣ нахоҳанд шуд:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr ""
-"хориҷ намудани барномаи коромода %s боиси қатъи кори системи шумомегардад"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Азбаски қуттиҳои зерин барои аз нав намудани боқимондаҳояш хориҷ бояд\n"
-"кард, онгоҳ коргузориро давом додан мумкин нест\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Азбаски қуттиҳои зерин барои аз нав намудани боқимондаҳояш хориҷ бояд\n"
-"кард, онгоҳ коргузориро давом додан мумкин нест\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Қуттиҳои зерин бояд хориҷ карда шаванд, то ки дигаронаш нав кардашаванд:\n"
-"%s\n"
-"Шумо розӣ ҳастед?"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Қуттиҳои зерин бояд хориҷ карда шаванд, то ки дигаронаш нав кардашаванд:\n"
-"%s\n"
-"Шумо розӣ ҳастед?"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Шумо бояд ҳуқуқи root-ро дошта бошед барои насб намудани вобастагиҳоизерин:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"Барои қаноатмандии тобеиятҳо, қуттиҳои зерин хориҷ карда мешаванд (%d МБ)"
-msgstr[1] ""
-"Барои қаноатмандии тобеиятҳо, қуттиҳои зерин хориҷ карда мешаванд (%d МБ)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Бекор кардан"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Вақте, ки тайёр Enter-ро пахш кунед..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"истифодаи: urpmi.addmedia [хосиятҳо] <ном> <url> [with <relative_path>]\n"
-"дар куҷо <url> яке аз\n"
-" [file:/]/<роҳ> with <номи нисбии файли hdlist>\n"
-" ftp://<номи дохилӣ>:<гузарвожа>@<соҳиб>/<роҳ> with <номи нисбии файли "
-"hdlist>\n"
-" ftp://<соҳиб>/<роҳ> with <номи нисбии файли hdlist>\n"
-" http://<соҳиб>/<роҳ> with <номи нисбии файли hdlist>\n"
-" removable://<роҳ> with <номи нисбии файли hdlist>\n"
-"\n"
-"ва [хосиятҳо] аз\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-" --wget - барои гирифтани файлҳои хориҷшуда wget-ро истифода "
-"баред.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr ""
-" --curl - curl-ро барои гирифтани файлҳои хориҷшуда истифода "
-"намоед.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-" --curl - curl-ро барои гирифтани файлҳои хориҷшуда истифода "
-"намоед.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr ""
-" --curl - curl-ро барои гирифтани файлҳои хориҷшуда истифода "
-"намоед.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr ""
-" --probe-synthesis - кӯшиши ёфтан ва истифодаи файли synthesis-ро намоед.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - барои дарёфти synthesis ё файли hdlist кӯшиш накунед.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - аз сарчашмаи коргузорӣ ба таври автоматикӣ дигар\n"
-"манбаъҳоро созед.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - рӯйхаткунии муҳити дастрас.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - барои оинаҳои рӯйхати url-и додашуда истифода баред\n"
-" аз рӯи пешфарз истифода мешавад%s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - сарчашмаи маҷозие ки ҳамеша up-to-date аст тартиб диҳед,\n"
-" танҳо файли суратҷаласа иҷозат дода шудааст file://.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - тафтиши файли MD5SUM-ро хомӯш кунед.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - усули ором.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - намуди муфассал.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Танҳо фавқулкорванд барои коргузоштани муҳит рухсат дорад"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "файли танзимдарории [%s] нависед"
-
-#: ../urpmi.addmedia:128
-#, fuzzy, c-format
-msgid "Can't create config file [%s]"
-msgstr "файли танзимдарории [%s] нависед"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "ҳоҷат нест барои додани <роҳи нисбии hdlist> бо --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<роҳи нисбии hdlist> ҳозир нест\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "дохилшавии муҳити \"%s\" номумкин"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"нусхаи urpmi.recover %s\n"
-"Copyright © 2006 Mandriva.\n"
-"Ин нармафзори озод аст ва метавонад дар зери шартҳои GNU GPL паҳн карда "
-"шавад.\n"
-"\n"
-"истифода:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - rpm-и истифода бурда нашударо дар пинҳонӣ нигоҳ доред.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - рӯйхати муҳитҳои дастрас ва url-и онҳо.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-url - рӯйхати муҳитҳои дастрас ва url-и онҳо.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --name - танҳо номҳои бастаҳоро чоп кунед.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "қуттии %s ёфт нашуд."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "барқароркунии файли rpm [%s] ..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Ягон рӯйхати файл пайдо нагашт\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"истифода: urpmi.removemedia (-a | <ном> ...)\n"
-"дар куҷо <ном> ин номи муҳит барои хориҷ кардан.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - интихоби ҳама муҳит.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr ""
-" -y - ҳамаи норавшаниҳо ба номҳои муҳит мувофиқат мекунанд.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Танҳо фавқулкорванд барои хориҷкунии муҳит рухсат дорад"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"ба хориҷкунӣ чизе нест (барои иловаи муҳит urpmi.addmedia истифода баред)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"элемент барои хориҷ кардан ҳозир нест\n"
-"(яке аз %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"истифода: urpmi.removemedia [-a] <ном> ...\n"
-"дар куҷо <ном> ин номи муҳит барои нав кардан.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - навкунии танҳо муҳити навкунӣ.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - зӯран навкунии gpg-калид.\n"
-
-#: ../urpmi.update:46
-#, fuzzy, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --update - навкунии танҳо муҳити навкунӣ.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - барои дарёфти synthesis ё файли hdlist кӯшиш накунед.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - ҳамаи сарчашмаҳои ҷудонашавандаро интихоб намоед.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - ба таври маҷбурӣ файлҳои hdlist-ро созед.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - ба таври маҷбурӣ файлҳои hdlist-ро созед.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Танҳо фавқулкорванд барои навсозии муҳит рухсат дорад"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"ба навкунӣ чизе нест (барои иловаи муҳит urpmi.addmedia-ро истифода баред)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"элемент барои нав кардан ҳозир нест\n"
-"(яке аз %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "ignoring media %s"
-msgstr "Таҳрири сарчашмаи \"%s\":"
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "enabling media %s"
-msgstr "хориҷкунии миёнаи \"%s\""
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"нусхаи urpmq %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Ин нармафзори озод аст ва метавонад дар зери шартҳои GNU GPL паҳн карда "
-"шавад.\n"
-"\n"
-"истифодаи:\n"
-
-#: ../urpmq:48
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --media - истифодаи танҳо муҳити додашуда, бо вергул ҷудошуда.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr ""
-" --fuzzy - дар асоси мантиқи нодуруст ба кофтукобӣ оғоз намоед(ба "
-"монандӣ -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - рӯйхаткунии қуттиҳои дастрас.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - рӯйхаткунии муҳити дастрас.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - рӯйхати муҳитҳои дастрас ва url-и онҳо.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - рӯйхаткунии гиреҳҳои дастрас бо истифодаи --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - рӯйхаткунии тахаллусҳои пареллели дастрас.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - рӯгирифти config дар намуди нишонванди urpmi.addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - қуттии оянда қуттии аввала аст (ба монандӣ -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - пеш аз қабули маълумоти лозима ҳамаи барномаҳои "
-"коромодарогиред\n"
-" (танҳо барои root).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - чоп намоед тэг url: url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - танзими urpmi дар ҳаркат аз дарахти distrib.\n"
-" Ин интихоб пурсиши тақсимотро иҷозат медиҳад.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - чопкунии changelog.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - тэг conflicts-ро чоп намоед: ҳамаи мухолифатро.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr ""
-" --obsoletes - тэг obsoletes-ро чоп намоед: ҳамаи файлҳои кӯҳнашуда.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr ""
-" --provides - тэг provides-ро чоп намоед: ҳамаи файлҳои "
-"пешниҳодшаванда.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - тэг requires-ро чоп намоед: ҳамаи вобастагиҳоро.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr ""
-" --obsoletes - тэг obsoletes-ро чоп намоед: ҳамаи файлҳои кӯҳнашуда.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - тэг sourcerpm-ро чоп намоед: rpm-и аввала.\n"
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary - чопи ҷамъбасти тэг: ҷамъбаст.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - дархости васеъ ба тобеиятҳои қуттӣ.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - ҷустуҷӯи баръакс барои қуттии талабшуда.\n"
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr " -R - ҷустуҷӯи баръакс барои қуттии талабшуда.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" -p - барои дастрас намудани барномаҳои коромода ҷустуҷӯ "
-"намоед.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - ҳосилкунии пурра бо қуттӣ барои хориҷ шудан.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - чопи гурӯҳҳо ҳамчун бо ном.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - ахбороти фоиданокро дар намуди барои хондан қуллай чоп "
-"кардан.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - барориш рӯйхати файлҳои баста.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - усули ором.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - чопи нашр ва нусха ҳамчун бо ном.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - қуттии оянда қуттии сарчашмавӣ аст (ҳамчун --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - хориҷи қуттӣ агар нашри навтарин коргузошта бошад.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - ҷустуҷӯи норӯшан ниҳодан (ҳамчун --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - ба монанди -y, лекин маҷбуран ба ҳолати ғайри ҳассосият "
-"мувофиқат мекунад.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-" номҳо ва ё файлҳои rpm дар сатри фармонӣ ишора шуда дархост мегарданд.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes танҳо истифода бурда мешавад бо --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "навиштани файли рӯйхатии \"%s\" номумкин"
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"Эзоҳ: то даме, ки расонаи ҷустуҷӯшуда hdlists-ро истифода набарад, urpmf "
-"ягон натиҷаро баргардонида наметавонад\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"Эзоҳ: то даме, ки расонаи ҷустуҷӯшуда hdlists-ро истифода набарад, urpmf "
-"ягон натиҷаро баргардонида наметавонад\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"Эзоҳ: то даме, ки расонаи ҷустуҷӯшуда hdlists-ро истифода набарад, urpmf "
-"ягон натиҷаро баргардонида наметавонад\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"Эзоҳ: то даме, ки расонаи ҷустуҷӯшуда hdlists-ро истифода набарад, urpmf "
-"ягон натиҷаро баргардонида наметавонад\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Ягон номнависи тағиротҳо пайдо нагардид\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - create an update medium.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "даровардани бад: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d коргузорӣ амалӣ нагардид"
-#~ msgstr[1] "%d коргузорӣ амалӣ нагардид"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Ҳамааш аллакай кор гузошта шудааст"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Тафтишкунӣ барои хориҷи қуттиҳои зерин"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "urpmi манбаи маълумот дастнорас аст"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "интихоби номуаяйн '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "нуқтаи васлкунии хеле зиёд барои миёнаи хориҷшаванда \"%s\""
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "истифодаи дигар дастгоҳи хориҷшавандаи [%s] барои \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "барқарори номироҳ барои миёнаи хориҷшаванда \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "дохилшавӣ ба миёнаи коргузориши аввала номумкин"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "роҳ ба сарчашма нест \"%s\",\n"
-#~ "ин ҳангоми ба таври дастӣ насб намудани феҳрист дар ҳолати "
-#~ "сохтанисарчашма ба амал меояд."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr ""
-#~ "муҳити бемуносибати \"%s\" ҳамчун ивазшаванда ишора шудааст, локиннодуруст"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - феҳристи кэши сарлавҳаҳоро тоза намоед.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "сарчашмаи маҷозӣ бояд маҳаллӣ бошад"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "таҷзияи файли hdlist - и \"%s\" номумкин"
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "ҳисоби md5sum-и сарчашмаи вуҷуд доштаи hdlist (ё ин ки synthesis)"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "сарчашмаи маҷозӣ \"%s\"на бояд файли муайяни hdlist ё файли "
-#~ "рӯйхатиродошта бошад, сарчашма ба эътибор гирифта намешавад"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "номи файли rpm-и нодурусти [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "дарёфти файли рӯйхат барои \"%s\" номумкин, муҳит рад шуд"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "кӯшиши интихоби муҳити вуҷуд надоштаи \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "файли сунъии офаридаи hdlist барои муҳити \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "таҷзияи файли hdlist - и \"%s\" номумкин"
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "миёнаи \"%s\" кӯшиши истифодаи hdlist-и аллакай истифодашуда дорад, миёна "
-#~ "рад шуд"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "миёнаи \"%s\" кӯшиши истифодаи рӯйхати аллакай истифодашуда дорад, миёна "
-#~ "рад шуд"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Эзоҳ: то даме, ки расонаи ҷустуҷӯшуда hdlists-ро истифода набарад, urpmf "
-#~ "ягон натиҷаро баргардонида наметавонад\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "роҳи дуюми ҳисоби вобастагиҳо ба амал оварда мешавад\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "офариниши hdlist [%s]"
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "муаммои хондани файли hdlist ё файли сарчашмаи synthesis \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr ""
-#~ "hdlist (ё ин ки synthesis) аввали нусха гирифташуда ҳисоб мешавад md5sum"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...барқароркунӣ нагузашт: мувофиқ набудан ба md5sum"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "файлҳои rpm аз [%s] ёфт нашуданд"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "хондани файли rpm номумкин аз [%s]: %s"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "хониши сарлавҳаҳо аз миёнаи \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-synthesis - кӯшиши ёфтан ва истифодаи файли synthesis-ро "
-#~ "намоед.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - барои кофтан ва истифодаи файли hdlist кӯшиш намоед.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Эзоҳ: то даме, ки расонаи ҷустуҷӯшуда hdlists-ро истифода набарад, urpmf "
-#~ "ягон натиҷаро баргардонида наметавонад\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr ""
-#~ "Шумо метавонед --name барои ҷустуҷӯ барои бастаи номҳо, хоҳед бинед.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr ""
-#~ " --src - қуттии оянда қуттии аввала аст (ба монандӣ -s).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - барои кофтан ва истифодаи файли hdlist кӯшиш намоед.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "нав кардани муҳити \"%s\" номумкин\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "офаридани муҳити \"%s\" номумкин\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "қуттиҳои зиёде бо чунин номи файли rpm \"%s\" вуҷуд доранд"
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "таҷзияи дурсти [%s] дар қиммати \"%s\" номумкин"
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "сарчашмаи \"%s\" рӯйхати файли нодурустро истифода мебарад:\n"
-#~ " мумкин оина кӯҳна шудааст, барои истифодаи усули дигар кӯшиш намоед"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "сарчашмаи \"%s\" ҷойгиршавии файлҳои rpm-ро муаяйн намекунад"
-
-#~ msgid "unrequested"
-#~ msgstr "хоҳиш нашуда"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "иловаи барномаи коромода %s (id=%d, eid=%d, update=%d, file=%s)"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Дар қуттиҳои зерин имзоҳои нодуруст оварда шудаанд:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Давом додан гирем?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Барои истифодаи ин фармон шумо бояд root бошед ! \n"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "хориҷи қуттии %s номумкин"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "Ягон рӯйхати файл пайдо нагашт\n"
-
-#~ msgid "medium \"%s\" is not selected"
-#~ msgstr "муҳити \"%s\" интихоб нашудааст"
-
-#, fuzzy
-#~ msgid "Remove %d packages?"
-#~ msgstr "хориҷкунии қуттии %s"
-
-#~ msgid " -f - force generation of hdlist files.\n"
-#~ msgstr " -f - ба таври маҷбурӣ файлҳои hdlist-ро созед.\n"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - барои дастрас намудани барномаҳои коромода ҷустуҷӯ "
-#~ "нанамоед.\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - ҷустуҷӯи баръакс барои қуттии талабшуда.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " -RR - extended reverse search (includes virtual packages).\n"
-#~ msgstr " -R - ҷустуҷӯи баръакс барои қуттии талабшуда.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgstr[0] ""
-#~ "Барои қаноатмандии тобеиятҳо бастаҳои зерин кор гузошта мешаванд (%d Мб)"
-#~ msgstr[1] ""
-#~ "Барои қаноатмандии тобеиятҳо бастаҳои зерин кор гузошта мешаванд (%d Мб)"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Барои қаноатмандии тобеиятҳо бастаҳои %d зерин кор гузошта мешаванд (%d "
-#~ "МБ)"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgstr[0] ""
-#~ "Барои қаноатмандии тобеиятҳо бастаҳои %d зерин кор гузошта мешаванд (%d "
-#~ "МБ)"
-#~ msgstr[1] ""
-#~ "Барои қаноатмандии тобеиятҳо бастаҳои %d зерин кор гузошта мешаванд (%d "
-#~ "МБ)"
-
-#, fuzzy
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "рад кардани расонаи %s: hdlist не\n"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Барномаи коромодаи `%s' (%s/%s) коргузорӣ мешавад..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "санҷидани файли synthesis [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "тақсимкунии %s"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "барномаи коромода насб мегардад..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "барномаи коромода насб мегардад..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-synthesis - кӯшиши ёфтан ва истифодаи файли synthesis-ро "
-#~ "намоед.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr ""
-#~ " --probe-hdlist - барои кофтан ва истифодаи файли hdlist кӯшиш намоед.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "`with' барои сарчашмаи шабакагӣ вуҷуд надорад\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "интихоби номуаяйн '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "ёфтани файли hdlist барои \"%s\" номумкин, муҳит рад шуд"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "файли рӯйхати бемуносибат барои \"%s\", муҳит рад шуд"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "аз назар гузаронидани файли рӯйхат барои \"%s\" номумкин, муҳит рад шуд"
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr ""
-#~ "сарчашмаи маҷозӣ \"%s\"маҳаллӣ нест, сарчашма ба эътибор гирифта намешавад"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "сарчашмаи маҷозии\"%s\" бояд hdlist-и аввали дурустро дошт бошад ё ин "
-#~ "киsynthesis, сарчашма эътибор надорад"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "нусхабардории сарчашмаи hdlist (ё synthesis)-и \"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "hdlist (ё synthesis)-и аввала ба даст оварда нашуд"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "файли [%s] дар сарчашмаи монанд аллакай истифода мешавад \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "дар файли рӯйхат барои \"%s\" чизе навишта нашудааст"
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "%d сарлавҳаҳо дар кэш ёфт шуданд"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "хориҷи сарлавҳаҳои кӯҳнашудаи %d дар кэш"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "раванди %d -ро барои иҷроиши амалиёт истифода баред"
-
-#, fuzzy
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr " --buildhost - tag buildhost: build host -ро чоп намоед.\n"
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Қуттиҳои зерин соҳиби %s: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "нусхабардории файли hdlists..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "invalid hdlist description \"%s\" in hdlists file"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Ин дуруст аст?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - аз рӯи пешфарз намуди нишондодашудаи тақсимотро\n"
-#~ " истифодабаред тафсири тақсимоте ки бо барномаи "
-#~ "коромодаи\n"
-#~ " mandriva-release муқаррар шудааст, истифода мегардад.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - санъати нишондода шударо аз рӯи пешфарз истифода "
-#~ "баред\n"
-#~ " санъати барномаи коромодаи муқарраршуда истифода "
-#~ "мешавад\n"
-#~ " mandriva-release.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - номгӯҳои барномаҳои коромодае ки дар urpmi db "
-#~ "ифодашудааст гиред\n"
-#~ " дар stdout (танҳо барои root).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "Барои қаноатмандии тобеиятҳо бастаҳои %d зерин кор гузошта мешаванд (%d "
-#~ "МБ)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "коргузории %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Коргузориши автоматикии қуттиҳо...\n"
-#~ "Шумо коргузориши куттии '%s'-ро талаб кардед\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: фармон ёфта нашуд\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Якчанд барномаҳои коромода коргузорӣ нахоҳанд шуд:\n"
-#~ "%s"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "мувофиқ набудан ба md5sum"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "нусхаи urpmf %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "Ин нармафзори озод аст ва метавонад дар зери шартҳои GNU GPL паҳн карда "
-#~ "шавад.\n"
-#~ "\n"
-#~ "истифода:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr " --synthesis - synthesis-ро ба ҷои urpmi db истифода баред.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - номи тэгро чоп накунед (пешфарз агар ягон тэг дар "
-#~ "фармон набошад\n"
-#~ " сатр, номувофиқ аст бо усули интерактивӣ).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - хати рости монандро чоп накунед.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - чопи ҳама тэгҳо.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - чопи ҷамъбасти тэг: ҷамъбаст.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - чопи тасвироти тэг: тасвирот.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - tag buildhost: build host -ро чоп намоед.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr ""
-#~ " --provides - тэг provides-ро чоп намоед: ҳамаи файлҳои "
-#~ "пешниҳодшаванда.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr ""
-#~ " --requires - тэг requires-ро чоп намоед: ҳамаи вобастагиҳоро.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - чопи tag files: ҳамаи файлҳо.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr ""
-#~ " --obsoletes - тэг obsoletes-ро чоп намоед: ҳамаи файлҳои кӯҳнашуда.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - муҳити махсусро истифода баред (одатан ҳисоботи\n"
-#~ " хатогиҳо).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr " -i - инкоркунии фарқиятҳои вазъият дар ҳар восита.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - амалгари дучанда AND, ба true бар мегардад, агар "
-#~ "ҳардуи\n"
-#~ " ифодаҳо дуруст бошанд.\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr ""
-#~ " -o - амалгари дуӣ OR, true-ро бармегардонад, агар "
-#~ "яке аз ифодаҳо true бошад.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr " ! - ягонӣ НЕ, рост агар ифода дурӯғ бошад.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " ( - қавси чап барои кушодани ифодаи гурӯҳ.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr " ) - қавси рост барои пӯшидани ифодаи гурӯҳ.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "даъвати баръакс :\n"
-#~ "%s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "Давом диҳам?"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Якчанд барномаҳои коромода коргузорӣ нахоҳанд шуд:\n"
-#~ "%s"
diff --git a/po/th.po b/po/th.po
deleted file mode 100644
index f20702bd..00000000
--- a/po/th.po
+++ /dev/null
@@ -1,3450 +0,0 @@
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/th.php3
-#
-# urpmi Thai .po file
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# Wachara Chinsettawong <wachara@yahoo.com>, 2000.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi 3.3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2002-11-25 13:52-0500\n"
-"Last-Translator: Wachara Chinsettawong <wachara@yahoo.com>\n"
-"Language-Team: Thai <th@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 0.9.6\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, fuzzy, c-format
-msgid "RPM installation"
-msgstr "กำลังเตรียมการติดตั้ง"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../gurpmi:74 ../gurpmi:85
-#, fuzzy, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"คุณจะต้องเป็นรูทในการติดตั้ง ความเป็นอิสระ :\n"
-"%s\n"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_ติดตั้ง"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_บันทึก"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_ยกเลิก"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr ""
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi เวอร์ชั่นที่ %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"ซอฟท์แวร์นี่เป็นฟรีซอฟท์แวร์และแจกจ่ายภายใต้ระเบียบของ GNU GPL.\n"
-"\n"
-"วิธีใช้:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - พิมพ์ข้อความช่วย\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - เลือกแพ็คเกจที่ต้องการอัพเกรดอัตโนมัติ\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - บังคับ invocation ถึงแม้ว่าแพ็คเกจจะไม่มีอยู่\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - ตรวจสอบความถูกต้องของ rpm signature ก่อนการติดตั้ง\n"
-" (--no-verify-rpm disable it, default is enabled)\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, fuzzy, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --update - ใช้เพื่ออัพเดตมีเดีย\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - ย้อมให้มีการค้นหาแพ็คเกจจากที่ป้อนให้\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - ไม่จำเป็นต้องค้นในส่วนแพ็คเกจที่ไว้สำหรับค้นเท่านั้น\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, fuzzy, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --wget - ใช้ wget เพื่อดึงไฟล์ที่อยู่ภายนอก\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - ตรวจสอบว่าการติดตั้งสามารถทำได้ถูกต้องหรือไม่.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --media - เลือกใช้เฉพาะมีเดียที่ถูกขั้นด้วยเครื่องหมายลูกน้ำ\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "ไม่มีการกำหนดคำสั่ง"
-
-#: ../gurpmi2:53
-#, fuzzy, c-format
-msgid "Please wait..."
-msgstr "กรุณารอ"
-
-#: ../gurpmi2:62
-#, fuzzy, c-format
-msgid "Must be root"
-msgstr "พอร์ตของเม้าส์"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr "ไม่สามารถ install บางเพกเกจได้"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "คำเตือน"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "ตกลง"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr ""
-
-#: ../gurpmi2:172
-#, fuzzy, c-format
-msgid " (to install)"
-msgstr "ออกจากการติดตั้ง"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "หนึ่งใน Packages ต่อไปนี้ต้องได้รับการติดตั้ง "
-
-#: ../gurpmi2:200
-#, fuzzy, c-format
-msgid "_Abort"
-msgstr "เลิก"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr "แพ็คเก็จเหล่านี้กำลังจะถูกลบ"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "เพื่อความถูกต้องของการเป็นอิสระระหว่างโปรแกรมแพ็คเกจบางตัวจะถูกลบทิ้ง(%d MB)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "เพื่อความถูกต้องของการเป็นอิสระระหว่างโปรแกรมแพ็คเกจบางตัวจะถูกลบทิ้ง(%d MB)"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(แพ็คเก็จ %d ชุด, %d MB)"
-
-#: ../gurpmi2:250
-#, fuzzy, c-format
-msgid "Package installation..."
-msgstr "การ install package"
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "ไม่สามารถเรียก source package,กำลังยกเลิก"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "กำลังเตรียม..."
-
-#: ../gurpmi2:270
-#, fuzzy, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr ""
-"กำลังติดตั้งแพ็คเก็จ %s\n"
-"%d%%"
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "กรุณาใส่อุปกรณ์ที่มีชื่อ \"%s\" ใน [%s]"
-
-#: ../gurpmi2:298
-#, fuzzy, c-format
-msgid "Downloading package `%s'..."
-msgstr "กำลังติดตั้งแพ็คเก็จ %s"
-
-#: ../gurpmi2:324
-#, fuzzy, c-format
-msgid "_Done"
-msgstr "ทำเรียบร้อยแล้ว"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, fuzzy, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"การติดตั้งล้มเหลวมีบางไฟล์ที่ขาดหายไป\n"
-"ขอแนะนำให้ทำการอัพเดตฐานข้อมูล urpmi"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "การติดตั้งไม่สำเร็จ"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "ทุกอย่างได้ถูกติดตั้งเรียบร้อยแล้ว"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "install เสร็จเรียบร้อย"
-
-#: ../gurpmi2:346 ../urpme:167
-#, fuzzy, c-format
-msgid "removing %s"
-msgstr "กำลังติดตั้ง %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, fuzzy, c-format
-msgid "restarting urpmi"
-msgstr "กำลังติดตั้ง $rpm\n"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - พิมพ์ข้อความช่วย\n"
-
-#: ../rpm-find-leaves:18
-#, fuzzy, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --synthesis - use the synthesis given instead of urpmi db.\n"
-
-#: ../rpm-find-leaves:19
-#, fuzzy, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " --group - พิมพ์ tag group: group."
-
-#: ../rpm-find-leaves:20
-#, fuzzy, c-format
-msgid " defaults to %s.\n"
-msgstr " -a - เลือกมีเดียทั้งหมด\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - พิมพ์กลุ่มพร้อมชื่อ\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "superuser เท่านั้นที่มีสิทธิติดตั้ง packages"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "ไม่สามารถสร้างไดเร็คตอรี่ [%s] สำหรับรายงานบัก"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "กำลังติดตั้งแพ็คเก็จ %s"
-
-#: ../urpm.pm:274
-#, fuzzy, c-format
-msgid "unable to open rpmdb"
-msgstr "ไม่สามารถเปิดแฟ้ม %s\n"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "ชื่อ rpm fileไม่ถูกต้อง [%s]"
-
-#: ../urpm.pm:294
-#, fuzzy, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "กำลังอ่านข้อมูลจากไฟล์ hdlists"
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "การอ่านข้อมูลเรียบร้อย"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "การอ่านข้อมูลล้มเหลว: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "ไม่สามารถใช้งาน rpm file [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "ไม่สามารถใช้งาน \"%s\" ใน file [%s]"
-
-#: ../urpm.pm:317
-#, fuzzy, c-format
-msgid "unable to register rpm file"
-msgstr "ไม่สามารถใช้งาน rpm file [%s]"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "ลงทะเบียน local package มีข้อผิดพลาด"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "การแจ้งพร็อกซี่ที่ไม่ดี\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq:ไม่สามารถอ่าน rpm file \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "ข้อมูลบางตัวยังไม่ได้ใส่ลงไป"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, fuzzy, c-format
-msgid "Copying failed"
-msgstr "ล็อกอินล้มเหลว"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "อุปกรณ์ \"%s\" ไม่ได้ถูกเลือก"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "ไม่สามารถอ่าน rpm file [%s] จาก \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "ไม่สามารถเขียน config file [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "ไม่สามารถเขียน config file [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "ไม่สามารถเขียน config file [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "รหัสผ่าน:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "ล็อกอินล้มเหลว"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "ไม่มี kdesu "
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "ไม่มี kdesu "
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "ไม่มี kdesu "
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "กำลังติดตั้ง %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "การอ่านข้อมูลล้มเหลว: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "ไม่รู้จักโปรโตคอลที่ระบุไว้%s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "ไม่สามารถใช้งานโปรโตคอล: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "กำลังติดตั้ง %s\n"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "หา %s package ไม่พบ"
-
-#: ../urpm/get_pkgs.pm:213
-#, fuzzy, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "ไม่สามารถอ่าน rpm file [%s] จาก \"%s\""
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-
-#: ../urpm/install.pm:178
-#, fuzzy, c-format
-msgid "unable to create transaction"
-msgstr "ไม่สามารถสร้างข้อมูลเฉพาะตัวของผู้ใช้สำหรับ ssh"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "ไม่สามารถที่จะลบแพ็คเกจ %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "ไม่สามารถติดตั้งแพ็คเกจ %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "กำลังติดตั้ง %s\n"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "การอ่านข้อมูลล้มเหลว: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "กำลังติดตั้งแพ็คเก็จ %s"
-
-#: ../urpm/install.pm:257
-#, fuzzy, c-format
-msgid "removing package %s"
-msgstr "กำลังติดตั้งแพ็คเก็จ %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "กำลังติดตั้ง %s\n"
-
-#: ../urpm/install.pm:281
-#, fuzzy, c-format
-msgid "More information on package %s"
-msgstr "ข้อมูลเพื่มเติมบนแพกเกจ..."
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "ไม่มีการกำหนดคำสั่ง"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "ฐานข้อมูล urpmi ถูกล็อก"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "คำเตือน"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "การติดตั้งไม่สำเร็จ"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "การติดตั้งไม่สำเร็จ"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "แพ็คเกจต่อไปนี้มี signatures ที่ไม่ถูกต้อง"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "แพ็คเกจต่อไปนี้มี signatures ที่ไม่ถูกต้อง"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "คุณยังต้องการจะติดตั้งอีกต่อไปหรือไม่ ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "กำลังติดตั้ง %s\n"
-
-#: ../urpm/main_loop.pm:178
-#, fuzzy, c-format
-msgid "distributing %s"
-msgstr "กำลังติดตั้ง %s\n"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "กำลังติดตั้ง %s\n"
-
-#: ../urpm/main_loop.pm:195
-#, fuzzy, c-format
-msgid "installing %s"
-msgstr "กำลังติดตั้ง %s\n"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "ต้องการทดลองติดตั้งโดยที่ไม่ต้องตรอจสอบความเข้ากันได้? (y/N)"
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "ต้องการทดลองบังคับติดตั้ง (--force)? (y/N)"
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "การติดตั้งสามารถทำได้"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "กำลังตรวจสอบไฟล์ MD5SUM"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-
-#: ../urpm/media.pm:204
-#, fuzzy, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "อุปกรณ์\"%s\"พยายามเลือกใช้อุปกรณ์ที่ใช้แล้ว, อุปกรณ์ถูกยกเลิกไม่ใช้"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "ไม่สามารถใช้งาน list file ของ \"%s\", medium ignored"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "ไม่สามารถใช้งาน hdlist file \"%s\", medium ignored"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "กำลังเลี่ยงการทำงานของอุปกรณ์ \"%s\""
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "เขียน config file[%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr ""
-
-#: ../urpm/media.pm:556
-#, fuzzy, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "กำลังใช้อุปกรณ์ที่เกี่ยวข้องสำหรับ parallel mode : %s "
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr ""
-
-#: ../urpm/media.pm:683
-#, fuzzy, c-format
-msgid "skipping package %s"
-msgstr "กำลังติดตั้งแพ็คเก็จ %s"
-
-#: ../urpm/media.pm:699
-#, fuzzy, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "ปัญหาการติดตั้งแพ็คเก็จ %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "อุปกรณ์\"%s\"มีอยู่แล้ว"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "กำลังทำการอ่าน headers จากอุปกรณ์\"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "กำลังทำการย้ายออกอุปกรณ์\"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "ไม่สามารถเปิดแฟ้ม %s\n"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "ไม่สามารถที่จะเข้าถึงอุปกรณ์เพื่อการติดตั้งตัวแรก (ไม่พบไฟล์ hdlists)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "กำลังอ่านข้อมูลจากไฟล์ hdlists"
-
-#: ../urpm/media.pm:948
-#, fuzzy, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "กำลังเลี่ยงการทำงานของอุปกรณ์ \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "พยายามที่จะเลือกใช้มีเดียหลายๆตัว: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "กำลังทำการย้ายออกอุปกรณ์\"%s\""
-
-#: ../urpm/media.pm:1055
-#, fuzzy, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "กำลังเขียน list file สำหรับอุปกรณ์\"%s\""
-
-#: ../urpm/media.pm:1089
-#, fuzzy, c-format
-msgid "...reconfiguration failed"
-msgstr "บัันทึกการตั้งค่าเมนูแล้ว"
-
-#: ../urpm/media.pm:1095
-#, fuzzy, c-format
-msgid "reconfiguration done"
-msgstr "คอนฟิกเซอเวอร์"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "อุปกรณ์ \"%s\" ไม่ได้ถูกเลือก"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "กำลังตรวจสอบไฟล์ synthesis [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "มีปัญหาในการอ่านไฟล์ synthesis สำหรับอุปกรณ์\"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "กำลังเขียน list file สำหรับอุปกรณ์\"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, fuzzy, c-format
-msgid "...copying failed"
-msgstr "การคัดลอกสมบูรณ์"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "กำลังคัดลอกคำอธิบายไฟล์ของ \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "การคัดลอกสมบูรณ์"
-
-#: ../urpm/media.pm:1265
-#, fuzzy, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "การทำสำเนา [%s] ไม่สำเร็จ"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "การดึงโค้ดจาก hdlist (หรือ synthesis)ล้มเหลว"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "การทำสำเนา [%s] ไม่สำเร็จ"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "กำลังตรวจสอบไฟล์ hdlist [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "กำลังติดตั้ง %s\n"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "ไม่พบ hdlist file สำหรับอุปกรณ์\"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "กำลังคัดลอกคำอธิบายไฟล์ของ \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "ชื่อ rpm fileไม่ถูกต้อง [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "กำลังดึงโค้ด hdlist (หรือ synthesis) ของ \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "กำลังคัดลอกโค้ด hdlist (หรือ synthesis) ของ \"%s\"..."
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "ไม่พบ hdlist file สำหรับอุปกรณ์\"%s\""
-
-#: ../urpm/media.pm:1536
-#, fuzzy, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "กำลังคัดลอกคำอธิบายไฟล์ของ \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, fuzzy, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "ไม่สามารถเขียน list file ของ\"%s\""
-
-#: ../urpm/media.pm:1552
-#, fuzzy, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "ไม่สามารถเขียน list file ของ\"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "อุปกรณ์ที่ถูกเพิ่มเข้ามา %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "กำลังอ่านไฟล์ rpm จาก [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nnม"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "Yyช"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "การเลือกไม่ถูกต้อง ลองใหม่ครับ\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "ค้นหา"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "กำลังทำการย้ายออกอุปกรณ์\"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "ไม่สามารถใช้งาน \"%s\" ใน file [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "กำลังตรวจสอบ parallel handler ในไฟล์ [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "พบ parallel handler สำหรับ %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "ไม่สามารถใช้ parallel option \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "การติดตั้งไม่สำเร็จ"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "ไม่สามารถใช้อุปกรณ์\"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "กำลังติดตั้ง %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "กำลังถอดถอน %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf เวอร์ชั่นที่ %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"ซอฟท์แวร์นี่เป็นฟรีซอฟท์แวร์และแจกจ่ายภายใต้ระเบียบของ GNU GPL.\n"
-"\n"
-"วิธีใช้:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - พิมพ์ข้อความช่วย\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr " --env - ใช้เอ็นไวลอนเม็นท์แบบเฉพาะ(โดยทั่วไปใช้กับการรายงาน บัก).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, fuzzy, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --media - เลือกใช้เฉพาะมีเดียที่ถูกขั้นด้วยเครื่องหมายลูกน้ำ\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --wget - ใช้ wget เพื่อดึงไฟล์ที่อยู่ภายนอก\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, fuzzy, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr " --media - เลือกใช้เฉพาะมีเดียที่ถูกขั้นด้วยเครื่องหมายลูกน้ำ\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --synthesis - use the synthesis given instead of urpmi db.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, fuzzy, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - use the synthesis given instead of urpmi db.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, fuzzy, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " -P - ไม่จำเป็นต้องค้นในส่วนแพ็คเกจที่ไว้สำหรับค้นเท่านั้น\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - ใช้เพื่ออัพเดตมีเดีย\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, fuzzy, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " -v - โหมดคำ\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, fuzzy, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -c - ทำความสะอาดส่วน headers ของไดเร็คตอรี่ cache \n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -c - ทำความสะอาดส่วน headers ของไดเร็คตอรี่ cache \n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, fuzzy, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -c - ทำความสะอาดส่วน headers ของไดเร็คตอรี่ cache \n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, fuzzy, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -u - ลบแพ็คเกจถ้าแพ็คเกจที่ดีกว่ามีการติดตั้งอยู่แล้ว.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, fuzzy, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -q - โหมดเงียบ\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, fuzzy, c-format
-msgid " ! - unary NOT.\n"
-msgstr " -q - โหมดเงียบ\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " -a - เลือกทั้งหมดที่ตรงกับคำสั่ง\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr ""
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - ใช้อินเทอร์เฟส X\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " -a - เลือกมีเดียทั้งหมด\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --help - พิมพ์ข้อความช่วย\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --files - พิมพ์ tag files: file ทั้งหมด (หลายบรรทัด)."
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "โมดูลปรับแต่งคอนโซล K"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts -พิมพ์ tag ที่เข้ากันไม่ได้:เข้ากันไม่ได้ทั้งหมด(หลายบรรทัด)."
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - พิมพ์ tag รายละเอียด : รายละเอียด"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --help - พิมพ์ข้อความช่วย\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --list - แสดงรายชื่อแพ็คเกจที่มีอยู่\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --list - แสดงรายชื่อแพ็คเกจที่มีอยู่\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --help - พิมพ์ข้อความช่วย\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --list - แสดงรายชื่อแพ็คเกจที่มีอยู่\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --list - แสดงรายชื่อแพ็คเกจที่มีอยู่\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes -พิมพ์ tag ไม่ใช้แล้ว:ใช้ไม่ได้ทั้งหมด(หลายบรรทัด)."
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --list - แสดงรายชื่อแพ็คเกจที่มีอยู่\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides -พิมพ์ tag provides: all provides (หลายบรรทัด). "
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - พิมพ์ tag ที่ต้องการ:ที่ต้องการทั้งหมด(หลายบรรทัด)."
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --help - พิมพ์ข้อความช่วย\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --group - พิมพ์ tag group: group."
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes -พิมพ์ tag ไม่ใช้แล้ว:ใช้ไม่ได้ทั้งหมด(หลายบรรทัด)."
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - พิมพ์ tag summary: summary"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --help - พิมพ์ข้อความช่วย\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " -v - โหมดคำ\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " --list - แสดงรายชื่อแพ็คเกจที่มีอยู่\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - เวอร์ชั่นที่พิมพ์, รีลีสและ arch พร้อมชื่อ.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr ""
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "ไม่พบ hdlist file สำหรับอุปกรณ์\"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "สร้าง hdlist synthesis file สำหรับ อุปกรณ์ \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "กำลังเขียน list file สำหรับอุปกรณ์\"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "ไม่มี package ที่ชื่อ %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "packages ต่อไปนี้มี %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "ทุกอย่างได้ถูกติดตั้งเรียบร้อยแล้ว"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "ทุกอย่างได้ถูกติดตั้งเรียบร้อยแล้ว"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "ทุกอย่างได้ถูกติดตั้งเรียบร้อยแล้ว"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, fuzzy, c-format
-msgid "due to missing %s"
-msgstr "ไม่มี kdesu "
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "ทุกอย่างได้ถูกติดตั้งเรียบร้อยแล้ว"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, fuzzy, c-format
-msgid "due to unsatisfied %s"
-msgstr "ไม่มี kdesu "
-
-#: ../urpm/select.pm:570
-#, fuzzy, c-format
-msgid "trying to promote %s"
-msgstr "ไม่มีอะไรที่ต้องลบทิ้ง\n"
-
-#: ../urpm/select.pm:571
-#, fuzzy, c-format
-msgid "in order to keep %s"
-msgstr "Window border theme"
-
-#: ../urpm/select.pm:607
-#, fuzzy, c-format
-msgid "in order to install %s"
-msgstr "ไม่สามารถติดตั้งแพ็คเกจ %s"
-
-#: ../urpm/select.pm:617
-#, fuzzy, c-format
-msgid "due to conflicts with %s"
-msgstr "%s ขัดแย้งกับ %s"
-
-#: ../urpm/signature.pm:29
-#, fuzzy, c-format
-msgid "Invalid signature (%s)"
-msgstr "ข้อมูลบางตัวยังไม่ได้ใส่ลงไป"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr ""
-
-#: ../urpm/signature.pm:62
-#, fuzzy, c-format
-msgid "Missing signature (%s)"
-msgstr "ข้อมูลบางตัวยังไม่ได้ใส่ลงไป"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "ไม่สามารถเขียน config file [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "ล็อกอินล้มเหลว"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "ล็อกอินล้มเหลว"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme เวอร์ชั่นที่ %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"ซอฟท์แวร์นี่เป็นฟรีซอฟท์แวร์และแจกจ่ายภายใต้ระเบียบของ GNU GPL.\n"
-"\n"
-"วิธีใช้:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - ทำการเลือกแพ็คเกจโดยอัตโนมัติ.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, fuzzy, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - ตรวจสอบว่าการติดตั้งสามารถทำได้ถูกต้องหรือไม่.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - distributed urpmi across machines of alias.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --list - แสดงรายชื่อแพ็คเกจที่มีอยู่\n"
-
-#: ../urpme:53
-#, fuzzy, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --wget - ใช้ wget เพื่อดึงไฟล์ที่อยู่ภายนอก\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - ใช้เพื่ออัพเดตมีเดีย\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - พิมพ์ tag รายละเอียด : รายละเอียด"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " -v - โหมดคำ\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - เลือกทั้งหมดที่ตรงกับคำสั่ง\n"
-
-#: ../urpme:73
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "superuser เท่านั้นที่มีสิทธิติดตั้ง packages"
-
-#: ../urpme:106
-#, fuzzy, c-format
-msgid "unknown packages"
-msgstr "แพ็คเก็จ %d ชุด"
-
-#: ../urpme:106
-#, fuzzy, c-format
-msgid "unknown package"
-msgstr "เกิดการผิดพลาดแบบไม่ทราบสาเหตุ"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "แพ็คเกจ %s ที่กำลังลบอยู่จะทำให้ระบบเสียหายได้\n"
-
-#: ../urpme:126
-#, fuzzy, c-format
-msgid "Nothing to remove"
-msgstr "ไม่มีแท็กที่จะลบ!"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "ไม่มีแท็กที่จะลบ!"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "เพื่อความถูกต้องของการเป็นอิสระระหว่างโปรแกรมแพ็คเกจบางตัวจะถูกลบทิ้ง(%d MB)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "เกิดการผิดพลาดแบบไม่ทราบสาเหตุ"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "กำลังติดตั้งแพ็คเก็จ %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (y/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "กำลังนำอุปกรณ์ที่เคลื่อนย้ายได้จาก \"%s\" ออกมา"
-
-#: ../urpme:181
-#, fuzzy, c-format
-msgid "Removal failed"
-msgstr "ล็อกอินล้มเหลว"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "ล็อกอินล้มเหลว"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-select - เลือกแพ็คเกจที่ต้องการอัพเกรดอัตโนมัติ\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes -พิมพ์ tag ไม่ใช้แล้ว:ใช้ไม่ได้ทั้งหมด(หลายบรรทัด)."
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - ค้นหาแบบไม่เจาะจง(เช่นเดียวกับ -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - พิมพ์ tag ที่ต้องการ:ที่ต้องการทั้งหมด(หลายบรรทัด)."
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-
-#: ../urpmi:99
-#, fuzzy, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --noclean - เก็บ rpm ซึ่งไม่ถูกใช้ใน cache.\n"
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - เก็บ rpm ซึ่งไม่ถูกใช้ใน cache.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - ยอมให้ผู้ใช้ติดตั้งแพ็คเกจโดยไม่ต้อง\n"
-" ตรวจสอบ ความเป็นอิสระ\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - ยอมให้ผู้ใช้สามารถติดตั้งแพ็คเกจโดยไม่จำเป็นต้อง\n"
-" มีการตรวจสอบความเป็นอิสระและความถูกต้อง\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes -พิมพ์ tag ไม่ใช้แล้ว:ใช้ไม่ได้ทั้งหมด(หลายบรรทัด)."
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr ""
-
-#: ../urpmi:124
-#, fuzzy, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --verify-rpm - ตรวจสอบความถูกต้องของ rpm signature ก่อนการติดตั้ง\n"
-" (--no-verify-rpm disable it, default is enabled)\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - ใช้ในการกำหนดพร็อกซี่ HTTP หมายเลขพอร์ทสมมุติเป็น\n"
-" 1080(รูปแบบคือ <proxyhost[:port]>)\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - กำหนดชื่อผู้ใช้และรหัสผ่านเพื่อใช้พร็อกซี่\n"
-" ในการตรวจสอบ (รูปแบบเป็น <user:password>)\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-
-#: ../urpmi:136
-#, fuzzy, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --media - เลือกใช้เฉพาะมีเดียที่ถูกขั้นด้วยเครื่องหมายลูกน้ำ\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr ""
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --help - พิมพ์ข้อความช่วย\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - พิมพ์ tag รายละเอียด : รายละเอียด"
-
-#: ../urpmi:142
-#, fuzzy, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --test - ตรวจสอบว่าการติดตั้งสามารถทำได้ถูกต้องหรือไม่.\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --test - ตรวจสอบว่าการติดตั้งสามารถทำได้ถูกต้องหรือไม่.\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - เก็บ rpm ซึ่งไม่ถูกใช้ใน cache.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - เลือกทั้งหมดที่ตรงกับคำสั่งที่พิมพ์\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - โหมดเงียบ\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " -v - โหมดคำ\n"
-
-#: ../urpmi:154
-#, fuzzy, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr "ชื่อของไฟล์หรือของ rpm ที่ให้จากคำสั่งที่พิมพ์กำลังถูกค้นหา\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, fuzzy, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr "ชื่อกลุ่มนี้มีอยู่แล้ว กรุณาเลือกชื่ออื่น"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "ไม่สามารถสร้างไดเร็คตอรี่ [%s] สำหรับรายงานบัก"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr ""
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "ออกจากการติดตั้ง"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "ออกจากการติดตั้ง"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "เพื่อความถูกต้องของการเป็นอิสระระหว่างโปรแกรมแพ็คเกจบางตัวจะถูกลบทิ้ง(%d MB)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "ต้องการเลือกอะไรครับ (1-%d) "
-
-#: ../urpmi:507
-#, fuzzy, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr "ไม่สามารถ install บางเพกเกจได้"
-
-#: ../urpmi:509
-#, fuzzy, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr "ไม่สามารถ install บางเพกเกจได้"
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "คุณยังต้องการจะติดตั้งอีกต่อไปหรือไม่ ?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Y/n) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr "ทุกอย่างได้ถูกติดตั้งเรียบร้อยแล้ว"
-
-#: ../urpmi:525
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr "ไม่สามารถ install บางเพกเกจได้"
-
-#: ../urpmi:542
-#, fuzzy, c-format
-msgid "removing package %s will break your system"
-msgstr "แพ็คเกจ %s ที่กำลังลบอยู่จะทำให้ระบบเสียหายได้\n"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"แพ็คเกจต่อไปนี้จะต้องถูกลบทิ้งเพื่อจะทำการอัพเกรดโปรมแกรมอื่น:\n"
-"%s\n"
-"คุณยอมให้ทำการลบทิ้งหรือไม่?"
-
-#: ../urpmi:553
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"แพ็คเกจต่อไปนี้จะต้องถูกลบทิ้งเพื่อจะทำการอัพเกรดโปรมแกรมอื่น:\n"
-"%s\n"
-"คุณยอมให้ทำการลบทิ้งหรือไม่?"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr "แพ็คเก็จเหล่านี้กำลังจะถูกลบ"
-
-#: ../urpmi:561
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr "แพ็คเก็จเหล่านี้กำลังจะถูกลบ"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"คุณจะต้องเป็นรูทในการติดตั้ง ความเป็นอิสระ :\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "เพื่อความถูกต้องของการเป็นอิสระระหว่างโปรแกรมแพ็คเกจบางตัวจะถูกลบทิ้ง(%d MB)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "ยกเลิก"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "กรุณากด enter เมื่อพร้อม"
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - ใช้ wget เพื่อดึงไฟล์ที่อยู่ภายนอก\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - ใช้ curl เพื่อดึงไฟล์ซึ่งอยู่ภายนอก\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - ใช้ curl เพื่อดึงไฟล์ซึ่งอยู่ภายนอก\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - ใช้ curl เพื่อดึงไฟล์ซึ่งอยู่ภายนอก\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " -h - พยายามค้นหาและใช้ไฟล์ synthesis หรือ hdlist\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " -h - พยายามค้นหาและใช้ไฟล์ synthesis หรือ hdlist\n"
-
-#: ../urpmi.addmedia:73
-#, fuzzy, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr " --distrib - ทำการสร้างมีเดียจากอุปกรณ์สำหรับติดตั้งโดยอัตโนมัติ\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - แสดงรายชื่ออุปกรณ์ที่มีอยู่\n"
-
-#: ../urpmi.addmedia:77
-#, fuzzy, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --env - ใช้เอ็นไวลอนเม็นท์แบบเฉพาะ(โดยทั่วไปใช้กับการรายงาน\n"
-" บัก).\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - โหมดเงียบ\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - โหมดคำ\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, fuzzy, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "superuser เท่านั้นที่มีสิทธิติดตั้ง packages"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "เขียน config file[%s]"
-
-#: ../urpmi.addmedia:128
-#, fuzzy, c-format
-msgid "Can't create config file [%s]"
-msgstr "เขียน config file[%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "ไม่จำเป็นจะต้องให้ <relative path ของ hdlist>กับ -distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "ไม่พบ<ลู่ทางที่เกี่ยวข้องของhdlist>\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "ไม่สามารถใช้อุปกรณ์\"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover เวอร์ชั่นที่ %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"ซอฟท์แวร์นี่เป็นฟรีซอฟท์แวร์และแจกจ่ายภายใต้ระเบียบของ GNU GPL.\n"
-"\n"
-"วิธีใช้:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - เก็บ rpm ซึ่งไม่ถูกใช้ใน cache.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-media - แสดงรายชื่ออุปกรณ์ที่มีอยู่\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-media - แสดงรายชื่ออุปกรณ์ที่มีอยู่\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --list - แสดงรายชื่อแพ็คเกจที่มีอยู่\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "หา %s package ไม่พบ"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "กำลังอ่านข้อมูลจากไฟล์ hdlists"
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "ไม่พบรุปภาพ"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"การใช้: urpmi.removemedia (-a | <name> ...)\n"
-"ในขณะที่ <name> เป็นชื่อของอุปกรณ์ที่ต้องการเอาออก\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - เลือกมีเดียทั้งหมด\n"
-
-#: ../urpmi.removemedia:42
-#, fuzzy, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -a - เลือกทั้งหมดที่ตรงกับคำสั่งที่พิมพ์\n"
-
-#: ../urpmi.removemedia:59
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "superuser เท่านั้นที่มีสิทธิติดตั้ง packages"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "ไม่มีอะไรที่จะเอาออก(ใช้ urpmi.addmedia เพื่อเพิ่มอุปกรณ์)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"ไม่มีข้อมูลที่จะทำการเอาออก\n"
-"(หนึ่งใน %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"การใช้: urpmi.update [options] <name> ...\n"
-"โดยที่ <name> เป็นชื่อของอุปกรณ์ที่ต้องการอัพเดต\n"
-
-#: ../urpmi.update:43
-#, fuzzy, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - ใช้เพื่ออัพเดตมีเดีย\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi.update:46
-#, fuzzy, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --update - ใช้เพื่ออัพเดตมีเดีย\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " -h - พยายามค้นหาและใช้ไฟล์ synthesis หรือ hdlist\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - เลือกมีเดียที่ไม่สามารถเคลื่อนย้ายได้ทั้งหมด \n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - บังคับการสร้างไฟล์ hdlist\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - บังคับการสร้างไฟล์ hdlist\n"
-
-#: ../urpmi.update:69
-#, fuzzy, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "superuser เท่านั้นที่มีสิทธิติดตั้ง packages"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "ไม่มีการแก้ไข(use urpmi.addmedia เพื่อเพิ่มอุปกรณ์)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr "ขาดข้อมูลที่จะนำไป update(หนึ่งใน %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "ignoring media %s"
-msgstr "กำลังทำการย้ายออกอุปกรณ์\"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "enabling media %s"
-msgstr "กำลังทำการย้ายออกอุปกรณ์\"%s\""
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq เวอร์ชั่นที่ %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"ซอฟท์แวร์นี่เป็นฟรีซอฟท์แวร์และแจกจ่ายภายใต้ระเบียบของ GNU GPL.\n"
-"\n"
-"วิธีใช้:\n"
-
-#: ../urpmq:48
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr " --media - เลือกใช้เฉพาะมีเดียที่ถูกขั้นด้วยเครื่องหมายลูกน้ำ\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - ค้นหาแบบไม่เจาะจง(เช่นเดียวกับ -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - แสดงรายชื่อแพ็คเกจที่มีอยู่\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - แสดงรายชื่ออุปกรณ์ที่มีอยู่\n"
-
-#: ../urpmq:60
-#, fuzzy, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-media - แสดงรายชื่ออุปกรณ์ที่มีอยู่\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-node - แสดงรายชื่อnodesที่มีอยู่ขณะใช้--parallel \n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - แสดงรายชื่อ parallel aliases.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - แพ็คเกจต่อไปเป็นส่วนของโค้ด (เช่นเดียวกับ -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr " --sources - ให้โค้ดของแพ็คเกจก่อนดาวน์โหลด (เฉพาะรูทเท่านั้น).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --help - พิมพ์ข้อความช่วย\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-
-#: ../urpmq:81
-#, fuzzy, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --help - พิมพ์ข้อความช่วย\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts -พิมพ์ tag ที่เข้ากันไม่ได้:เข้ากันไม่ได้ทั้งหมด(หลายบรรทัด)."
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes -พิมพ์ tag ไม่ใช้แล้ว:ใช้ไม่ได้ทั้งหมด(หลายบรรทัด)."
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides -พิมพ์ tag provides: all provides (หลายบรรทัด). "
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - พิมพ์ tag ที่ต้องการ:ที่ต้องการทั้งหมด(หลายบรรทัด)."
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes -พิมพ์ tag ไม่ใช้แล้ว:ใช้ไม่ได้ทั้งหมด(หลายบรรทัด)."
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --group - พิมพ์ tag group: group."
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary - พิมพ์ tag summary: summary"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - ขยายการค้นหาให้รวมถึงความเป็นอิสระของโปรแกรม\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - reverse search to what requires package.\n"
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr " -R - reverse search to what requires package.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - ย้อมให้มีการค้นหาแพ็คเกจจากที่ป้อนให้\n"
-
-#: ../urpmq:98
-#, fuzzy, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -d - ขยายการค้นหาให้รวมถึงความเป็นอิสระของโปรแกรม\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - พิมพ์กลุ่มพร้อมชื่อ\n"
-
-#: ../urpmq:101
-#, fuzzy, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -g - พิมพ์กลุ่มพร้อมชื่อ\n"
-
-#: ../urpmq:102
-#, fuzzy, c-format
-msgid " -l - list files in package.\n"
-msgstr " --list - แสดงรายชื่อแพ็คเกจที่มีอยู่\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - โหมดเงียบ\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - พิมพ์เวอร์ชั่นกับรีลีสพร้อมชื่อ\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - แพ็คเกจต่อไปเป็นแพ็คเกจโค้ด (เช่นเดียวกับ --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - ทำการลบแพ็คเกจทิ้งถ้าเวอร์ชั่นล่าสุดได้รับการติดตั้งลงในเครื่องแล้ว\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - ใช้การค้นหาแบบไม่เจาะจง(เช่นเดียวกับการใช้ --fuzzy).\n"
-
-#: ../urpmq:108
-#, fuzzy, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -a - เลือกทั้งหมดที่ตรงกับคำสั่งที่พิมพ์\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr "ชื่อของไฟล์หรือของ rpm ที่ให้จากคำสั่งที่พิมพ์กำลังถูกค้นหา\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes can only be used with --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "ไม่สามารถเขียน list file ของ\"%s\""
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, fuzzy, c-format
-msgid "No changelog found\n"
-msgstr "ไม่พบรุปภาพ"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - สร้างอุปกรณ์เพื่อการอัพเดต\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr " inputไม่ถูกต้อง :[%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "การติดตั้งไม่สำเร็จ"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "ทุกอย่างได้ถูกติดตั้งเรียบร้อยแล้ว"
-
-#, fuzzy
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "หนึ่งใน Packages ต่อไปนี้ต้องได้รับการติดตั้ง "
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "ฐานข้อมูล urpmi ถูกล็อก"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "ทางเลือกไม่รู้จัก '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "จำนวนเม้าท์พ้อยท์มากเกินไปสำหรับอุปกรณ์แบบเคลื่อนย้ายได้\"%s\""
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "ใช้อุปกรณ์แบบย้ายเข้าออกได้ที่แตกต่าง [%s] สำหรับ \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "ไม่สามาถจะดึงส่วนของ pathname สำหรับอุปกรณ์แบบเคลื่อนย้ายได้\"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "ไม่สามารถเข้าถึงอุปกรณ์เพื่อใช้ในการติดตั้งอันแรก"
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "อุปกรณ์ที่ไม่เชื่อมกัน \"%s\" ถูกระบุว่าถอดเปลี่ยนได้แต่มันไม่ใช่"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - ทำความสะอาดส่วน headers ของไดเร็คตอรี่ cache \n"
-
-#, fuzzy
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "อุปกรณ์\"%s\"พยายามเลือกใช้อุปกรณ์ที่ใช้แล้ว, medium ignored"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "ไม่สามารถ parse hdlist file of \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "กำลังคัดลอกโค้ด hdlist (หรือ synthesis) ของ \"%s\"..."
-
-#, fuzzy
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr "อุปกรณ์\"%s\"พยามยามใช้ hdlistที่ใช้อยู่แล้ว ,อุปกรณ์ถูกยกเลิกไม่ใช้"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "ชื่อ rpm fileไม่ถูกต้อง [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "ไม่สามารถหา list file สำหรับ\"%s\",medium ignored"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "กำลังเลี่ยงการทำงานของอุปกรณ์ \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "สร้าง hdlist synthesis file สำหรับ อุปกรณ์ \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "ไม่สามารถ parse hdlist file of \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr "อุปกรณ์\"%s\"พยามยามใช้ hdlistที่ใช้อยู่แล้ว ,อุปกรณ์ถูกยกเลิกไม่ใช้"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr "อุปกรณ์\"%s\"พยายามเลือกใช้อุปกรณ์ที่ใช้แล้ว, อุปกรณ์ถูกยกเลิกไม่ใช้"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "ทำการผ่านครั้งที่สองเพื่อทดสอบ ความเป็นอิสระ\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "สร้าง hdlist [%s]"
-
-#, fuzzy
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "มีปัญหาในการอ่านไฟล์ synthesis สำหรับอุปกรณ์\"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "กำลังคัดลอกโค้ด hdlist (หรือ synthesis) ของ \"%s\"..."
-
-#, fuzzy
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "การอ่านข้อมูลล้มเหลว: %s"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "ไม่พบ rpm files จาก [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "ไม่สามารถอ่านไฟล์ rpm จาก [%s]: %s"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "กำลังทำการอ่าน headers จากอุปกรณ์\"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " -h - พยายามค้นหาและใช้ไฟล์ synthesis หรือ hdlist\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " -h - พยายามค้นหาและใช้ไฟล์ synthesis หรือ hdlist\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src - แพ็คเกจต่อไปเป็นส่วนของโค้ด (เช่นเดียวกับ -s).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " -h - พยายามค้นหาและใช้ไฟล์ synthesis หรือ hdlist\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "ไม่สามารถแก้ไขอุปกรณ์\"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "ไม่สามารถสร้างอุปกรณ์ \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "มีหลาย package ที่มีชื่อไฟล์เหมือนกับ \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "ไม่สามารถที่จะผ่าน [%s] ด้วยค่า \"%s\"อย่างถูกต้อง"
-
-#, fuzzy
-#~ msgid "unrequested"
-#~ msgstr "Konquest"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr "แพ็คเกจต่อไปนี้มี signatures ที่ไม่ถูกต้อง"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "คุณต้องมีอำนาจจึงจะสั่งใช้ร่วมแฟ้มต่างๆได้"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "ไม่สามารถที่จะลบแพ็คเกจ %s"
-
-#, fuzzy
-#~ msgid "No filelist found\n"
-#~ msgstr "ไม่พบรุปภาพ"
-
-#~ msgid "medium \"%s\" is not selected"
-#~ msgstr "อุปกรณ์ \"%s\" ไม่ได้ถูกเลือก"
-
-#, fuzzy
-#~ msgid "Remove %d packages?"
-#~ msgstr "กำลังติดตั้งแพ็คเก็จ %s"
-
-#~ msgid " -f - force generation of hdlist files.\n"
-#~ msgstr " -f - บังคับการสร้างไฟล์ hdlist\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr " -P - ไม่จำเป็นต้องค้นในส่วนแพ็คเกจที่ไว้สำหรับค้นเท่านั้น\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - reverse search to what requires package.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " -RR - extended reverse search (includes virtual packages).\n"
-#~ msgstr " -R - reverse search to what requires package.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "เนื่องจาก dependencies, เพจเกจเหล่านี้จะต้อง install ไปด้วย:\n"
-#~ "\n"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr ""
-#~ "กำลังติดตั้งแพ็คเก็จ %s\n"
-#~ "%d%%"
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "กำลังตรวจสอบไฟล์ synthesis [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "กำลังติดตั้ง %s\n"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "การ install package"
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "การ install package"
-
-#, fuzzy
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " -h - พยายามค้นหาและใช้ไฟล์ synthesis หรือ hdlist\n"
-
-#, fuzzy
-#~ msgid "`with' missing for network media\n"
-#~ msgstr " `with' ไม่พบสำหรับอุปกรณ์ ftp\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "ทางเลือกไม่รู้จัก '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "ไม่สามารถหา hdlist file สำหรับ\"%s\",medium ignored"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "list file ไม่ปะติดปะต่อ \"%s\", medium ignored"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "ไม่สามารถตรวจสอบ list file สำหรับ \"%s\", medium ignored"
-
-#, fuzzy
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "อุปกรณ์\"%s\"พยายามเลือกใช้อุปกรณ์ที่ใช้แล้ว, อุปกรณ์ถูกยกเลิกไม่ใช้"
-
-#, fuzzy
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr "อุปกรณ์\"%s\"พยามยามใช้ hdlistที่ใช้อยู่แล้ว ,อุปกรณ์ถูกยกเลิกไม่ใช้"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "กำลังคัดลอกโค้ด hdlist (หรือ synthesis) ของ \"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "การดึงโค้ดจาก hdlist (หรือ synthesis)ล้มเหลว"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "ไฟล์ [%s] มีใช้งานอยู่ในที่เดียวกันอยู่แล้ว\"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "ไม่มีการเขียนใน list file สำหรับ\"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "พบ %d header ใน cache"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "กำลังลบ %d headerที่ล้าสมัยใน cache"
-
-#, fuzzy
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr " --files - พิมพ์ tag files: file ทั้งหมด (หลายบรรทัด)."
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "packages ต่อไปนี้มี %s: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "กำลังคัดลอกไฟล์ hdlist"
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "คำอธิบาย hdlist ไม่ถูกต้อง \"%s\" ในไฟล์ hdlists"
-
-#~ msgid "Is this OK?"
-#~ msgstr "ตกลงไหมครับ"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - แยกส่วน headers จากแพ็คเกจซึ่งแสดงไว้ในรายการของ urpmi db "
-#~ "ไปยัง\n"
-#~ " stdout (เฉพาะรูทเท่านั้น).\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "เนื่องจาก dependencies, เพจเกจเหล่านี้จะต้อง install ไปด้วย:\n"
-#~ "\n"
-
-#~ msgid "installing %s\n"
-#~ msgstr "กำลังติดตั้ง %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "การติดตั้ง Package แบบอัตโนมัต...\n"
-#~ "คุณได้เลือกที่จะติดตั้ง Package %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: ไม่พบคำสั่งนี้\n"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf เวอร์ชั่นที่ %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "ซอฟท์แวร์นี่เป็นฟรีซอฟท์แวร์และแจกจ่ายภายใต้ระเบียบของ GNU GPL.\n"
-#~ "\n"
-#~ "วิธีใช้:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr " --synthesis - use the synthesis given instead of urpmi db.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - ไม่ต้องพิมพ์ชื่อ Tag (default ถ้า tag ไม่ได้ถูกระบุใน command"
-
-#, fuzzy
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --help - พิมพ์ข้อความช่วย\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - พิมพ์ tag summary: summary\n"
-
-#, fuzzy
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --help - พิมพ์ข้อความช่วย\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - ใช้เอ็นไวลอนเม็นท์แบบเฉพาะ(โดยทั่วไปใช้กับการรายงาน\n"
-#~ " บัก).\n"
-
-#, fuzzy
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr " -f - บังคับการสร้างไฟล์ hdlist\n"
-
-#, fuzzy
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " -a - เลือกทั้งหมดที่ตรงกับคำสั่ง\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr "ต่อไป"
-
-#, fuzzy
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "กำลังอ่านข้อมูลจากไฟล์ hdlists"
diff --git a/po/tl.po b/po/tl.po
deleted file mode 100644
index 5a9684b9..00000000
--- a/po/tl.po
+++ /dev/null
@@ -1,3881 +0,0 @@
-# translation of urpmi-tl.po to Filipino
-# translation of urpmi.po to Filipino
-# This file is distributed under the same license as the PACKAGE package.
-# Copyright (C) 2005 THE PACKAGE'S COPYRIGHT HOLDER.
-# Arys P. Deloso <arys@deloso.org>, 2004.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-tl\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2005-03-08 20:24+0800\n"
-"Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
-"Language-Team: Filipino <salinpinoy@comitus.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Previous-Translator: Arys P. Deloso <arys@deloso.org>\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, fuzzy, c-format
-msgid "RPM installation"
-msgstr "Pag-install ng RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, fuzzy, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Pumili kayo ng source package:\n"
-"\n"
-"%s\n"
-"\n"
-"Ito ang source code (gamit ng programmer) na katapat nitong software "
-"package.\n"
-"Hindi mo siguro ginustong i-install ito sa computer mo kung hindi ka\n"
-"programmer (kapag in-install mo ito, maaari mong baguhin ang source code,\n"
-"i-compile ito, at nagbago na ang software).\n"
-"\n"
-"Ano ang gusto mong gawin?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, fuzzy, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Ikaw ay mag-i-install ng sumusunod na software package sa computer mo:\n"
-"\n"
-"%s\n"
-"\n"
-"Pwede mong naising i-save na lang ito. Ano ang pili mo?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Ikaw ay mag-i-install ng sumusunod na software package sa computer mo:\n"
-"\n"
-"%s\n"
-"\n"
-"Pwede mong naising i-save na lang ito. Ano ang pili mo?"
-
-#: ../gurpmi:98
-#, fuzzy, c-format
-msgid "_Install"
-msgstr "I-install"
-
-#: ../gurpmi:99
-#, fuzzy, c-format
-msgid "_Save"
-msgstr "Save"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Cancel"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Piliin ang lugar kung saan ise-save ang file"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Ito ay libreng software at maaaring ipamahagi ayon sa mga nasasaad sa GNU "
-"GPL.\n"
-"\n"
-"paggamit:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - i-print itong tulong na mensahe.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - piliin kaagad ang mga package para i-upgrade ang "
-"sistema.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - pilitin ang imbokasyon kahit na wala ang ilang mga "
-"package.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - patotohanan ang rpm signature bago ang pag-i-install\n"
-" (--no-verify-rpm ay idi-disable ito, default ay "
-"gumagana).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - gamitin lang ang binigay na media, hiniwilay ng comma/"
-"kuwit.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - payagang maghanap sa provides para hanapin ang package.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr ""
-" -P - huwag maghanap sa provides para hanapin ang package.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr ""
-" --root - gumamit ng ibang root para sa pag-i-install ng rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - subukan kung makakamit ng tama ang pag-i-install.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --media - gamitin lang ang binigay na media, hiniwilay ng comma/"
-"kuwit.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "Walang command na nabanggit"
-
-#: ../gurpmi2:53
-#, fuzzy, c-format
-msgid "Please wait..."
-msgstr "Pakihintay."
-
-#: ../gurpmi2:62
-#, fuzzy, c-format
-msgid "Must be root"
-msgstr "Kailangan na kayo ay root"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Ilang package na hiniling ay hindi ma-install:\n"
-"%s"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Babala"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ayos"
-
-#: ../gurpmi2:171
-#, fuzzy, c-format
-msgid " (to upgrade)"
-msgstr " (i-upgrade)"
-
-#: ../gurpmi2:172
-#, fuzzy, c-format
-msgid " (to install)"
-msgstr " (i-install)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Isa sa mga sumusunod na package ay kailangan:"
-
-#: ../gurpmi2:200
-#, fuzzy, c-format
-msgid "_Abort"
-msgstr "_Abort"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Ang mga sumusunod na package ay dapat alisin para ma-upgrade ang iba:\n"
-"%s\n"
-"Magpatuloy?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"Para ma-satisfy ang dependency/pagkaka-asa-asa, ang mga sumusunod na %d "
-"package ay ii-install (%d MB)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Para ma-satisfy ang dependency/pagkaka-asa-asa, ang mga sumusunod na %d "
-"package ay ii-install (%d MB)"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Pag-i-install ng package..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "hindi makuha ang mga source package, hindi tumutuloy"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Naghahanda..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Ini-install ang package na `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Pakisuksok ang medium na may pangalang \"%s\" sa device na [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Dina-download ang package na `%s'..."
-
-#: ../gurpmi2:324
-#, fuzzy, c-format
-msgid "_Done"
-msgstr "Tapos"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Pag-i-install ay nabigo, ilang mga file ay nawawala:\n"
-"%s\n"
-"Baka gusto mong i-update ang iyong urpmi database"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Pag-i-install ay nabigo"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Lahat ay naka-install na"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Natapos na ang pag-install"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "inaalis ang %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "sinisimulan muli ang urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"paggamit: %s [mga_option]\n"
-"kung saan ang [mga_option] ay mula sa\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - i-print itong tulong na mensahe.\n"
-
-#: ../rpm-find-leaves:18
-#, fuzzy, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr ""
-" --synthesis - gamitin ang binigay na synthesis imbis na urpmi "
-"database.\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - i-restrict ang mga resulta sa binigay na group.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " defaults ay %s.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - i-print ang mga grupo na may pangalan din.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Superuser lamang ang pinapayagang mag-install ng mga package"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Hindi magawa ang directory na [%s] para sa ulat ng bug"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Dina-download ang package na `%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "hindi mabuksan ang rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "inbalidong pangalan ng rpm file [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "kinukuha muli ang rpm file [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...pagkukuha muli natapos"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...pagkukuha muli nabigo: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "hindi ma-access ang rpm file [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "hindi ma-parse ang \"%s\" sa file [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "hindi mairehistro ang rpm file"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "error sa pagrerehistro ng mga local package"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "masamang pagdeklara ng proxy sa command line\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: hindi mabasa ang rpm file na \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Nawawalang signature (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Pagkokopya nabigo"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "medium na \"%s\" ay hindi nakapili"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "hindi mabasa ang rpm file na [%s] mula sa medium na \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "hindi maisulat ang config file [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "hindi maisulat ang config file [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "hindi maisulat ang config file [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Password:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Pagkokopya nabigo"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "dahil sa nawawalang %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "dahil sa nawawalang %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "dahil sa nawawalang %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "inaalis ang %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...pagkukuha muli nabigo: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "hindi kilalang protocol naka-define para sa %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "walang nahanap na webfetch, mga suportadong webfetch ay: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "hindi ma-handle ang protocol: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "ini-install ang %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "package na %s ay hindi nahanap."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "kinukuha muli ang mga rpm file mula sa medium na \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"gumawa ng transaksyon para sa pag-i-install sa %s (alisin=%d, i-install=%d, "
-"i-upgrade=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "hindi magawa ang transaksyon"
-
-#: ../urpm/install.pm:201
-#, fuzzy, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "hindi maalis ang package na %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "hindi ma-install ang package na %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "ini-install ang %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...pagkukuha muli nabigo: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "inaalis ang package na %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "inaalis ang package na %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "ini-install ang %s"
-
-#: ../urpm/install.pm:281
-#, fuzzy, c-format
-msgid "More information on package %s"
-msgstr "Mas maraming inpormasyon sa package..."
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "Walang command na nabanggit"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "urpmi database ay naka-lock"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Babala"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Pag-i-install ay nabigo"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Pag-i-install ay nabigo"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Ang mga sumusunod na package ay may masamang signature"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Ang mga sumusunod na package ay may masamang signature"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Gusto mong ituloy ang pag-i-install ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "ini-install ang %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "dini-distribute ang %s"
-
-#: ../urpm/main_loop.pm:193
-#, fuzzy, c-format
-msgid "installing %s from %s"
-msgstr "ini-install ang %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "ini-install ang %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Subukan ang pag-i-install na hindi sinusuri ang mga dependency? (o/H) "
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Subukan ang pag-i-install nang mas malakas (--force)? (o/H) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Pag-i-install ay maaari"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "sinusuri ang MD5SUM file"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, fuzzy, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "babala: md5sum para sa %s ay wala sa talaksang MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"virtual medium na \"%s\" ay dapat may malinaw na url, medium di-pinansin"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "hindi ma-access ang list file ng \"%s\", medium di-pinansin"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "hindi ma-access ang hdlist file ng \"%s\", medium di-pinansin"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "sinusubukang i-bypass ang mayroon nang medium na \"%s\", iniiwasan"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "isulat ang config file [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Hindi magamit ang parallel mode kasama ang use-distrib mode"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "ginagamit ang kasamahang media para sa parallel mode: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis ay hindi magagamit kasama ang --media, --excludemedia,--"
-"sortmedia, --update o --parallel"
-
-#: ../urpm/media.pm:666
-#, fuzzy, c-format
-msgid "Search start: %s end: %s"
-msgstr "Hanapin ang mga naka-install na font"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "nilalaktawan ang package na %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "i-install imbis na i-upgrade ang package na %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "medium na \"%s\" ay mayroon na"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "binabasa ang mga header mula sa medium na \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "inaalis ang medium na \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "hindi mabuksan ang rpmdb"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "hindi ma-access ang unang installation medium (walang hdlists na file)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "kinukuha muli ang hdlists file..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "sinusubukang piliin ang di-mayroong medium na \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "pumipili ng maramihang media: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "inaalis ang medium na \"%s\""
-
-#: ../urpm/media.pm:1055
-#, fuzzy, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "kinukuha muli ang mga rpm file mula sa medium na \"%s\"..."
-
-#: ../urpm/media.pm:1089
-#, fuzzy, c-format
-msgid "...reconfiguration failed"
-msgstr "Configuration file"
-
-#: ../urpm/media.pm:1095
-#, fuzzy, c-format
-msgid "reconfiguration done"
-msgstr "Pagsasaayos ng Server"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "medium na \"%s\" ay hindi nakapili"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "sinusuri ang synthesis file [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "problema sa pagbabasa ng synthesis file ng medium na \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "isinusulat ang list file para sa medium na \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...pagkokopya nabigo"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "kinokopya ang paglalarawan na file ng \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...pagkokopya natapos"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "pagkopya ng [%s] nabigo (file ay kahina-hinalang maliit)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "kino-compute ang md5sum ng nakuhang source hdlist (o synthesis)"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "pagkopya ng [%s] nabigo (md5sum di-tugma)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "sinusuri ang hdlist file [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "ini-install ang %s"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "walang nahanap na hdlist file para sa medium na \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "kinokopya ang paglalarawan na file ng \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "inbalidong pangalan ng rpm file [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "kinukuha muli ang source hdlist (o synthesis) ng \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "nahanap ang sinuring hdlist (o synthesis) bilang %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "walang nahanap na hdlist file para sa medium na \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "sinusuri ang pubkey file ng \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...in-import ang key na %s mula sa pubkey file ng \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "hindi ma-import ang pubkey file ng \"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "idinagdag ang medium na %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "binabasa ang mga rpm file mula sa [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "HhNn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "OoYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Sorry, masamang pili, subukan muli\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Maghanap"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "inaalis ang medium na \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "hindi ma-parse ang \"%s\" sa file [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "sinusuri ang parallel handler sa file [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "nakahanap ng parallel handler para sa mga node: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "hindi magamit ang parallel option na \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Pag-i-install ay nabigo"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "hindi ma-access ang medium na \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "mina-mount ang %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "ina-unmount ang %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Ito ay libreng software at maaaring ipamahagi ayon sa mga nasasaad sa GNU "
-"GPL.\n"
-"\n"
-"paggamit:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - i-print itong tulong na mensahe.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - gumamit ng specific na environment o kapaligiran\n"
-" (karaniwan ay isang ulat sa bug).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - huwag gamitin ang binigay na media, hiniwalay ng kuwit.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --root - gumamit ng ibang root para sa pag-i-install ng rpm.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - iayos ang media ayon sa mga substring na hiniwalay ng "
-"kuwit.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-" --synthesis - gamitin ang binigay na synthesis imbis na urpmi "
-"database.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - gamitin ang binigay na synthesis imbis na urpmi "
-"database.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - huwag i-print ang mga magkatulad na linya.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - gamitin lang ang update media.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - masalita na paraan.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - balewalain ang pagkakaiba ng case/laki ng titik sa bawat\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -i - balewalain ang pagkakaiba ng case/laki ng titik sa bawat\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - isama nang direkta ang perl code bilang perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, fuzzy, c-format
-msgid " -a - binary AND operator.\n"
-msgstr ""
-" -a - binary AND operator, totoo kung parehong expression ay "
-"totoo.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, fuzzy, c-format
-msgid " -o - binary OR operator.\n"
-msgstr ""
-" -o - binary OR operator, totoo kung isang expression ay "
-"totoo.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, fuzzy, c-format
-msgid " ! - unary NOT.\n"
-msgstr " -q - tahimik na paraan.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr ""
-" ) - kanang parenthesis para isara ang grupo ng expression.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Talaan ng data na ibabalik:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - gamitin ang X interface.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " defaults ay %s.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - i-print ang tag url: url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - i-print ang tag buildhost: build host.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "Module para sa pagco-configure ng Konsole"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr ""
-" --conflicts - i-print ang tag conflicts: lahat ng pagkakasalungat.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - i-print ang tag description: paglalarawan.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - i-print ang tag epoch: epoch.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --all - i-print lahat ng mga tag.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - ilista ang mga file sa package.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - i-print ang tag group: grupo.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --all - i-print lahat ng mga tag.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --all - i-print lahat ng mga tag.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - i-print ang tag obsoletes: lahat ng pinapalaos.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - i-print ang tag packager: taga-package.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - i-print ang tag provides: lahat ng binibigay.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - i-print ang tag requires: lahat ng kinakailangan.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - i-print ang tag size: laki.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - i-print ang tag sourcerpm: source rpm.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - i-print ang tag obsoletes: lahat ng pinapalaos.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - i-print ang tag summary: kabuuan.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - i-print ang tag url: url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - masalita na paraan.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - ilista ang mga file sa package.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - i-print ang version, release o labas at arch o "
-"arkitektura\n"
-" kasama ang pangalan.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "ginagamit ang specific environment sa %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "walang nahanap na hdlist file para sa medium na \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "nakabuo ng hdlist synthesis file para sa medium na \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "isinusulat ang list file para sa medium na \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Walang package na may pangalang %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Ang mga sumusunod na package ay naglalaman ng %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Lahat ay naka-install na"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "Lahat ay naka-install na"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "Lahat ay naka-install na"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "dahil sa nawawalang %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "Lahat ay naka-install na"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "dahil sa hindi na-satisfy na %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "sinusubukang i-promote ang %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "para maitago ang %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "para ma-install ang %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "dahil sa pagkakasalungat sa %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Inbalidong signature (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Inbalidong Key ID (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Nawawalang signature (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "hindi maisulat ang config file [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Pagkokopya nabigo"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Pagkokopya nabigo"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Ito ay libreng software at maaaring ipamahagi ayon sa mga nasasaad sa GNU "
-"GPL.\n"
-"\n"
-"paggamit:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr ""
-" --auto - automatic na pumili ng package sa mga pagpipilian.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, fuzzy, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - subukan kung makakamit ng tama ang pag-i-install.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-" --parallel - distributed/nakapamahagi na urpmi sa mga makina ng "
-"alias.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - i-print ang tag packager: taga-package.\n"
-
-#: ../urpme:53
-#, fuzzy, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr ""
-" --root - gumamit ng ibang root para sa pag-i-install ng rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - i-update ang update media lamang.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - i-print ang tag description: paglalarawan.\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - i-configure ang urpmi \"on the fly\" mula sa isang "
-"distrib\n"
-" tree, magagamit para sa mag-(un)install ng chroot na may\n"
-" option na --root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose - masalita na paraan.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-" -a - piliin lahat ng package na tumutugma sa expression.\n"
-
-#: ../urpme:73
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Superuser lamang ang pinapayagang mag-install ng mga package"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "hindi kilalang mga package"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "hindi kilalang package"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "ang pag-aalis ng package na %s ay sisira ng sistema mo"
-msgstr[1] "ang pag-aalis ng package na %s ay sisira ng sistema mo"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Walang maaalis"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Walang maaalis"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Para ma-satisfy ang dependency, ang sumusunod na package ay aalisin (%d MB)"
-msgstr[1] ""
-"Para ma-satisfy ang dependency, ang sumusunod na package ay aalisin (%d MB)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "hindi kilalang package"
-msgstr[1] "hindi kilalang package"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "inaalis ang package na %s"
-msgstr[1] "inaalis ang package na %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (o/H) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "kinukuha ang naaalis na device bilang \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Pag-aalis nabigo"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Pag-aalis nabigo"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-" --auto-select - piliin kaagad ang mga package para i-upgrade ang "
-"sistema.\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - i-disable ang MD5SUM na pagsusuri ng file.\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - pilitin ang pag-update ng gpg key.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - i-print ang tag obsoletes: lahat ng pinapalaos.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - huwag itanong kung alisin ang package, huwag magpatuloy.\n"
-
-#: ../urpmi:87
-#, fuzzy, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-" --install-src - i-install ang source package lamang (walang mga binary).\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - ingatan ang mga package na mayroon na, tanggihan\n"
-" ang mga hiniling na package kung magkakaroon ng aalisin.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - hatiin sa maliliit na transaksyon kung mas marami sa "
-"binigay\n"
-" na mga package ay ii-install o ia-upgrade,\n"
-" default ay %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - haba ng maliit na transaksyon, default ay %d.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - igiit ang fuzzy na paghahanap (pareho ng -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - i-print ang tag requires: lahat ng kinakailangan.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - i-install ang source package lamang (walang mga binary).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - alisin ang rpm sa cache bago pa ang kung ano.\n"
-
-#: ../urpmi:100
-#, fuzzy, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - ingatan ang rpm na hindi ginagamit sa cache.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - payagan ang pagtanong sa user na i-install ang mga "
-"package\n"
-" na hindi sinusuri ang mga dependency.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - payagan ang pagtanong sa user na i-install ang mga "
-"package\n"
-" na hindi sinusuri ang mga dependency at integridad.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - i-print ang tag obsoletes: lahat ng pinapalaos.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - i-configure ang urpmi \"on the fly\" mula sa isang "
-"distrib\n"
-" tree, magagamit para sa mag-install ng chroot na may\n"
-" option na --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - limitahan ang tulin ng pagda-download.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - ituloy ang paglipat ng mga na-download nang bahagi ng "
-"file\n"
-" (--no-resume ay dini-disable ito, default ay naka-"
-"disable).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - gamitin ang binanggit na HTTP proxy, ang bilang ng port "
-"ay\n"
-" ipinagpalagay na 1080 bilang default\n"
-" (format ay <proxyhost[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - banggitin ang user at password na gagamitin para sa "
-"proxy\n"
-" authentication (format ay <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - maglabas ng ulat ng bug sa directory na binanggit ng\n"
-" kasunod na argument.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - huwag isama ang path na hiniwalay ng comma/kuwit.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - huwag isama ang mga docs file.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - huwag itanong kung alisin ang package, huwag magpatuloy.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - i-print ang tag url: url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - i-print ang tag description: paglalarawan.\n"
-
-#: ../urpmi:142
-#, fuzzy, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --test - subukan kung makakamit ng tama ang pag-i-install.\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --test - subukan kung makakamit ng tama ang pag-i-install.\n"
-
-#: ../urpmi:144
-#, fuzzy, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - kapag may ilang mga paketeng nahanap, magbigay ng mas-"
-"maraming\n"
-" papagpilian kaysa sa default.\n"
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - ingatan ang rpm na hindi ginagamit sa cache.\n"
-
-#: ../urpmi:147
-#, fuzzy, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-" --strict-arch - iapgreyd lamang ang mga paketeng pareho ang arkitektura.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - piliin lahat ng katugma sa command line.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - tahimik na paraan.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - masalita na paraan.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" ang mga pangalan o rpm file na binigay sa command line ay ii-install.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-"Ano ang magagawa sa mga binary rpm file kung ginagamit ang --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Directory na [%s] ay meron na, gumamit ng ibang directory para sa ulat ng "
-"bug o alisin ito"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Hindi magawa ang directory na [%s] para sa ulat ng bug"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, fuzzy, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Error: mukhang ang %s ay nakalapat na read-only.\n"
-"Gamitin ang --allow-force upang pilitin ang operasyon."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr " (i-upgrade)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr " (i-upgrade)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr " (i-install)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr " (i-install)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Para ma-satisfy ang dependency, ang sumusunod na package ay aalisin (%d MB)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Ano ang pili mo? (1-%d) "
-
-#: ../urpmi:507
-#, fuzzy, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Ang sumusunod na mga pakete ay hindi maluluklok dahil umaasa sila sa mga\n"
-"pakete na mas-luma sa nakaluklok:\n"
-"%s"
-
-#: ../urpmi:509
-#, fuzzy, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Ang sumusunod na mga pakete ay hindi maluluklok dahil umaasa sila sa mga\n"
-"pakete na mas-luma sa nakaluklok:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Magpatuloy kahit paano?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (O/h) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Ilang package na hiniling ay hindi ma-install:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Ilang package na hiniling ay hindi ma-install:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "ang pag-aalis ng package na %s ay sisira ng sistema mo"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Hindi makapagpatuloy ang pag-i-install dahil ang mga sumusunod na\n"
-"package ay dapat alisin para ma-upgrade ang iba:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Hindi makapagpatuloy ang pag-i-install dahil ang mga sumusunod na\n"
-"package ay dapat alisin para ma-upgrade ang iba:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Ang mga sumusunod na package ay dapat alisin para ma-upgrade ang iba:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Ang mga sumusunod na package ay dapat alisin para ma-upgrade ang iba:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Kailangan mong maging root para i-install ang mga sumusunod na dependency:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"Para ma-satisfy ang dependency, ang sumusunod na package ay aalisin (%d MB)"
-msgstr[1] ""
-"Para ma-satisfy ang dependency, ang sumusunod na package ay aalisin (%d MB)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "I-cancel"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Pindutin ang Enter kung handa na..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"paggamit: urpmi.addmedia [mga_option] <pangalan> <url> [with "
-"<relative_path>]\n"
-"kung saan ang <url> ay isa sa mga\n"
-" [file:/]/<path> with <relative filename ng hdlist>\n"
-" ftp://<login>:<password>@<host>/<path> with <relative filename ng "
-"hdlist>\n"
-" ftp://<host>/<path> with <relative filename ng hdlist>\n"
-" http://<host>/<path> with <relative filename ng hdlist>\n"
-" removable://<path> with <relative filename of hdlist>\n"
-"\n"
-"at ang [mga_option] ay mula sa\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-" --wget - gamitin ang wget para kunin ang mga malayong file.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr ""
-" --curl - gamitin ang curl para kunin ang mga malayong file.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-" --curl - gamitin ang curl para kunin ang mga malayong file.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr ""
-" --curl - gamitin ang curl para kunin ang mga malayong file.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr ""
-" --probe-synthesis - subukang hanapin at gamitin ang synthesis file.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - huwag subukang maghanap ng synthesis o hdlist file.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - automatic na gawin lahat ng media mula sa isang "
-"installation\n"
-" medium.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - ilista ang mga available na media.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - gamitin ang binanggit na URL para sa talaan ng mga "
-"mirror,\n"
-" default ay %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - gumawa ng virtual media na parating naka-update,\n"
-" ang file:// protocol lamang ang pinahihintulutan.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - i-disable ang MD5SUM na pagsusuri ng file.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - tahimik na paraan.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - masalita na paraan.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, fuzzy, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Superuser lamang ang pinapayagang mag-install ng mga package"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "isulat ang config file [%s]"
-
-#: ../urpmi.addmedia:128
-#, fuzzy, c-format
-msgid "Can't create config file [%s]"
-msgstr "isulat ang config file [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr ""
-"hindi kailangang ibigay ang <relative path ng hdlist> kasama ang --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<relative path ng hdlist> ay nawawala\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "hindi ma-access ang medium na \"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Ito ay libreng software at maaaring ipamahagi ayon sa mga nasasaad sa GNU "
-"GPL.\n"
-"\n"
-"paggamit:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - ingatan ang rpm na hindi ginagamit sa cache.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-" --list-url - ilista ang mga available na media at kanilang URL.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-" --list-url - ilista ang mga available na media at kanilang URL.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --all - i-print lahat ng mga tag.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "package na %s ay hindi nahanap."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "kinukuha muli ang rpm file [%s] ..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Walang nahanap na filelist\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"paggamit: urpmi.removemedia (-a | <pangalan> ...)\n"
-"kung saan ang <pangalan> ay pangalan ng medium na aalisin.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - piliin lahat ng media.\n"
-
-#: ../urpmi.removemedia:42
-#, fuzzy, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -a - piliin lahat ng katugma sa command line.\n"
-
-#: ../urpmi.removemedia:59
-#, fuzzy, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Superuser lamang ang pinapayagang mag-install ng mga package"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "walang aalisin (gamitin ang urpmi.addmedia para magdagdag ng media)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"ang entry na aalisin ay nawawala\n"
-"(isa sa mga %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"paggamit: urpmi.update [mga_option] <pangalan> ...\n"
-"kung saan ang <pangalan> ay pangalan ng medium na ia-update.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - i-update ang update media lamang.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - pilitin ang pag-update ng gpg key.\n"
-
-#: ../urpmi.update:46
-#, fuzzy, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --update - i-update ang update media lamang.\n"
-
-#: ../urpmi.update:47
-#, fuzzy, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - huwag magsariwa, markahan ang mediya na enabled.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - huwag subukang maghanap ng synthesis o hdlist file.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr ""
-" -a - piliin lahat ng non-removable (hindi naaalis) na media.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - pilitin ang paggawa ng mga hdlist file.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - pilitin ang paggawa ng mga hdlist file.\n"
-
-#: ../urpmi.update:69
-#, fuzzy, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Superuser lamang ang pinapayagang mag-install ng mga package"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"walang ia-update (gamitin ang urpmi.addmedia para magdagdag ng media)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"ang entry na ia-update ay nawawala\n"
-"(isa sa mga %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "ignoring media %s"
-msgstr "Ini-edit ang medium na \"%s\":"
-
-#: ../urpmi.update:103
-#, fuzzy, c-format
-msgid "enabling media %s"
-msgstr "inaalis ang medium na \"%s\""
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Ito ay libreng software at maaaring ipamahagi ayon sa mga nasasaad sa GNU "
-"GPL.\n"
-"\n"
-"paggamit:\n"
-
-#: ../urpmq:48
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --media - gamitin lang ang binigay na media, hiniwilay ng comma/"
-"kuwit.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - igiit ang fuzzy na paghahanap (pareho ng -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - ilista ang mga available na package.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - ilista ang mga available na media.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr ""
-" --list-url - ilista ang mga available na media at kanilang URL.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - ilista ang mga available node kung ginagamit ang --"
-"parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - ilista ang mga available na parallel alias.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - i-dump ang config sa anyo na argument ng urpmi.addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - ang kasunod na package ay source package (pareho ng -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - ibigay lahat ng source package bago i-download (root "
-"lang).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - i-print ang tag url: url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - i-configure ang urpmi \"on the fly\" mula sa isang "
-"distrib\n"
-" tree. Ito ay magpapahintulot na tanungin ang distro.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - i-print ang changelog.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr ""
-" --conflicts - i-print ang tag conflicts: lahat ng pagkakasalungat.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - i-print ang tag obsoletes: lahat ng pinapalaos.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - i-print ang tag provides: lahat ng binibigay.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - i-print ang tag requires: lahat ng kinakailangan.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - i-print ang tag obsoletes: lahat ng pinapalaos.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - i-print ang tag sourcerpm: source rpm.\n"
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary - i-print ang tag summary: kabuuan.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - ipaabot ang tanong sa package dependencies.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr ""
-" --whatrequires - pabaliktad na paghahanap sa kung ano ang nangangailangan "
-"ng\n"
-" package.\n"
-
-#: ../urpmq:93
-#, fuzzy, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" -R - pabaliktad na paghahanap sa kung ano ang nangangailangan "
-"ng\n"
-" package.\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" -p - payagang maghanap sa provides para hanapin ang package.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - kompletong output kasama ang package na aalisin.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - i-print ang mga grupo na may pangalan din.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - mag-print ng kapakipakinabang na inpormasyon sa anyong\n"
-" nababasa ng tao.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - ilista ang mga file sa package.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - tahimik na paraan.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr ""
-" -r - i-print ang version at release na may pangalan din.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - ang kasunod na package ay source package (pareho ng --"
-"src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - alisin ang package kung may mas bagong version na\n"
-" naka-install.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr ""
-" -y - igiit ang fuzzy na paghahanap (pareho ng --fuzzy).\n"
-
-#: ../urpmq:108
-#, fuzzy, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -a - piliin lahat ng katugma sa command line.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-" ang mga pangalan o rpm file na binigay sa command line ay tatanungin.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes ay magagamit lang kasama ang --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "hindi maisulat ang list file ng \"%s\""
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"Tandaan: dahil wala sa mga hinanapang media ay gumagamit ng mga hdlist, ang "
-"urpmf ay hindi makapagbalik ng kahit anong resulta\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"Tandaan: dahil wala sa mga hinanapang media ay gumagamit ng mga hdlist, ang "
-"urpmf ay hindi makapagbalik ng kahit anong resulta\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"Tandaan: dahil wala sa mga hinanapang media ay gumagamit ng mga hdlist, ang "
-"urpmf ay hindi makapagbalik ng kahit anong resulta\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"Tandaan: dahil wala sa mga hinanapang media ay gumagamit ng mga hdlist, ang "
-"urpmf ay hindi makapagbalik ng kahit anong resulta\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Walang nahanap na changelog\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - gumawa ng update medium.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "sirang anyo ng input: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d transaksyong pag-i-install ay nabigo"
-#~ msgstr[1] "%d transaksyong pag-i-install ay nabigo"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Lahat ay naka-install na"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Nagsusuri para alisin ang mga sumusunod na package"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "urpmi database ay naka-lock"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "mga hindi kilalang option '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "sobrang daming mount point para sa naaalis na medium na \"%s\""
-
-#, fuzzy
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "Ang \"%s\" ay ISO image at isasalang ng kusa"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "gumagamit ng iba't-ibang naaalis na device [%s] para sa \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "hindi makuha muli ang pathname para sa naaalis na medium \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "hindi ma-access ang unang installation medium"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "hindi ma-access ang medium na \"%s\",\n"
-#~ "ito ay mangyayari kung mano-mano mong in-mount ang directory noong "
-#~ "ginagawa ang medium."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "incoherent na medium na \"%s\" may markang naaalis pero hindi naman"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - linisin ang headers cache directory.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "virtual medium ay kailangang local"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "hindi ma-parse ang hdlist file ng \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "kino-compute ang md5sum ng mayroong source hdlist (o synthesis)"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "virtual medium na \"%s\" ay dapat nag-define ng hdlist o list file, "
-#~ "medium di-pinansin"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "inbalidong pangalan ng rpm file [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "hindi mahanap ang list file para sa \"%s\", medium di-pinansin"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "sinusubukang piliin ang di-mayroong medium na \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "nakabuo ng hdlist synthesis file para sa medium na \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "hindi ma-parse ang hdlist file ng \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "medium \"%s\" ay sumusubok gumamit ng gamit na na hdlist, medium di-"
-#~ "pinansin"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "medium \"%s\" ay sumusubok gumamit ng gamit na na list, medium di-pinansin"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Tandaan: dahil wala sa mga hinanapang media ay gumagamit ng mga hdlist, "
-#~ "ang urpmf ay hindi makapagbalik ng kahit anong resulta\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr ""
-#~ "nagsasagawa ng pangalawang pagdaan para i-compute ang mga dependency\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "binubuo ang hdlist [%s]"
-
-#, fuzzy
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "Hindi makabuo ng talaksang synthesis para sa medium na \"%s\". Maaaring "
-#~ "sira ang inyong talaksang hdlist."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr ""
-#~ "problema sa pagbabasa ng hdlist o synthesis file ng medium na \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "kino-compute ang md5sum ng nakopyang source hdlist (o synthesis)"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...pagkukuha muli nabigo: md5sum di-tugma"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "walang nahanap na rpm file mula sa [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "hindi mabasa ang mga rpm file mula sa [%s]: %s"
-
-#, fuzzy
-#~ msgid "no rpms read"
-#~ msgstr "walang nabasang rpm"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "binabasa ang mga header mula sa medium na \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-synthesis - subukang hanapin at gamitin ang synthesis file.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - subukang hanapin at gamitin ang hdlist file.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Tandaan: dahil wala sa mga hinanapang media ay gumagamit ng mga hdlist, "
-#~ "ang urpmf ay hindi makapagbalik ng kahit anong resulta\n"
-
-#, fuzzy
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr ""
-#~ "Maaari niyong gamitin ang --name upang maghanap ng pangalan ng mga "
-#~ "pakete.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr ""
-#~ " --src - ang kasunod na package ay source package (pareho ng -"
-#~ "s).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - subukang hanapin at gamitin ang hdlist file.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "hindi ma-update ang medium na \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "hindi magawa ang medium na \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "may maramihang package na may parehong pangalan ng rpm file \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "hindi ma-parse ng tama ang [%s] sa halaga na \"%s\""
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "medium na \"%s\" ay gumagamit ng inbalidong list file:\n"
-#~ " siguro hindi na-update ang mirror, sinusubukang gamitin ang "
-#~ "alternatibong paraan"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr ""
-#~ "medium na \"%s\" ay hindi nagde-define ng lokasyon para sa mga rpm file"
-
-#~ msgid "unrequested"
-#~ msgstr "hindi hiniling"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "idinadagdag ang package na %s (id=%d, eid=%d, update=%d, file=%s)"
-
-#, fuzzy
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Ang mga sumusunod na package ay may masamang signature:\n"
-#~ "\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Gusto mong ituloy ang pag-i-install?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Kailangan mong maging root para magamit itong command ! \n"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "hindi maalis ang package na %s"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "Walang nahanap na filelist\n"
-
-#~ msgid "medium \"%s\" is not selected"
-#~ msgstr "medium na \"%s\" ay hindi nakapili"
-
-#, fuzzy
-#~ msgid "Remove %d packages?"
-#~ msgstr "inaalis ang package na %s"
-
-#~ msgid " -f - force generation of hdlist files.\n"
-#~ msgstr " -f - pilitin ang paggawa ng mga hdlist file.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - huwag maghanap sa provides para hanapin ang package.\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr ""
-#~ " -R - pabaliktad na paghahanap sa kung ano ang "
-#~ "nangangailangan ng\n"
-#~ " package.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " -RR - extended reverse search (includes virtual packages).\n"
-#~ msgstr ""
-#~ " -R - pabaliktad na paghahanap sa kung ano ang "
-#~ "nangangailangan ng\n"
-#~ " package.\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgstr[0] ""
-#~ "Para ma-satisfy ang dependency/pagkaka-asa-asa, ang mga sumusunod na %d "
-#~ "package ay ii-install (%d MB)"
-#~ msgstr[1] ""
-#~ "Para ma-satisfy ang dependency/pagkaka-asa-asa, ang mga sumusunod na %d "
-#~ "package ay ii-install (%d MB)"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Para ma-satisfy ang dependency/pagkaka-asa-asa, ang mga sumusunod na %d "
-#~ "package ay ii-install (%d MB)"
-
-#, fuzzy
-#~ msgid ""
-#~ "To satisfy dependencies, the following packages are going to be installed"
-#~ msgid_plural ""
-#~ "To satisfy dependencies, the following package is going to be installed"
-#~ msgstr[0] ""
-#~ "Para ma-satisfy ang dependency/pagkaka-asa-asa, ang mga sumusunod na %d "
-#~ "package ay ii-install (%d MB)"
-#~ msgstr[1] ""
-#~ "Para ma-satisfy ang dependency/pagkaka-asa-asa, ang mga sumusunod na %d "
-#~ "package ay ii-install (%d MB)"
-
-#, fuzzy
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "nilalaktawan ang media na %s: walang hdlist\n"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Ini-install ang package na `%s' (%s/%s)..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "sinusuri ang synthesis file [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "dini-distribute ang %s"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "Pag-i-install ng package..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Pag-i-install ng package..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr ""
-#~ " --probe-synthesis - subukang hanapin at gamitin ang synthesis file.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - subukang hanapin at gamitin ang hdlist file.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "`with' nawawala para sa network media\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "mga hindi kilalang option '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "hindi mahanap ang hdlist file para sa \"%s\", medium di-pinansin"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "incoherent na list file para sa \"%s\", medium di-pinansin"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "hindi masiyasat ang list file para sa \"%s\", medium di-pinansin"
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "virtual medium na \"%s\" ay hindi local, medium di-pinansin"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "virtual medium na \"%s\" ay dapat may balidong source hdlist o synthesis, "
-#~ "medium di-pinansin"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "kinokopya ang source hdlist (o synthesis) ng \"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "pagkuha muli ng source hdlist (o synthesis) nabigo"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "file na [%s] ay ginagamit na sa parehong medium na \"%s\""
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "walang naisulat sa list file para sa \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "nahanap %d header sa cache"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "inaalis ang %d obsolete na header sa cache"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "ginagamit ang proseso na %d para sa pagpapatupad ng transaksyon"
-
-#, fuzzy
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr " --buildhost - i-print ang tag buildhost: build host.\n"
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Ang mga sumusunod na package ay naglalaman ng %s: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "kinokopya ang hdlists file..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "hindi balidong paglalarawan ng hdlist na \"%s\" sa hdlists file"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Ayos ba ito?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - gamitin ang binanggit na version ng distribusyon, ang\n"
-#~ " default ay kukunin sa version ng distribusyon na "
-#~ "sinabi ng\n"
-#~ " naka-install na mandriva-release package.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - gamitin ang binanggit na arkitektura, ang default ay "
-#~ "arch ng\n"
-#~ " mandriva-release package na naka-install.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - kunin ang mga header para sa package na nakalista mula "
-#~ "sa\n"
-#~ " urpmi database papuntang stdout (root lang).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr ""
-#~ "Para ma-satisfy ang dependency/pagkaka-asa-asa, ang mga sumusunod na %d "
-#~ "package ay ii-install (%d MB)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "ini-install ang %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Automatic na pag-i-install ng mga package...\n"
-#~ "Hiniling mo na i-install ang package na %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: command hindi nahanap\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Ilang package na hiniling ay hindi ma-install:\n"
-#~ "%s\n"
-#~ "Magpatuloy?"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5sum di-tugma"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "Ito ay libreng software at maaaring ipamahagi ayon sa mga nasasaad sa GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "paggamit:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr ""
-#~ " --synthesis - gamitin ang binigay na synthesis imbis na urpmi "
-#~ "database.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - huwag i-print ang pangalan ng tag (default kung "
-#~ "walang\n"
-#~ " binigay na tag sa command line, hindi kasundo ang\n"
-#~ " interactive na mode o paraan).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - huwag i-print ang mga magkatulad na linya.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - i-print lahat ng mga tag.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - i-print ang tag summary: kabuuan.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - i-print ang tag description: paglalarawan.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - i-print ang tag buildhost: build host.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr " --provides - i-print ang tag provides: lahat ng binibigay.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr ""
-#~ " --requires - i-print ang tag requires: lahat ng kinakailangan.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - i-print ang tag files: lahat ng file.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr ""
-#~ " --obsoletes - i-print ang tag obsoletes: lahat ng pinapalaos.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - gumamit ng specific na environment o kapaligiran "
-#~ "(karaniwan\n"
-#~ " ay isang ulat sa bug).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr ""
-#~ " -i - balewalain ang pagkakaiba ng case/laki ng titik sa "
-#~ "bawat\n"
-#~ " pattern o parisan.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - binary AND operator, totoo kung parehong expression ay "
-#~ "totoo.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr ""
-#~ " ! - unary NOT, totoo kung expression ay hindi totoo.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr ""
-#~ " ( - kaliwang parenthesis para buksan ang grupo ng "
-#~ "expression.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr ""
-#~ " ) - kanang parenthesis para isara ang grupo ng "
-#~ "expression.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "ang callback ay :\n"
-#~ "%s\n"
-
-#, fuzzy
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr "Magpatuloy"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Ilang package na hiniling ay hindi ma-install:\n"
-#~ "%s"
-
-#, fuzzy
-#~ msgid ""
-#~ " --keep - keep existing packages if possible, reject requested\n"
-#~ " packages that leads to remove.\n"
-#~ msgstr ""
-#~ " --keep - ingatan ang mga package na mayroon na, tanggihan\n"
-#~ " ang mga hiniling na package kung magkakaroon ng "
-#~ "aalisin.\n"
-
-#~ msgid ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-#~ msgstr ""
-#~ " --distrib-XXX - automatic na gumawa ng medium para sa XXX na bahagi "
-#~ "ng\n"
-#~ " distribusyon, ang XXX ay maaaring main, contrib, "
-#~ "updates o\n"
-#~ " kahit ano na na-configure ;-)\n"
-
-#, fuzzy
-#~ msgid "found version %s and arch %s ..."
-#~ msgstr "nahanap ang bersyon %s at arch %s ..."
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "hindi maidagdag ang mga update ng distribusyon ng cooker\n"
-
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "kinukuha ang mga mirror sa %s ..."
diff --git a/po/tr.po b/po/tr.po
deleted file mode 100644
index d3f91f2a..00000000
--- a/po/tr.po
+++ /dev/null
@@ -1,3296 +0,0 @@
-# translation of urpmi.po to Türkçe
-# Copyright (C) 2008 Free Software Foundation, Inc.
-#
-# -------------------------------------------------------
-#
-# Nilgün Belma Bugüner <nilgun@fide.org>, 2001.
-# Batuhan Osmanoğlu <batuhan@ieee.org>, 2002.
-# Durmuş Celep <durmusc_tr@yahoo.com>, 2002.
-# Ömer Fadıl USTA <omer_fad@hotmail.com>, 2001, 2002, 2003, 2004.
-# Tuncay YENİAY <tuncayyeniay@mynet.com>, 2002.
-# Erçin EKER <erc.caldera@gmx.net>, 2003.
-# Taha Özket <taha.ozket@obss.net>, 2007.
-# Atilla ÖNTAŞ <atilla_ontas@hotmail.com>, 2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi\n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-04-28 01:10+0300\n"
-"Last-Translator: Atilla ÖNTAŞ <atilla_ontas@hotmail.com>\n"
-"Language-Team: Türkçe <tr@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: KBabel 1.11.4\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM Paketi Kurulumu"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Hata: %s bulunamadı, işlem iptal edilecek"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Tamam"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Bir kaynak paketi seçtiniz:\n"
-"\n"
-"%s\n"
-"\n"
-"Muhtemelen bu paketi yüklemek istemediniz. (bu paketi yüklemek kaynak "
-"kodunda değişiklik yaparak paketi tekrar derlemenizi sağlayacak).\n"
-"\n"
-"Ne yapmak istersiniz?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Şu yazılım paketlerini sisteminize kurmak üzeresiniz:\n"
-"\n"
-"%s\n"
-"\n"
-"Devam ?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Şu yazılım paketini sisteminize kurmak üzeresiniz:\n"
-"\n"
-"%s\n"
-"\n"
-"Bunu sadece kaydetmeyi de seçebilirsiniz. Seçiminiz nedir?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Kur"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Kaydet"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "İp_tal"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Dosyayı kaydetmek için bir yer seçin"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi sürüm %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Bu bir serbest yazılımdır ve GNU GPL lisansı altında tekrar "
-"dağıtılabilinir.\n"
-"\n"
-"kullanımı:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Seçenekler:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - bu yardım mesajını görüntüler.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - etkileşimli kip kapalı, sorulara varsayılan cevapları "
-"ver.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - Sistemi güncellemek için paketleri otomatik seç.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - bazı paketlerin bulunamama durumda bile işlemin\n"
-" devamına zorla.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - kurulumdan önce rpm imzasını doğrula\n"
-" (--no-verify-rpm bunu iptal eder, öntanımlı etkindir).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - sadece belirtilen ortamları kullan (virgülle ayırın).\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - paketi bulmak için aramaya izin ver.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr ""
-" -P - sağlanan paketlerin arasında paketi bulmak için arama "
-"yapma.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - rpm kurulmu için bir başka kök kullan.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - kurulumun başarılı olup olmayacağını doğrula.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --searchmedia - istenen paketleri sadece verilen medyalarda ara.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Herhangi bir paket belirtilmemiş."
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Lütfen bekleyiniz..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Yetkili kullanıcı olunmalı"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"İstenen bazı paketler kurulamıyor:\n"
-"%s\n"
-"Yinde de kuruluma devam edilsin mi?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Uyarı"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Tamam"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (güncellenecek)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (yüklenecek)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Paket seçimi"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Aşağıdaki paketlerden birine ihtiyaç var:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "D_urdur"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Diğer paketlerin güncellenmesi için aşağıdaki paketlerin kaldırılması "
-"gerekiyor:\n"
-"%s\n"
-"Yine de devam edilsin mi?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-"Bağımlılık sorununu aşabilmek için, aşağıdaki paketin kurulması gerekiyor:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-"Bağımlılık sorununu aşabilmek için, aşağıdaki paketlerin kurulması gerekiyor:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d paket, %d MB)"
-msgstr[1] "(%d paket, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Paket kurulumu..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "kaynak paketleri alınamadı, çıkılıyor"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Hazırlanıyor..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "'%s' paketi kuruluyor ( %s/%s )..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Lütfen \"%s\" isimli ortamı yerleştirin"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "'%s' paketi indiriliyor..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Bitti"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Kurulum başarısızlıkla sonuçlandı. Bazı dosyalar kayıp:\n"
-"%s\n"
-"Urpmi veritabanınızı güncellemek isteyebilirsiniz"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Kurulum başarısız oldu"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Herşey zaten kurulu"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Kurulum tamamlandı"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "%s kaldırılıyor"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "urpmi yeniden başlatılıyor."
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"kullanımı: %s [seçenekler]\n"
-"ve [seçenekler] de şunlardan biridir\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - bu yardım mesajını görüntüler.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <yol> - yerine, verilen kökü kullan/\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - belirtilen grup için sonuçları sınırla.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " %s için varsayılan.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - rpm'in tam adı çıktısı (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Paketleri kurmak için sadece sistem yöneticisi yetkilidir"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Urpmi kısıtlı kipte çalışıyor..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "%s oluşturulamıyor."
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "%s dizininin sahipliği geçersiz."
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "[%s] yeniden paketleme dizinine yazılamıyor.\n"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "rpm veritabanı açılamıyor"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "rpm dosya ismi [%s] geçersiz"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "Rpm dosyası [%s] getiriliyor..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...alma tamamlandı"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...getirme başarısız: [%s]"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "rpm dosyasına [%s] erişilemiyor"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "%s [%s] spec dosyası ayrıştırılamıyor"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "rpm dosyası kayıt edilemiyor"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "[%s] rpm paketi için uyumsuz mimari"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "yerel paketlerin sicil kaydı yapılırken hata"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Sınırlı kipte çalışılırken bu işlem yasaklanmıştır."
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "komut satırından kötü vekil sunucu bildirimi\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: \"%s\" rpm dosyası okunamıyor\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "beklenmeyen ifade %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "%s 'den önce kayıp ifade"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "beklenmeyen ifade %s (öneri: -a or -o kullanın ?)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "kapatmak için ifade yok"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-"varsayılan olarak upmf bir regexp bekler. \"--literal\" seçeneğini "
-"kullanmalısınız."
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "chroot dizini geçerli değil"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "%s, %s olmadan kullanılamaz"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "%s, %s ile kullanılamaz"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Çok fazla parametre\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Kopyalama başarısız"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-"CD-ROM'u kendiniz bağlamalısınız. (veya otomatik olarak yapılması için perl-"
-"Hal-Cdroms kurun)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "HAL uygulamacığı (hald) ya çalışmıyor ya da hazır değil"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "\"%s\" ortamı mevcut değil"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "rpm dosyası [%s] , \"%s\" ortamından okunamıyor"
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "Yapılandırma dosyasının %s satırında yazım hatası"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "yapılandırma dosyasına [%s] yazılamıyor"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "`%s' ortamı ikinci defa tanımlandı, iptal ediliyor"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "yapılandırma dosyasına [%s] yazılamıyor"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "Vekil sunucu ayarları okunamıyor (%s okumak için yeterli yetki yok)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Lütfen proxy erişimi için gerekli bilgileri giriniz\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Kullanıcı adı:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Parola:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Bilinmeyen webfetch `%s' !!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s hatası: %d sinayli ile çıkıldı."
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s hatası: %d ile çıkıldı."
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "Kopyalama başarısız"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget bulunamıyor.\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl bulunamıyor.\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl hatası: indirme iptal edildi\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync bulunamıyor\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh bulunamıyor\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla bulunamıyor\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Prozilla çalıştırılamadı\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "aria2 bulunamıyor\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% / %s tamamlandı, ETA = %s, hız = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% tamamlandı, hız = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "%s getiriliyor"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "getirildi: [%s]"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "%s için bilinmeyen protokol tanımlanmış"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s mevcut değil, %s e dönülüyor"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "geçerli webfetch bulunamadı, desteklenen webfetch: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "%s protokolü ile ilgilenemiyor"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "%s ve %s temizleniyor"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "%s paketi bulunamadı."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "rpm dosyaları \"%s\" ortamından alınıyor..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[tekrar paketleniyor]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"%s üzerine yükleme için işlem yaratıldı (sil=%d, yükle=%d, güncelle=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "işlem oluşturulamıyor"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "rpm, %s delta-rpm paketinden çıkartılamıyor"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "%s paketi kurulamıyor"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "hatalı rpm (%s), %s kaynağından kaldırılıyor"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "%s 'in kaldırılması başarısız oldu: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "%s paketi kaldırılıyor"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "%s paketi kaldırılıyor"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "kurulu rpm'ler (%s), %s kaynağından kaldırılıyor"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "%s paketi hakkında daha fazla bilgi..."
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "ldap geçici dizini oluşturulamıyor"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "ldap geçici dosyasına yazılamıyor\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Sunucu tanımlanmamış, uri veya makine bulunamıyor"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Komut belirtmemişsiniz"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "ldap uri bağlanılamıyor:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s veri tabanı kilitlendi. Bekleniyor..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "iptal ediliyor"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "%s veritabanı kilitli.(bir başka yazılım onu kullanıyor)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Kurulum başarısız oldu."
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Kurulum başarısız oldu. Hatalı rpm'ler:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Sonraki paketler hatalı imza içeriyor"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Sonraki paketler hatalı imza içeriyor"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Kuruluma devam etmek istiyor musunuz ?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "kurulu rpm'ler (%s) kaldırılıyor."
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "%s dağıtılıyor"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "%s, %s 'den kuruluyor"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "%s kuruluyor"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Paket bağımlılıklarını denetlemeksizin kurulum denensin mi (e/H) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Belki daha zorlayıcı bir seçenek gerekebilir (--force)? (e/H) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Paketler güncel"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Kurulum mümkün"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "%s dosyası sınanıyor"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "uyarı: %s için md5sum, MD5SUM dosyasında mevcut değil."
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "\"%s\" sanal ortamı açık bir url içermeli, ortam yok sayıldı."
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "\"%s\" ortamının liste dosyasına erişilemiyor, yoksayıldı"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "\"%s\" ortamının synthesis dosyasına erişilemiyor, yoksayıldı"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "varolan \"%s\" ortamı atlanmaya çalışılırken engelleniyor"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "çıkartılabilir disk aktarımı başarısız oldu, medya yok sayılıyor"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "yapılandırma dosyası [%s] yazılıyor"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "use-distrib modunda paralel mod kullanılamaz"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "paralel mod için ortak ortam kullanılıyor: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis bu parametrelerle kullanılamaz --media, --excludemedia, --"
-"sortmedia, --update, --use-distrib veya --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Arama başlangıcı: %s bitişi: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "%s paketi atlanıyor"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "%s paketinin yükseltilmesi yerine kurulması"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "\"%s\" ortamı zaten var"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(varsayılan olarak yok sayıldı)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "\"%s\" ortamı, \"%s\" uzak medyasından önce ekleniyor"
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "\"%s\" ortamı ekleniyor."
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "%s dizini mevcut değil"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "bu konum herhangi bir dağıtım içermiyor"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "media.cfg dosyasının sözdizimsel analizi yapılamıyor."
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "dağıtım ortamına ulaşılamıyor. (media.cfg dosyası bulunamadı.)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "desteklenmeyen ortam atlanıyor `%s' (for %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "media.cfg dosyası alınıyor..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "var olmayan \"%s\" ortamı seçilmeye çalışılıyor"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "Çoklu medya seçiliyor: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "\"%s\" ortamı kaldırılıyor."
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "\"%s\" ortamı için urpmi yeniden ayarlanıyor."
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "yeniden ayarlama başarısız oldu."
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "yeniden ayarlama tamamlandı."
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Adlar dosyasının üretiminde hata: %d bağımlılığı bulunamadı."
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "\"%s\" ortamı güncel."
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "sentez dosyası [%s] inceleniyor"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "\"%s\" ortamının sentezleme dosyasının okunmasında hata"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "\"%s\" ortamı için [%s] kopyalanıyor..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...kopyalama başarısız"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "\"%s\"in açıklama dosyası kopyalanıyor..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...kopyalama tamamlandı."
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "[%s] kopyalaması başarısız. (dosya şüphe çekecek kadar ufak)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "Alınan kaynak sentezi'nin md5sum özeti hesaplanıyor."
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "[%s] alımı başarısız oldu. (md5sum eşleşmedi.)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "%s üzerinde genhdlist2 başarısız oldu."
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "%s ve %s karşılaştırılıyor."
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "\"%s\" ortamı için geçersiz %s hdlist dosyası."
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "\"%s\"in MD5SUM dosyası kopyalanıyor..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "rpm dosya ismi [%s] geçersiz"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "\"%s\" in kaynak sentezi getiriliyor..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "incelenmiş sentez %s olarak bulundu."
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "\"%s\" ortamı için sentez dosyası bulunamadı."
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "\"%s\" pubanahtarı sınanıyor..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...%s anahtarı \"%s\" pubanahtarından içe aktarıldı."
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "\"%s\" pubanahtarı içe aktarılamıyor."
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "\"%s\" ortamı güncellendi."
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "[%s] alımı başarısız oldu"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "%s yansısı ile tekrar deneniyor"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "%s yansı listesinden bir yansı bulunamadı."
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "%s %.2f %.2f coğrafi konumu, %s zaman bölgesinden bulundu."
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "yansı listesini %s adresinden al"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "HhNn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "EeYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Üzgünüm ,hatalı seçim, tekrar deneyin\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Paket"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Sürüm"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Yayım"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Mimari"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(önerilen)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "\"%s\" ortamı"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "komut satırı"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "\"%2$s\" dosyasındaki \"%1$s\" ayrıştırılamıyor"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "\"%s\" dosyasındaki paralel işleyici inceleniyor"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "düğümler için paralel işleyici bulundu: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "paralel seçenek \"%s\" kullanılamadı"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Kurulum başarısız oldu."
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "\"%s\" ortamına erişilemiyor"
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "%s bağlanıyor"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "%s ayrılıyor"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf sürüm %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Bu bir serbest yazılımdır ve GNU GPL lisansı altında tekrar dağıtılabilir.\n"
-"\n"
-"kullanımı: urpmf [seçenekler] örnek-ifade\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - bu aracın sürüm numarasını yazdır.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - belirli bir çevre kullan (genellikle bir hata raporu).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - virgülle ayrılmış olan verilen medyayı kullanma.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - örnekleri eşleştirme, argümanı bri tam satır olarak "
-"kullan.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-" --urpmi-root - urpmi veritabanı ve rpm kurulumu için bir başka kök "
-"kullan.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - virgülle ayrılan alt satırlara göre medyayı sırala.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - medyaya erişim için verilen yolu kullan.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - urpmi veri tabanı yerine belirtilen sentezi kullan.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - açıklayıcı satırları ikinci kez yadırma.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - sadece güncelleme ortamını kullan.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - kalabalık kipi.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-" -i - her örnekte büyük-küçük harf farklılığını göz ardı et.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-" -I - örneklerde büyük/küçük harf ayrımını gözet.(varsayılan)\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-" -F<str> - alan ayracını değiştir. (':' işaretinde varsayılan).\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Kalıp ifadeler:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" text - \"-l\" kullanılmadığı sürece regexp olarak sözdizimsel "
-"analizi yapılan herhangi bir metin.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - perl kocunu doğrudan perl olarak ekle -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - ikili AND operatörü.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - ikili OR operatör.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - tekli NOT.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - sol ve sağ parantezler.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Etiketlerin listesi:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - printf benzeri bir çıktı biçimi belirtir\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " örnek: '%%isim:%%dosyalar'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - mimari\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - derlendiği makine\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - derlenme zamanı\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - yapılandırma dosyaları\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - çakışanlar etiketi\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - paket açıklaması\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - dağıtım\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - tarih\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - paketin dosya adı\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - paketin içerdiği dosyaların listesi\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - grup\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - lisans\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - paket adı\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - gereksiz kılınanlar etiketi\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - paketleyen\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - sunulanlar etiketi\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - gereklilikler etiketi\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - kurulu boyut\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - kaynak rpm adı\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - önerilenler etiket\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - özet\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - url\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - sağlayıcı\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - paketin bulunduğu medya.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - sürüm, yayımı ve mimarisini yazdırır.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Geçeresiz biçim: sadece multi-valued etiket kullanılabilir"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "%s' de belirtilen ortam kullanılıyor\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "\"%s\" ortamı için hdlist mevcut değil."
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "\"%s\" ortamı için sentez mevcut değil."
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "\"%s\" ortamı için xml-info mevcut değil."
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "urpmi yeniden başlatıldı, önemli paketlerin listesi değişmedi"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-"urpmi yeniden başlatıldı ve önemli paketlerin listesi değişti: %s vs %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "%s adında bir paket yok"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Bu paketler %s içeriyor: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "%s paketleri kurulamıyor"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "%s paketi kurulu"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "%s paketleri kurulu"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "%s paketinin kayıplığından"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "%s 'in zaten kurulu olmasından dolayı."
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "%s' den dolayı yetersiz"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "%s yükseltilmeye çalışılıyor."
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "%s 'in tutlması sırasında"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "%s 'in kurulumu sırasında"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "%s paketi ile çelişkisinden"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Geçersiz imza (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Geçersiz Anahtar ID'si (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Kayıp imza (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "sistem"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "%s'i %s için yeniden başlatmalısınız"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Dosya yazılamıyor."
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Dosya açılamıyor."
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "%s dosyası%s 'e taşınamıyor."
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme sürüm %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Bu bir serbest yazılımdır ve GNU GPL lisansı altında tekrar dağıtılabilir.\n"
-"\n"
-"kullanımı:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - Otomatik seçenekler arasından paketleri seç.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - kurulumun başarılı olup olmayacağını doğrula.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - benzer makineler arasında dağıtılmış urpmi.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - Paketleri silmeden önce yeniden paketle.\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - rpm kaldırma için bir başka kök kullanıcı kullan.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-" --justdb - sadece rpm veritabanını güncelle, dosya sistemini değil.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - paket betiklerini çalıştıma.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - urpme'yi bir dağıtım ağacından ayarla. Bir \"chroot\"u,\n"
-" --root seçeneğiyle (kur/kaldır)mak için yararlıdır.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - kalabalık kipi.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - ifadeye uyan tüm paketleri seçer. \n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Paketleri kaldırmak için sadece sistem yöneticisi yetkilidir"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "bilinmeyen paketler "
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "bilinmeyen paket"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "%s paketinin kaldırılması sisteminizi çökertecektir."
-msgstr[1] "%s paketinin kaldırılması sisteminizi çökertecektir."
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Kaldırılacak bir şey yok"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Kaldırılacak bir şey yok"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Bağımlılık sorununu aşabilmek için, aşağıdaki paketin kaldırılması gerekiyor."
-"(%d)"
-msgstr[1] ""
-"Bağımlılık sorununu aşabilmek için, aşağıdaki paketin kaldırılması gerekiyor."
-"(%d)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "bilinmeyen paket"
-msgstr[1] "bilinmeyen paket"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "%d adet paket kaldırılsın mı?"
-msgstr[1] "%d adet paket kaldırılsın mı?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " ( y, e / H , N ) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr ""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Kaldırma başarısız"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Kaldırma başarısız"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "sonlandırılmamış ifade (%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - önce medyayı güncelle, sonra da sistemi yükselt.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - MD5SUM dosya kontrolünü iptal et.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - gpg anahtarını güncellemeye zorla.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - \"önerilen\" pkaetleri otomatikman seçme.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr " --no-uninstall - paket kaldırmayı sorma, kurulumu iptal et.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - paketleri kurma.(sadece indir.)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - varolan paketleri koru, mümkünse kaldırılackaları\n"
-" etkileyen paketleri reddet.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - kurulacak veya güncellencek paketlerden daha\n"
-" fazla ise ufak işlemler böl.\n"
-" varsayılan %d dir.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - ufak işlem uzunluğu, varsayılan %d dir.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - bulanık aramaya zorla (-y ile aynı)\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - paketlerin derleme gerekliliklerini kurar.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - sadece kaynak kodu paketlerini kur (ikilileri değil).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - herhangi birşeyden önce rpm'yi önbellekten sil.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - rpm'yi ön bellekte kullanılmadan sakla\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr " --replacepkgs - sistemde yüklü paketleri yüklemeye zorla.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - kullanıcıya bağımlılıkları sormadan kuruluma\n"
-" izin verir.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - kullanıcıya bağımlılıkları ve diğer olumsuzlukları\n"
-" sormadan kuruluma izin verir.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - \"önerilen\" paketleri otomatik seç.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - urpmi'yi bir dağıtım ağacından ayarla.bir \"chroot\"u,\n"
-" --root seçeneğiyle kurmak için yararlıdır.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - dosyaları indirmek için kullanılacak yazılım. \n"
-" bilinen yazılımlar: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - curl için ek özellikler\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- rsync için ek özellikler\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - wget için ek özellikler\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - prozilla için ek özellikler\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - aria2 için ek özellikler\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - indirme hızını kısıtla.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - kısmen indirilmiş dosyaların aktarımına devam eder.\n"
-" (--no-resume bunu devre dışı bırakır. Varsayılan devre "
-"dışı'dır.)\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - belirli HTTP vekil sunucusu kullan, port numarası\n"
-" varsayılan olan 1080 kabul edilecek (biçim <vekilsunucu[:"
-"port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - vekil sunucu kimlik denetimi için kullanıcı adı\n"
-" ve parola belirtin (biçim <kullanıcıadı:parola>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - sonraki argüman tarafından belirtilen dizini bir\n"
-" hata raporu oluştur.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - virgül ile ayrılmış yolları dahil etme.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - doc dosyalarını dışla.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - yüklemeden önce disk alanını kontrol etme.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - eşleşmeyen mimarilerdeki rpm'lerin kurulmasına izin "
-"ver.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - hiç bir paket betiğini çalıştırma.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - kurulumunun atlanılması gereken paketler\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - tercih edilemesi gereken paketler.\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - birden çok paket bulunduğunda, varsayılan yerine daha "
-"fazla\n"
-" seçenek teklif et.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - rpm veritabanını kilitleme.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - aynı mimaride olan paketleri güncelle.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - komut satırındakilere uyanların tümünü seçer. \n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - Sessiz kipi.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - oldukça kalabalık kip.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-" komut satırından isimleri veya rpm dosyaları verilenler yüklenecek.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Hata: Paket listesi boyunca --auto-select parametresi kullanılamaz.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Hata: Hata raporu oluşturmak için, kullanılan parametleri\n"
-"--bug parametresiyle çalıştırın.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-"--install-src parametresi kulanılırken ikili rpm dosyalarını kuramazsınız."
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "spec dosyalarını kuramazsınız."
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "--buildrequires parametresine varsayılan"
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-"Lütfen, --buildrequires parametresine varsayılan olması için, --"
-"buildrequires veya --install-src parametrelerini kullanın."
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"[%s] dizini zaten var. Lütfen hata raporlaması için bir başka dizin kullanın "
-"ya da bunu silin."
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "[%s] dizini hata raporu için oluşturulamıyor"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Ortam değişkenleri dizini %s mevcut değil."
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Hata: %s salt okunur bağlanmış gözüküyor.\n"
-"İşlemi zorlamak için --allow-force parametresini kullanın."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Ortam güncelleniyor...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (yükseltme için)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (yükseltme için)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (kurulum için)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (kurulum için)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"'%s' bağımlılık sorununu aşabilmek için, aşağıdaki paketlerden biri gerekli:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Seçiminiz nedir? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Şu paket, kurulu olanlardan daha eski paketlere bağımlı olduğu\n"
-"için kurulamaz:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Şu paketler, kurulu olanlardan daha eski paketlere bağımlı oldukları\n"
-"için kurulamazlar:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Yine de devam edilsin mi?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (E/h) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"İstenen paket kurulamaz:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"İstenen bazı paketler kurulamaz:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "%s paketinin kaldırılması sisteminizi çökertecektir."
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Kurulum devam edemez çünkü diğer paketlerin güncellenmesi\n"
-"için aşağıdaki paketlerin kaldırılması gerekiyor:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Kurulum devam edemez çünkü diğer paketlerin güncellenmesi\n"
-"için aşağıdaki paketlerin kaldırılması gerekiyor:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Diğer paketlerin güncellenmesi için aşağıdaki paketlerin kaldırılması "
-"gerekiyor:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Diğer paketlerin güncellenmesi için aşağıdaki paketlerin kaldırılması "
-"gerekiyor:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(sadece deneme, gerçekte kaldırma yapılmayacak.)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Şu bağımlılıkları kurabilmek için önce urpmi'yi \"--buildrequires\" ile "
-"çağırmalısınız:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"Bağımlılık sorununu aşabilmek için, aşağıdaki paketin kaldırılması gerekiyor."
-"(%d)"
-msgstr[1] ""
-"Bağımlılık sorununu aşabilmek için, aşağıdaki paketin kaldırılması gerekiyor."
-"(%d)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(sadece deneme, gerçekte kurulum yapılmayacak.)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "Diskin %s kadarı kullanılacak."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "Diskin %s kadarı boşalacak."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "Paketler için %s alınacak"
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Bir adet paket yüklensin mi?(%d)"
-msgstr[1] "Bir adet paket yüklensin mi?(%d)"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "İptal"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Hazır olduğunuzda Enter'a basın..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"kullanım: urpmi.addmedia [seçenekler] <isim> <url>\n"
-"<url> şunlardan biri olduğunda:\n"
-" [file:/]/<yol>\n"
-" ftp://<kullanıcıadı>:<parola>@<bilgisayar>/<yol>\n"
-" ftp://<bilgisyar>/<yol>\n"
-" http://<bilgisayar>/<yol>\n"
-" cdrom://<yol>\n"
-"\n"
-"kullanım: urpmi.addmedia [seçenekler] --distrib --mirrorlist <url>\n"
-"kullanım: urpmi.addmedia [seçenekler] --mirrorlist <url> <isim> <göreli "
-"yol>\n"
-"\n"
-"örnekler:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"ve [seçenekler] de şunlardan biridir:\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - uzaktaki dosyaları almak için wget kullan.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - uzak dosyaları almak için curl kullan.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - uzak dosyaları almak için prozilla kullan.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - uzak dosyaları almak için curl kullan.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - xml bilgi dosyalarını indirmek için belirli bir kuralı "
-"kullan.\n"
-" şunlardan birini: hiç bir zaman, gerektiğinde,sadece-"
-"güncellemede, herzaman. cf urpmi. cfg (5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - sentez dosyası kullan.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - rpm dosyaları kullan.(sentez yerine)\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - herhangi bir sentez dosyası bulmaya çalışma.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - tüm medyaları otomatik olarak bir kurulum medyasından\n"
-" oluştur.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr " --interactive - --distirb ile, her medya için onaylama sorar.\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - --distirb ile, listelenen her medyayı ekler.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - yansı adreslerini almak için belirtilen adresi kullan,\n"
-" öntanımlı adres: %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual -her zaman güncel olan sanal bir medya oluştur.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - MD5SUM kontrolünü devre dışı bırak.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey -eklenen medyanın pubanahtarını alma.\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - yapılandırmaya medyayı ekle; ancak güncelleme.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - Sessiz kipi.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - kalabalık kipi.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "bilinen xml-bilgisi kuralları şunlardır: %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-"--distrib --mirrorlist <url> ile birlikte herhangi bir argüman gerekli "
-"değildir."
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "hatalı <url> (yerel dizin için, yol kesin olmalıdır.)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Ortam eklemek için sadece sistem yöneticisi yetkilidir."
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "[%s] yapılandırma dosyası oluşturuluyor."
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "[%s] yapılandırma dosyası oluşturulamıyor."
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "<sentez'in göreceli konumu> --distrib ile gerekli değil "
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"'%s' medyasını eklemek ister misiniz?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<sentez'in göreli yolu> eksik\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "%s , uzak ortam ile birlikte kullanılamıyor."
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "ortam eklenemiyor."
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover sürüm %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Bu bir serbest yazılımdır ve GNU GPL lisansı altında tekrar dağıtılabilir.\n"
-"\n"
-"kullanımı:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - yeniden paketleme başlangıcını şimdi belirle.\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - denetleme noktasındaki yeniden paketleme dizinini "
-"temizleme.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-" --list - verilen tarih/süre argümanından beri yapılan tüm "
-"işlemleri listele.\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - rpmdb'deki tüm işlemleri listele (uzun)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-" --list-safe - denetleme noktasından beri olan işlemleri listele.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback - belirtilen tarihe kadar geri al veya\n"
-" belirtilen işlem sayısına kadar geri al.\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - yeniden paketlemeyi devre dışı bırak.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Geçersiz tarih veya zaman [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Yeniden paketleme dizini belirtilmemiş.\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "[%s] yeniden paketleme dizinine yazılamıyor.\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "[%s] yeniden paketleme dizini temizleniyor...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d adet dosya kaldırıldı.\n"
-msgstr[1] "%d adet dosya kaldırıldı.\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Suni komut satırı argümanları [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-"Aynı anda hem --rollback hem de --cehckpoint komutlarını belirleyemezsiniz.\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-"Aynı anda hem --checkpoint hem de --list komutlarını belirleyemezsiniz.\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-"Aynı anda hem --rollback hem de --list komutlarını belirleyemezsiniz.\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Diğer bir işlem süresince --disable komutu belirleyemezsiniz."
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "%s 'den beri bir işlem bulunmadı.\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Bunu yapabilmek için yetkili kullanıcı olmalısınız."
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "[%s] rpm makro dosyası yazılıyor...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Geri alma tarihi bulunamadı.\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "%s olana kadar geri al...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Tekrar paketleme kapatılıyor\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"kullanımı: urpmi.removemedia (-a | <isim> ...)\n"
-" <isim> kaldırılacak ortamın ismidir.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - tüm medyaları seçer.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - medya isimleri üzerinde bulanık eşleşme.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Paketleri kurmak için sadece sistem yöneticisi yetkilidir"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"Kaldırılacak bir şey yok. (yeni bir medya eklemek için \"urpmi.addmedia\" "
-"kullanın)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"Silme için girdi eksik\n"
-"(bunlardan biri %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"kullanımı: urpmi.update [seçenekler] <isim> ...\n"
-" <isim> güncellenecek medyanın ismidir.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - sadece güncelleme medyasını güncelle.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - gpg anahtarını güncellemeye zorla.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - güncelleme, medyayı yok sayılan olarak işaretle.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-" --no-ignore - güncelleme, medyayı etkinelştirilmiş olarak işaretle.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --probe-rpms - sentez dosyalarını kullanma, doğrudan rpm dosyalarını "
-"kullan.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - tüm kaldırılamaz medyaları seçer.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - sentez dosyalarını oluşum için zorla.\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -ff - gerçekten sentez dosyalarını güncellemeye zorla.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Paketleri kurmak için sadece sistem yöneticisi yetkilidir"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"Güncellenecek hiç birşey yok. (yeni ortam eklemek için \"urpmi.addmedia\" "
-"kullanın).\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"Güncelleme için girdi eksik\n"
-"(bunlardan biri %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "%s meydası yoksayılıyor."
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "medya \"%s\" etkinleştiriliyor."
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq sürüm %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Bu bir serbest yazılımdır ve GNU GPL lisansı altında tekrar dağıtılabilir.\n"
-"\n"
-"kullanımı:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - istenen (veya güncellenen) paketleri aramak için sdece "
-"verilen medyayı kullan.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - hatalı aramaya zorla (-y ile aynı)\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - erişilebilir paketleri göster\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - mevcut medyaları göster\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - mevcut medyaları ve bağlantılarını gösterir.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes - --parallel kullanırken erişilebilir düğümleri listele.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - mevcut parelel alias'lari listele.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - yapılandırmayı urpmi.addmedia argümanı biçiminde boşalt.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - ardından gelen paket bir kaynak paketi ( -s ile aynı).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - İndirmeye başlamadan önce tüm kaynak paketleri yolla."
-"(Sadece root için geçerlidir).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - eşleşmeyen mimariler için rpm'leri sorgulamaya izin "
-"verir.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - urpmi'yi dağıtım ağacından yapılandır.\n"
-" Bu, bir dağıtımı sorgulamaya izin verir.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - değişiklik günlüklerini yazdır.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - çakışanları yazdır.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - gereksiz kılınanlar etiketi\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - sağladıklarını yazdır.\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - gereklilikleri yazdırır.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - önerilenler etiket\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - sourcerpm yazdırır.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - özeti yazdırır.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - paket bağımlılıklarını sorgula.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - gerekli paketler için ters arama.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - gelişmiş testen arama (sanal paketleri de içerir).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - paketi bulmak için sağlar içinde aramaya izin ver.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - kaldırılacak paketlerin toplu çıktısı.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - isminin yanında grupları da yazar.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - okunabilir biçimde yararlı bilgiyi yazdırır.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " --l - paket içindeki dosyaları listeler.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - du'nun eşiti.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr ""
-" -r - isminin yanıda sürüm numarasını ve dağıtımını da yazar.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - bir sonraki paket bir kaynak paketidir(--src ile aynı).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr " -u - daha güncel bir sürümü yüklü ise paketi kaldır.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - hatalı aramayı uygulamaya koy ( --fuzzy ile aynı)\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - y'ye benzer; fakat büyük/küçük harf duyarsız olanları "
-"eşleştirmeye zorlar. \n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-" komut satırından isimleri veya rpm dosyaları verilenler sorgulandı.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes sadece --parallel ile kullanılabilir"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "dosyaları listelemek için -l kullanın"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"\"%s\" ortamı için xml bilgisi bulunamadı. %s paketi için herhangi bir kısmi "
-"sonuç döndürülemedi."
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"\"%s\" ortamı için xml bilgisi bulunamadı. %s paketleri için herhangi bir "
-"kısmi sonuç döndürülemedi."
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"\"%s\" ortamı için xml bilgisi bulunamadı. %s paketi için herhangi bir sonuç "
-"döndürülemedi."
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"\"%s\" ortamı için xml bilgisi bulunamadı. %s paketleri için herhangi bir "
-"sonuç döndürülemedi."
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Değişiklik günlüğü bulunamadı!\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - bir güncelleme ortamı oluştur.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "bozuk girdi: [%s]"
-
-#~ msgid "sorry, you can't use --install-src to install remote .src.rpm files"
-#~ msgstr ""
-#~ "üzgünüm, --install-src komutunu uzak .src.rpm dosyalarında kullanamazsınız"
-
-#~ msgid "Error"
-#~ msgstr "Hata"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d adet kurulum yönergesi başarısız oldu."
-#~ msgstr[1] "%d adet kurulum yönergesi başarısız oldu."
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "%s paketi kurulamıyor"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Kaldırılmaları için sıradaki paketler sınanıyor"
diff --git a/po/uk.po b/po/uk.po
deleted file mode 100644
index 9628e8b8..00000000
--- a/po/uk.po
+++ /dev/null
@@ -1,3195 +0,0 @@
-# translation of urpmi.po to Ukrainian
-# $Id$
-# Copyright (C) 1999,2003, 2004, 2005, 2006, 2008 Free Software Foundation, Inc.
-# Copyright (c) 1999 Mandriva
-#
-# Dmytro Koval'ov <kov@tokyo.email.ne.jp>, 1999-2000.
-# Taras Boychuk <btr1@ukrpost.net>, 2003-2004, 2005.
-# Taras Boychuk <btr1@mail.ru>, 2006.
-# Yuri Chornoivan <yurchor@ukr.net>, 2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-10 21:25+0200\n"
-"PO-Revision-Date: 2008-08-24 14:43+0300\n"
-"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
-"Language-Team: Ukrainian <translation@linux.org.ua>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#: ../gurpmi:32 ../gurpmi2:72
-#, c-format
-msgid "RPM installation"
-msgstr "Встановлення RPM"
-
-#: ../gurpmi:46
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Помилка: неможливо знайти файл %s, дію припинено"
-
-#: ../gurpmi:47 ../gurpmi2:166 ../gurpmi2:190
-#, c-format
-msgid "_Ok"
-msgstr "_O Гаразд"
-
-#: ../gurpmi:67
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Ви вибрали джерельний пакунок:\n"
-"\n"
-"%s\n"
-"\n"
-"Можливо, Ви не хотіли встановлювати його (встановлення його\n"
-"зробить можливим вносити зміни у його вихідний текст і потім компілювати).\n"
-"\n"
-"Що Ви хочете зробити?"
-
-#: ../gurpmi:75 ../gurpmi:86
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Зараз Ви встановите наступні пакунки програм на свій комп'ютер:\n"
-"\n"
-"%s\n"
-"\n"
-"Можливо, Ви хочете просто зберегти його. Який Ваш вибір?"
-
-#: ../gurpmi:81
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Зараз Ви встановите наступний пакунок програм на свій комп'ютер:\n"
-"\n"
-"%s\n"
-"\n"
-"Можливо, Ви хочете просто зберегти його. Який Ваш вибір?"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Install"
-msgstr "_Встановити"
-
-#: ../gurpmi:100
-#, c-format
-msgid "_Save"
-msgstr "З_берегти"
-
-#: ../gurpmi:101 ../gurpmi2:166
-#, c-format
-msgid "_Cancel"
-msgstr "_C Скасувати"
-
-#: ../gurpmi:109
-#, c-format
-msgid "Choose location to save file"
-msgstr "Виберіть місце для збереження файла"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"версія urpmi %s\n"
-" Авторські права © 1999-2008 Mandriva.\n"
-" Це безкоштовна програма, може розповсюджуватися за умовами GNU GPL.\n"
-"\n"
-"використання:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "Параметри:"
-
-#: ../gurpmi.pm:46 ../urpme:46 ../urpmf:35 ../urpmi:72 ../urpmi.addmedia:54
-#: ../urpmi.recover:33 ../urpmi.removemedia:40 ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help — виводити цю довідку.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr " --auto — неінтерактивний режим, всі відповіді на питання вважаються типовими.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid " --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select — автоматично вибрати пакунки для поновлення системи.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid " --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force — примусово виконати, навіть якщо деяких пакунків не "
-"існує.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm — перевірити підпис rpm перед встановленням\n"
-" (--no-verify-rpm вимикає це і встановлює типове "
-"значення).\n"
-
-#: ../gurpmi.pm:52 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media — використовувати тільки задані носії, відокремлені комою.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p — дозволити пошук в provides, щоб знайти пакунок.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P — не шукати в provides, щоб знайти пакунок.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root — використовувати інший root для встановлення rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test — лише перевірити, чи встановлення можливе.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid " --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia — використовувати тільки задані носії для пошуку запитаних "
-"(або поновлюваних) пакунків.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Не вибрано пакунків"
-
-#: ../gurpmi2:52
-#, c-format
-msgid "Please wait..."
-msgstr "Будь ласка, зачекайте..."
-
-#: ../gurpmi2:61
-#, c-format
-msgid "Must be root"
-msgstr "Потрібно бути root"
-
-#: ../gurpmi2:102
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Деякі з необхідних пакунків неможливо встановити:\n"
-"%s\n"
-"Продовжувати встановлення?"
-
-#: ../gurpmi2:126
-#, c-format
-msgid "Warning"
-msgstr "Попередження"
-
-#: ../gurpmi2:126 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Гаразд"
-
-#: ../gurpmi2:162
-#, c-format
-msgid " (to upgrade)"
-msgstr " (поновити)"
-
-#: ../gurpmi2:163
-#, c-format
-msgid " (to install)"
-msgstr " (встановити)"
-
-#: ../gurpmi2:166
-#, c-format
-msgid "Package choice"
-msgstr "Вибір пакунків"
-
-#: ../gurpmi2:167
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Потрібен один із наступних пакунків:"
-
-#: ../gurpmi2:191
-#, c-format
-msgid "_Abort"
-msgstr "_Перервати"
-
-#: ../gurpmi2:213
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Наступні пакунки будуть вилучені для того, щоб поновити інші:\n"
-"%s\n"
-"Продовжувати встановлення?"
-
-#: ../gurpmi2:232 ../urpmi:607
-#, c-format
-msgid "To satisfy dependencies, the following package is going to be installed:"
-msgstr "Наступний пакунок буде встановлено для задоволення залежностей:"
-
-#: ../gurpmi2:233 ../urpmi:608
-#, c-format
-msgid "To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Наступні пакунки буде встановлено для задоволення залежностей:"
-
-#: ../gurpmi2:235
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d пакунок, %d Мб)"
-msgstr[1] "(%d пакунки, %d Мб)"
-msgstr[2] "(%d пакунків, %d Мб)"
-
-#: ../gurpmi2:241
-#, c-format
-msgid "Package installation..."
-msgstr "Встановлюється пакунок..."
-
-#: ../gurpmi2:243 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "неможливо одержати початкові пакунки, завершується"
-
-#: ../gurpmi2:257 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Підготовка..."
-
-#: ../gurpmi2:261
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Встановлюється пакунок `%s' (%s/%s)..."
-
-#: ../gurpmi2:278 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Вставте, будь ласка, носій з назвою «%s»"
-
-#: ../gurpmi2:289
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Звантажується пакунок %s"
-
-#: ../gurpmi2:308
-#, c-format
-msgid "_Done"
-msgstr "Виконано"
-
-#: ../gurpmi2:316 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Встановлення невдале, деякі файли відсутні:\n"
-"%s\n"
-"Можливо, Вам потрібно поновити вашу базу даних urpmi"
-
-#: ../gurpmi2:322 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Невдала спроба встановлення:"
-
-#: ../gurpmi2:327
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Все вже встановлено"
-
-#: ../gurpmi2:329
-#, c-format
-msgid "Installation finished"
-msgstr "Встановлення завершено"
-
-#: ../gurpmi2:330 ../urpme:165
-#, c-format
-msgid "removing %s"
-msgstr "вилучається %s"
-
-#: ../gurpmi2:338 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "перезапуск urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"використання: %s [параметри]\n"
-"де [параметри] — з\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help — виводити цю довідку.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> — використовувати вказаний шлях замість /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] — обмежити результати до вибраної групи.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " типово %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f — вивести повну назву rpm (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Тільки користувачу root дозволяється встановлювати пакунки"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Запускається urpmi в обмеженому режимі..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "не вдалося створити каталог %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "неправильно вказано власника каталогу %s"
-
-#: ../urpm.pm:258
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "неможливо відкрити rpmdb"
-
-#: ../urpm.pm:272
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "неправильна назва rpm-файла [%s]"
-
-#: ../urpm.pm:278
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "відновлення rpm-файла [%s] ..."
-
-#: ../urpm.pm:280 ../urpm/get_pkgs.pm:226
-#, c-format
-msgid "...retrieving done"
-msgstr "...відновлення завершено"
-
-#: ../urpm.pm:283 ../urpm/download.pm:734 ../urpm/get_pkgs.pm:228
-#: ../urpm/media.pm:824 ../urpm/media.pm:1274 ../urpm/media.pm:1419
-#: ../urpm/media.pm:1473
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...відновлення невдале: %s"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "немає доступу до rpm-файла [%s]"
-
-#: ../urpm.pm:293
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "неможливо проаналізувати файл %s [%s]"
-
-#: ../urpm.pm:301
-#, c-format
-msgid "unable to register rpm file"
-msgstr "неможливо зареєструвати rpm-файл"
-
-#: ../urpm.pm:303
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "rpm з несумісною архітектурою [%s]"
-
-#: ../urpm.pm:307
-#, c-format
-msgid "error registering local packages"
-msgstr "помилка реєстрації пакунків"
-
-#: ../urpm.pm:394
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Цю дію заборонено до виконання в обмеженому режимі"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "неправильне оголошення проксі в командному рядку\n"
-
-#: ../urpm/args.pm:299
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: неможливо прочитати rpm-файл \"%s\"\n"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "unexpected expression %s"
-msgstr "неочікуваний вираз %s"
-
-#: ../urpm/args.pm:377
-#, c-format
-msgid "missing expression before %s"
-msgstr "перед %s немає виразу"
-
-#: ../urpm/args.pm:383
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "неочікуваний вираз %s (можливо, слід було вказати -a або -o ?)"
-
-#: ../urpm/args.pm:387
-#, c-format
-msgid "no expression to close"
-msgstr "відсутній вираз, який слід закрити"
-
-#: ../urpm/args.pm:396
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr "типово urpmf очікує на формальний вираз. Вам слід скористатися параметром «--literal»"
-
-#: ../urpm/args.pm:464
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "каталогу chroot не існує"
-
-#: ../urpm/args.pm:483
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Не можна використовувати %s без %s"
-
-#: ../urpm/args.pm:486 ../urpm/args.pm:489 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Не можна використовувати %s разом з %s"
-
-#: ../urpm/args.pm:497
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Забагато аргументів\n"
-
-#: ../urpm/bug_report.pm:48 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Копіювання невдале"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr "Вам слід змонтувати CD-ROM власноруч (або встановити perl-Hal-Cdroms, щоб ця процедура виконувалася автоматично)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "Фонову службу HAL (hald) не запущено або вона не знаходиться у стані готовності"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "носій «%s» недоступний"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "неможливо прочитати rpm-файл [%s] з носія \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "синтаксична помилка у файлі налаштувань, рядок %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "неможливо прочитати файл налаштувань [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "носій «%s» вказано двічі, аварійне завершення"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:486 ../urpm/media.pm:492
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "неможливо записати конфігураційний файл [%s]"
-
-#: ../urpm/download.pm:109
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "не вдалося прочитати параметри проксі-сервера (недостатньо прав на читання %s)"
-
-#: ../urpm/download.pm:134
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Будь ласка, введіть дані для доступу до проксі\n"
-
-#: ../urpm/download.pm:135
-#, c-format
-msgid "User name:"
-msgstr "Ім'я користувача:"
-
-#: ../urpm/download.pm:135
-#, c-format
-msgid "Password:"
-msgstr "Пароль:"
-
-#: ../urpm/download.pm:219
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "Невідоме веб-джерело «%s» !!!\n"
-
-#: ../urpm/download.pm:228
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "Невдалий запуск %s: завершено з сигналом %d"
-
-#: ../urpm/download.pm:229
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "Невдалий запуск %s: завершено з %d"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "copy failed"
-msgstr "помилка копіювання"
-
-#: ../urpm/download.pm:264
-#, c-format
-msgid "wget is missing\n"
-msgstr "відсутній wget\n"
-
-#: ../urpm/download.pm:331
-#, c-format
-msgid "curl is missing\n"
-msgstr "відсутній curl\n"
-
-#: ../urpm/download.pm:456
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "Невдалий запуск curl: звантаження скасовано\n"
-
-#: ../urpm/download.pm:495
-#, c-format
-msgid "rsync is missing\n"
-msgstr "Відсутній rsync\n"
-
-#: ../urpm/download.pm:563
-#, c-format
-msgid "ssh is missing\n"
-msgstr "Відсутній ssh\n"
-
-#: ../urpm/download.pm:582
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "Відсутня prozilla\n"
-
-#: ../urpm/download.pm:598
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Не вдалося виконати prozilla\n"
-
-#: ../urpm/download.pm:606
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "відсутня aria2\n"
-
-#: ../urpm/download.pm:718
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " звантажено %s%% з %s, оцінка часу = %s, швидкість = %s"
-
-#: ../urpm/download.pm:720
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " Звантажено %s%%, швидкість = %s"
-
-#: ../urpm/download.pm:783
-#, c-format
-msgid "retrieving %s"
-msgstr "отримання %s"
-
-#: ../urpm/download.pm:787
-#, c-format
-msgid "retrieved %s"
-msgstr "отримано %s"
-
-#: ../urpm/download.pm:815
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "для %s вказано невідомий протокол"
-
-#: ../urpm/download.pm:836
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s недоступний, повертаємося до %s"
-
-#: ../urpm/download.pm:840
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "не знайдено webfetch, підтримуються такі webfetch: %s\n"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "неможливо обробити протокол: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "спорожнення %s і %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "пакунку %s не знайдено."
-
-#: ../urpm/get_pkgs.pm:218
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "Не вдалося звантажити пакунки до %s"
-
-#: ../urpm/get_pkgs.pm:222
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "відновлення rpm-файлів з носія \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[перепакування]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid "created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"створено транзакцію для встановлення на %s (вилучити=%d, встановити=%d, "
-"поновити=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "неможливо створити транзакцію"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "неможливо вилучити rpm з delta-rpm-пакунка %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "неможливо встановити пакунок %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "вилучення помилкового rpm (%s) з %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "вилучення %s зазнало невдачі: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "Вилучення пакунка %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "вилучається пакунок %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "вилучення встановлених rpm (%s) з %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Додаткова інформація про пакунок %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Не вдалося створити каталог ldap"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Не вдалося записати файл кешу на ldap\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Не вказано сервера, не вистачає адреси або назви вузла"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Не вказано бази"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Не вдалося з’єднатися з uri ldap:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "Базу даних %s заблоковано. Очікування на звільнення..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "переривання"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "Базу даних %s заблоковано (її вже використовує інша програма)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Встановлення неуспішне"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "Спробувати продовжити? (y/N) (т/Н)"
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"Встановлення зазнало невдачі, помилкові rpm:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Наступний пакунок має неправильний підпис"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Наступні пакунки мають неправильні підписи"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Ви хочете продовжувати встановлення?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "вилучення встановлених rpm (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "встановлюється %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "встановлюється %s з %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "встановлюється %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Спробувати встановлення без перевірки залежностей? (y/N) (т/Н) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Спробувати примусове встановлення (--force)? (y/N) (т/Н) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Пакунки є пакунками останніх версій"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Встановлення можливе"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "перевірка файла %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "некоректний файл MD5SUM"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "попередження: величина md5sum для %s недоступна у файлі MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"віртуальний носій \"%s\" повинен мати повне посилання (url), носія "
-"проігноровано"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "неможливо доступитися до файла списку \"%s\", носія проігноровано"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "неможливо доступитися до файла synthesis «%s», носій проігноровано"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "спроба знехтувати існуючим носієм \"%s\", пропускається"
-
-#: ../urpm/media.pm:445
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "не вдалося перенести портативний пристрій, носій проігноровано"
-
-#: ../urpm/media.pm:488 ../urpm/media.pm:494
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "записати конфігураційний файл [%s]"
-
-#: ../urpm/media.pm:537
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Неможливо використовувати паралельний режим з режимом use-distrib"
-
-#: ../urpm/media.pm:545
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "використовуються зв'язані носії для паралельного режиму: %s"
-
-#: ../urpm/media.pm:561
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis не може використовуватися з --media, --excludemedia, --"
-"sortmedia, --update, --use-distrib або --parallel"
-
-#: ../urpm/media.pm:654
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Початок пошуку: %s, кінець: %s"
-
-#: ../urpm/media.pm:671
-#, c-format
-msgid "skipping package %s"
-msgstr "пропускається пакунок %s"
-
-#: ../urpm/media.pm:687
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "буде встановлено замість поновлення пакунка %s"
-
-#: ../urpm/media.pm:712
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "носій \"%s\" вже існує"
-
-#: ../urpm/media.pm:755
-#, c-format
-msgid "(ignored by default)"
-msgstr "(типово ігнорується)"
-
-#: ../urpm/media.pm:761
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "додавання носія «%s» перед віддаленим носієм \"%s\""
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "додавання носія \"%s\""
-
-#: ../urpm/media.pm:796
-#, c-format
-msgid "directory %s does not exist"
-msgstr "каталогу %s не існує"
-
-#: ../urpm/media.pm:804
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "за цією адресою, здається, не міститься ніякого дистрибутива"
-
-#: ../urpm/media.pm:822
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "неможливо обробити media.cfg"
-
-#: ../urpm/media.pm:825
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "немає доступу до першого носія дистрибутива (не знайдено файла media.cfg)"
-
-#: ../urpm/media.pm:843
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "пропущено несумісний носій «%s» (через %s)"
-
-#: ../urpm/media.pm:895
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "отримання файла media.cfg..."
-
-#: ../urpm/media.pm:936
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "спроба вибрати неіснуючого носія \"%s\""
-
-#: ../urpm/media.pm:939
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "вибір багатьох носіїв: %s"
-
-#: ../urpm/media.pm:959
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "вилучається носій \"%s\""
-
-#: ../urpm/media.pm:1042
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "переконфігурація urpmi з носія \"%s\""
-
-#: ../urpm/media.pm:1076
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...переконфігурація невдала"
-
-#: ../urpm/media.pm:1082
-#, c-format
-msgid "reconfiguration done"
-msgstr "переконфігурацію виконано"
-
-#: ../urpm/media.pm:1098
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "Помилка при створенні файла назв: залежність %d не знайдено"
-
-#: ../urpm/media.pm:1119
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "носій «%s» є найновішим"
-
-#: ../urpm/media.pm:1130
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "перевіряється файл synthesis [%s]"
-
-#: ../urpm/media.pm:1150
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "проблема читання файла synthesis для носія \"%s\""
-
-#: ../urpm/media.pm:1163 ../urpm/media.pm:1246
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "копіювання [%s] для носія \"%s\"..."
-
-#: ../urpm/media.pm:1165 ../urpm/media.pm:1220 ../urpm/media.pm:1489
-#, c-format
-msgid "...copying failed"
-msgstr "...копіювання невдале"
-
-#: ../urpm/media.pm:1216
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "копіюється файл опису \"%s\"..."
-
-#: ../urpm/media.pm:1218 ../urpm/media.pm:1250
-#, c-format
-msgid "...copying done"
-msgstr "...копіювання завершено"
-
-#: ../urpm/media.pm:1252
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "копіювання [%s] завершилось невдало (файл є підозріло малим)"
-
-#: ../urpm/media.pm:1297
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "обчислення md5sum для отриманого файла synthesis джерела"
-
-#: ../urpm/media.pm:1299 ../urpm/media.pm:1739
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "спроба отримання [%s] завершилася невдало (не збігається md5sum)"
-
-#: ../urpm/media.pm:1314
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "помилка genhdlist2 у %s"
-
-#: ../urpm/media.pm:1324
-#, c-format
-msgid "comparing %s and %s"
-msgstr "порівняння %s і %s"
-
-#: ../urpm/media.pm:1349
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "некоректний файл hdlist %s для носія «%s»"
-
-#: ../urpm/media.pm:1375
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "копіювання файла MD5SUM «%s»..."
-
-#: ../urpm/media.pm:1417
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "некоректний файл MD5SUM (звантажений з %s)"
-
-#: ../urpm/media.pm:1448
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "отримання файла synthesis джерела для «%s»..."
-
-#: ../urpm/media.pm:1465
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "знайдено випробуваний synthesis як %s"
-
-#: ../urpm/media.pm:1472 ../urpm/media.pm:1580
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "для носія «%s» не знайдено файла synthesis"
-
-#: ../urpm/media.pm:1523
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "перевіряється файл ключів з \"%s\"..."
-
-#: ../urpm/media.pm:1535
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...імпортовано ключ %s з файла ключів \"%s\""
-
-#: ../urpm/media.pm:1539
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "неможливо імпортувати файл ключів з \"%s\""
-
-#: ../urpm/media.pm:1613
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "оновлено носій «%s»"
-
-#: ../urpm/media.pm:1733
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "спроба отримання [%s] завершилася невдало"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "повторна спроба з дзеркала %s"
-
-#: ../urpm/mirrors.pm:52
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "Не вдалося знайти дзеркало зі списку дзеркал %s"
-
-#: ../urpm/mirrors.pm:181
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "знайдено розташування на земній кулі %s %.2f %.2f з часового поясу %s"
-
-#: ../urpm/mirrors.pm:226
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "отримання списку дзеркал з %s"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "НнNn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:140
-#, c-format
-msgid "Yy"
-msgstr "ТтYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Вибачте, неправильний вибір, спробуйте ще раз\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Пакунок"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Версія"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Випуск"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "Арх."
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(пропонується)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "носій «%s»"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "командний рядок"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "Б"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "кБ"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "МБ"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "ГБ"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "ТБ"
-
-#: ../urpm/orphans.pm:305
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] "Вказаний нижче пакунок тепер не потрібен, скористайтеся командою «urpme --auto-orphans», щоб вилучити його."
-msgstr[1] "Вказані нижче пакунки тепер не потрібні, скористайтеся командою «urpme --auto-orphans», щоб вилучити їх."
-msgstr[2] "Вказані нижче пакунки тепер не потрібні, скористайтеся командою «urpme --auto-orphans», щоб вилучити їх."
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "неможливо проаналізувати \"%s\" у файлі [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "перевіряється паралельний обробник у файлі [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "знайдено паралельний обробник для вузлів: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "неможливо використати паралельну опцію \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "у вузлі %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "Помилка під час встановлення на пункті %s"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "помилка rshp, можливо, вузол недоступний"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "помилка mput, можливо, вузол недоступний"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "помилка scp на вузлі %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "помилка cp на вузлі %s (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr "помилка %s на вузлі %s (можливо, на ньому встановлено неналежну версію urpmi?) (код завершення: %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "немає доступу до носія «%s»."
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "монтується %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "розмонтовується %s"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "urpmi було перезапущено, список пріоритетних пакунків не змінено"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr "urpmi було перезапущено, список пріоритетних пакунків зазнав змін: %s проти %s"
-
-#: ../urpm/select.pm:191
-#, c-format
-msgid "No package named %s"
-msgstr "Немає пакунку з назвою %s"
-
-#: ../urpm/select.pm:193 ../urpme:114
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Наступні пакунки містять %s: %s"
-
-#: ../urpm/select.pm:296
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "знайдено пакунки %s у базі даних urpmi, але жоден з них не встановлено"
-
-#: ../urpm/select.pm:539
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Пакунок %s вже встановлено"
-
-#: ../urpm/select.pm:540
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Пакунки %s вже встановлено"
-
-#: ../urpm/select.pm:558 ../urpm/select.pm:609
-#, c-format
-msgid "due to missing %s"
-msgstr "через відсутність %s"
-
-#: ../urpm/select.pm:559
-#, c-format
-msgid "due to already installed %s"
-msgstr "через те, що вже встановлено %s"
-
-#: ../urpm/select.pm:560 ../urpm/select.pm:607
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "через незадоволеність %s"
-
-#: ../urpm/select.pm:566
-#, c-format
-msgid "trying to promote %s"
-msgstr "намагаюсь активізувати %s"
-
-#: ../urpm/select.pm:567
-#, c-format
-msgid "in order to keep %s"
-msgstr "для того, щоб зберегти %s"
-
-#: ../urpm/select.pm:603
-#, c-format
-msgid "in order to install %s"
-msgstr "для того, щоб встановити %s"
-
-#: ../urpm/select.pm:613
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "через конфлікти з %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Неправильний підпис (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Неправильний ідентифікатор ключа (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Немає підпису (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "система"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "Вам слід перезапустити %s для того, щоб %s"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Не вдалося виконати запис до файла"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Не вдалося відкрити файл"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "Не вдалося пересунути файл %s до %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"версія urpme %s\n"
-" Авторські права © 1999-2008 Mandriva.\n"
-" Це безкоштовна програма, може розповсюджуватися за умовами GNU GPL.\n"
-"\n"
-"використання:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto — автоматично вибирати пакунок із запропонованих.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans — вилучити «осиротілі»\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test — перевірити, чи є коректний доступ до змінного пристрою.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel — розподілений urpmi поміж машин псевдоніма.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage — перепакувати файли перед вилученням\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root — використовувати інший root для rpm на змінному пристрої.\n"
-
-#: ../urpme:54 ../urpmf:40 ../urpmi:111 ../urpmi.addmedia:71
-#: ../urpmi.recover:36 ../urpmi.removemedia:45 ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --urpmi-root — використовувати іншого адміністративного користувача для встановлення urpmi db і rpm.\n"
-
-#: ../urpme:55
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts — не виконувати скриптів пакунка.\n"
-
-#: ../urpme:56
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib — сконфігурувати urpme на льоту з дерева дистрибутиву, "
-"використовується\n"
-" для встановлення (вилучення) chroot з параметром --root.\n"
-
-#: ../urpme:58 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose — детальний режим.\n"
-
-#: ../urpme:59
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a — вибрати всі пакунки відповідно до розширення.\n"
-
-#: ../urpme:72
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Тільки користувачу root дозволяється вилучати пакунки"
-
-#: ../urpme:105
-#, c-format
-msgid "unknown packages"
-msgstr "невідомі пакунки"
-
-#: ../urpme:105
-#, c-format
-msgid "unknown package"
-msgstr "невідомий пакунок"
-
-#: ../urpme:119
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "Вилучення наведеного нижче пакунка призведе до пошкодження вашої системи:"
-msgstr[1] "Вилучення наведених нижче пакунків призведе до пошкодження вашої системи:"
-msgstr[2] "Вилучення наведених нижче пакунків призведе до пошкодження вашої системи:"
-
-#: ../urpme:124
-#, c-format
-msgid "Nothing to remove"
-msgstr "Нічого вилучати"
-
-#: ../urpme:141
-#, c-format
-msgid "No orphans to remove"
-msgstr "«Осиротілих» пакунків немає"
-
-#: ../urpme:147
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural "To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Щоб задовольнити залежності, буде вилучено %d пакунок"
-msgstr[1] "Щоб задовольнити залежності, буде вилучено %d пакунків"
-msgstr[2] "Щоб задовольнити залежності, буде вилучено %d пакунків"
-
-#: ../urpme:152
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(«осиротілий» пакунок)"
-msgstr[1] "(«осиротілі» пакунки)"
-msgstr[2] "(«осиротілих» пакунків)"
-
-#: ../urpme:159
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Вилучити %d пакунок?"
-msgstr[1] "Вилучити %d пакунки?"
-msgstr[2] "Вилучити %d пакунків?"
-
-#: ../urpme:159 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:143
-#, c-format
-msgid " (y/N) "
-msgstr " (Т/н) "
-
-#: ../urpme:164
-#, c-format
-msgid "testing removal of %s"
-msgstr "перевірка можливості вилучення %s"
-
-#: ../urpme:178
-#, c-format
-msgid "Removal failed"
-msgstr "Вилучення зазнало невдачі"
-
-#: ../urpme:180
-#, c-format
-msgid "Removal is possible"
-msgstr "Вилучення можливе"
-
-#: ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"версія urpmf %s\n"
-" Авторські права © 2002-2006 Mandriva.\n"
-" Це безкоштовна програма, її можна розповсюджуватися за дотримання умов GNU GPL.\n"
-"\n"
-"використання: urpmf [параметри] вираз-шаблон\n"
-
-#: ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version — вивести номер версії інструмента.\n"
-
-#: ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env — використовувати специфічне оточення (звичайно звіт\n"
-" про помилку).\n"
-
-#: ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia — не використовувати вказані джерела, розділені комами.\n"
-
-#: ../urpmf:39
-#, c-format
-msgid " --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr " --literal, -l — не використовувати шаблонів, сприймати аргумент буквально.\n"
-
-#: ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid " --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia — сортувати джерела відповідно до підписів, відділених "
-"комами.\n"
-
-#: ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib — використовувати для доступу до носія вказаний шлях\n"
-
-#: ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis — використовувати вказаний файл synthesis замість бази "
-"даних urpmi.\n"
-
-#: ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq — не виводити однакові рядки.\n"
-
-#: ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update — використовування тільки носії з поновленнями.\n"
-
-#: ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose — детальний режим.\n"
-
-#: ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i — нехтувати регістрами в усіх шаблонах.\n"
-
-#: ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -I — зважати на регістр символів у шаблонах (типова поведінка).\n"
-
-#: ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<str> — змінити роздільник полів (типовим є «:»).\n"
-
-#: ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Вирази-шаблони:\n"
-
-#: ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr " text — будь-який текст обробляється як формальний вираз, якщо не використано параметра -l.\n"
-
-#: ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e — включати код perl безпосередньо як perl -e.\n"
-
-#: ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a — двійковий оператор AND.\n"
-
-#: ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o — двійковий оператор OR.\n"
-
-#: ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! — унарний NOT.\n"
-
-#: ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) — ліва і права дужки.\n"
-
-#: ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Список міток:\n"
-
-#: ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf — вказати формат виводу у стилі printf\n"
-
-#: ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " приклад: '%%name:%%files'\n"
-
-#: ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch — архітектура\n"
-
-#: ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost — вузол збирання\n"
-
-#: ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime — час збирання\n"
-
-#: ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles — файли налаштування\n"
-
-#: ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts — мітки конфліктів\n"
-
-#: ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description — опис пакунка\n"
-
-#: ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution — дистрибутив\n"
-
-#: ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch — епоха\n"
-
-#: ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename — назва файл пакунка\n"
-
-#: ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files — список файлів, що містяться у пакунку\n"
-
-#: ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group — група\n"
-
-#: ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license — ліцензія\n"
-
-#: ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name — назва пакунка\n"
-
-#: ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes — мітки застарілих (obsoletes)\n"
-
-#: ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager — пакувальник\n"
-
-#: ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides — мітки дозволів (provides)\n"
-
-#: ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires — мітки залежностей (requires)\n"
-
-#: ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size — розмір після встановлення\n"
-
-#: ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm — назва джерельного rpm\n"
-
-#: ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests — мітки пропозицій (suggests)\n"
-
-#: ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary — резюме\n"
-
-#: ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url — адреса url\n"
-
-#: ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor — виробник\n"
-
-#: ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m — носій, на якому було знайдено пакунок\n"
-
-#: ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f — вивести версію, випуск і архів з назвою.\n"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "незавершений вираз (%s)"
-
-#: ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "Неправильний формат: можна використовувати лише багатозначні мітки"
-
-#: ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "використовується особливе оточення на %s\n"
-
-#: ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "немає файла hdlist для носія «%s»"
-
-#: ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "немає файла synthesis для носія «%s»"
-
-#: ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "немає файла xml-info для носія «%s»"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update — оновлювати носій перед оновленням системи.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum — вимкнути перевірку файлів на MD5SUM.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key — виконати примусове оновлення ключа gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans — вилучити «осиротілі» у автоматичному режимі\n"
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests — не вибирати автоматично «запропоновані» пакунки.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall — ніколи не запитувати про вилучення пакунка, припиняти "
-"встановлення.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install — не встановлювати пакунки (тільки звантаження)\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep — залишити існуючі пакунки, якщо можливо, відкинути "
-"замовлені\n"
-" пакунки, які мають вилучатися.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level — розбивати на малі транзакції, якщо буде встановлюватися\n"
-" або поновлюватися більше, ніж задані пакунки,\n"
-" типове значення %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-level — транзакції малої довжини, типова довжина %d.\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y — виконати нечіткий пошук.\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires — встановити всі пакунки з мітки buildrequires\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src — встановити тільки пакунок з вихідними текстами (без "
-"двійкових файлів).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean — спочатку вилучити rpm з кешу.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean — не стирати rpm з кешу.\n"
-
-#: ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --justdb — оновлювати лише базу даних rpm, а не файлову систему.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid " --replacepkgs - force installing packages which are already installed.\n"
-msgstr " --replacepkgs — примусове встановлення вже встановлених пакунків.\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps — дозволити користувачеві встановлювати пакунки без "
-"перевірки залежностей.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force — дозволити користувачеві встановлювати пакунки без "
-"перевірки залежностей і цілісності.\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests — автоматично вибирати «пропоновані» пакунки.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib — сконфігурувати urpmi на льоту з дерева дистрибутиву, "
-"використовується\n"
-" для встановлення chroot з параметром --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink — створити і використати локальне метапосилання.\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader — програма, яку слід використати для отримання віддалених файлів. \n"
-" відомі програми: %s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options — додаткові параметри, які слід передати curl\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options — додаткові параметри, які слід передати rsync\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options — додаткові параметри, які слід передати wget\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options — додаткові параметри, які слід передати prozilla\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options — додаткові параметри, які слід передати aria2\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate — обмежити швидкість завантаження.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume — відновити переміщення частково звантажених файлів\n"
-" (--no-resume вимикає його, типово вимкнено).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy — використовувати вказаний HTTP проксі, типово порт 1080 "
-"(формат — <proxyhost[:port]>).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user — задати користувача і пароль, щоб використовувати\n"
-"для ідентифікації через проксі (формат — <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug — вивести звіт про помилку в теку, вказану наступним "
-"аргументом.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath — виключити шлях, відокремлений комою.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs — не включати файли документації.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize — не перевіряти місце на диску перед встановленням.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --ignorearch — дозволити встановлення rpm для невідповідних архітектур.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts — не виконувати скриптів пакунка\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip — пакунки, які при встановленні будуть пропущені.\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer — пакунки, яким слід надавати перевагу\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices — якщо знайдено кілька пакунків, пропонує ширший вибір, \n"
-" ніж типово\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock — не блокувати базу даних rpm.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch — поновити тільки пакунки з такою самою архітектурою.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a — вибрати всі відповідності в командному рядку.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q — режим без повідомлень.\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug — режим з дуже докладними повідомленнями.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " назви або rpm-файли, задані в командному рядку, буде встановлено.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "Помилка: не можна використовувати --auto-select лише зі списком пакунків.\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-"Помилка: для створення звіту про ваду, вкажіть звичайні параметри командного рядка\n"
-"з параметром --bug.\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Ви не можете встановлювати бінарні файли rpm, якщо використовуєте параметр --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "Ви не можете встановлювати файлів spec"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "типовим є --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid "please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr "будь ласка, скористайтеся --buildrequires або --install-src, типовим є --buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Тека [%s] вже існує, використайте іншу теку на звіт про помилку, або знищіть "
-"його"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Неможливо створити теку [%s] для звіту про помилку"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "Каталогу середовища %s не існує"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Помилка: схоже, %s змонтовано в режимі тільки читання.\n"
-"Використовуйте --allow-force, щоб виконати цю дію."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Оновлення носія...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (для оновлення)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (для оновлення)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (для встановлення)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (для встановлення)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Щоб задовольнити залежність «%s», слід встановити один з таких пакунків:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Що оберете? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Наступні пакунки не може бути встановлено, оскільки вони залежать\n"
-"від пакунків, які є старішими від встановлених:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Наступні пакунки не можуть бути встановлені, тому що вони залежать\n"
-"від пакунків, які є старішими від встановлених:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Продовжувати встановлення за будь-яких умов?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:143
-#, c-format
-msgid " (Y/n) "
-msgstr " (Y/n) (Т/н) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Замовлений пакунок не може бути встановлено:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Деякі із замовлених пакунків неможливо встановити:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "вилучення пакунка %s пошкодить систему"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Продовження встановлення неможливе через те, що наступний пакунок\n"
-"слід вилучити для того, щоб поновити інші:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Продовження встановлення неможливе через те, що наступні пакунки повинні "
-"бути вилучені для того, щоб поновити інші:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Наступний пакунок слід вилучити для того, щоб поновити інші:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Наступні пакунки будуть вилучені для того, щоб поновити інші:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(лише для перевірки, вилучення проводитися не буде)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Вам слід спочатку викликати urpmi з параметром --buildrequires, щоб встановити такі залежності:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Наведений нижче «осиротілий» пакунок буде вилучено."
-msgstr[1] "Наведені нижче «осиротілі» пакунки буде вилучено."
-msgstr[2] "Наведені нижче «осиротілі» пакунки буде вилучено."
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(лише для перевірки, встановлення проводитися не буде)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "Буде використано %s додаткового місця на диску."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "Буде звільнено %s місця на диску."
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "Буде отримано %s пакунків."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Продовжити встановлення %d пакунка?"
-msgstr[1] "Продовжити встановлення %d пакунків?"
-msgstr[2] "Продовжити встановлення %d пакунків?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Скасувати"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "Натисніть Enter, коли змонтуєте..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"використання: urpmi.addmedia [параметри] <назва> <url>,\n"
-"де <url> можна вказувати так:\n"
-" [file:/]/<шлях>\n"
-" ftp://<користувач>:<пароль>@<вузол>/<шлях>\n"
-" ftp://<вузол>/<шлях>\n"
-" http://<вузол>/<шлях>\n"
-" cdrom://<шлях>\n"
-"\n"
-"використання: urpmi.addmedia [параметри] --distrib --mirrorlist <url>\n"
-"використання: urpmi.addmedia [параметри] --mirrorlist <url> <назва> <відносний шлях>\n"
-"\n"
-"приклади:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"де [параметри] можна обрати такими:\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget — використовувати wget для доступу до віддалених файлів.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl — використовувати curl для доступу до віддалених файлів.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla — використовувати prozilla для отримання віддалених файлів.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 — використовувати aria2 для отримання віддалених файлів.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid " --update - create an update medium.\n"
-msgstr " --update — створити носія поновлення.\n"
-
-#: ../urpmi.addmedia:66
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info — використовувати особливі правила звантаження файлів xml\n"
-" має одне зі значень: never, on-demand, update-only, always. Пор. urpmi."
-"cfg(5)\n"
-
-#: ../urpmi.addmedia:68
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis — використовувати файл synthesis.\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms — скористатися файлами rpm (замість synthesis).\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe — не намагатися знайти файли synthesis.\n"
-
-#: ../urpmi.addmedia:72
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr " --distrib — автоматично створювати всі носії із носія встановлення.\n"
-
-#: ../urpmi.addmedia:74
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr " --interactive — разом з --distrib, запитувати підтвердження для всіх носіїв\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media — разом з --distrib, додати всі носії зі списку\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from — використовувати url для списку дзеркал, типове значення\n"
-" %s\n"
-
-#: ../urpmi.addmedia:78
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual — створити віртуального носія з найновішими даними.\n"
-
-#: ../urpmi.addmedia:79 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum — вимкнути перевірку файлів на MD5SUM.\n"
-
-#: ../urpmi.addmedia:80
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey — не імпортувати публічний ключ з доданого носія\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw — додати носія в конфігурацію, але не поновлювати його.\n"
-
-#: ../urpmi.addmedia:82 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q — режим мовчання.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v — детальний режим.\n"
-
-#: ../urpmi.addmedia:103
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "відомими наборами правил xml-info є %s"
-
-#: ../urpmi.addmedia:114
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "непотрібні аргументи до --distrib --mirrorlist <url>"
-
-#: ../urpmi.addmedia:119
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "помилковий <url> (для локального каталогу слід вказати абсолютний шлях)"
-
-#: ../urpmi.addmedia:123
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Тільки користувачу root дозволяється додавати носії"
-
-#: ../urpmi.addmedia:126
-#, c-format
-msgid "creating config file [%s]"
-msgstr "створення файла налаштувань [%s]"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Неможливо створити конфігураційний файл [%s]"
-
-#: ../urpmi.addmedia:135
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "немає потреби задавати <відносний шлях synthesis> для --distrib"
-
-#: ../urpmi.addmedia:143
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"Бажаєте додати носій «%s»?"
-
-#: ../urpmi.addmedia:169
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "немає <відносного шляху до synthesis>\n"
-
-#: ../urpmi.addmedia:172
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Не можна використовувати %s для віддалених носіїв"
-
-#: ../urpmi.addmedia:184
-#, c-format
-msgid "unable to add medium"
-msgstr "неможливо додати носій"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"версія urpmi.recover %s\n"
-" Авторські права © 2006 Mandriva.\n"
-" Це безкоштовна програма, може розповсюджуватися за умовами GNU GPL.\n"
-"\n"
-"використання:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint — почати перепакування зараз\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean — не спорожняти каталог перепакування під час створення контрольної точки\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid " --list - list transactions since provided date/duration argument\n"
-msgstr " --list — показати список транзакцій з часу заданого аргументу дата/період\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all — показати список всіх транзакцій у базі даних rpm (довго)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe — показати список транзакцій після контрольної точки\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-" --rollback — повернутися до стану на вказану дату,\n"
-" або скасувати вказану кількість транзакцій\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable — вимкнути перепакування\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "Некоректна дата або період [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Не вказано каталог перепакування\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "Не вдалося виконати запис до каталогу перепакування [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "Спорожнення каталогу перепакування [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "Вилучено %d файл\n"
-msgstr[1] "Вилучено %d файли\n"
-msgstr[2] "Вилучено %d файлів\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "Зайві аргументи у командному рядку [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "Ви не можете одночасно вказувати параметри --checkpoint і --rollback\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "Ви не можете одночасно вказувати параметри --checkpoint і --list\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "Ви не можете одночасно вказувати параметри --rollback і --list\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "Ви не можете одночасно вказувати параметр --disable з іншим параметром"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "Транзакцій з %s не виявлено\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Ви маєте мати права root, щоб зробити це"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Запис до файла макросів rpm [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "Не знайдено дати відновлення\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "Повернення до %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "Вимикання перепакування\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"використання: urpmi.removemedia (-a | <назва> ...)\n"
-"де <назва> — це назва носія для вилучення.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a — вибрати всі носії.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y — на назвах носіїв позначати як чорновий.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Тільки користувачу root дозволяється вилучати носії"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "нічого вилучати (використовуйте urpmi.addmedia, щоб додати носія)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"об'єкта для вилучення немає\n"
-"(один з %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"використання: urpmi.update [параметри] <назва> ...\n"
-"де <назва> — це назва носія з поновленнями.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update — поновити тільки носія з поновленнями.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key — виконати поновлення ключа gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore — не оновлювати, помітити джерело як ігнороване.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore — не оновлювати, помітити джерело як доступне.\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms — не використовувати synthesis, скористатися напряму файлами rpm\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a — вибрати всі незнімні носії.\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f — примусово оновити synthesis\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -ff — примусити до оновлення synthesis\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Тільки користувачу root дозволяється поновлювати носії"
-
-#: ../urpmi.update:77
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "нічого поновлювати (використовуйте urpmi.addmedia, щоб додати носія)\n"
-
-#: ../urpmi.update:95
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"об'єкта для поновлення немає\n"
-"(один з %s)\n"
-
-#: ../urpmi.update:99
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:100
-#, c-format
-msgid "ignoring media %s"
-msgstr "ігнорується джерело %s"
-
-#: ../urpmi.update:100
-#, c-format
-msgid "enabling media %s"
-msgstr "джерело робиться доступним %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"версія urpmq %s\n"
-" Авторські права © 2002-2006 Mandriva.\n"
-" Це безкоштовна програма, може розповсюджуватися за умовами GNU GPL.\n"
-"\n"
-"використання:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia — використовувати тільки задані носії для пошуку запитаних "
-"(або поновлюваних) пакунків.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans — показати список «осиротілих»\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy — встановити нечіткий пошук (те саме, що -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list — вивести список доступних пакунків.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media — вивести список доступних носіїв.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url — вивести наявні носії і їхні адреси.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-" --list-nodes — вивести список доступних вузлів при використанні --"
-"parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases — вивести список доступних паралельних псевдонімів.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid " --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr " --dump-config — вивести конфігурацію у формі аргументу urpmi.addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src — наступний пакунок — це пакунок з вихідними текстами (так "
-"само, як -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid " --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources — вивести всі вихідні пакунки перед завантаженням (тільки "
-"root).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch — дозволити запити на пакунки rpm для незазначених "
-"архітектур.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib — сконфігурувати urpmi на льоту з дерева дистрибутиву.\n"
-" Це дозволяє виконувати запити до дистрибутиву.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog — друкувати changelog.\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts — вивести список conflicts: всі конфлікти.\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes — вивести список застарілих пакунків.\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides — вивести всі використання (provides).\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires — вивести список залежностей.\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests — вивести пропозиції.\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm — вивести параметр sourcerpm: джерельний rpm.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S — виводити короткий звіт.\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" — виконати запит щодо залежностей пакунка.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires — зворотний пошук пакунків.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" — розширений зворотний пошук пакунків (включає віртуальні "
-"пакунки).\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" — виконати пошук пакунка у полях provides.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c — повний вивід даних про пакунок для вилучення.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g — також виводити групи з назвами.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i — виводити корисну інформацію в придатному для читання "
-"вигляді.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l — вивести список файлів у пакунку.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m — рівнозначне до -du\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r — також виводити версію і випуск з назвою.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s — наступний пакунок є пакунком з джерельними текстами (те "
-"саме, що --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr " -u — пропустити пакунок, якщо новіша версія вже встановлена.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y — задати невизначений пошук (так само як --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y — подібно до -y, але нечутливо до регістру.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " назви або rpm-файли, задані в командному рядку, необхідні.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "Використання: «urpmq --auto-orphans» без аргументів"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes може використовуватися тільки з --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "щоб отримати список файлів, скористайтеся параметром -l"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr "немає файла відомостей xml для носія «%s», лише частковий результат для пакунка %s"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr "немає файла відомостей xml для носія «%s», лише частковий результат для пакунків %s"
-
-#: ../urpmq:408
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr "немає файла відомостей xml для носія «%s», не отримано жодного результату для пакунка %s"
-
-#: ../urpmq:409
-#, c-format
-msgid "no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr "немає файла відомостей xml для носія «%s», не отримано жодного результату для пакунків %s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Не знайдено журналу змін\n"
-
diff --git a/po/urpmi.pot b/po/urpmi.pot
deleted file mode 100644
index b3cf55d8..00000000
--- a/po/urpmi.pot
+++ /dev/null
@@ -1,3008 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Free Software Foundation, Inc.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2008-09-18 18:48+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8-bit\n"
-"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr ""
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr ""
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr ""
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr ""
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr ""
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr ""
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpme:46 ../urpmf:35 ../urpmi:72 ../urpmi.addmedia:54
-#: ../urpmi.recover:33 ../urpmi.removemedia:40 ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr ""
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-
-#: ../gurpmi.pm:52 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr ""
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr ""
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr ""
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr ""
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr ""
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr ""
-
-#: ../gurpmi2:134 ../urpmi:624
-#, c-format
-msgid "Ok"
-msgstr ""
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr ""
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr ""
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr ""
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr ""
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-
-#: ../gurpmi2:241 ../urpmi:591
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr ""
-
-#: ../gurpmi2:242 ../urpmi:592
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr ""
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr ""
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr ""
-
-#: ../gurpmi2:266 ../urpm/install.pm:81
-#, c-format
-msgid "Preparing..."
-msgstr ""
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr ""
-
-#: ../gurpmi2:287 ../urpmi:619
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr ""
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr ""
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr ""
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:114
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:226 ../urpm/main_loop.pm:244
-#: ../urpm/main_loop.pm:262 ../urpm/main_loop.pm:289
-#, c-format
-msgid "Installation failed:"
-msgstr ""
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr ""
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr ""
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr ""
-
-#: ../gurpmi2:354 ../urpmi:686
-#, c-format
-msgid "restarting urpmi"
-msgstr ""
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr ""
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr ""
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr ""
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr ""
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr ""
-
-#: ../rurpmi:11 ../urpmi:268
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr ""
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr ""
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr ""
-
-#: ../urpm.pm:139
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpm.pm:140 ../urpmf:248 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr ""
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to open rpmdb"
-msgstr ""
-
-#: ../urpm.pm:318
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr ""
-
-#: ../urpm.pm:324
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr ""
-
-#: ../urpm.pm:326 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr ""
-
-#: ../urpm.pm:329 ../urpm/download.pm:732 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr ""
-
-#: ../urpm.pm:334
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr ""
-
-#: ../urpm.pm:339
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr ""
-
-#: ../urpm.pm:347
-#, c-format
-msgid "unable to register rpm file"
-msgstr ""
-
-#: ../urpm.pm:349
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:353
-#, c-format
-msgid "error registering local packages"
-msgstr ""
-
-#: ../urpm.pm:440
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:152 ../urpm/args.pm:161
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr ""
-
-#: ../urpm/args.pm:305
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr ""
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:383
-#, c-format
-msgid "missing expression before %s"
-msgstr ""
-
-#: ../urpm/args.pm:389
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:393
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:402
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:470
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:493
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:496 ../urpm/args.pm:499 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:507
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:54 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr ""
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr ""
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr ""
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr ""
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr ""
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr ""
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr ""
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr ""
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr ""
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:602
-#, c-format
-msgid "aria2 is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:716
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:718
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:783
-#, c-format
-msgid "retrieving %s"
-msgstr ""
-
-#: ../urpm/download.pm:787
-#, c-format
-msgid "retrieved %s"
-msgstr ""
-
-#: ../urpm/download.pm:836
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr ""
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:873
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-
-#: ../urpm/download.pm:894
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr ""
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr ""
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr ""
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr ""
-
-#: ../urpm/install.pm:88
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:168
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-
-#: ../urpm/install.pm:171
-#, c-format
-msgid "unable to create transaction"
-msgstr ""
-
-#: ../urpm/install.pm:194
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr ""
-
-#: ../urpm/install.pm:207
-#, c-format
-msgid "unable to install package %s"
-msgstr ""
-
-#: ../urpm/install.pm:210
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr ""
-
-#: ../urpm/install.pm:211 ../urpm/install.pm:268
-#, c-format
-msgid "removing %s failed: %s"
-msgstr ""
-
-#: ../urpm/install.pm:249
-#, c-format
-msgid "Removing package %s"
-msgstr ""
-
-#: ../urpm/install.pm:250
-#, c-format
-msgid "removing package %s"
-msgstr ""
-
-#: ../urpm/install.pm:266
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr ""
-
-#: ../urpm/install.pm:274
-#, c-format
-msgid "More information on package %s"
-msgstr ""
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr ""
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr ""
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr ""
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:113 ../urpm/main_loop.pm:123 ../urpm/main_loop.pm:157
-#: ../urpm/main_loop.pm:233 ../urpm/main_loop.pm:251
-#, c-format
-msgid "Installation failed"
-msgstr ""
-
-#: ../urpm/main_loop.pm:115 ../urpm/main_loop.pm:125
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:124
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-
-#: ../urpm/main_loop.pm:142
-#, c-format
-msgid "The following package has bad signature"
-msgstr ""
-
-#: ../urpm/main_loop.pm:143
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr ""
-
-#: ../urpm/main_loop.pm:144
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr ""
-
-#: ../urpm/main_loop.pm:161
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:181
-#, c-format
-msgid "distributing %s"
-msgstr ""
-
-#: ../urpm/main_loop.pm:196
-#, c-format
-msgid "installing %s from %s"
-msgstr ""
-
-#: ../urpm/main_loop.pm:198
-#, c-format
-msgid "installing %s"
-msgstr ""
-
-#: ../urpm/main_loop.pm:234
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:252
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:302
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:313 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr ""
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr ""
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr ""
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr ""
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr ""
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr ""
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr ""
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr ""
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr ""
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr ""
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr ""
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr ""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr ""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr ""
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr ""
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr ""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr ""
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr ""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr ""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr ""
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr ""
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr ""
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr ""
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr ""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr ""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr ""
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr ""
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr ""
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr ""
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr ""
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr ""
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr ""
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr ""
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr ""
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr ""
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr ""
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr ""
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr ""
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr ""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr ""
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr ""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr ""
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr ""
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr ""
-
-#: ../urpm/msg.pm:63 ../urpmi:501 ../urpmi:516 ../urpmi:611
-#, c-format
-msgid "Nn"
-msgstr ""
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:552 ../urpmi:647 ../urpmi:653
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr ""
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr ""
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:310
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr ""
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr ""
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr ""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr ""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr ""
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:32
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:170
-#, c-format
-msgid "No package named %s"
-msgstr ""
-
-#: ../urpm/select.pm:172 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr ""
-
-#: ../urpm/select.pm:174
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:295
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr ""
-
-#: ../urpm/select.pm:538
-#, c-format
-msgid "Package %s is already installed"
-msgstr ""
-
-#: ../urpm/select.pm:539
-#, c-format
-msgid "Packages %s are already installed"
-msgstr ""
-
-#: ../urpm/select.pm:557 ../urpm/select.pm:641
-#, c-format
-msgid "due to missing %s"
-msgstr ""
-
-#: ../urpm/select.pm:558
-#, c-format
-msgid "due to already installed %s"
-msgstr ""
-
-#: ../urpm/select.pm:559 ../urpm/select.pm:639
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr ""
-
-#: ../urpm/select.pm:565
-#, c-format
-msgid "trying to promote %s"
-msgstr ""
-
-#: ../urpm/select.pm:566
-#, c-format
-msgid "in order to keep %s"
-msgstr ""
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-
-#: ../urpm/select.pm:608
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-
-#: ../urpm/select.pm:635
-#, c-format
-msgid "in order to install %s"
-msgstr ""
-
-#: ../urpm/select.pm:645
-#, c-format
-msgid "due to conflicts with %s"
-msgstr ""
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr ""
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr ""
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr ""
-
-#: ../urpm/sys.pm:178
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:213
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:316
-#, c-format
-msgid "Can't write file"
-msgstr ""
-
-#: ../urpm/sys.pm:316
-#, c-format
-msgid "Can't open file"
-msgstr ""
-
-#: ../urpm/sys.pm:329
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr ""
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr ""
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr ""
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr ""
-
-#: ../urpme:54 ../urpmf:40 ../urpmi:111 ../urpmi.addmedia:72
-#: ../urpmi.recover:36 ../urpmi.removemedia:45 ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr ""
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr ""
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr ""
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr ""
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr ""
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr ""
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr ""
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpme:161 ../urpmi:553 ../urpmi:648 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr ""
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr ""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr ""
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr ""
-
-#: ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-
-#: ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr ""
-
-#: ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-
-#: ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-
-#: ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-
-#: ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-
-#: ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-
-#: ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr ""
-
-#: ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr ""
-
-#: ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr ""
-
-#: ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-
-#: ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-
-#: ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr ""
-
-#: ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr ""
-
-#: ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr ""
-
-#: ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr ""
-
-#: ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr ""
-
-#: ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr ""
-
-#: ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr ""
-
-#: ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr ""
-
-#: ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr ""
-
-#: ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr ""
-
-#: ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr ""
-
-#: ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr ""
-
-#: ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr ""
-
-#: ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr ""
-
-#: ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr ""
-
-#: ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr ""
-
-#: ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr ""
-
-#: ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr ""
-
-#: ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr ""
-
-#: ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-
-#: ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr ""
-
-#: ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr ""
-
-#: ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr ""
-
-#: ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr ""
-
-#: ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr ""
-
-#: ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr ""
-
-#: ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr ""
-
-#: ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr ""
-
-#: ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr ""
-
-#: ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr ""
-
-#: ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr ""
-
-#: ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr ""
-
-#: ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr ""
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr ""
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr ""
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr ""
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr ""
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr ""
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr ""
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr ""
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr ""
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr ""
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr ""
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr ""
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr ""
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr ""
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr ""
-
-#: ../urpmi:274
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:348
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:435
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr ""
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:437
-#, c-format
-msgid "%s (to upgrade)"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:441
-#, c-format
-msgid "%s: %s (to install)"
-msgstr ""
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:443
-#, c-format
-msgid "%s (to install)"
-msgstr ""
-
-#: ../urpmi:449
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-
-#: ../urpmi:452
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr ""
-
-#: ../urpmi:494
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:496
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:502 ../urpmi:517
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-
-#: ../urpmi:503 ../urpmi:518 ../urpmi:612 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr ""
-
-#: ../urpmi:511
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:512
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-
-#: ../urpmi:529
-#, c-format
-msgid "removing package %s will break your system"
-msgstr ""
-
-#: ../urpmi:537
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-
-#: ../urpmi:539
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-
-#: ../urpmi:547
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:567
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-
-#: ../urpmi:578
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:594
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:600
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:601
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:602
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:603
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi:624
-#, c-format
-msgid "Cancel"
-msgstr ""
-
-#: ../urpmi:632
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr ""
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr ""
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr ""
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr ""
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr ""
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr ""
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr ""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr ""
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr ""
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr ""
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr ""
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr ""
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr ""
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr ""
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr ""
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr ""
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr ""
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr ""
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr ""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr ""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr ""
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr ""
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr ""
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr ""
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr ""
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr ""
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr ""
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr ""
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr ""
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr ""
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr ""
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr ""
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr ""
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr ""
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr ""
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr ""
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr ""
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr ""
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr ""
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr ""
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr ""
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr ""
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr ""
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr ""
diff --git a/po/uz.po b/po/uz.po
deleted file mode 100644
index 09be3744..00000000
--- a/po/uz.po
+++ /dev/null
@@ -1,3219 +0,0 @@
-# translation of uz.po to Uzbek
-# Copyright (C) 2001,2003, 2004, 2006, 2007 Free Software Foundation, Inc.
-#
-# Sherzod Mamatkulov <mamatkulov@yahoo.com>, 2001.
-# Mashrab Kuvatov <kmashrab@uni-bremen.de>, 2003, 2004, 2006, 2007.
-# Nurali Abdurahmonov <mavnur@gmail.com>, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: uz\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2007-09-13 16:43+0200\n"
-"Last-Translator: Mashrab Kuvatov <kmashrab@uni-bremen.de>\n"
-"Language-Team: Uzbek <floss-uz-l10n@googlegroups.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: KBabel 1.11.4\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM o'rnatish"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Xato: %s fayli topilmadi, amal bekor qilinadi"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ok"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Quyidagi paketlar o'rnatiladi:\n"
-"\n"
-"%s\n"
-"\n"
-"Davom etishni istaysizmi?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Quyidagi paketlar o'rnatiladi:\n"
-"\n"
-"%s\n"
-"\n"
-"Ularni o'rnatmasdan kompyuterga saqlasa ham bo'ladi. Siz nimani istaysiz?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "O'r_natish"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Saqlash"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Bekor qilish"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Faylni qaerga saqlash joyini tanlang"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi, versiya %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Bu erkin dastur va GNU GPL shartlari asosida tarqatilishi mumkin.\n"
-"\n"
-"Foydalanish:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - shu yordam xabarini ko'rsatish.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - tizimni yangilash uchun paketlarni avto-tanlash.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - o'rnatishdan avval paketning elektron imzosini "
-"tekshirish\n"
-" (--no-verify-rpm ushbu amalning teskarisi, andoza "
-"bo'yicha paketning elektron imzosi tekshiriladi).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - faqat ko'rsatilgan, vergul bilan ajratilgan, "
-"to'plamlardan foydalanish.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr ""
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr ""
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - o'rnatishni to'g'ri bajarish imkoniyatini tekshirish.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Hech qanday paket ko'rsatilmagan"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Iltimos kutib turing..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "root bo'lish kerak"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Talab qilingan ba'zi bir paketni o'rnatib bo'lmaydi:\n"
-"%s\n"
-"Bunga qaramasdan o'rnatishni davom ettirishni istaysizmi?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Diqqat"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ok"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (yangilash)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (o'rnatish)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Paket tanlovi"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Quyidagi paketlardan biri kerak:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "To'_xtatish"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Boshqalarni yangilash uchun quyidagi paketlarni olib tashlash kerak:\n"
-"%s\n"
-"O'rnatishni davom ettirishni istaysizmi?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Bog'liqliklarni ta'minlash uchun quyidagi paket ham o'rnatiladi:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Bog'liqliklarni ta'minlash uchun quyidagi paketlar ham o'rnatiladi:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d-ta paket, %d Mb)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Paketni o'rnatish..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr ""
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Tayyorlanmoqda..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "\"%s\" (%s/%s) paketi o'rnatilmoqda..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Iltimos \"%s\" nomli to'plamni [%s] uskunasiga qo'ying"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "\"%s\" paketi olinmoqda..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Tayyor"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"O'rnatish muvaffaqiyatsiz tugadi, ba'zi bir fayllar yetishmaydi:\n"
-"%s\n"
-"Balki urpmi ma'lumot bazasini yangilashingiz kerak."
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "O'rnatish muvaffaqiyatsiz tugadi:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Hamma narsa allaqachon o'rnatilgan"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "O'rnatish tugadi"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "%s o'chirilmoqda"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "urpmi qaytadan ishga tushmoqda"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"Foydalanish: %s [parametrlar]\n"
-"Parametrlar:\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - shu yordam xabarini ko'rsatish.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr ""
-" --root <yo'l> - / o'rniga tub direktoriya sifatida ko'rsatilgan yo'ldan "
-"foydalanish\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [guruh] - natijalarni ko'rsatilgan guruhga chegaralash\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " %s - andoza.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - RPM-faylining to'liq nomini ko'rsatish (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Faqat boshqaruvchi paketlarni o'rnatishi mumkin"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "to'plamni yaratib bo'lmadi: \"%s\"\n"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "\"%s\" paketi olinmoqda..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "rpmdb'ni ochib bo'lmadi"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "RPM-faylining nomi (%s) noto'g'ri"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "RPM-fayli (%s) olinmoqda..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...olish tugadi"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...olish muvaffaqiyatsiz tugadi: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "RPM-fayliga (%s) murojaat qilib bo'lmadi"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr ""
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "RPM-faylini ro'yxatdan o'tkazib bo'lmadi"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr ""
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr ""
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: RPM-faylini (%s) o'qib bo'lmadi\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Imzo yetishmaydi (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "chroot direktoriyasi mavjud emas"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "%s amalidan %s amalisiz foydalanib bo'lmaydi"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "%s amalidan %s amali bilan birga foydalanib bo'lmaydi"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Nusxa ko'chirish muvaffaqiyatsiz tugadi"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr ""
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "RPM-faylini (%s) \"%s\" to'plamidan o'qib bo'lmadi"
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "moslama faylining %s-chi satrida xato"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "%s moslama faylini o'qib bo'lmadi"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "\"%s\" to'plami ikki marta aniqlangan, amal bekor qilinadi"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "moslama faylini (%s) yozib bo'lmadi"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Proksiga ulanish uchun kerakli ma'lumotni kiriting\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Foydalanuvchi:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Maxfiy so'z:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s muvaffaqiyatsiz tugadi: xato kodi %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s muvaffaqiyatsiz tugadi: xato kodi %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "nusxa ko'chirish muvaffaqiyatsiz tugadi"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget dasturi yetishmayapti\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl dasturi yetishmayapti\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl muvaffaqiyatsiz tugadi: yozib olish bekor qilindi\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync dasturi yetishmayapti\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh dasturi yetishmayapti\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla dasturi yetishmayapti\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "prozilla dasturini ishga tushirib bo'lmadi\n"
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "prozilla dasturi yetishmayapti\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% bajarildi, jami = %s, ETA = %s, tezlik = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% bajarildi, tezlik = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "%s olinmoqda"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "%s olindi"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "%s uchun noma'lum protokol aniqlangan"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s topilmadi, %s ishlatiladi"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "noma'lum protokol: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "%s va %s tozalanmoqda"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "%s paketi topilmadi."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "RPM-fayllari \"%s\" to'plamidan olinmoqda..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr ""
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "delta-rpm paketidan RPM-faylini ajratib bo'lmadi: %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "%s paketini o'rnatib bo'lmadi"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "to'plam olib tashlanmoqda: \"%s\""
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...olish muvaffaqiyatsiz tugadi: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "%s paketi olib tashlanmoqda"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "%s paketi olib tashlanmoqda"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr ""
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "%s paketi haqida ko'proq ma'lumot"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr ""
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s ma'lumot bazasi qulflangan. Kutilmoqda..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "to'xtatilmoqda"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "O'rnatish muvaffaqiyatsiz tugadi"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "O'rnatish muvaffaqiyatsiz tugadi:"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Quyidagi paketning imzosi xato"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Quyidagi paketlarning imzolari noto'g'ri"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "O'rnatishni davom etishni istaysizmi?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "to'plam olib tashlanmoqda: \"%s\""
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr ""
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "o'rnatilmoqda: %s, qaerdan: %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "%s o'rnatilmoqda"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Bog'liqliklarni tekshirmasdan o'rnatib ko'raymi? (h/Y) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Paketlarni yangilash muhtoji yo'q"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "O'rnatish mumkin"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "%s fayli tekshirilmoqda"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "DIQQAT: MD5SUM faylida %s uchun md5sum haqida ma'lumot mavjud emas"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr ""
-"\"%s\" uchun ro'yxat fayliga murojaat qilib bo'lmadi, to'plam e'tiborga "
-"olinmaydi"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr ""
-"\"%s\" uchun hdlist fayliga murojaat qilib bo'lmadi, to'plam e'tiborga "
-"olinmaydi"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr ""
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "moslama fayli (%s) yozildi"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr ""
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr ""
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis'dan --media, --excludemedia, --sortmedia, --update, --use-"
-"distrib yoki --parallel bilan birga foydalanib bo'lmaydi"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Qidirish boshi: %s oxiri: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "%s paketi tashlab o'tilmoqda"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr ""
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "to'plam allaqachon mavjud: \"%s\""
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(andoza bo'yicha e'tiborga olinmadi)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr ""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "to'plam qo'shilmoqda: %s"
-
-#: ../urpm/media.pm:808
-#, fuzzy, c-format
-msgid "directory %s does not exist"
-msgstr "chroot direktoriyasi mavjud emas"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr ""
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "media.cfg fayli yozib olinmoqda..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr ""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr ""
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "to'plam olib tashlanmoqda: \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "to'plam uchun urpmi qaytadan moslanmoqda: \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...qaytadan moslash muvaffaqiyatsiz tugadi"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "...qaytadan moslash tugadi"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "to'plamni yangilash hojati yo'q: \"%s\""
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "synthesis fayli (%s) tekshirilmoqda"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "to'plamining synthesis faylini o'qishda muammo ro'y berdi: \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr ""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...nusxa ko'chirish muvaffaqiyatsiz tugadi"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr ""
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...nusxa ko'chirish bajarildi"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr ""
-"'%s' faylidan nusxa ko'chirish muvaffaqiyatsiz tugadi (uning hajmi juda "
-"kichik)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr ""
-"olingan hdlist (yoki synthesis) fayli uchun md5sum soni hisoblanmoqda..."
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "%s'dan nusxa ko'chirish muvaffaqiyatsiz tugadi (md5sum noto'g'ri)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "hdlist fayli (%s) tekshirilmoqda"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "%s va %s tozalanmoqda"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "to'plamning hdlist fayli %s xato: %s"
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "'%s' uchun pubkey fayli tekshirilmoqda..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "RPM-faylining nomi (%s) noto'g'ri"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "'%s' uchun hdlist (yoki synthesis) fayli yozib olinmoqda..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "qidirilgan hdlist (yoki synthesis) fayli topildi: %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "to'plam uchun hech qanday hdlist fayli topilmadi: \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "'%s' uchun pubkey fayli tekshirilmoqda..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr ""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "'%s' uchun pubkey faylini import qilib bo'lmadi"
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "to'plam yangilandi: \"%s\""
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "RPM-fayllari %s'dan o'qilmoqda"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "JjJjNn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "HhHhYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Uzr, noto'g'ri tanlov. Boshqasini tanlang\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Paket"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Versiya"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Reliz"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr ""
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(taklif qilingan)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "to'plam: \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "Kb"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "Mb"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "Gb"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "Tb"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr ""
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr ""
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr ""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "O'rnatish muvaffaqiyatsiz tugadi"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "to'plamga murojaat qilib bo'lmadi: \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "%s ulanmoqda"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "%s uzilmoqda"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf, versiya %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Bu erkin dastur va GNU GPL shartlari asosida tarqatilishi mumkin.\n"
-"\n"
-"Foydalanish: urpmf [parametrlar] qidirish uchun ifoda\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr ""
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - ko'rsatilgan, vergul bilan ajratilgan, to'plamlardan "
-"foydalanilmasin.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - ko'rsatilgan synthesis faylidan foydalanish.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - bir xil qatorlar ko'rsatilmasin.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - faqat yangilash to'plamidan foydalanish.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - ortiqcha xabarlar bilan.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr ""
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr ""
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr ""
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr ""
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr ""
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Teglar ro'yxati:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr ""
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " masalan: '%%name:%%files'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr ""
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr ""
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr ""
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - paket ta'rifi\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr ""
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr ""
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - paketdagi fayllar ro'yxatini ko'rsatish\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - guruh\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr ""
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - paketning nomi\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr ""
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr ""
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr ""
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr ""
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr ""
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr ""
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - paket qaysi to'plamda topilganini ko'rsatish\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr ""
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "to'plam uchun hech qanday hdlist fayli topilmadi: \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "to'plam uchun hdlist synthesis fayli yaratildi: \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "to'plam uchun ro'yxat fayli yozilmoqda: \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "%s nomli paket mavjud emas"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Quyidagi paketlarda %s bor: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "%s paketlarini o'rnatib bo'lmaydi"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "%s paketi allaqachon o'rnatilgan"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "%s paketlari allaqachon o'rnatilgan"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "%s yetishmaganiga ko'ra"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "%s paketi allaqachon o'rnatilganligi uchun"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr ""
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr ""
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "%s'ni qoldirish uchun"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "%s'ni o'rnatish uchun"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr ""
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Imzo haqiqiy emas (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr ""
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Imzo yetishmaydi (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Faylini saqlab bo'lmadi"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Faylini ochib bo'lmadi"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "%s amalidan %s amali bilan birga foydalanib bo'lmaydi"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme, versiya %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Bu erkin dastur va GNU GPL shartlari asosida tarqatilishi mumkin.\n"
-"\n"
-"Foydalanish:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr ""
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - olib tashlashni to'g'ri bajarish imkoniyatini "
-"tekshirish.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr ""
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr ""
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr ""
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - ortiqcha xabarlar bilan.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Paketlarni faqat root olib tashlashi mumkin"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "Noma'lum paketlar"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "noma'lum paket"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "paketni (%s) olib tashlash tizimni ishdan chiqaradi"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "O'chirish uchun hech narsa yo'q"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "O'chirish uchun hech narsa yo'q"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Bog'liqliklarni ta'minlash uchun quyidagi %d-ta paket olib tashlanadi"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "noma'lum paket"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "%d-ta paketni olib tashlashni istaysizmi?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (h/Y) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr ""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "O'chirish muvaffaqiyatsiz tugadi"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "O'chirish muvaffaqiyatsiz tugadi"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr ""
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr ""
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr ""
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - avvalo paketlarni keshdan olib tashlash.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - paketlar keshdan olib tashlanmasin.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr ""
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - paketlarni olish tezligini cheklash.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr ""
-" --excludepath - ko'rsatilgan, vergul bilan ajratilgan, yo'llardan "
-"foydalanilmasin.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - qo'llanma fayllarsiz.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --ignoresize - o'rnatishdan avval diskda yetarli bo'sh joy borligi "
-"tekshirilmasin.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr ""
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr ""
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr ""
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr ""
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - ortiqcha xabarlar bilan.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr ""
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "To'plam yangilanmoqda...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (yangilash)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (yangilash)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (o'rnatish)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (o'rnatish)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "'%s' bog'liqlikni ta'minlash uchun quyidagi paketlardan bittasi kerak:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Nimani tanlaysiz? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Quyidagi paketni o'rnatib bo'lmaydi, chunki u o'rnatilgan\n"
-"paketlardan ko'ra eskiroq paketlarga bog'liq:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Quyidagi paketlarni o'rnatib bo'lmaydi, chunki ular o'rnatilgan\n"
-"paketlardan ko'ra eskiroq paketlarga bog'liq:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Bunga qaramasdan davom etishni istaysizmi?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (H/y) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Talab qilingan paketni o'rnatib bo'lmaydi:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Talab qilingan ba'zi bir paketlarni o'rnatib bo'lmaydi:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "paketni (%s) olib tashlash tizimni ishdan chiqaradi"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"O'rnatishni davom etib bo'lmaydi, chunki boshqa paketlarni yangilash\n"
-"uchun quyidagi paketni olib tashlash kerak:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"O'rnatishni davom etib bo'lmaydi, chunki boshqa paketlarni yangilash\n"
-"uchun quyidagi paketlarni olib tashlash kerak:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Boshqa paketlarni yangilash uchun quyidagi paketni olib tashlash kerak:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Boshqa paketlarni yangilash uchun quyidagi paketlarni olib tashlash kerak:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(sinov usuli, hech narsa olib tashlanmaydi)"
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Quyidagi bog'liqliklarni o'rnatish uchun siz root bo'lishingiz kerak:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"Bog'liqliklarni ta'minlash uchun quyidagi %d-ta paket olib tashlanadi"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(sinov usuli, hech narsa o'rnatilmaydi)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "Diskda qo'shimcha %s joy ishlatiladi."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "Diskda %s joy bo'shatiladi."
-
-#: ../urpmi:618
-#, fuzzy, c-format
-msgid "%s of packages will be retrieved."
-msgstr "Diskda %s joy bo'shatiladi."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "%d-ta paketni o'rnatish bilan davom etishni istaysizmi?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Bekor qilish"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Tayyor bo'lganda ENTER tugmasini bosing..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"Foydalanish: urpmi.addmedia [amallar] <nomi> <url>\n"
-"<url> quyidagilardan biri\n"
-" [file:/]/<yo'l>\n"
-" ftp://<foydalanuvchi>:<maxfiy so'z>@<xost>/<yo'l>\n"
-" ftp://<xost>/<yo'l>\n"
-" http://<xost>/<yo'l>\n"
-" removable://<yo'l>\n"
-"\n"
-"[amallar] quyidagilar\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-" --wget - masofadagi fayllarni olish uchun wget dasturini "
-"ishlatish.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr ""
-" --curl - masofadagi fayllarni olish uchun curl dasturini "
-"ishlatish.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-" --prozilla - masofadagi fayllarni olish uchun prozilla dasturini "
-"ishlatish.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr ""
-" --curl - masofadagi fayllarni olish uchun curl dasturini "
-"ishlatish.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - synthesis faylidan foydalanish.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - synthesis yoki hdlist faylini topishga urinmash.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - MD5SUM faylini tekshirishni o'chirish.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - xabarsiz.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - ortiqcha xabarlar bilan.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Paketlar to'plamini faqat root qo'shishi mumkin"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "moslama fayli (%s) yaratilmoqda"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Moslama faylini (%s) yaratib bo'lmadi"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr ""
-
-#: ../urpmi.addmedia:144
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"\"%s\" to'plamini qo'shishni istaysizmi?"
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "synthesis/hdlist fayliga nisbiy yo'l ko'rsatilmagan\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Masofadagi to'plam uchun %s amalidan foydalanib bo'lmaydi"
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "to'plamga murojaat qilib bo'lmadi: \"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover, versiya %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Bu erkin dastur va GNU GPL shartlari asosida tarqatilishi mumkin.\n"
-"\n"
-"Foydalanish:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr ""
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr ""
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d-ta fayl olib tashlandi\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Bundan foydalanish uchun root bo'lish shart"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr ""
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"Foydalanish: urpmi.removemedia (-a | <nomi> ...)\n"
-"<nomi> - olib tashlanishi kerak bo'lgan to'plamning nomi.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - hamma to'plamlarni tanlash.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr ""
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "To'plamni faqat root olib tashlashi mumkin"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"olib tashlash uchun hech narsa yo'q (to'plamni qo'shish\n"
-"uchun urpmi.addmedia buyrug'idan foydalaning)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"olib tashlash parametri yetishmayapti\n"
-"(quyidagilardan bittasi: %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"Foydalanish: urpmi.update [amallar] <nomi> ...\n"
-"<nomi> - yangilanishi kerak bo'lgan to'plamning nomi.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - faqat yangilash to'plamidan foydalanish.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-synthesis - synthesis faylidan foydalanish.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr ""
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -v - ortiqcha xabarlar bilan.\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr ""
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Faqat boshqaruvchi (root ) to'plami yangilashi mumkin"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"yangilash uchun hech narsa yo'q (to'plamni qo'shish uchun\n"
-"urpmi.addmedia buyrug'idan foydalaning)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"yangilash parametri yetishmayapti\n"
-"(quyidagilardan bittasi: %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "to'plamga e'tibor berilmaydi: \"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr ""
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq, versiya %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Bu erkin dastur va GNU GPL shartlari asosida tarqatilishi mumkin.\n"
-"\n"
-"Foydalanish:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr ""
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - mavjud bo'lgan paketlar ro'yxatini ko'rsatish.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - mavjud bo'lgan to'plamlar ro'yxatini ko'rsatish.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr ""
-" --list-url - mavjud bo'lgan to'plam va uning URL'ni ko'rsatish.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr ""
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr ""
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --verbose - ortiqcha xabarlar bilan.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --verbose - ortiqcha xabarlar bilan.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --verbose - ortiqcha xabarlar bilan.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --verbose - ortiqcha xabarlar bilan.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --verbose - ortiqcha xabarlar bilan.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --help - shu yordam xabarini ko'rsatish.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr ""
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr ""
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr ""
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr ""
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - paketdagi fayllarni ko'rsatish.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr ""
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr ""
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr ""
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes'dan faqat --parallel bilan birga foydalanib bo'ladi"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr ""
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Changelog fayli topilmadi\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - yangilash to'plamini yaratish.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "xato URL: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "O'rnatish muvaffaqiyatsiz tugadi"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "%s paketini o'rnatib bo'lmaydi"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Quyidagi paketlarni olib tashlash uchun tekshirish bajarilmoqda"
-
-#~ msgid "%s database locked"
-#~ msgstr "%s ma'lumot bazasi qulflangan"
-
-#~ msgid "Unknown option %s"
-#~ msgstr "Noma'lum parametr \"%s\""
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - sarlavhalarning kesh direktoriyasini tozalash.\n"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "\"%s\" uchun ro'yxat fayliga murojaat qilib bo'lmadi"
-
-#~ msgid "found %d rpm headers in cache, removing %d obsolete headers"
-#~ msgstr "%d-ta RPM-xeder topildi, %d-ta eski xeder o'chiriladi"
-
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "hdlist yoki synthesis fayli (%s) uchun md5sum hisoblanmoqda"
-
-#~ msgid "invalid hdlist name"
-#~ msgstr "hdlist fayli xato"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" uchun ro'yxat fayli topilmadi, to'plam e'tiborga olinmaydi"
-
-#~ msgid "wrote %s"
-#~ msgstr "yozildi: %s"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "bog'liklarni aniqlash uchun ikkinchi bosqich bajarilmoqda\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "[%s] hdlist fayli yaratilmoqda"
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr ""
-#~ "to'plamining hdlist yoki synthesis faylini o'qishda muammo ro'y berdi: \"%"
-#~ "s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr ""
-#~ "to'plamning olingan hdlist (yoki synthesis) faylining md5sum'i "
-#~ "hisoblanmoqda"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...olish muvaffaqiyatsiz tugadi: md5sum mos kelmadi"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "%s'dan RPM-fayllar topilmadi"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "[%s]: %s'dan RPM-fayllarni o'qib bo'lmadi"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "to'plamidan xederlar o'qilmoqda: \"%s\""
-
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - synthesis faylidan foydalanish.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - hdlist faylidan foydalanish.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - hdlist faylidan foydalanish.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "to'plamni yangilab bo'lmadi: \"%s\"\n"
diff --git a/po/uz@cyrillic.po b/po/uz@cyrillic.po
deleted file mode 100644
index e26ea80e..00000000
--- a/po/uz@cyrillic.po
+++ /dev/null
@@ -1,3203 +0,0 @@
-# translation of uz.po to Uzbek
-# Copyright (C) 2001,2003, 2004, 2006, 2007 Free Software Foundation, Inc.
-#
-# Sherzod Mamatkulov <mamatkulov@yahoo.com>, 2001.
-# Mashrab Kuvatov <kmashrab@uni-bremen.de>, 2003, 2004, 2006, 2007.
-# Nurali Abdurahmonov <mavnur@gmail.com>, 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: uz\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2007-09-13 16:43+0200\n"
-"Last-Translator: Mashrab Kuvatov <kmashrab@uni-bremen.de>\n"
-"Language-Team: Uzbek <floss-uz-l10n@googlegroups.com>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: KBabel 1.11.4\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM ўрнатиш"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Хато: %s файли топилмади, амал бекор қилинади"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_Ок"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Қуйидаги пакетлар ўрнатилади:\n"
-"\n"
-"%s\n"
-"\n"
-"Давом этишни истайсизми?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Қуйидаги пакетлар ўрнатилади:\n"
-"\n"
-"%s\n"
-"\n"
-"Уларни ўрнатмасдан компьютерга сақласа ҳам бўлади. Сиз нимани истайсиз?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "Ўр_натиш"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Сақлаш"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Бекор қилиш"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Файлни қаерга сақлаш жойини танланг"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi, версия %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Бу эркин дастур ва GNU GPL шартлари асосида тарқатилиши мумкин.\n"
-"\n"
-"Фойдаланиш:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - шу ёрдам хабарини кўрсатиш.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - тизимни янгилаш учун пакетларни авто-танлаш.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - ўрнатишдан аввал пакетнинг электрон имзосини текшириш\n"
-" (--no-verify-rpm ушбу амалнинг тескариси, андоза бўйича "
-"пакетнинг электрон имзоси текширилади).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - фақат кўрсатилган, вергул билан ажратилган, тўпламлардан "
-"фойдаланиш.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr ""
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr ""
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - ўрнатишни тўғри бажариш имкониятини текшириш.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Ҳеч қандай пакет кўрсатилмаган"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Илтимос кутиб туринг..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "root бўлиш керак"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Талаб қилинган баъзи бир пакетни ўрнатиб бўлмайди:\n"
-"%s\n"
-"Бунга қарамасдан ўрнатишни давом эттиришни истайсизми?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Диққат"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "Ок"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (янгилаш)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (ўрнатиш)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Пакет танлови"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Қуйидаги пакетлардан бири керак:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "Тў_хтатиш"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Бошқаларни янгилаш учун қуйидаги пакетларни олиб ташлаш керак:\n"
-"%s\n"
-"Ўрнатишни давом эттиришни истайсизми?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Боғлиқликларни таъминлаш учун қуйидаги пакет ҳам ўрнатилади:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Боғлиқликларни таъминлаш учун қуйидаги пакетлар ҳам ўрнатилади:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d-та пакет, %d Мб)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Пакетни ўрнатиш..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr ""
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Тайёрланмоқда..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "\"%s\" (%s/%s) пакети ўрнатилмоқда..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Илтимос \"%s\" номли тўпламни [%s] ускунасига қўйинг"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "\"%s\" пакети олинмоқда..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Тайёр"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Ўрнатиш муваффақиятсиз тугади, баъзи бир файллар етишмайди:\n"
-"%s\n"
-"Балки urpmi маълумот базасини янгилашингиз керак."
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "Ўрнатиш муваффақиятсиз тугади:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Ҳамма нарса аллақачон ўрнатилган"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Ўрнатиш тугади"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "%s ўчирилмоқда"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "urpmi қайтадан ишга тушмоқда"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"Фойдаланиш: %s [параметрлар]\n"
-"Параметрлар:\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - шу ёрдам хабарини кўрсатиш.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr ""
-" --root <йўл> - / ўрнига туб директория сифатида кўрсатилган йўлдан "
-"фойдаланиш\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [гуруҳ] - натижаларни кўрсатилган гуруҳга чегаралаш\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " %s - андоза.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - RPM-файлининг тўлиқ номини кўрсатиш (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Фақат бошқарувчи пакетларни ўрнатиши мумкин"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "тўпламни яратиб бўлмади: \"%s\"\n"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "\"%s\" пакети олинмоқда..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "rpmdb'ни очиб бўлмади"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "RPM-файлининг номи (%s) нотўғри"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "RPM-файли (%s) олинмоқда..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...олиш тугади"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...олиш муваффақиятсиз тугади: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "RPM-файлига (%s) мурожаат қилиб бўлмади"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr ""
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "RPM-файлини рўйхатдан ўтказиб бўлмади"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr ""
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr ""
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: RPM-файлини (%s) ўқиб бўлмади\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Имзо етишмайди (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "chroot директорияси мавжуд эмас"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "%s амалидан %s амалисиз фойдаланиб бўлмайди"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "%s амалидан %s амали билан бирга фойдаланиб бўлмайди"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Нусха кўчириш муваффақиятсиз тугади"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr ""
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "RPM-файлини (%s) \"%s\" тўпламидан ўқиб бўлмади"
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "мослама файлининг %s-чи сатрида хато"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "%s мослама файлини ўқиб бўлмади"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "\"%s\" тўплами икки марта аниқланган, амал бекор қилинади"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "мослама файлини (%s) ёзиб бўлмади"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Проксига уланиш учун керакли маълумотни киритинг\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Фойдаланувчи:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Махфий сўз:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s муваффақиятсиз тугади: хато коди %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s муваффақиятсиз тугади: хато коди %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "нусха кўчириш муваффақиятсиз тугади"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget дастури етишмаяпти\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl дастури етишмаяпти\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl муваффақиятсиз тугади: ёзиб олиш бекор қилинди\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync дастури етишмаяпти\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh дастури етишмаяпти\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla дастури етишмаяпти\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "prozilla дастурини ишга тушириб бўлмади\n"
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "prozilla дастури етишмаяпти\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% бажарилди, жами = %s, ETA = %s, тезлик = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% бажарилди, тезлик = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "%s олинмоқда"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "%s олинди"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "%s учун номаълум протокол аниқланган"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s топилмади, %s ишлатилади"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr ""
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "номаълум протокол: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "%s ва %s тозаланмоқда"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "%s пакети топилмади."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "RPM-файллари \"%s\" тўпламидан олинмоқда..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr ""
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "delta-rpm пакетидан RPM-файлини ажратиб бўлмади: %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "%s пакетини ўрнатиб бўлмади"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "тўплам олиб ташланмоқда: \"%s\""
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...олиш муваффақиятсиз тугади: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "%s пакети олиб ташланмоқда"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "%s пакети олиб ташланмоқда"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr ""
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "%s пакети ҳақида кўпроқ маълумот"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr ""
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s маълумот базаси қулфланган. Кутилмоқда..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "тўхтатилмоқда"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Ўрнатиш муваффақиятсиз тугади"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Ўрнатиш муваффақиятсиз тугади:"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Қуйидаги пакетнинг имзоси хато"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Қуйидаги пакетларнинг имзолари нотўғри"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Ўрнатишни давом этишни истайсизми?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "тўплам олиб ташланмоқда: \"%s\""
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr ""
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "ўрнатилмоқда: %s, қаердан: %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "%s ўрнатилмоқда"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Боғлиқликларни текширмасдан ўрнатиб кўрайми? (ҳ/Й) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Пакетларни янгилаш муҳтожи йўқ"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Ўрнатиш мумкин"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "%s файли текширилмоқда"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "ДИҚҚАТ: MD5SUM файлида %s учун md5sum ҳақида маълумот мавжуд эмас"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr ""
-"\"%s\" учун рўйхат файлига мурожаат қилиб бўлмади, тўплам эътиборга олинмайди"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr ""
-"\"%s\" учун hdlist файлига мурожаат қилиб бўлмади, тўплам эътиборга олинмайди"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr ""
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "мослама файли (%s) ёзилди"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr ""
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr ""
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis'дан --media, --excludemedia, --sortmedia, --update, --use-"
-"distrib ёки --parallel билан бирга фойдаланиб бўлмайди"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Қидириш боши: %s охири: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "%s пакети ташлаб ўтилмоқда"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr ""
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "тўплам аллақачон мавжуд: \"%s\""
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(андоза бўйича эътиборга олинмади)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr ""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "тўплам қўшилмоқда: %s"
-
-#: ../urpm/media.pm:808
-#, fuzzy, c-format
-msgid "directory %s does not exist"
-msgstr "chroot директорияси мавжуд эмас"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr ""
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "media.cfg файли ёзиб олинмоқда..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr ""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr ""
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "тўплам олиб ташланмоқда: \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "тўплам учун urpmi қайтадан мосланмоқда: \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...қайтадан мослаш муваффақиятсиз тугади"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "...қайтадан мослаш тугади"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "тўпламни янгилаш ҳожати йўқ: \"%s\""
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "synthesis файли (%s) текширилмоқда"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "тўпламининг synthesis файлини ўқишда муаммо рўй берди: \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr ""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...нусха кўчириш муваффақиятсиз тугади"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr ""
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...нусха кўчириш бажарилди"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr ""
-"'%s' файлидан нусха кўчириш муваффақиятсиз тугади (унинг ҳажми жуда кичик)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "олинган hdlist (ёки synthesis) файли учун md5sum сони ҳисобланмоқда..."
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "%s'дан нусха кўчириш муваффақиятсиз тугади (md5sum нотўғри)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "hdlist файли (%s) текширилмоқда"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "%s ва %s тозаланмоқда"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "тўпламнинг hdlist файли %s хато: %s"
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "'%s' учун pubkey файли текширилмоқда..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "RPM-файлининг номи (%s) нотўғри"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "'%s' учун hdlist (ёки synthesis) файли ёзиб олинмоқда..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "қидирилган hdlist (ёки synthesis) файли топилди: %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "тўплам учун ҳеч қандай hdlist файли топилмади: \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "'%s' учун pubkey файли текширилмоқда..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr ""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "'%s' учун pubkey файлини импорт қилиб бўлмади"
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "тўплам янгиланди: \"%s\""
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "RPM-файллари %s'дан ўқилмоқда"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "ЖжJjNn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "ҲҳHhYy"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Узр, нотўғри танлов. Бошқасини танланг\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "Пакет"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "Версия"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "Релиз"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr ""
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(таклиф қилинган)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "тўплам: \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "Б"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "Кб"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "Мб"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "Гб"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "Тб"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr ""
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr ""
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr ""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Ўрнатиш муваффақиятсиз тугади"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "тўпламга мурожаат қилиб бўлмади: \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "%s уланмоқда"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "%s узилмоқда"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf, версия %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"Бу эркин дастур ва GNU GPL шартлари асосида тарқатилиши мумкин.\n"
-"\n"
-"Фойдаланиш: urpmf [параметрлар] қидириш учун ифода\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr ""
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - кўрсатилган, вергул билан ажратилган, тўпламлардан "
-"фойдаланилмасин.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr ""
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - кўрсатилган synthesis файлидан фойдаланиш.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - бир хил қаторлар кўрсатилмасин.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - фақат янгилаш тўпламидан фойдаланиш.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - ортиқча хабарлар билан.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr ""
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr ""
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr ""
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr ""
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr ""
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr ""
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr ""
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Тэглар рўйхати:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr ""
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " масалан: '%%name:%%files'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr ""
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr ""
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr ""
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - пакет таърифи\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr ""
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr ""
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - пакетдаги файллар рўйхатини кўрсатиш\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - гуруҳ\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr ""
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - пакетнинг номи\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr ""
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr ""
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr ""
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr ""
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr ""
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr ""
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr ""
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - пакет қайси тўпламда топилганини кўрсатиш\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr ""
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "тўплам учун ҳеч қандай hdlist файли топилмади: \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "тўплам учун hdlist synthesis файли яратилди: \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "тўплам учун рўйхат файли ёзилмоқда: \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "%s номли пакет мавжуд эмас"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Қуйидаги пакетларда %s бор: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "%s пакетларини ўрнатиб бўлмайди"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "%s пакети аллақачон ўрнатилган"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "%s пакетлари аллақачон ўрнатилган"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "%s етишмаганига кўра"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "%s пакети аллақачон ўрнатилганлиги учун"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr ""
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr ""
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "%s'ни қолдириш учун"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "%s'ни ўрнатиш учун"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr ""
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Имзо ҳақиқий эмас (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr ""
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Имзо етишмайди (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "Файлини сақлаб бўлмади"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "Файлини очиб бўлмади"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "%s амалидан %s амали билан бирга фойдаланиб бўлмайди"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme, версия %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"Бу эркин дастур ва GNU GPL шартлари асосида тарқатилиши мумкин.\n"
-"\n"
-"Фойдаланиш:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr ""
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - олиб ташлашни тўғри бажариш имкониятини текшириш.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr ""
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr ""
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr ""
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr ""
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - ортиқча хабарлар билан.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Пакетларни фақат root олиб ташлаши мумкин"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "Номаълум пакетлар"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "номаълум пакет"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "пакетни (%s) олиб ташлаш тизимни ишдан чиқаради"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Ўчириш учун ҳеч нарса йўқ"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Ўчириш учун ҳеч нарса йўқ"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Боғлиқликларни таъминлаш учун қуйидаги %d-та пакет олиб ташланади"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "номаълум пакет"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "%d-та пакетни олиб ташлашни истайсизми?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (ҳ/Й) "
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr ""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Ўчириш муваффақиятсиз тугади"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Ўчириш муваффақиятсиз тугади"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr ""
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr ""
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr ""
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr ""
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr ""
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr ""
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - аввало пакетларни кэшдан олиб ташлаш.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - пакетлар кэшдан олиб ташланмасин.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr ""
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - пакетларни олиш тезлигини чеклаш.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr ""
-" --excludepath - кўрсатилган, вергул билан ажратилган, йўллардан "
-"фойдаланилмасин.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - қўлланма файлларсиз.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --ignoresize - ўрнатишдан аввал дискда етарли бўш жой борлиги "
-"текширилмасин.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr ""
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr ""
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr ""
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr ""
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr ""
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr ""
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - ортиқча хабарлар билан.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr ""
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr ""
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Тўплам янгиланмоқда...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (янгилаш)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (янгилаш)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (ўрнатиш)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (ўрнатиш)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "'%s' боғлиқликни таъминлаш учун қуйидаги пакетлардан биттаси керак:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Нимани танлайсиз? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Қуйидаги пакетни ўрнатиб бўлмайди, чунки у ўрнатилган\n"
-"пакетлардан кўра эскироқ пакетларга боғлиқ:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Қуйидаги пакетларни ўрнатиб бўлмайди, чунки улар ўрнатилган\n"
-"пакетлардан кўра эскироқ пакетларга боғлиқ:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Бунга қарамасдан давом этишни истайсизми?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Ҳ/й) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Талаб қилинган пакетни ўрнатиб бўлмайди:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Талаб қилинган баъзи бир пакетларни ўрнатиб бўлмайди:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "пакетни (%s) олиб ташлаш тизимни ишдан чиқаради"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Ўрнатишни давом этиб бўлмайди, чунки бошқа пакетларни янгилаш\n"
-"учун қуйидаги пакетни олиб ташлаш керак:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Ўрнатишни давом этиб бўлмайди, чунки бошқа пакетларни янгилаш\n"
-"учун қуйидаги пакетларни олиб ташлаш керак:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Бошқа пакетларни янгилаш учун қуйидаги пакетни олиб ташлаш керак:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Бошқа пакетларни янгилаш учун қуйидаги пакетларни олиб ташлаш керак:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(синов усули, ҳеч нарса олиб ташланмайди)"
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Қуйидаги боғлиқликларни ўрнатиш учун сиз root бўлишингиз керак:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Боғлиқликларни таъминлаш учун қуйидаги %d-та пакет олиб ташланади"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(синов усули, ҳеч нарса ўрнатилмайди)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "Дискда қўшимча %s жой ишлатилади."
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "Дискда %s жой бўшатилади."
-
-#: ../urpmi:618
-#, fuzzy, c-format
-msgid "%s of packages will be retrieved."
-msgstr "Дискда %s жой бўшатилади."
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "%d-та пакетни ўрнатиш билан давом этишни истайсизми?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Бекор қилиш"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Тайёр бўлганда ENTER тугмасини босинг..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"Фойдаланиш: urpmi.addmedia [амаллар] <номи> <url>\n"
-"<url> қуйидагилардан бири\n"
-" [file:/]/<йўл>\n"
-" ftp://<фойдаланувчи>:<махфий сўз>@<хост>/<йўл>\n"
-" ftp://<хост>/<йўл>\n"
-" http://<хост>/<йўл>\n"
-" removable://<йўл>\n"
-"\n"
-"[амаллар] қуйидагилар\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr ""
-" --wget - масофадаги файлларни олиш учун wget дастурини ишлатиш.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr ""
-" --curl - масофадаги файлларни олиш учун curl дастурини ишлатиш.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr ""
-" --prozilla - масофадаги файлларни олиш учун prozilla дастурини "
-"ишлатиш.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr ""
-" --curl - масофадаги файлларни олиш учун curl дастурини ишлатиш.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - synthesis файлидан фойдаланиш.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - synthesis ёки hdlist файлини топишга уринмаш.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - MD5SUM файлини текширишни ўчириш.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - хабарсиз.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - ортиқча хабарлар билан.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Пакетлар тўпламини фақат root қўшиши мумкин"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "мослама файли (%s) яратилмоқда"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Мослама файлини (%s) яратиб бўлмади"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr ""
-
-#: ../urpmi.addmedia:144
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"\"%s\" тўпламини қўшишни истайсизми?"
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "synthesis/hdlist файлига нисбий йўл кўрсатилмаган\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "Масофадаги тўплам учун %s амалидан фойдаланиб бўлмайди"
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "тўпламга мурожаат қилиб бўлмади: \"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover, версия %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"Бу эркин дастур ва GNU GPL шартлари асосида тарқатилиши мумкин.\n"
-"\n"
-"Фойдаланиш:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr ""
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr ""
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "%d-та файл олиб ташланди\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Бундан фойдаланиш учун root бўлиш шарт"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr ""
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"Фойдаланиш: urpmi.removemedia (-a | <номи> ...)\n"
-"<номи> - олиб ташланиши керак бўлган тўпламнинг номи.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - ҳамма тўпламларни танлаш.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr ""
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Тўпламни фақат root олиб ташлаши мумкин"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"олиб ташлаш учун ҳеч нарса йўқ (тўпламни қўшиш\n"
-"учун urpmi.addmedia буйруғидан фойдаланинг)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"олиб ташлаш параметри етишмаяпти\n"
-"(қуйидагилардан биттаси: %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"Фойдаланиш: urpmi.update [амаллар] <номи> ...\n"
-"<номи> - янгиланиши керак бўлган тўпламнинг номи.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - фақат янгилаш тўпламидан фойдаланиш.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr ""
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-synthesis - synthesis файлидан фойдаланиш.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr ""
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -v - ортиқча хабарлар билан.\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr ""
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Фақат бошқарувчи (root ) тўплами янгилаши мумкин"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr ""
-"янгилаш учун ҳеч нарса йўқ (тўпламни қўшиш учун\n"
-"urpmi.addmedia буйруғидан фойдаланинг)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"янгилаш параметри етишмаяпти\n"
-"(қуйидагилардан биттаси: %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "тўпламга эътибор берилмайди: \"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr ""
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq, версия %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"Бу эркин дастур ва GNU GPL шартлари асосида тарқатилиши мумкин.\n"
-"\n"
-"Фойдаланиш:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr ""
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - мавжуд бўлган пакетлар рўйхатини кўрсатиш.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - мавжуд бўлган тўпламлар рўйхатини кўрсатиш.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - мавжуд бўлган тўплам ва унинг URL'ни кўрсатиш.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr ""
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr ""
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr ""
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --verbose - ортиқча хабарлар билан.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --verbose - ортиқча хабарлар билан.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --verbose - ортиқча хабарлар билан.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --verbose - ортиқча хабарлар билан.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --verbose - ортиқча хабарлар билан.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --help - шу ёрдам хабарини кўрсатиш.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr ""
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr ""
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr ""
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr ""
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - пакетдаги файлларни кўрсатиш.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr ""
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr ""
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr ""
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr ""
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes'дан фақат --parallel билан бирга фойдаланиб бўлади"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr ""
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Changelog файли топилмади\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - янгилаш тўпламини яратиш.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "хато URL: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "Ўрнатиш муваффақиятсиз тугади"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "%s пакетини ўрнатиб бўлмайди"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Қуйидаги пакетларни олиб ташлаш учун текшириш бажарилмоқда"
-
-#~ msgid "%s database locked"
-#~ msgstr "%s маълумот базаси қулфланган"
-
-#~ msgid "Unknown option %s"
-#~ msgstr "Номаълум параметр \"%s\""
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - сарлавҳаларнинг кэш директориясини тозалаш.\n"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "\"%s\" учун рўйхат файлига мурожаат қилиб бўлмади"
-
-#~ msgid "found %d rpm headers in cache, removing %d obsolete headers"
-#~ msgstr "%d-та RPM-хедер топилди, %d-та эски хедер ўчирилади"
-
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "hdlist ёки synthesis файли (%s) учун md5sum ҳисобланмоқда"
-
-#~ msgid "invalid hdlist name"
-#~ msgstr "hdlist файли хато"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" учун рўйхат файли топилмади, тўплам эътиборга олинмайди"
-
-#~ msgid "wrote %s"
-#~ msgstr "ёзилди: %s"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "боғликларни аниқлаш учун иккинчи босқич бажарилмоқда\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "[%s] hdlist файли яратилмоқда"
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr ""
-#~ "тўпламининг hdlist ёки synthesis файлини ўқишда муаммо рўй берди: \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr ""
-#~ "тўпламнинг олинган hdlist (ёки synthesis) файлининг md5sum'и ҳисобланмоқда"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...олиш муваффақиятсиз тугади: md5sum мос келмади"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "%s'дан RPM-файллар топилмади"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "[%s]: %s'дан RPM-файлларни ўқиб бўлмади"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "тўпламидан хедерлар ўқилмоқда: \"%s\""
-
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - synthesis файлидан фойдаланиш.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - hdlist файлидан фойдаланиш.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - hdlist файлидан фойдаланиш.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "тўпламни янгилаб бўлмади: \"%s\"\n"
diff --git a/po/vi.po b/po/vi.po
deleted file mode 100644
index a7591fae..00000000
--- a/po/vi.po
+++ /dev/null
@@ -1,3749 +0,0 @@
-# Vietnamese Translation for URPMI.
-# Copyright (C) 2000 - 2003, 2004 Free Software Foundation, Inc.
-# Trinh Minh Thanh <tmthanh@yahoo.com>, 2001 - 2004.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi-vi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2005-06-08 15:13+0700\n"
-"Last-Translator: Trinh Minh Thanh <tmthanh@yahoo.com>\n"
-"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Cài đặt RPM"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr ""
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "_OK"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Bạn đã chọn gói nguồn:\n"
-"\n"
-"%s\n"
-"\n"
-"Có thể bạn đã không muốn cài đặt nó lên hệ thống (cài đặt nó sẽ cho phép bạn "
-"thay đổi mã nguồn rồi biên dịch lại).\n"
-"\n"
-"Bạn muốn làm gì?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Bạn sắp cài đặt các gói phần mềm sau đây vào hệ thống:\n"
-"\n"
-"%s\n"
-"\n"
-"Thực hiện cài đặt?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Bạn sắp cài đặt các gói phần mềm sau đây vào hệ thống:\n"
-"\n"
-"%s\n"
-"\n"
-"Bạn có thể chỉ muốn lưu nó. Bạn chọn làm việc gì?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Cài đặt"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Lưu"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "Bỏ _qua"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Chọn nơi lưu tập tin"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"Phiên bản urpmi %s\n"
-"Bản quyền (C) 1999-2008 Mandriva.\n"
-"Đây là phần mềm miễn phí và có thể phân phối lại theo các điều khoản của GNU "
-"GPL.\n"
-"\n"
-"Cách dùng:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - in thông tin trợ giúp này.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - tự động chọn các gói tin để nâng cấp hệ thống.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - ép buộc cầu viện ngay cả khi một số gói tin không tồn "
-"tại.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, fuzzy, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - xác minh chữ ký rpm trước khi cài đặt.\n"
-" (--no-verify-rpm để tắt nó, mặc định là bật).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - chỉ dùng phương tiện được trao, ngăn cách bởi dấu phẩy.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - cho phép tìm gói tin trong số các nhà cung cấp.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - không tìm các nhà cung cấp để kiếm gói tin.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - dùng root khác để thực hiện cài đặt rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, fuzzy, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - xác minh nếu việc cài đặt đạt kết quả tốt.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, fuzzy, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - chỉ dùng phương tiện được cho để tìm kiếm hay nâng cấp "
-"các gói.\n"
-
-#: ../gurpmi.pm:100
-#, fuzzy, c-format
-msgid "No packages specified"
-msgstr "không có gói tin với tên %s"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Hãy chờ..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Phải là root"
-
-#: ../gurpmi2:106
-#, fuzzy, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Không thể cài đặt một số gói tin đã yêu cầu:\n"
-"%s\n"
-"Tiếp tục?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Cảnh báo"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "OK"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr "(để nâng cấp)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr "(để cài đặt)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr ""
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "Cần một gói trong các gói tin sau đây:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "Hủy _bỏ"
-
-#: ../gurpmi2:222
-#, fuzzy, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Các gói sau đây phải được gỡ bỏ để nâng cấp các gói khác:\n"
-"%s\n"
-"Tiếp tục?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Để thỏa mãn phụ thuộc, gói tin sau đây sẽ được cài đặt (%d MB)"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, fuzzy, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Để thỏa mãn phụ thuộc, gói tin sau đây sẽ được cài đặt (%d MB)"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d các gói, %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Cài đặt gói..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "không thể lấy các gói nguồn, hủy bỏ"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Đang chuẩn bị..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Đang cài đặt gói `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "Hãy nạp phương tiện có tên \"%s\" trên thiết bị [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Đang tải về gói `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "H_oàn thành"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"Cài đặt lỗi, thiếu một số tập tin:\n"
-"%s\n"
-"Có thể bạn nên cập nhật cơ sở dữ liệu của urpmi."
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, fuzzy, c-format
-msgid "Installation failed:"
-msgstr "Cài đặt không được"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "Mọi thứ đã được cài đặt rồi"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "Kết thúc cài đặt"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "gỡ bỏ %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "khởi chạy lại urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"cách dùng: %s [options]\n"
-"nơi có [options]\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - in thông tin trợ giúp này.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - dùng root chỉ định thay cho /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - hạn chế kết quả cho nhóm.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " mặc định là %s.\n"
-
-#: ../rpm-find-leaves:21
-#, fuzzy, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -g - in ra các nhóm với tên.\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Chỉ cho phép người dùng cao cấp được cài đặt các gói"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr ""
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "Không thể tạo thư mục [%s] cho báo cáo lỗi"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Đang tải về gói `%s'..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "không thể mở rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "tên tập tin rpm [%s] không hợp lệ"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "đang thu thập tập tin rpm [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...hoàn thành việc thu thập"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...không thu thập được: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "không thể truy cập tập tin rpm [%s]"
-
-#: ../urpm.pm:309
-#, fuzzy, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "không thể phân tích cú pháp \"%s\" trong tập tin [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "không thể đăng ký tập tin rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr ""
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "lỗi đăng ký các gói tin cục bộ"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr ""
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "khai báo proxy sai trong dòng lệnh\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: không thể đọc tập tin rpm \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr ""
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "Thiếu chữ ký (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr ""
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr ""
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr ""
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Sao chép không được"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, fuzzy, c-format
-msgid "medium \"%s\" is not available"
-msgstr "phương tiện \"%s\" không được chọn"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "không thể đọc tập tin rpm [%s] từ phương tiện \"%s\""
-
-#: ../urpm/cfg.pm:81
-#, fuzzy, c-format
-msgid "syntax error in config file at line %s"
-msgstr "Không thể ghi tập tin cấu hình [%s]"
-
-#: ../urpm/cfg.pm:114
-#, fuzzy, c-format
-msgid "unable to read config file [%s]"
-msgstr "Không thể ghi tập tin cấu hình [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr ""
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "Không thể ghi tập tin cấu hình [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Hãy nhập các yêu cầu để truy cập proxy\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "Ngươì dùng:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Mật khẩu:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr ""
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, fuzzy, c-format
-msgid "copy failed"
-msgstr "Sao chép không được"
-
-#: ../urpm/download.pm:258
-#, fuzzy, c-format
-msgid "wget is missing\n"
-msgstr "do thiếu %s"
-
-#: ../urpm/download.pm:325
-#, fuzzy, c-format
-msgid "curl is missing\n"
-msgstr "do thiếu %s"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr ""
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr ""
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr ""
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "do thiếu %s"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, fuzzy, c-format
-msgid "retrieving %s"
-msgstr "gỡ bỏ %s"
-
-#: ../urpm/download.pm:786
-#, fuzzy, c-format
-msgid "retrieved %s"
-msgstr "...không thu thập được: %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "chỉ định giao thức không xác định cho %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr ""
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "không thấy webfetch nào, webfetch được hỗ trợ là: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "không thể quản lý giao thức: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, fuzzy, c-format
-msgid "cleaning %s and %s"
-msgstr "cài đặt %s từ %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "Không tìm thấy gói tin %s."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "đang thu thập các tập tin rpm từ phương tiện \"%s\"..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"đã tạo phiên giao dịch cho việc cài đặt trên %s (gỡ bỏ=%d, cài đặt=%d, nâng "
-"cấp=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "không thể tạo phiên giao dịch"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "không thể lấy rpm ra từ gói tin delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "không thể cài đặt gói %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "cài đặt %s từ %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...không thu thập được: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "gỡ bỏ gói %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "gỡ bỏ gói %s"
-
-#: ../urpm/install.pm:273
-#, fuzzy, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "cài đặt %s từ %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Thêm thông tin cho gói %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr ""
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr ""
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr ""
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "không có gói tin với tên %s"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr ""
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "cơ sở dữ liệu urpmi bị khóa"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Cảnh báo"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "Cài đặt không được"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "Cài đặt không được"
-
-#: ../urpm/main_loop.pm:139
-#, fuzzy, c-format
-msgid "The following package has bad signature"
-msgstr "Các gói tin sau đây có các chữ ký tồi"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Các gói tin sau đây có các chữ ký tồi"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Bạn muốn tiếp tục cài đặt không ?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "cài đặt %s từ %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "phân phối %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "cài đặt %s từ %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "đang cài đặt %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Thử cài đặt mà không cần kiểm tra các phụ thuộc? (Có/Không)"
-
-#: ../urpm/main_loop.pm:249
-#, fuzzy, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Thử cố gắng cài đặt (--force)? (Có/[Không])"
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr ""
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "Có khả năng cài đặt"
-
-#: ../urpm/md5sum.pm:26
-#, fuzzy, c-format
-msgid "examining %s file"
-msgstr "đang kiểm tra tập tin MD5SUM"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "cảnh báo: không có md5sum của %s trong tập tin MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "phương tiện ảo \"%s\" nên có URL rõ ràng, phương tiện bị bỏ qua"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "không thể truy cập tập tin danh sách của \"%s\", phương tiện bị bỏ qua"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "không thể truy cập tập tin hdlist của \"%s\", phương tiện bị bỏ qua"
-
-#: ../urpm/media.pm:240
-#, fuzzy, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "đang cố bỏ qua phương tiện đang tồn tại \"%s\", tránh"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "ghi tập tin cấu hình [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Không thể dùng parallel mode với use-distrib mode"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "đang dùng phương tiện liên quan cho chế độ song song: %s"
-
-#: ../urpm/media.pm:572
-#, fuzzy, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis không thể dùng với --media, --excludemedia, --sortmedia, --"
-"update hoặc --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Tìm kiếm bắt đầu: %s kết thúc: %s "
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "bỏ qua gói tin %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "nên cài đặt thay vì nâng cấp gói %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "phương tiện \"%s\" đã tồn tại rồi"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr ""
-
-#: ../urpm/media.pm:773
-#, fuzzy, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "đang đọc các header từ phương tiện \"%s\""
-
-#: ../urpm/media.pm:779
-#, fuzzy, c-format
-msgid "adding medium \"%s\""
-msgstr "gỡ bỏ phương tiện \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr ""
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr ""
-
-#: ../urpm/media.pm:834
-#, fuzzy, c-format
-msgid "unable to parse media.cfg"
-msgstr "không thể mở rpmdb"
-
-#: ../urpm/media.pm:837
-#, fuzzy, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"không thể truy cập phương tiện cài đặt thứ nhất (không thấy tập tin hdlists)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, fuzzy, c-format
-msgid "retrieving media.cfg file..."
-msgstr "đang lấy về tập tin hdlists..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "đang thử chọn phương tiện không tồn tại \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "đang chọn đa phương tiện: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "gỡ bỏ phương tiện \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "đang cấu hình lại urpmi cho phương tiện \"%s\""
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...không cấu hình lại được"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "hoàn thành việc cấu hình lại"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, fuzzy, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "phương tiện \"%s\" không được chọn"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "đang kiểm tra tập tin tổng hợp [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "trục trặc khi đọc tập tin tổng hợp của phương tiện \"%s\""
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, fuzzy, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "đang ghi tập tin danh sách cho phương tiện \"%s\""
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...sao chép không được"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "đang sao chép tập tin mô tả của \"%s\"..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...sao chép hoàn thành"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "lỗi sao chép [%s] (có lẽ tập tin nhỏ)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "tính toán md5sum của hdlist (hoặc synthesis) nguồn thu thập được"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "Lỗi bản sao của [%s] (md5sum không so khớp)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "đang kiểm tra tập tin hdlist [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "cài đặt %s từ %s"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "không tìm thấy tập tin hdlist cho phương tiện \"%s\""
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "đang sao chép tập tin mô tả của \"%s\"..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "tên tập tin rpm [%s] không hợp lệ"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "đang thu thập hdlist (hoặc synthesis) nguồn của \"%s\"..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "đã tìm thấy hdlist (hoặc synthesis) nguồn được dò là %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "không tìm thấy tập tin hdlist cho phương tiện \"%s\""
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "đang kiểm tra tập tin pubkey của \"%s\"..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...đã nhập key %s từ tập tin pubkey của \"%s\""
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "không thể nhập tập tin pubkey của \"%s\""
-
-#: ../urpm/media.pm:1626
-#, fuzzy, c-format
-msgid "updated medium \"%s\""
-msgstr "đã thêm phương tiện %s"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "đang đọc các tập tin rpm từ [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "NnKk"
-
-# This is a list of chars acceptable as a 'yes' answer to a Yes/No question;
-# you can put here the letters for 'yes' for your language, so people
-# can hit those keys in their keyboard to reply.
-# please keep the 'Yy' for compatibility reasons
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "YyVvDdCc"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Xin lỗi, lựa chọn sai, hãy thử lại\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Arch"
-msgstr "Tìm kiếm"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "gỡ bỏ phương tiện \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "không thể phân tích cú pháp \"%s\" trong tập tin [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "đang kiểm tra trình quản lý song song (parallel) trong tập tin [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "tìm thấy trình quản lý song song (parallel) cho các node: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "không thể sử dụng tùy chọn song song (parallel) \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "Cài đặt không được"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "không thể truy cập phương tiện \"%s\""
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "gắn kết %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "thôi gắn kết %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, fuzzy, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"Phiên bản urpmf %s\n"
-"Bản quyền (C) 2002-2006 Mandriva.\n"
-"Đây là phần mềm miễn phí và có thể phân phối lại theo các điều khoản của GNU "
-"GPL.\n"
-"\n"
-"Cách dùng:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, fuzzy, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --help - in thông tin trợ giúp này.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr " --env - dùng môi trường riêng (điển hình là báo cáo lỗi).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - không dùng phương tiện được trao, ngăn cách bởi dấu "
-"phẩy.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, fuzzy, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --root - dùng root khác để thực hiện cài đặt rpm.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - xếp loại phương tiện theo các chuỗi con được ngăn "
-"cách bởi dấu phẩy.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --synthesis - dùng synthesis nhận được thay cho urpmi db.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - dùng synthesis nhận được thay cho urpmi db.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - không in ra các dòng giống nhau.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - chỉ dùng phương tiện cập nhật.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - phương thức verbose.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - bỏ qua các dấu hiệu phân biệt trong mọi mẫu.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, fuzzy, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -i - bỏ qua các dấu hiệu phân biệt trong mọi mẫu.\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr ""
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr ""
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - bao gồm mã perl trực tiếp như perl -e.\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, fuzzy, c-format
-msgid " -a - binary AND operator.\n"
-msgstr ""
-" -a - binary AND operator, đúng nếu cả hai expression là đúng.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, fuzzy, c-format
-msgid " -o - binary OR operator.\n"
-msgstr ""
-" -o - binary OR operator, đúng nếu một expression là đúng.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, fuzzy, c-format
-msgid " ! - unary NOT.\n"
-msgstr " -q - chế độ yên lặng.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, fuzzy, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ) - dấu ngoặc phải để đóng group expression.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, fuzzy, c-format
-msgid "List of tags:\n"
-msgstr ""
-"Danh sách dữ liệu để khôi phục:\n"
-"\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, fuzzy, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --X - dùng giao diện X.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, fuzzy, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " mặc định là %s.\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, fuzzy, c-format
-msgid " --arch - architecture\n"
-msgstr " --url - in ra tag url: url.\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, fuzzy, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - in ra tag buildhost: build host.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr ""
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, fuzzy, c-format
-msgid " --conffiles - configuration files\n"
-msgstr "Module cấu hình Konsole "
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, fuzzy, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - in ra xung đột tag: toàn bộ các xung đột.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, fuzzy, c-format
-msgid " --description - package description\n"
-msgstr " --description - in ra mô tả tag: mô tả.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr ""
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, fuzzy, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - in ra tag epoch: epoch.\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, fuzzy, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --name - chỉ in ra tên gói.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, fuzzy, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " -l - liệt kê các tập tin trong gói tin.\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, fuzzy, c-format
-msgid " --group - group\n"
-msgstr " --group - in ra nhóm tag: nhóm.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - chỉ in ra tên gói.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, fuzzy, c-format
-msgid " --name - package name\n"
-msgstr " --name - chỉ in ra tên gói.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, fuzzy, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - in ra các dòng tag: toàn bộ dòng.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, fuzzy, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - in ra tag packager: packager.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, fuzzy, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - in ra cung cấp tag: toàn bộ các cung cấp.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, fuzzy, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - in ra yêu cầu tag: toàn bộ các yêu cầu.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, fuzzy, c-format
-msgid " --size - installed size\n"
-msgstr " --size - in ra kích thước tag: kích thước.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, fuzzy, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - in ra tag sourcerpm: source rpm.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --obsoletes - in ra các dòng tag: toàn bộ dòng.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, fuzzy, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - in ra tóm tắt tag: tóm tắt.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, fuzzy, c-format
-msgid " --url - url\n"
-msgstr " --url - in ra tag url: url.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, fuzzy, c-format
-msgid " --vendor - vendor\n"
-msgstr " --verbose - phương thức verbose.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, fuzzy, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -l - liệt kê các tập tin trong gói tin.\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - in phiên bản, phát hành và arch với tên.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "đang dùng môi trường đặc hiệu trên %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "không tìm thấy tập tin hdlist cho phương tiện \"%s\""
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "build tập tin tổng hợp hdlist cho phương tiện \"%s\""
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "đang ghi tập tin danh sách cho phương tiện \"%s\""
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Không có gói tin với tên %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Các gói tin sau đây chứa %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Mọi thứ đã được cài đặt rồi"
-
-#: ../urpm/select.pm:543
-#, fuzzy, c-format
-msgid "Package %s is already installed"
-msgstr "Mọi thứ đã được cài đặt rồi"
-
-#: ../urpm/select.pm:544
-#, fuzzy, c-format
-msgid "Packages %s are already installed"
-msgstr "Mọi thứ đã được cài đặt rồi"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "do thiếu %s"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "Mọi thứ đã được cài đặt rồi"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "vì không thỏa mãn %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "thử xúc tiến %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "để giữ %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "để cài đặt %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "vì xung đột với %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Chữ ký không hợp lệ (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "Key ID không hợp lệ (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "Thiếu chữ ký (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "không thể ghi tập tin [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Sao chép không được"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Sao chép không được"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"Phiên bản urpme %s\n"
-"Bản quyền (C) 1999-2008 Mandriva.\n"
-"Đây là phần mềm miễn phí và có thể phân phối lại theo các điều khoản của GNU "
-"GPL.\n"
-"\n"
-"Cách dùng:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - tự động chọn một gói tin trong các gói.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr ""
-" --test - xác minh nếu việc gỡ bỏ có thể được lưu trữ chính xác.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - phân phối urpmi qua các máy của alias.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, fuzzy, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --packager - in ra tag packager: packager.\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - dùng root khác để thực hiện gỡ bỏ rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - chỉ cập nhật phương tiện cập nhật.\n"
-
-#: ../urpme:56
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --description - in ra mô tả tag: mô tả.\n"
-
-#: ../urpme:57
-#, fuzzy, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - cấu hình nhanh chóng urpmi từ một distrib tree, giúp\n"
-" cài đặt/bỏ cài đặt một chroot bằng tùy chọn --root.\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, fuzzy, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose - phương thức verbose.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - chọn toàn bộ các gói tin khớp với sự diễn đạt.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Chỉ có superuser mới được phép gỡ bỏ các gói"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "các gói tin không xác định "
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "gói tin không xác định"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "việc gỡ bỏ gói tin %s sẽ phá vỡ hệ thống"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Không có gì để gỡ bỏ"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Không có gì để gỡ bỏ"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "Để thỏa mãn các phụ thuộc, %d gói sau đây sẽ được gỡ bỏ (%d MB)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "gói tin không xác định"
-
-#: ../urpme:161
-#, fuzzy, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "gỡ bỏ gói %s"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (Có/Không) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "coi phương tiện tháo lắp là \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Gỡ bỏ không được"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Gỡ bỏ không được"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr ""
-
-#: ../urpmi:81
-#, fuzzy, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-select - tự động chọn các gói tin để nâng cấp hệ thống.\n"
-
-#: ../urpmi:82
-#, fuzzy, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - không thực hiện kiểm tra tập tin MD5SUM.\n"
-
-#: ../urpmi:83
-#, fuzzy, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - ép buộc cập nhật cho gpg key.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - in ra các dòng tag: toàn bộ dòng.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - không bao giờ đề nghị gỡ cài đặt một gói, huỷ bỏ việc cài "
-"đặt.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - không cài đặt, chỉ tải về các gói\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - giữ gói đang tồn tại nếu có thể, bỏ các gói yêu cầu\n"
-" dẫn đến việc gỡ bỏ.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - tách làm phiên giao dịch nhỏ nếu có nhiều hơn các gói "
-"được\n"
-" có sẽ được cài đặt hay nâng cấp,\n"
-" mặc định là %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - độ dài phiên giao dịch nhỏ, mặc định là %d.\n"
-
-#: ../urpmi:96
-#, fuzzy, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy - tác động tìm kiếm fuzzy (giống như -y).\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - in ra yêu cầu tag: toàn bộ các yêu cầu.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - chỉ cài đặt gói nguồn (không cài gói nhị phân).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - gỡ bỏ rpm khỏi cache trước tiên.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - không xóa rpms khỏi cache.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - cho phép hỏi người dùng cài đặt các gói tin\n"
-" mà không kiểm tra các phụ thuộc.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - cho phép hỏi người dùng cài đặt các gói tin mà\n"
-" không kiểm tra các phụ thuộc và tính toàn vẹn.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --obsoletes - in ra các dòng tag: toàn bộ dòng.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - cấu hình nhanh chóng urpmi từ một distrib tree, giúp\n"
-" cài đặt chroot bằng tùy chọn --root.\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr ""
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr ""
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr ""
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr ""
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr ""
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - giới hạn tốc độ tải xuống.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - tiếp tục truyền tải lại các tập tin đang tải về dở dang\n"
-" (--no-resume lài không tiếp tục lại, mặc định là không).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - dùng chỉ định HTTP proxy, số hiệu port được gán\n"
-" là 1080 theo mặc định (định dạng là <proxyhost[:port]"
-">).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - chỉ định người dùng và mật khẩu cho proxy\n"
-" xác thực (khuôn dạng là <user:password>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - xuất ra báo cáo lỗi trong thư mục được chỉ định\n"
-" bởi đối số (arg) tiếp theo.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - gồm đường dẫn được tách biệt bằng dấu phẩy.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - trừ các tập tin tài liệu.\n"
-
-#: ../urpmi:138
-#, fuzzy, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --no-uninstall - không bao giờ đề nghị gỡ cài đặt một gói, huỷ bỏ việc cài "
-"đặt.\n"
-
-#: ../urpmi:139
-#, fuzzy, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --url - in ra tag url: url.\n"
-
-#: ../urpmi:140
-#, fuzzy, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --description - in ra mô tả tag: mô tả.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - các gói tin cài đặt nên được bỏ qua\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - các gói tin cài đặt nên được bỏ qua\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - khi tìm thấy vài gói tin, đề xuất thêm lựa chọn so với\n"
-" mặc định.\n"
-
-#: ../urpmi:146
-#, fuzzy, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --noclean - không xóa rpms khỏi cache.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-" --strict-arch - chỉ nâng cấp các gói có cùng cấu trúc (architecture).\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - chọn toàn bộ các tương hợp trong dòng lệnh.\n"
-
-#: ../urpmi:151
-#, fuzzy, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " -q - chế độ yên lặng.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - phương thức verbose.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " tên hay tập tin rpm có trong dòng lệnh sẽ được cài đặt.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, fuzzy, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "Cái có thể được làm bằng các tập tin nhị phân khi dùng --install-src"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Thư mục [%s] đã tồn tại rồi, hãy dùng thư mục khác để ghi báo cáo lỗi hoặc "
-"xóa thư mục đó đi"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "Không thể tạo thư mục [%s] cho báo cáo lỗi"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Lỗi: %s được mount là read-only.\n"
-"Dùng --allow-force để ép hoạt động."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr ""
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, fuzzy, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "(để nâng cấp)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, fuzzy, c-format
-msgid "%s (to upgrade)"
-msgstr "(để nâng cấp)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, fuzzy, c-format
-msgid "%s: %s (to install)"
-msgstr "(để cài đặt)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, fuzzy, c-format
-msgid "%s (to install)"
-msgstr "(để cài đặt)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "Để thỏa mãn các phụ thuộc, %d gói sau đây sẽ được gỡ bỏ (%d MB)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Bạn lựa chọn gì? (1-%d) "
-
-#: ../urpmi:507
-#, fuzzy, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Có thể không cài đặt được những gói sau đây vì chúng phụ thuộc vào các\n"
-"gói cũ hơn các gói đã cài đặt:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Có thể không cài đặt được những gói sau đây vì chúng phụ thuộc vào các\n"
-"gói cũ hơn các gói đã cài đặt:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr "Vẫn tiếp tục bằng bất cứ giá nào?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Có/Không) "
-
-#: ../urpmi:524
-#, fuzzy, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"Không thể cài đặt một số gói tin được yêu cầu:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Không thể cài đặt một số gói tin được yêu cầu:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "việc gỡ bỏ gói tin %s sẽ phá vỡ hệ thống"
-
-#: ../urpmi:551
-#, fuzzy, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Không thể tiếp tục việc cài đặt vì các gói sau đây phải được gỡ bỏ\n"
-"để nâng cấp các gói khác:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"Không thể tiếp tục việc cài đặt vì các gói sau đây phải được gỡ bỏ\n"
-"để nâng cấp các gói khác:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, fuzzy, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Các gói sau đây phải được gỡ bỏ để nâng cấp các gói khác:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Các gói sau đây phải được gỡ bỏ để nâng cấp các gói khác:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr ""
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Bạn phải là root để cài đặt các phụ thuộc sau đây:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "Để thỏa mãn các phụ thuộc, %d gói sau đây sẽ được gỡ bỏ (%d MB)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr ""
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] ""
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Bỏ qua"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Nhấn Enter khi sẵn sàng ..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"cách dùng: urpmi.addmedia [tùy chọn] <tên> <url> [with <đường dẫn_liên "
-"quan>]\n"
-"nơi mà <url> là một trong\n"
-" [file:/]/<đường dẫn> with <tên tập tin liên quan của hdlist>\n"
-" ftp://<đăng nhập>:<mật khẩu>@<máy chủ>/<đường dẫn> with <tên tập tin "
-"của hdlist>\n"
-" ftp://<máy chủ>/<đường dẫn> with <tên tập tin liên quan của hdlist>\n"
-" http://<máy chủ/<đường dẫn> with <tên tập tin liên quan của hdlist>\n"
-" removable://<đường dẫn> with <tên tập tin liên quan của hdlist>\n"
-"\n"
-"và [tùy chọn] là từ\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - dùng wget để thu thập các tập tin ở xa.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - dùng curl để thu thập các tập tin ở xa.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, fuzzy, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --curl - dùng curl để thu thập các tập tin ở xa.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - dùng curl để thu thập các tập tin ở xa.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, fuzzy, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - thử tìm và sử dụng tập tin synthesis.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - không thử tìm bất kỳ tập tin hdlist hoặc\n"
-" synthesis.\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - tự động tạo mọi phương tiện từ một phương tiện cài\n"
-" đặt.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, fuzzy, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --list-media - liệt kê phương tiện hiệc có.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - dùng url chỉ định cho danh sách các mirror, mặc định là\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - tạo phương tiện ảo luôn được cập nhật,\n"
-" chỉ cho phép tập file:// protocol.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - không thực hiện kiểm tra tập tin MD5SUM.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - không nhập pubkey của phương tiện được thêm\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr ""
-" --raw - thêm phương tiện vào cấu hình, nhưng không cập nhật nó.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - chế độ yên lặng.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - chế độ verbose.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "Chỉ có người dùng cao cấp được phép thêm phương tiện"
-
-#: ../urpmi.addmedia:127
-#, fuzzy, c-format
-msgid "creating config file [%s]"
-msgstr "Sẽ tạo tập tin cấu hình [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Không thể tạo tập tin cấu hình [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "không cần cho <đường dẫn liên quan của hdlist> với --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "thiếu <đường dẫn liên quan của hdlist> \n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "không thể truy cập phương tiện \"%s\""
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"Phiên bản urpmi.recover %s\n"
-"Bản quyền (C) 2006 Mandriva.\n"
-"Đây là phần mềm miễn phí và có thể phân phối lại theo các điều khoản của GNU "
-"GPL.\n"
-"\n"
-"Cách dùng:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, fuzzy, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - không xóa rpms khỏi cache.\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, fuzzy, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-url - liệt kê các phương tiện hiện có và url của chúng.\n"
-
-#: ../urpmi.recover:39
-#, fuzzy, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-url - liệt kê các phương tiện hiện có và url của chúng.\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, fuzzy, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --name - chỉ in ra tên gói.\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, fuzzy, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Không tìm thấy gói tin %s."
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr ""
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, fuzzy, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "đang thu thập tập tin rpm [%s] ..."
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Không thấy filelist\n"
-
-#: ../urpmi.recover:188
-#, fuzzy, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-"callback là :\n"
-"%s\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"cách dùng: urpmi.removemedia (-a | <tên> ...)\n"
-"nơi mà <tên> là tên phương tiện muốn gỡ bỏ.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - chọn toàn bộ các phương tiện.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - so khớp mơ hồ ở tên phương tiện.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Chỉ có người dùng cao cấp được phép gỡ bỏ phương tiện"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "Không có gì để gỡ bỏ (dùng urpmi.addmedia để thêm phương tiện)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"mục nhập để gỡ bỏ đang thiếu\n"
-"(một mục cho %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"cách dùng: urpmi.update [tùy chọn] <tên> ...\n"
-"nơi mà <tên> là tên phương tiện để cập nhật.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - chỉ cập nhật phương tiện cập nhật.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - ép buộc cập nhật cho gpg key.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-" --ignore - không cập nhật, đánh dấu phương tiện là bị bỏ qua.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-" --no-ignore - không cập nhật, đánh dấu phương tiện là được bật chạy.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --no-probe - không thử tìm bất kỳ tập tin hdlist hoặc\n"
-" synthesis.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - chọn toàn bộ các phương tiện lắp trong.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - cố tạo các tập tin hdlist.\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - cố tạo các tập tin hdlist.\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "Chỉ có người dùng cao cấp được phép cập nhật phương tiện"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "Không có gì để cập nhật (dùng urpmi.addmedia để thêm phương tiện)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"thiếu mục cập nhật\n"
-"(một mục của %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "bỏ qua phương tiện %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "bật chạy phương tiện %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"Phiên bản urpmq %s\n"
-"Bản quyền (C) 2000-2006 Mandriva.\n"
-"Đây là phần mềm miễn phí và có thể phân phối lại theo các điều khoản của GNU "
-"GPL.\n"
-"\n"
-"Cách dùng:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - chỉ dùng phương tiện được cho để tìm kiếm hay nâng cấp "
-"các gói.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - tác động tìm kiếm fuzzy (giống như -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - liệt kê các gói tin hiện có.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - liệt kê phương tiện hiệc có.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - liệt kê các phương tiện hiện có và url của chúng.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - liệt kê các node hiện có khi dùng --parallel.\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - liệt kê các alias song song hiện có.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - dump cấu hình theo dạng của đối số urpmi.addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - gói tin tiếp theo là gói nguồn (giống như -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - đưa toàn bộ các gói nguồn trước khi tải xuống (chỉ cho "
-"phép root).\n"
-
-#: ../urpmq:67
-#, fuzzy, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --url - in ra tag url: url.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - cấu hình nhanh urpmi từ một distrib tree.\n"
-" Việc này cho phép tra vấn một distro.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - in ra changelog.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - in ra xung đột tag: toàn bộ các xung đột.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - in ra các dòng tag: toàn bộ dòng.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - in ra cung cấp tag: toàn bộ các cung cấp.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - in ra yêu cầu tag: toàn bộ các yêu cầu.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --obsoletes - in ra các dòng tag: toàn bộ dòng.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - in ra tag sourcerpm: source rpm.\n"
-
-#: ../urpmq:88
-#, fuzzy, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary - in ra tóm tắt tag: tóm tắt.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - tra vấn mở rộng tới các phụ thuộc của gói tin.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - đảo ngược tìm kiếm cho cái yêu cầu gói.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - tìm kiếm đỏa ngược mở rộng (gồm cả các gói ảo).\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - tìm gói tin từ các nhà cung cấp.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - hoàn thành output với gói sẽ được gỡ bỏ.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - in ra các nhóm với tên.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - in ra thông tin có ích mà người dùng đọc được.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - liệt kê các tập tin trong gói tin.\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - chế độ yên lặng.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - in ra phiên bản và phát hành với tên.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - gói tin tiếp theo kà gói nguồn (giống như --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - bỏ gói tin nếu có phiên bản mới hơn đã được cài đặt "
-"rồi.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - tác động tìm kiếm fuzzy (giống như --fuzzy.\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - giống -y, nhưng ép buộc phải khớp chứ hoa thường.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " tên hay tập tin rpm có trong dòng lệnh được yêu cầu.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes chỉ được dùng với --parallel"
-
-#: ../urpmq:233
-#, fuzzy, c-format
-msgid "use -l to list files"
-msgstr "không thể ghi tập danh sách của \"%s\""
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"Lưu ý: vì không có phương tiện được tìm kiếm dùng hdlists, urpmf không thể "
-"trả lại kết quả\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"Lưu ý: vì không có phương tiện được tìm kiếm dùng hdlists, urpmf không thể "
-"trả lại kết quả\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"Lưu ý: vì không có phương tiện được tìm kiếm dùng hdlists, urpmf không thể "
-"trả lại kết quả\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"Lưu ý: vì không có phương tiện được tìm kiếm dùng hdlists, urpmf không thể "
-"trả lại kết quả\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Không thấy changelog\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - tạo phương tiện cập nhật.\n"
-
-#, fuzzy
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "input bất thường: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d phiên giao dịch cài đặt lỗi"
-
-#, fuzzy
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Mọi thứ đã được cài đặt rồi"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Đang kiểm tra để gỡ bỏ các gói tin sau đây"
-
-#, fuzzy
-#~ msgid "%s database locked"
-#~ msgstr "cơ sở dữ liệu urpmi bị khóa"
-
-#, fuzzy
-#~ msgid "Unknown option %s"
-#~ msgstr ""
-#~ "\n"
-#~ "tùy chọn không xác định '%s'\n"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "có quá nhiều điểm gắn kết cho phương tiện tháo lắp \"%s\""
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "Phương tiện \"%s\" là ISO image, sẽ được mount nhanh (on-the-fly)"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "sử dụng thiết bị tháo lắp khác [%s] cho \"%s\""
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "không thể thu thập tên đường dẫn cho phương tiện tháo lắp \"%s\""
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "không thể truy cập phương tiện cài đặt đầu tiên"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "không thể truy cập phương tiện \"%s\",\n"
-#~ "Truy cập được nếu bạn tự gắn kết thư mục khi tạo phương tiện."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr ""
-#~ "phương tiện không rõ ràng \"%s\" được đánh dấu là tháo lắp nhưng không "
-#~ "phải vậy"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - xoá thư mục cache headers.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "phương tiện ảo phải là cục bộ"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "không thể phân tích tập tin hdlist của \"%s\""
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "tính toán md5sum của hdlist (hoặc synthesis) của nguồn hiện có"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "phương tiện ảo \"%s\" đáng ra không nên định nghĩa tập tin hdlist hay "
-#~ "list, phương tiện bị bỏ qua"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "tên tập tin rpm [%s] không hợp lệ"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "không thể tìm thấy tập tin danh sách cho \"%s\", phương tiện bị bỏ qua"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "đang thử chọn phương tiện không tồn tại \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "build tập tin tổng hợp hdlist cho phương tiện \"%s\""
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "không thể phân tích tập tin hdlist của \"%s\""
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "phương tiện \"%s\" cố sử dụng hdlist đã được dùng rồi, phương tiện bị bỏ "
-#~ "qua"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "phương tiện \"%s\" cố sử dụng một danh sách đang dùng, phương tiện bị bỏ "
-#~ "qua"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Lưu ý: vì không có phương tiện được tìm kiếm dùng hdlists, urpmf không "
-#~ "thể trả lại kết quả\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "thực hiện pass thứ hai để tính toán các phụ thuộc\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "building hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "Không thể build tập tin synthesis cho phương tiện \"%s\". Tập tin hdlist "
-#~ "có thể bị hỏng."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr ""
-#~ "trục trặc khi đọc tập tin synthesis hay hdlist của phương tiện \"%s\""
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "tính toán md5sum của hdlist (hoặc synthesis) nguồn được sao chép"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...không thu thập được: md5sum không khớp"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "không tìm thấy các tập tin rpm từ [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "không thể đọc các tập tin rpm từ [%s]: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "không có đọc rpms"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "đang đọc các header từ phương tiện \"%s\""
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - thử tìm và sử dụng tập tin synthesis.\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - thử tìm và sử dụng tập tin hdlist.\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Lưu ý: vì không có phương tiện được tìm kiếm dùng hdlists, urpmf không "
-#~ "thể trả lại kết quả\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "Bạn có thể muốn dùng --name để tìm tên gói tin.\n"
-
-#, fuzzy
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src - gói tin tiếp theo là gói nguồn (giống như -s).\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - thử tìm và sử dụng tập tin hdlist.\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "không thể cập nhật phương tiện \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "không thể tạo phương tiện \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "có nhiều gói với cùng tên tập tin rpm \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "không thể phân tích đúng [%s] trên giá trị \"%s\""
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "phương tiện \"%s\" dùng tập tin danh sách không hợp lệ:\n"
-#~ " có thể mirror không được cập nhật, đang thử dùng phương pháp thay thế "
-#~ "khác"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr ""
-#~ "phương tiện \"%s\" không chỉ ra bất kỳ vị trí nào cho các tập tin rpm"
-
-#~ msgid "unrequested"
-#~ msgstr "thôi yêu cầu"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "thêm gói %s (id=%d, eid=%d, cập nhật=%d, tập tin=%s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Các gói sau đây có chữ ký sai:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Bạn muốn tiếp tục cài đặt không?"
-
-#, fuzzy
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Bạn phải là root để dùng lệnh này !\n"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "không thể gỡ bỏ gói %s"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "Không thấy filelist\n"
-
-#~ msgid "medium \"%s\" is not selected"
-#~ msgstr "phương tiện \"%s\" không được chọn"
-
-#, fuzzy
-#~ msgid "Remove %d packages?"
-#~ msgstr "gỡ bỏ gói %s"
-
-#~ msgid " -f - force generation of hdlist files.\n"
-#~ msgstr " -f - cố tạo các tập tin hdlist.\n"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - không tìm gói tin từ các nhà cung cấp (mặc định).\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - đảo ngược tìm kiếm cho cái yêu cầu gói.\n"
-
-#~ msgid ""
-#~ " -RR - extended reverse search (includes virtual packages).\n"
-#~ msgstr ""
-#~ " -RR - tìm kiếm đỏa ngược mở rộng (gồm cả các gói ảo).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "Để thỏa mãn các phụ thuộc, %d gói sau đây sẽ được cài đặt:\n"
-#~ "%s\n"
-
-#, fuzzy
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "bỏ qua phương tiện %s: không có hdlist\n"
-
-#, fuzzy
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "Đang cài đặt gói `%s' (%s/%s)..."
-
-#, fuzzy
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "đang kiểm tra tập tin tổng hợp [%s]"
-
-#, fuzzy
-#~ msgid "Distributing files to %s..."
-#~ msgstr "phân phối %s"
-
-#, fuzzy
-#~ msgid "Performing install on %s..."
-#~ msgstr "Cài đặt gói..."
-
-#, fuzzy
-#~ msgid "Preparing install on %s..."
-#~ msgstr "Cài đặt gói..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - thử tìm và sử dụng tập tin synthesis.\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - thử tìm và sử dụng tập tin hdlist.\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "thiếu `with' cho phương tiện mạng\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "tùy chọn không xác định '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "không thể tìm được tập tin hdlist cho \"%s\", phương tiện bị bỏ qua"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "tập tin danh sách không rõ ràng cho \"%s\", phương tiện bị bỏ qua"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "không thể xem xét tập tin danh sách cho \"%s\", phương tiện bị bỏ qua"
-
-#~ msgid "there doesn't seem to be devices in the chroot in \"%s\""
-#~ msgstr "Có vẻ như không phải các thiết bị trong chroot ở trong \"%s\""
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "phương tiện ảo \"%s\" không phải cục bộ, phương tiện bị bỏ qua"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "phương tiện ảo \"%s\" nên có nguồn hdlist hoặc synthesis hợp lệ, phương "
-#~ "tiện bị bỏ qua"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "đang sao chép hdlist (hoặc synthesis) nguồn của \"%s\"..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "không lấy được hdlist (hoặc synthesis) nguồn"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "tập tin [%s] đang được dùng trong cùng phương tiện \"%s\" rồi"
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "không có gì được ghi trong tập tin danh sách cho \"%s\""
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "tìm thấy các header %d trong cache"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "đang gỡ bỏ các header cũ %d trong cache"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "dùng tiến trình %d để thực thi phiên giao dịch"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr " --norebuild - đừng cố rebuild hdlist nếu không đọc được.\n"
-
-#, fuzzy
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "Các gói tin sau đây chứa %s: %s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "đang sao chép tập tin hdlist..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "mô tả hdlist không hợp lệ \"%s\" trong tập tin hdlists"
-
-#~ msgid "Is this OK?"
-#~ msgstr "Đồng ý không?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - dùng phiên bản được chỉ định, mặc định được lấy từ\n"
-#~ " phiên bản của phân phối được nói bởi gói phát hành\n"
-#~ " Mandriva Linux đã cài đặt.\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - dùng kiến trúc được chỉ định, mặc định là kiến trúc "
-#~ "của\n"
-#~ " gói phát hành mandrakelinux đã cài đặt.\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - bật ra các header cho gói được liệt kê từ urpmi db\n"
-#~ " đến stdout (chỉ cho phép root).\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr "Để thỏa mãn các phụ thuộc, %d gói sau đây sẽ được cài đặt (%d MB)"
-
-#~ msgid "installing %s\n"
-#~ msgstr "đang cài đặt %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "Tự động cài đặt các gói...\n"
-#~ "Bạn yêu cầu cài đặt gói %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s: không thấy lệnh\n"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Không thể cài đặt một số gói tin đã yêu cầu:\n"
-#~ "%s\n"
-#~ "Tiếp tục?"
-
-#~ msgid ""
-#~ "The following packages have to be removed for others to be upgraded:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "Các gói sau đây phải được gỡ bỏ để nâng cấp các gói khác:\n"
-#~ "%s\n"
-#~ "Tiếp tục?"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5sum không khớp"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "Phiên bản urpmf %s\n"
-#~ "Bản quyền (C) 2002-2004 Mandriva.\n"
-#~ "Đây là phần mềm miễn phí và có thể phân phối lại theo các điều khoản của "
-#~ "GNU GPL.\n"
-#~ "\n"
-#~ "Cách dùng:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr ""
-#~ " --synthesis - dùng tổng hợp (synthesis) nhận được để thay cho urpmi "
-#~ "db.\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - không in ra tên tag (mặc định nếu không đưa tag vào\n"
-#~ " dòng lệnh, không tương thích với chế độ tương tác).\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - không in ra các dòng giống nhau.\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - in ra toàn bộ tag.\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - in ra tóm tắt tag: tóm tắt.\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - in ra mô tả tag: mô tả.\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - in ra tag buildhost: build host.\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr " --provides - in ra cung cấp tag: toàn bộ các cung cấp.\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr " --requires - in ra yêu cầu tag: toàn bộ các yêu cầu.\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - in ra tập tin tag: toàn bộ các tập tin.\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr " --obsoletes - in ra các dòng tag: toàn bộ dòng.\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr ""
-#~ " --env - dùng môi trường riêng (điển hình là báo cáo\n"
-#~ " lỗi).\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr " -i - bỏ qua các dấu hiệu phân biệt trong mọi mẫu.\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr ""
-#~ " -a - binary AND operator, đúng nếu cả hai expression là "
-#~ "đúng.\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr " ! - unary NOT, đúng nếu expression là sai.\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " ( - dấu ngoặc trái để mở group expression.\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr " ) - dấu ngoặc phải để đóng group expression.\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "callback là :\n"
-#~ "%s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "Tiếp tục?"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "Không thể cài đặt một số gói tin được yêu cầu:\n"
-#~ "%s"
-
-#~ msgid "skipping media %s: no hdlist\n"
-#~ msgstr "bỏ qua phương tiện %s: không có hdlist\n"
-
-#, fuzzy
-#~ msgid ""
-#~ " --keep - keep existing packages if possible, reject requested\n"
-#~ " packages that leads to remove.\n"
-#~ msgstr ""
-#~ " --keep - giữ gói đang tồn tại nếu có thể, bỏ các gói yêu cầu\n"
-#~ " dẫn đến việc gỡ bỏ.\n"
-
-#~ msgid ""
-#~ " --distrib-XXX - automatically create a medium for XXX part of a\n"
-#~ " distribution, XXX may be main, contrib, updates or\n"
-#~ " anything else that has been configured ;-)\n"
-#~ msgstr ""
-#~ " --distrib-XXX - tự động tạo phương tiện cho phần XXX của phân\n"
-#~ " phối, XXX có thể là chính, phân phối, cập nhật haybất "
-#~ "kỳ\n"
-#~ " cái gì khác đã được cấu hình ;-)\n"
-
-#~ msgid "found version %s and arch %s ..."
-#~ msgstr "tìm thấy phiên bản %s và arch %s ..."
-
-#~ msgid "cannot add updates of a cooker distribution\n"
-#~ msgstr "không thể thêm các cập nhật của phiên bản cooker\n"
-
-#~ msgid "retrieving mirrors at %s ..."
-#~ msgstr "đang thu thập các mirror tại %s ..."
diff --git a/po/wa.po b/po/wa.po
deleted file mode 100644
index 6a11b068..00000000
--- a/po/wa.po
+++ /dev/null
@@ -1,3544 +0,0 @@
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/wa.php3
-#
-# translation of urpmi-wa.po to Walon
-# Translation file of Mandriva Linux graphic install
-# Copyright (C) 1999 Mandriva
-# Pablo Saratxaga <pablo@mandrakesoft.com>, 1999-2000,2003.
-# Lorint Hendschel <LorintHendschel@skynet.be>, 1999, 2002,2003.
-# Pablo Saratxaga <pablo@walon.org>, 2003, 2004.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi 3.3\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2004-08-08 20:26+0200\n"
-"Last-Translator: Pablo Saratxaga <pablo@walon.org>\n"
-"Language-Team: Walloon <linux-wa@walon.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.0.2\n"
-"Plural-Forms: nplurals=2; plural=n > 1;\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "Astalaedje do pacaedje"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "Aroke: dji n' a savou trover l' fitchî %s, dj' arestêye l' operåcion"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "'l est bon"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"Vos avoz tchoezi on pacaedje côde sourdant:\n"
-"\n"
-"%s\n"
-"\n"
-"Probåblumint vos n' volîz nén l' astaler so vosse copiutrece (l' astaler\n"
-"vos permete di fé des candjmints å côde sourdant eyet del ricopiler).\n"
-"\n"
-"Cwè voloz vs fé?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"Vos alez astaler les pacaedjes shuvants so vosse copiutrece:\n"
-"\n"
-"%s\n"
-"\n"
-"Estoz vs d' acoird?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"Vos alez astaler li pacaedje shuvant so vosse copiutrece:\n"
-"\n"
-"%s\n"
-"\n"
-"Motoit vos vloz djusse li schaper. Cwè tchoezixhoz vs?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "_Astaler"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "_Schaper"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "_Rinoncî"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "Tchoezixhoz l' plaece wice schaper l' fitchî"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi modêye %s\n"
-"Copyright © 1999-2008 Mandriva.\n"
-"Çouci est on libe programe et pout esse cossemé so les termes del licince "
-"GPL.\n"
-"\n"
-"Po s' è siervi:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - mostere ci messaedje d' aidance chal.\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr ""
-" --auto - môde nén eteractif, supôze li prémetowe valixhance po "
-"totes les kesses.\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr ""
-" --auto-select - tchoezi otomaticmint les pacaedjes pol metaedje a djoû\n"
-" do sistinme.\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr ""
-" --force - foirci, minme si des pacaedjes k' i gn a n' egzistèt "
-"nén.\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - verifyî li sinateure rpm divant d' astaler.\n"
-" (--no-verify-rpm po n' nén l' fé, prémetou=verifyî).\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr ""
-" --media - eployî rén k' les sopoirts dinés, separés pa des comas.\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr ""
-" -p - fé des rcweraedjes ezès aloyances po trover on pacaedje.\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr ""
-" -P - èn nén fé des rcweraedjes ezès aloyances po trover\n"
-" on pacaedje.\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - eployî ene ôte raecene po l' astalaedje des rpm.\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr ""
-" --test - verifyî si l' astalaedje si pout fé comifåt disk' al "
-"fén.\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr ""
-" --searchmedia - eployî rén k' les sopoirts dinés po cweri les pacaedjes.\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "Nou pacaedje di scpecifyî"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "Tårdjîz on pô s' i vos plait..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "Vos dvoz esse root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Sacwants pacaedjes dimandés n' polèt nén esse astalés:\n"
-"%s\n"
-"Continouwer tot l' minme avou l' astalaedje?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "Adviertixhmint"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "'l est bon"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (a mete a djoû)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (a-z astaler)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "Tchoezixhaedje des pacaedjes"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "I gn a mezåjhe d' onk des pacaedjes ki shuvèt:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "_Rinoncî"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"Les pacaedjes shuvants ont mezåjhe d' esse oistés po des ôtes esse metous a "
-"djoû:\n"
-"%s\n"
-"Continouwer tot l' minme avou l' astalaedje?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "Po satisfyî les aloyaedjes, li pacaedje aloyî ki shût va esse astalé:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "Po satisfyî les aloyaedjes, les pacaedjes shuvants vont esse astalés"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d pacaedje, %d Mo)"
-msgstr[1] "(%d pacaedjes, %d Mo)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "Astalaedje do pacaedje..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "dji n' a savou prinde les pacaedjes sourdants, dji lai toumer"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "Dj' aprestêye..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "Dj' astale li pacaedje «%s» (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, fuzzy, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "S' i vs plait metoz li sopoirt lomé «%s» el éndjin [%s]"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "Dj' aberwetêye li pacaedje «%s»..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "_Fwait"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"L' astalaedje a fwait berwete, sacwants fitchîs mankèt:\n"
-"%s\n"
-"Vos dvrîz motoit mete a djoû li båze di dnêyes urpmi."
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "L' astalåcion a fwait berwete:"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "tot a ddja stî astalé"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "L' astalåcion a fini"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "dji oistêye li pacaedje %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "renondant urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"po s' è siervi: %s [tchuzes]\n"
-"avou les [tchuzes] prinjhes emey li djivêye chal pa dzo\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - mostere ci messaedje d' aidance chal.\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr ""
-" --root <tchimin> - eployî l' tchimin dné come raecene el plaece di «/»\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [goupe] - håyner l' etikete di groupe: group.\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " li prémetou est %s.\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - håyner l' no etir do rpm (NVRA).\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "Seulmint li super-uzeu a l' droet d' astaler des pacaedjes"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "Enondant urpmi e môde rastrindou..."
-
-#: ../urpm.pm:111
-#, fuzzy, c-format
-msgid "fail to create directory %s"
-msgstr "dji n' sai askepyî l' ridant [%s] po fé des rapoirts di bug"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr ""
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "Dj' aberwetêye li pacaedje «%s»..."
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "dji n' sai drovi l' båze rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "no d' fitchî rpm nén valåbe [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "aberwetaedje di fitchî rpm [%s]..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...l' aberwetaedje a stî comifåt"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...l' aberwetaedje a fwait berwete: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "dji n' sai aveur accès å fitchî rpm [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "dji n' sai analijhî l' fitchî spec «%s» [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "dji n' sai redjîstrer l' fitchî rpm"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "Årtchitecteure nén copatibe pol rpm [%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "åk n' a nén stî tot-z eredjistrant les pacaedjes locås"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "Ciste operåcion ci n' est nén possibe e môde rastrindou"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "måle declaråcion do procsi sol roye di comande\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: dji n' sai lére li fitchî rpm «%s»\n"
-
-#: ../urpm/args.pm:375
-#, fuzzy, c-format
-msgid "unexpected expression %s"
-msgstr "Patrons po les ratourneures:\n"
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "I manke li sinateure (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, fuzzy, c-format
-msgid "no expression to close"
-msgstr "Patrons po les ratourneures:\n"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "li ridant po candjî d' raecene (chroot) n' egzistêye nén"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "Dji n' sai eployî %s sins %s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "Dji n' sai eployî %s avou %s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "Pår trop d' årgumints\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "Li copiaedje a fwait berwete"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "li sopoirt «%s» n' est nén disponibe"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "dji n' sai lére li fitchî rpm [%s] foû do sopoirt «%s»"
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "aroke di sintacse el fitchî d' apontiaedje al roye %s"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "dji n' sai lére li fitchî d' apontiaedje [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "li sopoirt «%s» est defini deus côps, dji lai toumer"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "dji n' sai scrire li fitchî d' apontiaedje [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "Dinez vos informåcions po-z aveur accès å procsi\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "No d' uzeu:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "Sicret:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s a fwait berwete: sinå di rexhowe %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s a fwait berwete: côde di rexhowe %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "li copiaedje a fwait berwete"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget n' est nén la\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl n' est nén la\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl a fwait berwete: aberwetaedje nén fwait\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync n' est nén la\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh n' est nén la\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla n' est nén la\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "Dji n' sai enonder prozilla\n"
-
-#: ../urpm/download.pm:600
-#, fuzzy, c-format
-msgid "aria2 is missing\n"
-msgstr "prozilla n' est nén la\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " %s%% di %s di fwait, ETA = %s, radisté = %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% di fwait, radisté = %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "prindant %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "%s a stî pris"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "protocole nén cnoxhou defini po %s"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s n' est nén la, dji rtchai so %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "nou aberweteu waibe di trové, les cis sopoirtés sont: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "dji n' sai manaedjî l' protocole: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "netiaedje di %s et %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "li pacaedje %s n' a nén stî trové."
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "aberwetaedje des fitchîs rpms do sopoirt «%s»..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr ""
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr ""
-"ahivé ene transaccion po l' astalaedje so %s (oister=%d, astaler=%d, mete a "
-"djoû=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "dji n' sai ahiver ene transaccion"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "dji n' sai saetchî èn rpm foû do pacaedje delta-rpm %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "dji n' sai astaler l' pacaedje %s"
-
-#: ../urpm/install.pm:217
-#, fuzzy, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "oistaedje des rpms astalés (%s) a pårti di %s"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, fuzzy, c-format
-msgid "removing %s failed: %s"
-msgstr "...l' aberwetaedje a fwait berwete: %s"
-
-#: ../urpm/install.pm:256
-#, fuzzy, c-format
-msgid "Removing package %s"
-msgstr "dji oistêye li pacaedje %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "dji oistêye li pacaedje %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "oistaedje des rpms astalés (%s) a pårti di %s"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "Pus di racsegnes sol pacaedje %s"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "Dji n' sai fé l' ridant d' muchete pol LDAP"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "Dji n' sai scrire on fitchî d' muchete pol LDAP\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "Nou sierveu d' defini, i manke l' URI ou l' lodjoe"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "Nole båze di defineye"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "Dji n' mi sai raloyî å LDAP a l' URI:"
-
-#: ../urpm/lock.pm:62
-#, fuzzy, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "båze di dnêyes %s serêye"
-
-#: ../urpm/lock.pm:63
-#, fuzzy, c-format
-msgid "aborting"
-msgstr "Adviertixhmint"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr ""
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "L' astalåcion a fwait berwete"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, fuzzy, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr "L' astalåcion a fwait berwete:"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "Li pacaedje ki shût a-st ene mwaijhe sinateure"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "Les pacaedjes ki shuvèt ont ene mwaijhe sinateure"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "Voloz vs continouwer avou l' astalaedje?"
-
-#: ../urpm/main_loop.pm:158
-#, fuzzy, c-format
-msgid "removing installed rpms (%s)"
-msgstr "oistaedje des rpms astalés (%s) a pårti di %s"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "dji distribouwe %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "dj' astale %s a pårti di %s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "dj' astale %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "Sayî d' astaler sin verifyî les aloyaedjes? (o/N) "
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "Sayî d' astaler co pus foirt (--force)? (o/N) "
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "Les pacaedjes sont-st a djoû"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "L' astalaedje est possibe"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "corwaitaedje do fitchî %s"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr ""
-"adviertixhmint: li verifiaedje md5sum po %s n' si trove nén e fitchî MD5SUM"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr ""
-"li forveyou sopoirt «%s» duvreut aveur ene hårdêye valide, dji passe houte do "
-"sopoirt"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr ""
-"dji n' sai aveur li fitchî di djivêye di «%s», dji passe houte do sopoirt"
-
-#: ../urpm/media.pm:213
-#, fuzzy, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "dji n' sai aveur li fitchî hdlist di «%s», dji passe houte do sopoirt"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "dji saye di passer houte do sopoirt «%s», dji passe houte"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "sicrijhaedje do fitchî d' apontiaedje [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "Dji n' sai eployî li môde paralele avou l' môde «use-distrib»"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "eployaedje do sopoirt assocyî å môde paralele: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis èn pout nén esse eployî avou --media, --excludemedia, --"
-"sortmedia, --update, --use-distrib ou --parallel"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "Cweraedje kimincî: %s fini: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "dji passe houte do pacaedje %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "dji va-st astaler purade ki mete a djoû l' pacaedje %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "li sopoirt «%s» egzistêye dedja"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(ignoré come prémetowe dujhance)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "radjoutant l' sopoirt «%s» divant l' sopoirt då lon «%s»"
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "radjoutaedje do sopoirt «%s»"
-
-#: ../urpm/media.pm:808
-#, fuzzy, c-format
-msgid "directory %s does not exist"
-msgstr "li ridant po candjî d' raecene (chroot) n' egzistêye nén"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "i shonne ki cist eplaeçmint la n' a nole distribucion"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "dji n' sai analijhî l' fitchî media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr ""
-"dji n' a savou trover l' sopoirt d' astalaedje (nou fitchî media.cfg di "
-"trové)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "aberwetaedje do fitchî media.cfg..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "dji saye di tchoezi l' sopoirt «%s» ki n' egzistêye nén"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "dji tchoezixh des sopoirts multipes: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "dji bodje li sopoirt «%s»"
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "rapontiaedje d' urpmi pol sopoirt «%s»"
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...li rapontiaedje a fwait berwete"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "li rapontiaedje a stî fwait"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr ""
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "li sopoirt «%s» est a djoû"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "corwaitaedje do fitchî d' sinteze [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "åk n' a nén stî tot lijhant li fitchî di sinteze do sopoirt «%s»"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "dji copeye [%s] pol sopoirt «%s»..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...li copiaedje a fwait berwete"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "copiaedje do fitchî di discrijhaedjes di «%s»..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...li copiaedje a stî comifåt"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr ""
-"li copeye di [%s] a fwait berwete (li fitchî est pår pitit ki s' end est "
-"bizåre)"
-
-#: ../urpm/media.pm:1310
-#, fuzzy, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr ""
-"dji carcule li md5sum do fitchî «hdlist» (ou del sinteze) ki vént d' esse "
-"aberweté"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, fuzzy, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "li copeye di [%s] a fwait berwete (li md5sum ni corespond nén)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "corwaitaedje do fitchî hdlist [%s]"
-
-#: ../urpm/media.pm:1337
-#, fuzzy, c-format
-msgid "comparing %s and %s"
-msgstr "netiaedje di %s et %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "fitchî hdlist %s nén valide pol sopoirt «%s»"
-
-#: ../urpm/media.pm:1388
-#, fuzzy, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "copiaedje do fitchî di discrijhaedjes di «%s»..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "no d' fitchî rpm nén valåbe [%s]"
-
-#: ../urpm/media.pm:1461
-#, fuzzy, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "aberwetaedje do sourdant «hdlist» (ou del sinteze) po «%s»..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "«hdlist» (ou sinteze) ki vént d' esse sayî trové come «%s»"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, fuzzy, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "nou fitchî hdlist di trové pol sopoirt «%s»"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "corwaitaedje do fitchî avou l' clé publike da «%s»..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...aberwetaedje del clé %s do fitchî di clés publikes da «%s»"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "dji n' sai aberweter li clé publike da «%s»"
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "sopoirt «%s» metou a djoû"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, fuzzy, c-format
-msgid "getting mirror list from %s"
-msgstr "lijhant les fitchîs rpm foû di [%s]"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "OoAaYyWw"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "Mwaijhe tchuze, sayîz co ene feye\n"
-
-#: ../urpm/msg.pm:152
-#, fuzzy, c-format
-msgid "Package"
-msgstr "Tchoezixhaedje des pacaedjes"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr ""
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr ""
-
-#: ../urpm/msg.pm:176
-#, fuzzy, c-format
-msgid "medium \"%s\""
-msgstr "radjoutaedje do sopoirt «%s»"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr ""
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr ""
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr ""
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "dji n' sai analijhî «%s» e l' fitchî [%s]"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "corwaitaedje del pougneye po môde paralele e fitchî [%s]"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "pougneye po môde paralele trovêye po les nuks: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "dji n' sai eployî l' tchuze «%s» do môde paralele"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr ""
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "L' astalåcion a fwait berwete"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr ""
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr ""
-
-#: ../urpm/removable.pm:32
-#, fuzzy, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "dji n' sai aveur accès å sopoirt «%s»"
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "dji monte %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "dji dismonte %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf modêye %s\n"
-"Copyright © 2002-2006 Mandriva.\n"
-"Çouci est on libe programe et pout esse cossemé so les termes del licince "
-"GPL.\n"
-"\n"
-"Po s' è siervi: urpmf [tchuzes] erîlêye-ratourneure\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - mostere li modêye do programe.\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr ""
-" --env - eployî on evironmint dné (tipike po les rapoirts di "
-"bug).\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr ""
-" --excludemedia - èn nén eployî les dnés sopoirts, separés pa des comas.\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr ""
-" --literal, -l - nén ene erîlêye ratourneure, mins ene tchinne literåle.\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --urpmi-root - eployî ene ôte raecene po l' astalaedje des rpm.\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr ""
-" --sortmedia - relére les sopoirts sorlon les tchinnes dinêyes, "
-"separêyes pa des comas.\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, fuzzy, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr ""
-" --synthesis - eployî l' fitchî d' sinteze diné purade kel\n"
-" båze di dnêyes d' urpmi.\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr ""
-" --synthesis - eployî l' fitchî d' sinteze diné purade kel\n"
-" båze di dnêyes d' urpmi.\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr ""
-" --uniq - èn nén håyner deus côps les royes ki sont les minmes.\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - eployî kel sopoirt di metaedje a djoû.\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - môde badjawe.\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - èn nén fé di diferince pititès/grandès letes.\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -I - fé l' diferince pititès/grandès letes (prémetou).\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<car> - candjî l' separateur di tchamps (prémetou «:»).\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "Patrons po les ratourneures:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr ""
-" tecse - on tecse est veyou come ene erîlêye ratourneure,\n"
-" a moens ki l' paramete «-l» soeye eployî.\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - sititchî do côde perl directumint, come «perl -e».\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - operateur binaire EYET.\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - operateur binaire OU.\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - operateur unaire NENI.\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr ""
-" ( ) - åtchetes (hintche/droete) po grouper des ratourneures.\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "Djivêye des etiketes:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - definixh ene cogne di rexhowe a môde di printf.\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " egzimpe: «%%name:%%files»\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - årtchitecteure\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - lodjoe wice ki l' pacaedje a stî fwait.\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - date ey eure ki l' pacaedje a stî fwait\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - djivêye des fitchîs d' apontiaedje\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - les conflits avou ds ôtes pacaedjes ou modêyes.\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - longou discrijhaedje do pacaedje.\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - li distribucion ki l' pacaedje a stî fwait po.\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - etikete «epoch»\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - li no d' fitchî do pacaedje.\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - djivêye des fitchîs å dvins do pacaedje\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - li groupe do pacaedje.\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, fuzzy, c-format
-msgid " --license - license\n"
-msgstr " --name - li no do pacaedje.\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - li no do pacaedje.\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr ""
-" --obsoletes - les vîs pacaedjes (avou ds ôtès nos) replaecîs pa ci-"
-"chal.\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - li ci k' a fwait l' pacaedje.\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - tot çou k' est ahessî på pacaedje.\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - tot çou k' i gn a mezåjhe po l' pacaedje.\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - li grandeu sol deure plake on côp astalé.\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - no do fitchî src.rpm sourdant.\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, fuzzy, c-format
-msgid " --suggests - suggests tags\n"
-msgstr ""
-" --obsoletes - les vîs pacaedjes (avou ds ôtès nos) replaecîs pa ci-"
-"chal.\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - discrijhaedje rascourti.\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - hårdêye avou des informåcions.\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - vindeu do pacaedje.\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - li sopoirt wice ki l' pacaedje a stî trové\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr ""
-" -f - mostere li modêye et release, eyet l' årtchitecteure avou "
-"l' no.\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr ""
-"Cogne nén comifåt: vos n' poloz eployî k' ene seule etike multi-valixhances"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "eployant on evironmint specifike so %s\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, fuzzy, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "nou fitchî hdlist di trové pol sopoirt «%s»"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, fuzzy, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "dji fwai li fitchî d' sinteze hdlist pol sopoirt «%s»"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, fuzzy, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "dji screye li fitchî d' djivêye («list») pol sopoirt «%s»"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "Nou pacaedje lomé %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "Les pacaedjes ki shuvèt ont å dvins %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "Les pacaedjes %s èn polèt nén esse astalés"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "Li pacaedje %s a ddja stî astalé"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "Les pacaedjes %s ont ddja stî astalés"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "cåze di %s ki n' est nén la"
-
-#: ../urpm/select.pm:563
-#, fuzzy, c-format
-msgid "due to already installed %s"
-msgstr "Li pacaedje %s a ddja stî astalé"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "cåze di %s ki n' est nén satisfyî"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "dji saye di promouvwer %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "po wårder %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "po-z astaler %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "cåze di conflits avou %s"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "Sinateure nén valide (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "ID di clé nén valide (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "I manke li sinateure (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't write file"
-msgstr "Dji n' sai ahiver l' fitchî d' apontiaedje [%s]"
-
-#: ../urpm/sys.pm:276
-#, fuzzy, c-format
-msgid "Can't open file"
-msgstr "Li copiaedje a fwait berwete"
-
-#: ../urpm/sys.pm:289
-#, fuzzy, c-format
-msgid "Can't move file %s to %s"
-msgstr "Dji n' sai eployî %s avou %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme modêye %s\n"
-"Copyright © 1999-2008 Mandriva.\n"
-"Çouci est on libe programe et pout esse cossemé so les termes del licince "
-"GPL.\n"
-"\n"
-"Po s' è siervi:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr ""
-" --auto - tchoezi otomaticmint on pacaedje divins les tchuzes.\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - verifyî si l' oistaedje si pout fé comifåt.\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr ""
-" --parallel - distribouwaedje di l' ovraedje d' urpmi so\n"
-" so sacwantès éndjoles defineyes come alias.\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - Rifé l' pacaedje divant d' disfacer.\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - eployî ene ôte raecene po l' oistaedje des rpm.\n"
-
-#: ../urpme:55 ../urpmi:101
-#, fuzzy, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --update - mete a djoû rén kel sopoirt di metaedje a djoû.\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - èn nén enonder les scripes do pacaedje.\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - apontyî urpme al volêye a pårti d' on coxhlaedje di\n"
-" distribucion, ahessåve po (diz)astaler on sistinme\n"
-" chroot avou l' tchuze «--root».\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - môde badjawe.\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr ""
-" -a - tchoezi tos les pacaedjes ki corespondèt al ratourneure.\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "Seulmint li super-uzeu a l' droet d' oister des pacaedjes"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "pacaedjes nén cnoxhous"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "pacaedje nén cnoxhou"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "oister li pacaedje %s va spiyî vosse sistinme"
-msgstr[1] "oister li pacaedje %s va spiyî vosse sistinme"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "Rén a oister"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "Rén a oister"
-
-#: ../urpme:149
-#, fuzzy, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] ""
-"Po satisfyî les aloyaedjes, les %d pacaedjes ki shuvèt vont esse disastalés "
-"(%d Mo)"
-msgstr[1] ""
-"Po satisfyî les aloyaedjes, les %d pacaedjes ki shuvèt vont esse disastalés "
-"(%d Mo)"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "pacaedje nén cnoxhou"
-msgstr[1] "pacaedje nén cnoxhou"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "Oister %d pacaedje?"
-msgstr[1] "Oister %d pacaedjes?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (o/N) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "dji prind li bodjåve sopoirt come «%s»"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "Li oistaedje a fwait berwete"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "Li oistaedje a fwait berwete"
-
-#: ../urpmf:153
-#, fuzzy, c-format
-msgid "unterminated expression (%s)"
-msgstr "Patrons po les ratourneures:\n"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - mete a djoû l' sopoirt et poy li sistinme.\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - dismete li verifiaedje di fitchîs MD5SUM.\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - foirci l' metaedje a djoû del clé gpg.\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, fuzzy, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr ""
-" --obsoletes - les vîs pacaedjes (avou ds ôtès nos) replaecîs pa ci-"
-"chal.\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr ""
-" --no-uninstall - måy dimander po dizastaler on pacaedje, purade rinoncî.\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr ""
-" --no-install - nén astaler les pacaedjes (seulmint ls aberweter).\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - wårder les pacaedjes k' i gn a si c' est possibe,\n"
-" rifuzer les dmandes ki oistêyrént des pacaedjes.\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - pårti e ptitès transaccions s' i gn a d' pus ki ç' nombe\n"
-" la di pacaedjes ki vont esse astalés ou metous a djoû,\n"
-" li prémetowe valixhance est %d.\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - longueu des ptitès transaccions, (prémetou=%d).\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - foirci des cweraedjes rishonnants.\n"
-
-#: ../urpmi:97
-#, fuzzy, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --requires - tot çou k' i gn a mezåjhe po l' pacaedje.\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr ""
-" --install-src - astaler seulmint pacaedjes sourdant (nén les binaires).\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr ""
-" --clean - oister del muchete les pacaedjes rpm divant d' ataker.\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - wårder el muchete les pacaedjes rpm nén eployîs.\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr ""
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr ""
-" --allow-nodeps - permete k' on dimande a l' uzeu s' i vout astaler\n"
-" les pacaedjes sins verifyî les aloyances.\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - permete k' on dimande a l' uzeu s' i vout astaler\n"
-" les pacaedjes sins verifyî les aloyances nerén\n"
-" l' etegrité.\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr ""
-" --obsoletes - les vîs pacaedjes (avou ds ôtès nos) replaecîs pa ci-"
-"chal.\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - apontyî urpmi al volêye a pårti d' on coxhlaedje di\n"
-" distribucion, ahessåve po-z astaler on sistinme chroot\n"
-" avou l' tchuze «--root».\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - tchuzes di rawete a passer a «curl»\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options - tchuzes di rawete a passer a «rsync»\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - tchuzes di rawete a passer a «wget»\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - tchuzes di rawete a passer a «prozilla»\n"
-
-#: ../urpmi:122
-#, fuzzy, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --prozilla-options - tchuzes di rawete a passer a «prozilla»\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - limiter li roedeu di l' aberwetaedje.\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - rataker l' aberwetaedje des fitchîs rpm la wice k' il "
-"ont\n"
-" stî djokés (--no-resume po nel nén fé, prémetou=nén fé).\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - eployî li procsi HTTP dné, li prémetou pôrt si nén dné\n"
-" est 1080 (li cogne pol tchuze est <lodjoeprocsi[:pôrt]"
-">).\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - dene l' uzeu eyet l' sicret a-z eployî po\n"
-" l' otintifiaedje sol procsi (li cogne est <uzeu:"
-"sicret>).\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - sicrire on rapoirt di bug dins l' ridant dné come\n"
-" årgumint djusse après.\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - tchimins separés pa des comas, a n' nén foyter.\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - èn nén astaler les fitchîs d' documintåcion.\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr ""
-" --ignoresize - èn nén loukî s' i gn a del plaece assez dvant d' "
-"astaler.\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - permete l' astalaedje di rpms d' ôtès årtchitecteures.\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - èn nén enonder les scripres do pacaedje.\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - pacaedjes k' i fåt passer houte et n' nén astaler\n"
-
-#: ../urpmi:143
-#, fuzzy, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --skip - pacaedjes k' i fåt passer houte et n' nén astaler\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - cwand sacwants pacaedjes sont trovés, propoze pus di\n"
-" tchuzes ki les prémetowes.\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - èn nén serer l' båze di dnêyes rpm.\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr ""
-" --strict-arch - mete a djoû seulmint les pacaedjes pol minme "
-"årtchitecteure.\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - eployî --all-matches pol roye di comande.\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - môde taijheu.\n"
-
-#: ../urpmi:153
-#, fuzzy, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --verbose - môde badjawe.\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " les nos ou fitchîs rpm dinés sol roye di cmande seront-st astalés.\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr ""
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr ""
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr ""
-"Vos n' poloz nén astaler des pacaedjes rpm binaires avou «--install-src»"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr ""
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr ""
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr ""
-"Li ridant [%s] egzistêye dedja, eployîz è èn ôte po les rapoirts di bugs, "
-"oudonbén disfacez l'."
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "dji n' sai askepyî l' ridant [%s] po fé des rapoirts di bug"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr ""
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"Aroke: i shonne ki %s soeye monté e môde seulmint-lére.\n"
-"Eployîz --allow-force po foircî l' operåcion."
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "Metant a djoû les sopoirts...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (a mete a djoû)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (a mete a djoû)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (a-z astaler)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (a-z astaler)"
-
-#: ../urpmi:462
-#, fuzzy, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr ""
-"Po satisfyî les aloyaedjes, les %d pacaedjes ki shuvèt vont esse disastalés "
-"(%d Mo)"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "Ké tchoezixhoz vs? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Li pacaedje shuvant èn pout nén esse astalé, la k' il a mezåjhe\n"
-"d' ôtes pacaedjes ki sont pus vîs kel ci k' est astalé:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"Les pacaedjes shuvants èn polèt nén esse astalés, la k' il ont mezåjhe\n"
-"d' ôtes pacaedjes ki sont pus vîs k' les cis k' sont astalés:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"Voloz vs tot l' minme continouwer l' astalaedje?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (O/n) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"On pacaedje dimandé n' pout nén esse astalé:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"Sacwants pacaedjes dimandés n' polèt nén esse astalés:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "oister li pacaedje %s va spiyî vosse sistinme"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"L' astalaedje ni s' pout porshure, ca l' pacaedje shuvant\n"
-"a mezåjhe d' esse oisté po des ôtes esse metous a djoû:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"L' astalaedje ni s' pout porshure, ca les pacaedjes shuvants\n"
-"ont mezåjhe d' esse oistés po des ôtes esse metous a djoû:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Li pacaedje shuvant a mezåjhe d' esse oisté po des ôtes esse metous a djoû:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"Les pacaedjes shuvants ont mezåjhe d' esse oistés po des ôtes esse metous a "
-"djoû:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(c' est seulmint ene saye, li dizastalaedje n' est nén fwait)"
-
-#: ../urpmi:583
-#, fuzzy, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"Vos dvoz esse root po-z astaler les aloyances shuvantes:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] ""
-"Po satisfyî les aloyaedjes, les %d pacaedjes ki shuvèt vont esse disastalés "
-"(%d Mo)"
-msgstr[1] ""
-"Po satisfyî les aloyaedjes, les %d pacaedjes ki shuvèt vont esse disastalés "
-"(%d Mo)"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(c' est seulmint ene saye, l' astalaedje n' est nén fwait)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr ""
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr ""
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr ""
-
-#: ../urpmi:619
-#, fuzzy, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "Continouwer avou l' astalaedje d' on pacaedje? (%d Mo)"
-msgstr[1] "Continouwer avou l' astalaedje d' on pacaedje? (%d Mo)"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "Rinoncî"
-
-#: ../urpmi:648
-#, fuzzy, c-format
-msgid "Press Enter when mounted..."
-msgstr "Tapez so «enter» cwand c' est fwait..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, fuzzy, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"po s' è siervi: urpmi.addmedia [tchuzes] <etikete> <hårdêye>\n"
-"li <hårdêye> pout esse ene etur:\n"
-" [file:/]/<tchimin>\n"
-" ftp://<login>:<sicret>@<lodjoe>/<tchimin>\n"
-" ftp://<lodjoe>/<tchimin>\n"
-" http://<lodjoe>/<tchimin>\n"
-" removable://<tchimin>\n"
-"\n"
-"et les [tchuzes] possibes sont\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - eployî wget po-z aberweter les fitchî då lon.\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - eployî curl po-z aberweter les fitchî då lon.\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - eployî prozilla po-z aberweter les fitchî då lon.\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - eployî curl po-z aberweter les fitchî då lon.\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - eployî les fitchîs di sinteze.\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr ""
-
-#: ../urpmi.addmedia:71
-#, fuzzy, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr ""
-" --no-probe - èn nén sayî di trover on fitchî di sinteze ou «hdlist».\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr ""
-" --distrib - fé otomaticmint tos les sopoirts a pårti d' on sopoirt\n"
-" d' astalåcion.\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr ""
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - avou --distrib, radjoute tos les sopoirts dinés.\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - eployî li dnêye hårdêye pol djivêye des muroes,\n"
-" li prémetowe hårdêye est %s\n"
-
-#: ../urpmi.addmedia:79
-#, fuzzy, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr ""
-" --virtual - ahiver on forveyou sopoirt ki sont tofer a djoû,\n"
-" rén ki l' protocole «file://» est permetou.\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - dismete li verifiaedje di fitchîs MD5SUM.\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - n' aberwete nén li clé publike pol sopoirt\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - radjouter l' sopoirt, mins nén l' mete a djoû.\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - môde taijheu.\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - môde badjawe.\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr ""
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr ""
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr ""
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr ""
-"Seulmint li super-uzeu a l' droet d' radjouter des sopoirts d' astalaedje"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "ahivaedje do fitchî d' apontiaedje [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "Dji n' sai ahiver l' fitchî d' apontiaedje [%s]"
-
-#: ../urpmi.addmedia:136
-#, fuzzy, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr ""
-"nén mezåjhe di dner li <tchmin relatif pol fitchî hdlist> avou --distrib"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-
-#: ../urpmi.addmedia:170
-#, fuzzy, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "i manke li tchmin relatif pol fitchî hdlist\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr ""
-
-#: ../urpmi.addmedia:185
-#, fuzzy, c-format
-msgid "unable to add medium"
-msgstr "dji n' sai aveur accès å sopoirt «%s»"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover modêye %s\n"
-"Copyright © 2006 Mandriva.\n"
-"Çouci est on libe programe et pout esse cossemé so les termes del licince "
-"GPL.\n"
-"\n"
-"Po s' è siervi:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr ""
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr ""
-" --noclean - èn nén netyî l' ridant do rfijhaedje des pacaedjes\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr ""
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr ""
-" --list-all - djivêye di totes les transaccions pol rpmdb (end a "
-"bråmint).\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr ""
-" --list-safe - djivêye di totes les transaccions dispoy li pont "
-"d' verifiaedje\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr ""
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - dismete li rfijhaedje des pacaedjes\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "Li ridant pol rifjhaedje des pacaedjes n' est nén defini\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr ""
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] ""
-msgstr[1] ""
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr ""
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr ""
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr ""
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr ""
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "Vos dvoz esse «root» po pleur fé çoula"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "Sicrijhaedje do fitchî des macros rpm [%s]...\n"
-
-#: ../urpmi.recover:185
-#, fuzzy, c-format
-msgid "No rollback date found\n"
-msgstr "Nole djivêye di fitchîs di trovêye\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr ""
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr ""
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"Po s' è siervi: urpmi.removemedia (-a | <etikete> ...)\n"
-"avou <etikete> li no do sopoirt a bodjî.\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - tchoezi tos les sopoirts.\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - cweraedjes rishonnants so les nos des sopoirts.\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "Seulmint li super-uzeu a l' droet d' oister des sopoirts d' astalaedje"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "rén a disastaler (eployîz urpmi.addmedia po-z adjouter on sopoirt\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"i gn a pont d' intrêye a bodjî\n"
-"(ene di %s)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"Po s' è siervi: urpmi.update [tchuzes] <etikete> ...\n"
-"avou <etikete> li no do sopoirt a mete a djoû.\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - mete a djoû rén kel sopoirt di metaedje a djoû.\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - foirci l' metaedje a djoû del clé gpg.\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr ""
-" --ignore - èn nén mete a djoû, mårker l' sopoirt come ignoré.\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr ""
-" --no-ignore - èn nén mete a djoû, mårker l' sopoirt come en alaedje.\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr ""
-" --probe-rpms - èn nén eployî «synthesis»/«hdlist», mins les rpm direk.\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - tchoezi tos les sopoirts nén bodjåves.\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr ""
-" -f - foirci l' metaedje a djoû des fitchîs «hdlist/synthesis».\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr ""
-" -f - foirci l' metaedje a djoû des fitchîs «hdlist/synthesis».\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr ""
-"Seulmint li super-uzeu a l' droet d' mete a djoû des sopoirts d' astalaedje"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "rén a mete a djoû (eployîz urpmi.addmedia po-z adjouter on sopoirt)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"i gn a pont d' intrêye a mete a djoû\n"
-"(ene di %s)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "«%s»"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "dj' ignore li sopoirt «%s»"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "dji mete en alaedje li sopoirt «%s»"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq modêye %s\n"
-"Copyright © 2002-2006 Mandriva.\n"
-"Çouci est on libe programe et pout esse cossemé so les termes del licince "
-"GPL.\n"
-"\n"
-"Po s' è siervi:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr ""
-" --searchmedia - eployî rén k' les sopoirts dinés po cweri les pacaedjes.\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - foirci des cweraedjes rishonnants (come -y).\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - djivêye des pacaedjes k' i gn a.\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - djivêye des sopoirts k' i gn a.\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr ""
-" --list-url - djivêye des sopoirts k' i gn a et d' leus hårdêyes.\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - djivêye des nuks k' i gn a (eployant --parallel).\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - djivêye des alias k' i gn a.\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr ""
-" --dump-config - copiaedje di l' apontiaedje dizo cogne d' èn årgumint po "
-"urpmi.addmedia.\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr ""
-" --src - li pacaedje shuvant est on pacaedje sourdant\n"
-" (parey ki -s).\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr ""
-" --sources - diner tos les pacaedjes sourdant divant d' aberweter\n"
-" (èn pout esse fwait ki pa root).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr ""
-" --ignorearch - permete li cweraedje di rpms d' ôtès årtchitecteures.\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - apontyî urpmi al volêye a pårti d' on coxhlaedje di\n"
-" distribucion. Permete di fé des cweraedje des pacaedjes.\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - håyner li djournå des candjmints.\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - les conflits avou ds ôtes pacaedjes ou modêyes.\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr ""
-" --obsoletes - les vîs pacaedjes (avou ds ôtès nos) replaecîs pa ci-"
-"chal.\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - tot çou k' est ahessî på pacaedje.\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - tot çou k' i gn a mezåjhe po l' pacaedje.\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr ""
-" --obsoletes - les vîs pacaedjes (avou ds ôtès nos) replaecîs pa ci-"
-"chal.\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - no do fitchî src.rpm sourdant.\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - håyner l' rascourti.\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" -d - sitinde li cweraedje åzès aloyances des pacaedjes.\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr ""
-" --whatreqires - fé l' ricweraedje å rviè, so çou k' a mezåjhe do "
-"pacaedje.\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - ricweraedje å rvier sitindou (eto les forveyous "
-"pacaedjes).\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" -p - permete les rcweraedjes ezès aloyances po trover on "
-"pacaedje.\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - rexhowe en etir avou l' pacaedjes a oister.\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - håyner les groupes ossu avou l' no.\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr ""
-" -i - håyner des ahessåvès informåcions, dins ene cogne po les "
-"djins.\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - djivêye des pacaedjes k' i gn a.\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - ekivalint a -du.\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - mostere li no, limeros di modêye eyet release.\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr ""
-" -s - li pacaedje shuvant est on pacaedje sourdant\n"
-" (parey ki --src).\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr ""
-" -u - bodjî l' pacaedje foû del djivêye si ene modêye\n"
-" pus nouve est ddja astalêye.\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - foirci des cweraedjes rishonnants (come --fuzzy).\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr ""
-" -Y - come «-y» mins sins fé d' diferince inte grandes et ptitès "
-"letes.\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " les nos ou fitchîs rpm dinés sol roye di comande sont rcwerous.\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes pout esse eployî seulmint avou --parallel"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr ""
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"pont d' fitchî «hdlist» pol sopoirt «%s», i n' a k' on rzultat parciel pol "
-"pacaedje %s"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"pont d' fitchî «hdlist» pol sopoirt «%s», i n' a k' on rzultat parciel po les "
-"pacaedjes %s"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"pont d' fitchî «hdlist» pol sopoirt «%s», i n' a nou rzultat pol pacaedje %s"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"pont d' fitchî «hdlist» pol sopoirt «%s», i n' a nou rzultat po les pacaedjes %"
-"s"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "Nou djournå des candjmints di trové\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - fé on sopoirt di metaedje a djoû.\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "crombe hårdêye: [%s]"
-
-#, fuzzy
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] ""
-#~ "I gn a-st avou %d transaccions d' astalaedje k' ont fwait berwete"
-#~ msgstr[1] ""
-#~ "I gn a-st avou %d transaccions d' astalaedje k' ont fwait berwete"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "Li pacaedje %s èn pout nén esse astalé"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "Verifiaedje po oister les pacaedjes ki shuvèt"
-
-#~ msgid "%s database locked"
-#~ msgstr "båze di dnêyes %s serêye"
-
-#, fuzzy
-#~ msgid ""
-#~ " --auto - non-interactive mode, assume default answers to "
-#~ "questions. --auto\n"
-#~ msgstr ""
-#~ " --auto - môde nén eteractif, supôze li prémetowe valixhance po "
-#~ "totes les kesses.\n"
-
-#~ msgid "Unknown option %s"
-#~ msgstr "Tchuze nén cnoxhowe %s"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "trop di ponts di montaedje pol sopoirt bodjåve «%s»"
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "Li sopoirt «%s» est ene imådje ISO, i serè monté al volêye"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "eployant èn éndjin bodjåve diferin [%s] po «%s»"
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "dji n' sai aveur li tchmin pol sopoirt bodjåve «%s»"
-
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "dji n' a savou monter l' sopoirt d' astalaedje del distribucion"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "dji n' sai acceder å sopoirt «%s»,\n"
-#~ "çoula pout ariver metans si vos avoz monté al mwin li ridant divant di "
-#~ "radjouter l' sopoirt d' astalaedje."
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr ""
-#~ "sopoirt «%s» nén cowerant, metou come bodjåve mins nel est nén vormint"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - netyî l' ridant muchete des tiestires.\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "les forveyous sopoirts divént esse locås"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "dji n' sai analijhî li fitchî hdlist di «%s»"
-
-#~ msgid "found %d rpm headers in cache, removing %d obsolete headers"
-#~ msgstr ""
-#~ "dj' a trové %d tiestires rpm e muchete, dji oistêye %d tiestires obsoletes"
-
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr ""
-#~ "carculaedje do md5sum do fitchî «hdlist» (ou del sinteze) k' egzistêye "
-#~ "dedja [%s]"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr ""
-#~ "li forveyou sopoirt «%s» èn doet nén aveur defini di fitchî hdlist ou di "
-#~ "djivêye des fitchîs, dji passe houte do sopoirt"
-
-#~ msgid "invalid hdlist name"
-#~ msgstr "no d' fitchî «hdlist» nén valide"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr ""
-#~ "dji n' sai trover li fitchî di djivêye di «%s», dji passe houte do sopoirt"
-
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "«synthesis» èn divreut nén esse defini (sopoirt «%s»)"
-
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "«synthesis» divreut esse defini (sopoirt «%s»)"
-
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "dji n' sai aveur li fitchî hdlist di «%s»"
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr ""
-#~ "li sopoirt «%s» saye d' eployî on fitchî hdlist dedja eployî, dji passe "
-#~ "houte do sopoirt"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr ""
-#~ "li sopoirt «%s» saye d' eployî ene djivêye dedja eployeye, dji passe houte "
-#~ "do sopoirt"
-
-#~ msgid "wrote %s"
-#~ msgstr "dj' a scrît %s"
-
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "Note: pont d' fitchî hdlist pol sopoirt «%s», nén moyén di rtourner des "
-#~ "rzultats"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "dji fwait l' deujhinme passe po carculer les aloyances\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "dji fwai l' fitchî hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr ""
-#~ "Dji n' a savou fé l' fitchî d' sinteze pol sopoirt «%s». Motoit ki vosse "
-#~ "fitchî hdlist est cron."
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr ""
-#~ "åk n' a nén stî tot léjhant li fitchî hdlist ou di sinteze do sopoirt «%s»"
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr ""
-#~ "carculaedje do fitchî «hdlist» (ou del sinteze) ki vént d' esse copyî"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...l' aberwetaedje a fwait berwete: li md5sum ni corespond nén"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "nou fitchî rpm di trové foû di [%s]"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "dji n' sai lére les fitchîs rpm foû di [%s]: %s"
-
-#~ msgid "no rpms read"
-#~ msgstr "nou rpm di léjhou"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "dji lét les tiestires do sopoirt «%s»"
-
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - eployî les fitchîs di sinteze.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - eployî fitchî «hdlist».\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "Note: come nou sopoirt des cis cwerous n' eploye des hdlist, urpmf n' a "
-#~ "nén savou rtourner des rzultats\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr ""
-#~ "Motoit vos vôrîz eployî «--name» po fé on cweraedje sol no des pacaedjes.\n"
-
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src, -s - li pacaedje shuvant est on pacaedje sourdant.\n"
-
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - eployî l' fitchî «hdlist».\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "dji n' pout mete a djoû l' sopoirt «%s»\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "dji n' pout radjouter l' sopoirt «%s»\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "i gn a pus d' on pacaedje avou l' minme no d' fitchî rpm «%s»"
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "dji n' sai analijhî comifåt [%s] pol valixhance «%s»"
-
-#~ msgid "(retry as root?)"
-#~ msgstr "(risayî come root?)"
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "li sopoirt «%s» eploye ene crombe djivêye di fitchîs:\n"
-#~ " probåblumint ki l' muroe n' est nén a djoû, dji saye ene ôte metôde"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "li sopoirt «%s» èn definixh nou eplaeçmint po les fitchîs rpm"
-
-#~ msgid "unrequested"
-#~ msgstr "nén dmandé"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr ""
-#~ "dji radjoute li pacaedje %s (id=%d, eid=%d, metaedje a djoû=%d, fitchîs=%"
-#~ "s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "Les pacaedjes ki shuvèt ont ene mwaijhe sinateure:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Voloz vs continouwer avou l' astalaedje?"
-
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "Vos dvoz esse root po pleur eployî «--use-distrib»"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "dji n' sai oister l' pacaedje %s"
-
-#~ msgid "Proceed with the installation of the %d package? (%d MB)"
-#~ msgid_plural "Proceed with the installation of the %d packages? (%d MB)"
-#~ msgstr[0] "Continouwer avou l' astalaedje d' %d pacaedje? (%d Mo)"
-#~ msgstr[1] "Continouwer avou l' astalaedje di %d pacaedjes? (%d Mo)"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "Nole djivêye di fitchîs di trovêye\n"
-
-#~ msgid "(%d packages, %d MB)"
-#~ msgstr "(%d pacaedjes, %d Mo)"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr ""
-#~ " -P - èn nén permete les rcweraedjes ezès aloyances po "
-#~ "trover\n"
-#~ " on pacaedje (prémetou).\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr ""
-#~ " -R - fé l' ricweraedje å rviè, so çou k' a mezåjhe do "
-#~ "pacaedje.\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
deleted file mode 100644
index 333892dc..00000000
--- a/po/zh_CN.po
+++ /dev/null
@@ -1,3149 +0,0 @@
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/zh_CN.php3
-#
-# urpmi messages for zh_CN locale
-# Copyright (C) 2000 Free Software Foundation, Inc.
-#
-# Danny Zeng <danny@zeng.com.cn>, 2000
-# Jesse Kuang <kjx@mandrakesoft.com>
-# 汤诗语 <shiyu@mandriva.org>, 2003, 2008
-# Funda Wang <fundawang@linux.net.cn>,2002,2003,2004
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: urpmi\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-03-30 14:22+0800\n"
-"Last-Translator: 汤诗语 <shiyu@mandriva.org>\n"
-"Language-Team: Mandriva Linux Simplified Chinese <cooker-i18n@mandrivalinux."
-"org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM 安装"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "错误: 找不到文件 %s,将取消操作"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "确定(_O)"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"您选择了源代码软件包:\n"
-"\n"
-"%s\n"
-"\n"
-"您可能并不想在您的计算机上安装它(安装它将允许您对其源代码进行修改后再编"
-"译)。\n"
-"\n"
-"您想要执行什么操作?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"您即将在您的计算机上安装下列软件包:\n"
-"\n"
-"%s\n"
-"\n"
-"继续吗?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"您即将在您的计算机上安装下列软件包:\n"
-"\n"
-"%s\n"
-"\n"
-"您也可以选择只是保存相应的软件包。您要进行什么操作?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "安装(_I)"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "保存(_S)"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "取消(_C)"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "选择保存文件的位置"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi 版本 %s\n"
-"版权 (C) 1999-2008 Mandriva。\n"
-"这是自由软件,可以依照 GNU GPL 重新发布。\n"
-"\n"
-"用法:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr "选项:"
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - 打印帮助信息。\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr " --auto - 非交互模式,对全部问题假定默认回答。\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - 自动选择升级系统的软件包。\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - 强制执行, 即使某些软件包并不存在。\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - 安装之前验证 rpm 签署\n"
-" (--no-verify-rpm 禁止它,默认是激活的)。\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - 只使用列出的介质,介质之间用逗号分隔。\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - 允许在 provides 字段中查找软件包。\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - 不在 provides 字段中查找软件包。\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - 使用另一个 root 安装 rpm。\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - 验证安装是否可以正确进行。\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --searchmedia - 只使用给定介质来搜索所请求的软件包。\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "未指定软件包"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "请稍候..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "必须是 root"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"某些要求的软件包无法安装:\n"
-"%s\n"
-"仍然继续安装吗?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "警告"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "确定"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr "(升级)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr "(安装)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "软件包选择"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "需要下列软件包之一:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "中止(_A)"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"要升级其它软件包,需要先删除下列软件包:\n"
-"%s\n"
-"仍然继续安装吗?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "为了满足依赖关系,将安装下列软件包:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "为了满足依赖关系,将安装下列软件包:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d 个软件包,%d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "软件包安装..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "无法读取源软件包,中止"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "正在准备..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "正在安装软件包“%s”(%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "请插入介质“%s”"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "正在下载软件包“%s”..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "完成(_D)"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"安装失败,缺少下列文件:\n"
-"%s\n"
-"您可能需要更新您的 urpmi 数据库"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "安装失败: "
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "软件包已经安装"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "安装完成"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "正在删除 %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "重新启动 urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"用法: %s [选项]\n"
-"[选项]的格式为\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - 打印帮助信息。\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <路径> - 使用给定的根而不是 /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [组] - 限制结果为给定组。\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " 默认为 %s。\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - 输出 rpm 的完整名称(NVRA)。\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "只允许超级用户安装软件包"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "正在以限制模式运行 urpmi..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "创建目录 %s 失败"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "目录 %s 的所有者无效"
-
-#: ../urpm.pm:124
-#, c-format
-msgid "Can not download packages into %s"
-msgstr "无法将软件包下载到 %s"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "无法打开 rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "无效的 rpm 文件名[%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "正在获取 rpm 文件[%s]..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...获取完成"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...获取失败: %s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "无法访问 rpm 文件[%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "无法处理 spec 文件 %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "无法访问注册 rpm 文件"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "RPM 的架构不兼容[%s]"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "注册本地软件包出错"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "运行于限制模式运行时,禁止执行此操作"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "命令行声明的代理服务器无效\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq: 无法读取 rpm 文件“%s”\n"
-
-#: ../urpm/args.pm:375
-#, c-format
-msgid "unexpected expression %s"
-msgstr "意外表达式 %s"
-
-#: ../urpm/args.pm:376
-#, c-format
-msgid "missing expression before %s"
-msgstr "%s 前缺少表达式"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr "意外表达式 %s(建议:使用 -a 或 -o?)"
-
-#: ../urpm/args.pm:386
-#, c-format
-msgid "no expression to close"
-msgstr "没有要关闭的表达式"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr "默认情况下,urpmf 使用正则表达式。您应该使用选项“--literal”"
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "chroot 目录不存在"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr "没有 %2$s 无法使用 %1$s"
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr "无法和 %2$s 一起使用 %1$s"
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "参数太多\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "复制失败"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr "您必须自行挂载 CD-ROM(或者安装 perl-Hal-Cdroms 以便让其自动挂载)"
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr "HAL 守护程序(hald)未运行或未就绪"
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "介质“%s”不可用"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "无法从介质“%2$s”读取 rpm 文件[%1$s]"
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "配置文件第 %s 行语法有错"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "无法读取配置文件[%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "介质“%s”定义了两次,正在退出"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "无法写入配置文件[%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr "无法读取代理服务器设置(没有足够的权限读取 %s)"
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "请输入访问代理服务器所需的认证信息\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "用户名:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "密码:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr "未知的 webfetch“%s”!!!\n"
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s 失败: 退出信号为 %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr "%s 失败: 退出代码为 %d"
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "复制失败"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "缺少 wget\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "缺少 curl\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl 失败: 下载已取消\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "缺少 rsync\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "缺少 ssh\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "缺少 prozilla\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "无法执行 prozilla\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "缺少 aria2\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr " 已完成 %s%%,共 %s,预计剩余时间 %s,速度为 %s"
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr " %s%% 已完成,速度为 %s"
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "正在获取 %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr "已获取 %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "%s 中定义了未知的协议"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s 不可用,默认回到 %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "未找到 webfetch,支持的 webfetch 是: %s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "无法处理协议: %s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "清除 %s 和 %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "未找到软件包 %s。"
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "正在从介质“%s”上获取 rpm 文件..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[重新打包]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "已创建在 %s 上安装的交易(删除=%d,安装=%d,升级=%d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "无法创建交易"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "无法从 delta-rpm 软件包 %s 中提取 rpm"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "无法安装软件包 %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "正在从 %2$s 删除错误的 rpm(%1$s)"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "删除 %s 失败: %s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "删除软件包 %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "删除软件包 %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "正在从 %2$s 删除已安装的 rpm(%1$s)"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "关于软件包 %s 的更多信息"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "无法创建 ldap 缓存目录"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "无法写入 ldap 的缓存文件\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "未定义服务器,缺少 uri 或 主机"
-
-#: ../urpm/ldap.pm:163
-#, c-format
-msgid "No base defined"
-msgstr "未定义基础"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "无法连接到 ldap uri:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s 数据库已锁定。等候中..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "中止"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "%s 数据库已锁定(其它程序正在使用它)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "安装失败"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr "仍然继续吗? (y/N)"
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"安装失败,rpm 有问题:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "下列软件包的签名有错误"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "下列软件包的签名有错误"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "您想继续安装吗?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "删除已安装的 rpm(%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "正在分发 %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "正在从 %2$s 安装 %1$s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "正在安装 %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "尝试忽略相关性检查而安装吗?(是(y)/否(N))[否]"
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "尝试强制安装吗(使用 --force)(是(y)/否(N))[否]?"
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "软件包已为最新"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "可以安装"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "正在检查 %s 文件"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr "无效的 MD5SUM 文件"
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "警告: %s 的 md5 校验和未在 MD5SUM 文件中找到"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "虚拟介质“%s”应该有清楚的 URL,介质被忽略"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "无法访问“%s”的列表文件,介质被忽略"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "无法访问“%s”的综合文件,介质被忽略"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "试图覆盖已有介质“%s”,正跳过"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr "迁移可移动设备失败,忽略介质"
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "写入配置文件[%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "无法与发行模式一起使用并行模式"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "并行模式时使用关联介质: %s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis 仅能和 --media, --excludemedia, --sortmedia, --update, --use-"
-"distrib 或 --parallel 一起使用"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "搜索开始: %s 结束: %s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "跳过软件包 %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "将安装而非升级软件包 %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "介质“%s”已存在"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(默认忽略)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "在远程介质“%2$s”之前添加介质“%1$s”"
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "添加介质“%s”"
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "目录 %s 不存在"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "此位置似乎不包含任何发行版"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "无法分析 media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "无法访问发行版介质(未发现 media.cfg 文件)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr "跳过不兼容的介质“%s”(原因是 %s)"
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "正在获取 media.cfg 文件..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "试图选择不存在的介质“%s”"
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "选择多个介质: %s"
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "删除介质“%s”"
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "正在从介质“%s”重新配置 urpmi"
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "...重新配置失败"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "重新配置完成"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "生成命名文件出错:依赖关系 %d 未找到"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "介质“%s”已为最新"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "正在检查综合文件 [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "读取介质“%s”的综合文件出现问题"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "正在复制介质“%2$s”的 [%1$s]..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...复制失败"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "正在复制“%s”的描述文件..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...复制完成"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "复制 [%s] 失败(文件太小了)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "正在计算所获取的源综合文件的 md5sum"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "获取[%s]失败(md5sum 不匹配)"
-
-#: ../urpm/media.pm:1327
-#, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "在 %s 上 genhdlist2 失败"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "比较 %s 和 %s"
-
-#: ../urpm/media.pm:1362
-#, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "介质“%2$s”的 hdlist 文件 %1$s 无效"
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "正在复制“%s”的 MD5SUM..."
-
-#: ../urpm/media.pm:1430
-#, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "无效的 MD5SUM 文件(从 %s 下载)"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "正在获取“%s”的源综合文件..."
-
-#: ../urpm/media.pm:1478
-#, c-format
-msgid "found probed synthesis as %s"
-msgstr "发现探测的综合文件 为 %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "介质“%s”未发现综合文件"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "正在检查“%s”的公共密钥文件..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...从公钥文件“%2$s”中导入了密钥 %1$s"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "无法导入“%s”的公共密钥文件"
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "已更新介质“%s”"
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr "获取[%s]失败"
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr "正在重试连接镜像 %s"
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "无法从镜像列表 %s 里找到一个镜像"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr "找到地理位置较近的 %s %.2f %.2f,从时区 %s"
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "从 %s 中获得镜像列表"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "nN否"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "yY是"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "对不起,选择无效,请再试一次\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "软件包"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "版本"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr "释放"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "架构"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(建议安装)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "介质“%s”"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "命令行"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-"下列软件包现在是孤立的了,请使用“urpme --auto-orphans”删除它们。"
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "无法处理文件[%2$s]中的“%1$s”"
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "正在检查文件[%s]中的并行处理"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "找到结点的并行处理: %s"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "无法使用并行选项“%s”"
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "于节点 %s"
-
-#: ../urpm/parallel.pm:293
-#, c-format
-msgid "Installation failed on node %s"
-msgstr "节点 %s 安装失败"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp 失败,可能节点无法连接"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput 失败,可能节点无法连接"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "主机 %s scp 失败 (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "主机 %s cp 失败 (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr "主机 %2$s %1$s 失败(可能 urpmi 版本不对?)(退出码: %d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "无法访问介质“%s”。"
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "正在装载 %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "正在拆卸 %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf 版本 %s\n"
-"版权 (C) 2002-2006 Mandriva。\n"
-"这是自由软件,可以依照 GNU GPL 重新发布。\n"
-"\n"
-"用法:\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - 打印此工具的版本号。\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr " --env - 使用指定的环境(特别是进行故障报告时)。\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - 不使用给定介质,介质之间用逗号分隔。\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr " --literal, -l - 不匹配模式,参数为字面字符串。\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --urpmi-root - 使用另一个 root 来存储 urpmi db 和安装 rpm。\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr " --sortmedia - 根据用逗号分隔的子字符串排序介质。\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - 使用给定的路径访问介质\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - 使用指定的综合文件而不是 urpmi db。\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - 不打印相同行。\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - 只使用升级介质。\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - 详细提示。\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - 忽略各种情况下的冲突。\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -I - 在模式中遵从大小写(默认值)。\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<字符串> - 更改字段分隔符(默认为“:”)。\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "模式表达式: \n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr " 文本 - 任何文本都将被处理为正则表达式,除非使用了 -l。\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - 直接保留 perl 代码,就像 perl -e。\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - 二元 AND 操作符。\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - 二元 OR 操作符。\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - 一元 NOT。\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - 左右括号。\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "标记清单:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - 指定类似 printf 的输出格式\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " 例如:“%%name:%%files”\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - 体系\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - 编译主机\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - 编译时间\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - 配置文件\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - conflict 标签\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - 软件包描述\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - 发行版\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - 周期\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --fiename - 软件包文件名\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - 列出软件包中包含的文件\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - 分组\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - 许可协议\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - 软件包名称\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - obsolets 标签\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - 打包者\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - provides 标签\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - requires 标签\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - 安装大小\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - 源 rpm 名称\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - suggests 标签\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - 摘要\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - url\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - 提供者\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - 软件包所在介质\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - 和名称一起打印版本、发行号和平台。\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "格式不对: 您只能使用一个多值标签"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "在 %s 使用指定环境\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "介质“%s”的 hdlist 不可用"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "介质“%s”的综合文件不可用"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "介质“%s”没有可用的 xml-info"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr "urpmi 已经重新启动,而优先的软件包列表未更新"
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr "urpmi 已经重新启动,优先的软件包列表进行了如下更改:%s vs %s"
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "没有叫做 %s 的软件包"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "下列软件包里有 %s: %s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr "您应该使用“-a”来全部使用"
-
-#: ../urpm/select.pm:300
-#, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "在 urpmi 数据库中找到软件包 %s,但全部都未安装"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "软件包 %s 已经安装"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "软件包 %s 已经安装"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "原因是丢失 %s"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "原因是已经安装 %s"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "原因是不满足 %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "正在试图推广 %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "为了保留 %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "为了安装 %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "原因是与 %s 冲突"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "无效的签名(%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "无效的密钥 ID(%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "缺少签名(%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr "系统"
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr "为了 %2$s,您应该重新启动 %1$s"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "无法写入文件"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "无法打开文件"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "无法将文件 %s 移动到 %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmf 版本 %s\n"
-"版权 (C) 1999-2008 Mandriva。\n"
-"这是自由软件,可以依照 GNU GPL 重新发布。\n"
-"\n"
-"用法:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - 自动选中软件包。\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr " --auto-orphans - 删除孤立软件包\n"
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - 验证删除是否可以正确进行。\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - 在多个机器上分布的运行 urpmi。\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - 在删除之前重新对文件打包\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - 使用另一个 root 删除 rpm。\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --justdb - 只使用 rpm 数据库,不更新文件系统。\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - 不执行软件包脚本。\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - 从发行版树中实时配置 urpme,特别用于在 --root 选项\n"
-" 下安装/卸载 chroot。\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - 详细提示。\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - 在命令行选择匹配表达式的所有包。\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "只允许超级用户删除软件包"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "未知的软件包"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "未知的软件包"
-
-#: ../urpme:121
-#, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "删除下列软件包将会破坏您的系统:"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "不需要删除任何东西。"
-
-#: ../urpme:143
-#, c-format
-msgid "No orphans to remove"
-msgstr "没有可删除的孤立软件包"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "为满足相关性要求,需要删除下列%d个软件包"
-
-#: ../urpme:154
-#, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "(孤立的软件包)"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "删除 %d 个软件包吗?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr "(是(y)/否(N))[否]"
-
-#: ../urpme:166
-#, c-format
-msgid "testing removal of %s"
-msgstr "测试删除 %s"
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "删除失败"
-
-#: ../urpme:183
-#, c-format
-msgid "Removal is possible"
-msgstr "可以删除"
-
-#: ../urpmf:153
-#, c-format
-msgid "unterminated expression (%s)"
-msgstr "未终止的表达式(%s)"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - 更新介质后再升级系统。\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - 禁用 MD5SUM 文件检查。\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - 强制更新 gpg 密钥。\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr " --auto-orphans - 不询问直接删除孤立软件包\n"
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - 不自动选择“推荐的”软件包。\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr " --no-uninstall - 从不询问卸载软件包,直接中断安装。\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - 不安装软件包(只下载)。\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - 如果有可能就保留已有软件包,拒绝导致删除的软件包。\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - 如果将要安装或升级的软件包多于给定的软件包,就拆分为\n"
-" 较小的交易。默认为 %d。\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - 小交易长度,默认为 %d。\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - 利用模糊查询。\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr " --buildrequires - 安装软件包构建需求\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - 只安装源代码包(无二进制文件)。\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - 首先删除缓存中的 rpm。\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - 不从缓存中清除 rpm。\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr " --replacepkgs - 强制安装已经安装过的软件包。\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr " --allow-nodeps - 允许要求用户不经过依赖性检验就安装软件包。\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr " --allow-force - 允许提示用户安装软件包而不检查依赖性和完整性。\n"
-
-#: ../urpmi:108
-#, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --allow-suggests - 自动选择“推荐的”软件包。\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - 从发行版树中实时配置 urpmi,特别用于在 --root 选项\n"
-" 下安装 chroot。\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr " --metalink - 生成并使用本地 metallink。\n"
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - 用于重新获取远程文件的程序。\n"
-" 已知程序:%s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - 给 curl 传递额外的选项\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- 给 rsync 传递额外的选项\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - 给 wget 传递额外的选项\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - 给 prozilla 传递额外的选项\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - 给 aria2 传递额外的选项\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - 降低下载速度。\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - 续传未下载完成的文件\n"
-" (--no-resume 禁用它,默认是禁用的)。\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - 使用指定的 HTTP 代理,默认的端口号是\n"
-" 1080(格式如 <proxyhost[:port]>)。\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - 指定用于代理认证的用户和\n"
-" 密码(格式如 <用户: 密码>)。\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr ""
-" --bug - 输出故障报告\n"
-" 下一个参数指定输出目录。\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - 排除按逗号分隔的路径。\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - 排除文档文件。\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - 安装前不检查磁盘空间。\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --ignorearch - 允许安装体系不匹配的 RPM。\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - 不执行软件包脚本。\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - 安装要跳过的软件包。\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - 首选的软件包\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - 如果找到了多个软件包,则提供多个选择而不是默认选择。\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - 不锁定 rpm 数据库。\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - 更新只限于相同体系的软件包。\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - 在命令行选择所有匹配。\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - 安静模式。\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - 非常详细模式。\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " 命令行给出的软件包名或 rpm 文件将会被安装。\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "错误: 无法在使用软件包列表时使用 --auto-select。\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr "错误: 要生成错误报告,请在指定命令行参数时多加 --bug。\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "您无法使用 --install-src 安装二进制 RPM 文件"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "您不能安装 spec 文件"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "正在设置默认为 --buildrequires"
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr "请使用 --buildrequires 或 --install-src,默认为 --buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr "目录 [%s] 已存在,请使用另外一个目录进行错误报告或者删除该目录"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "无法创建故障报告的目录 [%s]"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "环境目录 %s 不存在"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"错误: %s 似乎是以只读方式挂载的。\n"
-"请使用 --allow-force 强制操作。"
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "正在更新介质...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s: %s (即将升级)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (即将升级)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s: %s (即将安装)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (即将安装)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "为满足“%s”的依赖关系,需要安装下列软件包之一:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "请输入您的选择:(1-%d)"
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"下列软件包无法安装,因为它们所依赖的软件包版本低于目前所安装的版本: \n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"下列软件包无法安装,因为它们所依赖的软件包版本低于目前所安装的版本: \n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"仍然继续安装吗?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr "(是(Y)/否(n))[是]"
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"某些要求的软件包无法安装:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"某些要求的软件包无法安装:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "如果删除软件包 %s 会破坏您的系统"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"安装无法继续,原因是要升级其它软件包,需要先删除下列软件包:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"安装无法继续,原因是要升级其它软件包,需要先删除下列软件包:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"要升级其它软件包,需要先删除下列软件包:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"要升级其它软件包,需要先删除下列软件包:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(只是测试,删除将不会实际发生)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"您必须首先用 --buildrequires 调用 urpmi,以便安装下列依赖关系:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "下列孤立软件包将被删除。"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(只是测试,安装将不会实际发生)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "将会使用 %s 的额外磁盘空间。"
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "将会释放 %s 的磁盘空间。"
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "将会获取 %s 的软件包。"
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "继续安装 %d 个软件包吗?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "取消"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "挂载后按 Enter..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"用法: urpmi.addmedia [选项] <名称> <url>\n"
-" <url> 为以下之一\n"
-" [file:/]/<路径>\n"
-" ftp://<登录名>:<密码>@<主机>/<路径>\n"
-" ftp://<主机>/<路径>\n"
-" http://<主机>/<路径>\n"
-" removable://<路径>\n"
-"\n"
-"用法:urpmi.addmedia [选项] --distrib --mirrorlist <url>\n"
-"用法:urpmi.addmedia [选项] --mirrorlist <url> <名称> <相对路径>\n"
-"\n"
-"例:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"而 [选项] 可以来自\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - 用 wget 取远程文件。\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - 用 crul 取远程文件。\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prizlla - 用 prozilla 取远程文件。\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --aria2 - 用 aria2 取远程文件。\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-" --update - 创建更新介质,\n"
-" 或忽略非更新介质(如果和 --distrib 一起使用)\n"
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-" --xml-info - 使用特殊的策略以下载 xml 信息文件\n"
-" 以下中的一个: never, on-demand, update-only, always. cf "
-"urpmi.cfg(5)\n"
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - 使用综合文件。\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - 使用 rpm 文件(而不是综合文件)。\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - 不试图查找任何综合文件文件。\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr " --distrib - 自动从安装介质创建全部介质。\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr " --interactive - 对于 --distrib,请求每个介质的确认\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - 对于 --distrib,添加列出的每个介质\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr " --from - 使用指定的 URL 列出镜像,默认为 %s。\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - 创建常为最新的虚拟介质。\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - 禁用 MD5SUM 文件检查。\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - 不导入所添加介质的密钥\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - 在配置中添加介质,但不进行更新。\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - 安静模式。\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - 详细的提示。\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "已知的 xml-info 策略是 %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "没有参数需要于 --distrib --mirrorlist <url>"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "无效的 <url> (如果是本地目录,必须是绝对路径)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "只允许超级用户添加介质"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "创建配置文件[%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "无法创建配置文件[%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "使用 --distrib 不需要提供 <综合文件的相对路径>"
-
-#: ../urpmi.addmedia:144
-#, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"您是否想要添加介质“%s”?"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<综合文件的相对路径>找不到\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "远程介质无法使用 %s"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "无法添加介质"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover 版本 %s\n"
-"版权 (C) 2006 Mandriva。\n"
-"这是自由软件,可以依照 GNU GPL 重新发布。\n"
-"\n"
-"用法:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - 设定重新打包立即开始\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - 不在检查点上清除重新打包目录\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr " --list - 列出自所提供日期/时长参数之后的交易\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - 列出 rpmdb 中的全部交易(较长)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - 列出自检查点之后的交易\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr " --rollback - 回滚到指定的日期或回滚指定数量的交易\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - 关闭软件包重新打包\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "无效的日期或时长 [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "重新打包目录未定义\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "无法写入重新打包目录 [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "正在清理重新打包目录 [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "删除了 %d 个文件\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "冲突的命令行参数[%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "您不能同时指定 --checkpoint 和 --rollback\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "您不能同时指定 --checkpoint 和 --list\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "您不能同时指定 --rollback 和 --list\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "您不能将 --disable 与其它选项一起使用"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "自 %s 后无交易\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "您必须是超级用户才能执行此操作"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "正在写入 rpm 宏文件[%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "未找到回滚日期\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "回滚至 %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "禁止重新打包\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"用法: urpmi.removemedia (-a | <名称> ...)\n"
-"其中 <名称> 是要删除的介质名。\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - 选择所有介质。\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - 介质名称使用模糊匹配。\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "只允许超级用户删除介质"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "没有可删除的(用 urpmi.addmedia 增加介质)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"找不到要删除的项\n"
-"(%s中的一个)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"用法: urpmi.update [选项] <名称> ...\n"
-"其中 <名称> 是要删除的介质名...\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - 只使用更新介质。\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - 强制更新 gpg 密钥。\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - 不更新,将介质标为忽略。\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - 不更新,将介质标为启用。\n"
-
-#: ../urpmi.update:49
-#, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --probe-rpms - 不使用综合文件,直接使用 rpm 文件\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - 选择所有不可移动的介质。\n"
-
-#: ../urpmi.update:51
-#, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - 强迫更新综合文件。\n"
-
-#: ../urpmi.update:52
-#, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -ff - 强迫更新综合文件。\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "只允许超级用户更新介质"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "没有要升级的软件(用 urpmi.addmedia 添加介质)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"找不到要升级的项\n"
-"(%s 中之一)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "“%s”"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "忽略介质 %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "启用介质 %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq 版本 %s\n"
-"版权 (C) 2000-2006 Mandriva。\n"
-"这是自由软件,可以依照 GNU GPL 重新发布。\n"
-"\n"
-"用法:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr " --searchmedia - 只使用给定介质来搜索请求(或更新的)的软件包。\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr " --auto-orphans - 列出孤立软件包\n"
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - 利用模糊查询(和 -y 一样)。\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - 列出可用的软件包。\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - 列出可用的介质。\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - 列出可用的介质及其 URL。\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - 如果使用了 --parallel,列出所有可用的节点。\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - 列出可用的并行处理别名。\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr " --dump-config - 以 urpmi.addmedia 参数的格式导出配置。\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - 下一个软件包是源程序包(和 -s 一样)。\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr " --sources - 下载前给出所有的源文件包(root 专用)。\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --ignorearch - 允许查询架构不匹配的 RPM。\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr " --use-distrib - 从发行版树中实时配置 urpmi。这将允许查询发行版。\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - 打印更新日志。\n"
-
-#: ../urpmq:82
-#, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - 打印 conflict 标签。\n"
-
-#: ../urpmq:83
-#, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - 打印 obsolets 标签。\n"
-
-#: ../urpmq:84
-#, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - 打印 provides。\n"
-
-#: ../urpmq:85
-#, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - 打印 requires 标签。\n"
-
-#: ../urpmq:86
-#, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - 打印 suggests 标签。\n"
-
-#: ../urpmq:87
-#, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - 打印源 rpm 名称。\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - 打印摘要。\n"
-
-#: ../urpmq:90
-#, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr ""
-" --requires-recursive, -d\n"
-" - 查询软件包依赖关系。\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - 逆序搜索需要软件包的软件包。\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - 扩展逆序搜索(包括虚拟软件包)。\n"
-
-#: ../urpmq:95
-#, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr ""
-" --whatprovides, -p\n"
-" - 允许在 provides 中寻找软件包。\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - 要删除的软件包的完整输出。\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - 打印组名。\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - 以人类可读的格式打印有用信息。\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - 列出软件包中的文件。\n"
-
-#: ../urpmq:103
-#, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -m - 与 -du 等价。\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - 和名称一起打印版本和发行号。\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - 下一个软件包是源程序包(和 --src 一样)。\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr " -u - 如果更新的版本已经安装,就删除软件包。\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - 利用模糊查询(和 --fuzzy 一样)。\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - 类似于 -y,但强制不区分大小写匹配。\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " 需要在命令行给出名称或 rpm 文件。\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr "用法:“urpmq --auto-orphans”不带参数"
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes 仅能和 --parallel 一起使用"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "使用 -l 可列出文件"
-
-#: ../urpmq:404
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr "由于介质“%s”没有 xml 信息,软件包 %s 只返回部分结果"
-
-#: ../urpmq:405
-#, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr "由于介质“%s”没有 xml 信息,软件包 %s 只返回部分结果"
-
-#: ../urpmq:408
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr "由于介质“%s”没有 xml 信息,软件包 %s 无法返回任何结果"
-
-#: ../urpmq:409
-#, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr "由于介质“%s”没有 xml 信息,软件包 %s 无法返回任何结果"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "没有找到更新日志\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
deleted file mode 100644
index 0c41fb3e..00000000
--- a/po/zh_TW.po
+++ /dev/null
@@ -1,3687 +0,0 @@
-# translation of zh_TW.po to Chinese Traditional
-# translation of urpmi-zh_TW.po to Chinese Traditional
-#
-# Latest versions of po files are at http://www.mandrivalinux.com/l10n/zh_TW.php3
-#
-# Copyright (c) 1999 Free Software Foundation, Inc.
-# Copyright (c) 1999 Mandriva
-# Taiwan Linux User Group
-# Chinese GNU/Linux Extension(CLE) http://cle.linux.org.tw/CLE/
-# Kenduest Lee <kenduest@i18n.linux.org.tw> , 2002\n"
-# Andrew Lee <andrew@cle.linux.org.tw>, 1999.
-# Joe Man <trmetal@yahoo.com.hk>, 2001.
-# Jau-Shiung Liau <pesder@seed.net.tw>, 2002.
-# Hilbert <freehil@yahoo.com>, 2003, 2004.
-# Hilbert <h@mandrake.org>, 2004.
-# Shiva Huang <blueshiva@giga.net.tw>, 2005.
-# Shiva Huang <shivahuang@gmail.com>, 2005, 2006, 2008.
-# You-Cheng Hsieh <yochenhsieh@xuite.net>, 2005, 2008.
-# Yujia Kang <yujia.kang@gmail.com>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: zh_TW\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-09-04 18:36+0200\n"
-"PO-Revision-Date: 2008-03-22 15:16+0800\n"
-"Last-Translator: Shiva Huang <shivahuang@gmail.com>\n"
-"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.0.2\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: ../gurpmi:31 ../gurpmi2:74
-#, c-format
-msgid "RPM installation"
-msgstr "RPM 套件安裝"
-
-#: ../gurpmi:45
-#, c-format
-msgid "Error: unable to find file %s, will cancel operation"
-msgstr "錯誤:無法找到檔案 %s,作業將取消"
-
-#: ../gurpmi:46 ../gurpmi2:175 ../gurpmi2:199
-#, c-format
-msgid "_Ok"
-msgstr "確定 (_O)"
-
-#: ../gurpmi:66
-#, c-format
-msgid ""
-"You have selected a source package:\n"
-"\n"
-"%s\n"
-"\n"
-"You probably didn't want to install it on your computer (installing it would "
-"allow you to make modifications to its sourcecode then compile it).\n"
-"\n"
-"What would you like to do?"
-msgstr ""
-"您選擇了一個原始碼套件 (SRPM):\n"
-"\n"
-"%s\n"
-"\n"
-"您大概不會想把它安裝在您的電腦上 (安裝它可以讓您對它的原始碼做出更改\n"
-"然後編譯它)。\n"
-"\n"
-"您想怎麼做?"
-
-#: ../gurpmi:74 ../gurpmi:85
-#, c-format
-msgid ""
-"You are about to install the following software packages on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"Proceed?"
-msgstr ""
-"您正要在您的電腦上安裝下列軟體套件:\n"
-"\n"
-"%s\n"
-"\n"
-"要繼續嗎?"
-
-#: ../gurpmi:80
-#, c-format
-msgid ""
-"You are about to install the following software package on your computer:\n"
-"\n"
-"%s\n"
-"\n"
-"You may prefer to just save it. What is your choice?"
-msgstr ""
-"您正要在您的電腦上安裝下列軟體套件:\n"
-"\n"
-"%s\n"
-"\n"
-"您或許傾向儲存而非安裝它。您的選擇是什麼?"
-
-#: ../gurpmi:98
-#, c-format
-msgid "_Install"
-msgstr "安裝 (_I)"
-
-#: ../gurpmi:99
-#, c-format
-msgid "_Save"
-msgstr "儲存 (_S)"
-
-#: ../gurpmi:100 ../gurpmi2:175
-#, c-format
-msgid "_Cancel"
-msgstr "取消 (_C)"
-
-#: ../gurpmi:108
-#, c-format
-msgid "Choose location to save file"
-msgstr "選擇存檔的位置"
-
-#: ../gurpmi.pm:39 ../urpmi:67
-#, c-format
-msgid ""
-"urpmi version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi 版本號 %s\n"
-"Copyright (C) 1999-2008 Mandriva。\n"
-"這是自由軟體並可於 GNU GPL 條款下重新散佈。\n"
-"\n"
-"用法:\n"
-
-#: ../gurpmi.pm:45
-#, c-format
-msgid "Options:"
-msgstr ""
-
-#: ../gurpmi.pm:46 ../urpm/search.pm:35 ../urpme:46 ../urpmf:35 ../urpmi:72
-#: ../urpmi.addmedia:54 ../urpmi.recover:33 ../urpmi.removemedia:40
-#: ../urpmi.update:32 ../urpmq:45
-#, c-format
-msgid " --help - print this help message.\n"
-msgstr " --help - 顯示此說明訊息。\n"
-
-#: ../gurpmi.pm:47 ../urpmi:79
-#, c-format
-msgid ""
-" --auto - non-interactive mode, assume default answers to "
-"questions.\n"
-msgstr " --auto - 非互動式模式,對問題使用預設的回答。\n"
-
-#: ../gurpmi.pm:48 ../urpmi:80 ../urpmq:52
-#, c-format
-msgid ""
-" --auto-select - automatically select packages to upgrade the system.\n"
-msgstr " --auto-select - 自動選擇要用來升級系統的套件。\n"
-
-#: ../gurpmi.pm:49 ../urpme:50 ../urpmi:103 ../urpmq:66
-#, c-format
-msgid ""
-" --force - force invocation even if some packages do not exist.\n"
-msgstr " --force - 即使某些套件不存在仍然強制執行。\n"
-
-#: ../gurpmi.pm:50 ../urpmi:133
-#, c-format
-msgid ""
-" --verify-rpm - verify rpm signature before installation\n"
-" (--no-verify-rpm disables it, default is enabled).\n"
-msgstr ""
-" --verify-rpm - 安裝前檢驗 RPM 檔案的簽章。\n"
-" (--no-verify-rpm 會停用它,預設值為啟用)。\n"
-
-#: ../gurpmi.pm:52 ../urpm/search.pm:41 ../urpmf:41 ../urpmi:73 ../urpmq:47
-#, c-format
-msgid " --media - use only the given media, separated by comma.\n"
-msgstr " --media - 只使用給定的媒體,不同媒體間請以逗號分隔。\n"
-
-#: ../gurpmi.pm:53 ../urpmi:149
-#, c-format
-msgid " -p - allow search in provides to find package.\n"
-msgstr " -p - 允許於 provides 中搜尋套件。\n"
-
-#: ../gurpmi.pm:54 ../urpmi:150
-#, c-format
-msgid " -P - do not search in provides to find package.\n"
-msgstr " -P - 不在 provides 中搜尋套件。\n"
-
-#: ../gurpmi.pm:55 ../urpmi:110 ../urpmq:69
-#, c-format
-msgid " --root - use another root for rpm installation.\n"
-msgstr " --root - 使用另一個根目錄進行 RPM 套件的安裝。\n"
-
-#: ../gurpmi.pm:56 ../urpmi:135
-#, c-format
-msgid ""
-" --test - only verify if the installation can be achieved "
-"correctly.\n"
-msgstr " --test - 僅確認安裝是否能夠正確完成。\n"
-
-#: ../gurpmi.pm:57 ../urpmi:76
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested packages.\n"
-msgstr " --searchmedia - 只使用指定的媒體來搜尋需要的套件。\n"
-
-#: ../gurpmi.pm:100
-#, c-format
-msgid "No packages specified"
-msgstr "未指定套件"
-
-#: ../gurpmi2:53
-#, c-format
-msgid "Please wait..."
-msgstr "請稍候..."
-
-#: ../gurpmi2:62
-#, c-format
-msgid "Must be root"
-msgstr "必須擁有管理者權限"
-
-#: ../gurpmi2:106
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"某些要求的套件無法安裝:\n"
-"%s\n"
-"無論如何都要繼續安裝嗎?"
-
-#: ../gurpmi2:134
-#, c-format
-msgid "Warning"
-msgstr "警告"
-
-#: ../gurpmi2:134 ../urpmi:640
-#, c-format
-msgid "Ok"
-msgstr "確定"
-
-#: ../gurpmi2:171
-#, c-format
-msgid " (to upgrade)"
-msgstr " (升級用)"
-
-#: ../gurpmi2:172
-#, c-format
-msgid " (to install)"
-msgstr " (安裝用)"
-
-#: ../gurpmi2:175
-#, c-format
-msgid "Package choice"
-msgstr "套件選擇"
-
-#: ../gurpmi2:176
-#, c-format
-msgid "One of the following packages is needed:"
-msgstr "需要下列套件之一:"
-
-#: ../gurpmi2:200
-#, c-format
-msgid "_Abort"
-msgstr "放棄 (_A)"
-
-#: ../gurpmi2:222
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s\n"
-"Continue installation anyway?"
-msgstr ""
-"下列套件必須移除以便升級其他的套件:\n"
-"%s\n"
-"無論如何都要繼續安裝嗎?"
-
-#: ../gurpmi2:241 ../urpmi:607
-#, c-format
-msgid ""
-"To satisfy dependencies, the following package is going to be installed:"
-msgstr "為了滿足相依性,將會安裝下列套件:"
-
-#: ../gurpmi2:242 ../urpmi:608
-#, c-format
-msgid ""
-"To satisfy dependencies, the following packages are going to be installed:"
-msgstr "為了滿足相依性,將會一併安裝下列套件:"
-
-#: ../gurpmi2:244
-#, c-format
-msgid "(%d package, %d MB)"
-msgid_plural "(%d packages, %d MB)"
-msgstr[0] "(%d 個套件,共 %d MB)"
-
-#: ../gurpmi2:250
-#, c-format
-msgid "Package installation..."
-msgstr "套件安裝..."
-
-#: ../gurpmi2:252 ../urpm/main_loop.pm:49
-#, c-format
-msgid "unable to get source packages, aborting"
-msgstr "無法取得原始碼套件,放棄"
-
-#: ../gurpmi2:266 ../urpm/install.pm:88
-#, c-format
-msgid "Preparing..."
-msgstr "準備中..."
-
-#: ../gurpmi2:270
-#, c-format
-msgid "Installing package `%s' (%s/%s)..."
-msgstr "正在安裝套件 `%s' (%s/%s)..."
-
-#: ../gurpmi2:287 ../urpmi:635
-#, c-format
-msgid "Please insert the medium named \"%s\""
-msgstr "請置入名為 \"%s\" 的媒體"
-
-#: ../gurpmi2:298
-#, c-format
-msgid "Downloading package `%s'..."
-msgstr "正在下載套件 `%s'..."
-
-#: ../gurpmi2:324
-#, c-format
-msgid "_Done"
-msgstr "完成 (_D)"
-
-#: ../gurpmi2:332 ../urpm/main_loop.pm:111
-#, c-format
-msgid ""
-"Installation failed, some files are missing:\n"
-"%s\n"
-"You may want to update your urpmi database"
-msgstr ""
-"安裝失敗,某些檔案遺失:\n"
-"%s\n"
-"您或許要更新您的 urpmi 資料庫"
-
-#: ../gurpmi2:338 ../urpm/main_loop.pm:223 ../urpm/main_loop.pm:241
-#: ../urpm/main_loop.pm:259 ../urpm/main_loop.pm:282
-#, c-format
-msgid "Installation failed:"
-msgstr "安裝失敗;"
-
-#: ../gurpmi2:343
-#, c-format
-msgid "The package(s) are already installed"
-msgstr "每個套件都已經安裝了"
-
-#: ../gurpmi2:345
-#, c-format
-msgid "Installation finished"
-msgstr "安裝完畢"
-
-#: ../gurpmi2:346 ../urpme:167
-#, c-format
-msgid "removing %s"
-msgstr "正在移除 %s"
-
-#: ../gurpmi2:354 ../urpmi:702
-#, c-format
-msgid "restarting urpmi"
-msgstr "正在重新啟動 urpmi"
-
-#: ../rpm-find-leaves:15
-#, c-format
-msgid ""
-"usage: %s [options]\n"
-"where [options] are from\n"
-msgstr ""
-"用法: %s [選項]\n"
-"其中 [選項] 是由\n"
-
-#: ../rpm-find-leaves:17
-#, c-format
-msgid " -h|--help - print this help message.\n"
-msgstr " -h|--help - 顯示此說明訊息。\n"
-
-#: ../rpm-find-leaves:18
-#, c-format
-msgid " --root <path> - use the given root instead of /\n"
-msgstr " --root <path> - 使用給定的根目錄而非 /\n"
-
-#: ../rpm-find-leaves:19
-#, c-format
-msgid " -g [group] - restrict results to specified group.\n"
-msgstr " -g [group] - 限制為指定群組內的結果。\n"
-
-#: ../rpm-find-leaves:20
-#, c-format
-msgid " defaults to %s.\n"
-msgstr " 預設為 %s。\n"
-
-#: ../rpm-find-leaves:21
-#, c-format
-msgid " -f - output rpm full name (NVRA)\n"
-msgstr " -f - 輸出 RPM 的完整名稱 (NVRA)\n"
-
-#: ../rurpmi:11 ../urpmi:281
-#, c-format
-msgid "Only superuser is allowed to install packages"
-msgstr "只有擁有管理者權限的使用者才能安裝套件"
-
-#: ../rurpmi:18
-#, c-format
-msgid "Running urpmi in restricted mode..."
-msgstr "以限制模式執行 urpmi..."
-
-#: ../urpm.pm:111
-#, c-format
-msgid "fail to create directory %s"
-msgstr "無法建立目錄 %s"
-
-#: ../urpm.pm:112
-#, c-format
-msgid "invalid owner for directory %s"
-msgstr "%s 目錄的擁有者無效"
-
-#: ../urpm.pm:124
-#, fuzzy, c-format
-msgid "Can not download packages into %s"
-msgstr "無法寫入重新打包目錄 [%s]\n"
-
-#: ../urpm.pm:274
-#, c-format
-msgid "unable to open rpmdb"
-msgstr "無法開啟 rpmdb"
-
-#: ../urpm.pm:288
-#, c-format
-msgid "invalid rpm file name [%s]"
-msgstr "無效的 rpm 檔案名稱 [%s]"
-
-#: ../urpm.pm:294
-#, c-format
-msgid "retrieving rpm file [%s] ..."
-msgstr "正在擷取 rpm 檔案 [%s] ..."
-
-#: ../urpm.pm:296 ../urpm/get_pkgs.pm:217
-#, c-format
-msgid "...retrieving done"
-msgstr "...擷取完成"
-
-#: ../urpm.pm:299 ../urpm/download.pm:731 ../urpm/get_pkgs.pm:219
-#: ../urpm/media.pm:836 ../urpm/media.pm:1287 ../urpm/media.pm:1432
-#: ../urpm/media.pm:1486
-#, c-format
-msgid "...retrieving failed: %s"
-msgstr "...擷取失敗:%s"
-
-#: ../urpm.pm:304
-#, c-format
-msgid "unable to access rpm file [%s]"
-msgstr "無法存取 rpm 檔案 [%s]"
-
-#: ../urpm.pm:309
-#, c-format
-msgid "unable to parse spec file %s [%s]"
-msgstr "無法解析 spec 檔案 %s [%s]"
-
-#: ../urpm.pm:317
-#, c-format
-msgid "unable to register rpm file"
-msgstr "無法註冊 rpm 檔案"
-
-#: ../urpm.pm:319
-#, c-format
-msgid "Incompatible architecture for rpm [%s]"
-msgstr "與 RPM 檔案 [%s] 不相容的硬體架構"
-
-#: ../urpm.pm:323
-#, c-format
-msgid "error registering local packages"
-msgstr "註冊本地端套件錯誤"
-
-#: ../urpm.pm:410
-#, c-format
-msgid "This operation is forbidden while running in restricted mode"
-msgstr "使用限制模式執行時禁止該操作程序"
-
-#: ../urpm/args.pm:145 ../urpm/args.pm:154
-#, c-format
-msgid "bad proxy declaration on command line\n"
-msgstr "命令列傳入的代理伺服器宣告錯誤\n"
-
-#: ../urpm/args.pm:298
-#, c-format
-msgid "urpmq: cannot read rpm file \"%s\"\n"
-msgstr "urpmq:無法讀取 rpm 檔案 \"%s\"\n"
-
-#: ../urpm/args.pm:375
-#, fuzzy, c-format
-msgid "unexpected expression %s"
-msgstr "樣版表示式:\n"
-
-#: ../urpm/args.pm:376
-#, fuzzy, c-format
-msgid "missing expression before %s"
-msgstr "遺失簽名 (%s)"
-
-#: ../urpm/args.pm:382
-#, c-format
-msgid "unexpected expression %s (suggestion: use -a or -o ?)"
-msgstr ""
-
-#: ../urpm/args.pm:386
-#, fuzzy, c-format
-msgid "no expression to close"
-msgstr "樣版表示式:\n"
-
-#: ../urpm/args.pm:395
-#, c-format
-msgid "by default urpmf awaits a regexp. you should use option \"--literal\""
-msgstr ""
-
-#: ../urpm/args.pm:463
-#, c-format
-msgid "chroot directory doesn't exist"
-msgstr "chroot 目錄不存在"
-
-#: ../urpm/args.pm:482
-#, c-format
-msgid "Can't use %s without %s"
-msgstr ""
-
-#: ../urpm/args.pm:485 ../urpm/args.pm:488 ../urpmq:157
-#, c-format
-msgid "Can't use %s with %s"
-msgstr ""
-
-#: ../urpm/args.pm:496
-#, c-format
-msgid "Too many arguments\n"
-msgstr "參數太多\n"
-
-#: ../urpm/bug_report.pm:51 ../urpmi:258
-#, c-format
-msgid "Copying failed"
-msgstr "複製失敗"
-
-#: ../urpm/cdrom.pm:66
-#, c-format
-msgid ""
-"You must mount CD-ROM yourself (or install perl-Hal-Cdroms to have it done "
-"automatically)"
-msgstr ""
-
-#: ../urpm/cdrom.pm:68
-#, c-format
-msgid "HAL daemon (hald) is not running or not ready"
-msgstr ""
-
-#: ../urpm/cdrom.pm:161 ../urpm/cdrom.pm:166
-#, c-format
-msgid "medium \"%s\" is not available"
-msgstr "媒體 \"%s\" 無法使用"
-
-#: ../urpm/cdrom.pm:205
-#, c-format
-msgid "unable to read rpm file [%s] from medium \"%s\""
-msgstr "無法由媒體 \"%2$s\" 讀取 [%1$s] rpm 檔"
-
-#: ../urpm/cfg.pm:81
-#, c-format
-msgid "syntax error in config file at line %s"
-msgstr "設定檔第 %s 行語法錯誤"
-
-#: ../urpm/cfg.pm:114
-#, c-format
-msgid "unable to read config file [%s]"
-msgstr "無法讀取設定檔 [%s]"
-
-#: ../urpm/cfg.pm:140
-#, c-format
-msgid "medium `%s' is defined twice, aborting"
-msgstr "媒體 '%s' 被定義了兩次,正在取消"
-
-#: ../urpm/cfg.pm:251 ../urpm/media.pm:497 ../urpm/media.pm:503
-#, c-format
-msgid "unable to write config file [%s]"
-msgstr "無法寫入設定檔 [%s]"
-
-#: ../urpm/download.pm:113
-#, c-format
-msgid "can not read proxy settings (not enough rights to read %s)"
-msgstr ""
-
-#: ../urpm/download.pm:138
-#, c-format
-msgid "Please enter your credentials for accessing proxy\n"
-msgstr "請輸入您的憑證以使用代理伺服器\n"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "User name:"
-msgstr "用戶名稱:"
-
-#: ../urpm/download.pm:139
-#, c-format
-msgid "Password:"
-msgstr "密碼:"
-
-#: ../urpm/download.pm:214
-#, c-format
-msgid "Unknown webfetch `%s' !!!\n"
-msgstr ""
-
-#: ../urpm/download.pm:222
-#, c-format
-msgid "%s failed: exited with signal %d"
-msgstr "%s 失敗:離開訊號 %d"
-
-#: ../urpm/download.pm:223
-#, c-format
-msgid "%s failed: exited with %d"
-msgstr ""
-
-#: ../urpm/download.pm:252
-#, c-format
-msgid "copy failed"
-msgstr "複製失敗"
-
-#: ../urpm/download.pm:258
-#, c-format
-msgid "wget is missing\n"
-msgstr "wget 遺失了\n"
-
-#: ../urpm/download.pm:325
-#, c-format
-msgid "curl is missing\n"
-msgstr "curl 遺失了\n"
-
-#: ../urpm/download.pm:450
-#, c-format
-msgid "curl failed: download canceled\n"
-msgstr "curl 失敗:已取消下載\n"
-
-#: ../urpm/download.pm:489
-#, c-format
-msgid "rsync is missing\n"
-msgstr "rsync 遺失了\n"
-
-#: ../urpm/download.pm:557
-#, c-format
-msgid "ssh is missing\n"
-msgstr "ssh 遺失了\n"
-
-#: ../urpm/download.pm:576
-#, c-format
-msgid "prozilla is missing\n"
-msgstr "prozilla 遺失了\n"
-
-#: ../urpm/download.pm:592
-#, c-format
-msgid "Couldn't execute prozilla\n"
-msgstr "無法執行 prozilla\n"
-
-#: ../urpm/download.pm:600
-#, c-format
-msgid "aria2 is missing\n"
-msgstr "aria2 遺失了\n"
-
-#: ../urpm/download.pm:715
-#, c-format
-msgid " %s%% of %s completed, ETA = %s, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:717
-#, c-format
-msgid " %s%% completed, speed = %s"
-msgstr ""
-
-#: ../urpm/download.pm:782
-#, c-format
-msgid "retrieving %s"
-msgstr "正在取得 %s"
-
-#: ../urpm/download.pm:786
-#, c-format
-msgid "retrieved %s"
-msgstr ".已取得 %s"
-
-#: ../urpm/download.pm:834
-#, c-format
-msgid "unknown protocol defined for %s"
-msgstr "%s 中定義了未知的通訊協定"
-
-#: ../urpm/download.pm:862
-#, c-format
-msgid "%s is not available, falling back on %s"
-msgstr "%s 無法使用,回到 %s"
-
-#: ../urpm/download.pm:866
-#, c-format
-msgid "no webfetch found, supported webfetch are: %s\n"
-msgstr "沒有找到 webfetch,支援的 webfetch 有:%s\n"
-
-#: ../urpm/download.pm:886
-#, c-format
-msgid "unable to handle protocol: %s"
-msgstr "無法處理通訊協定:%s"
-
-#: ../urpm/get_pkgs.pm:15
-#, c-format
-msgid "cleaning %s and %s"
-msgstr "正在清除 %s 與 %s"
-
-#: ../urpm/get_pkgs.pm:127
-#, c-format
-msgid "package %s is not found."
-msgstr "沒有找到套件 %s。"
-
-#: ../urpm/get_pkgs.pm:213
-#, c-format
-msgid "retrieving rpm files from medium \"%s\"..."
-msgstr "正在由媒體 \"%s\" 擷取 rpm 檔案..."
-
-#: ../urpm/install.pm:95
-#, c-format
-msgid "[repackaging]"
-msgstr "[正在重新打包]"
-
-#: ../urpm/install.pm:175
-#, c-format
-msgid ""
-"created transaction for installing on %s (remove=%d, install=%d, upgrade=%d)"
-msgstr "已建立在 %s 上的安裝程序 (移除 = %d,安裝 = %d,升級 = %d)"
-
-#: ../urpm/install.pm:178
-#, c-format
-msgid "unable to create transaction"
-msgstr "無法建立安裝程序"
-
-#: ../urpm/install.pm:201
-#, c-format
-msgid "unable to extract rpm from delta-rpm package %s"
-msgstr "無法由 delta-rpm 套件包中取出套件 %s"
-
-#: ../urpm/install.pm:214
-#, c-format
-msgid "unable to install package %s"
-msgstr "無法安裝套件 %s"
-
-#: ../urpm/install.pm:217
-#, c-format
-msgid "removing bad rpm (%s) from %s"
-msgstr "正在由 %2$s 移除不良的 RPM (%1$s)"
-
-#: ../urpm/install.pm:218 ../urpm/install.pm:275
-#, c-format
-msgid "removing %s failed: %s"
-msgstr "移除 %s 失敗:%s"
-
-#: ../urpm/install.pm:256
-#, c-format
-msgid "Removing package %s"
-msgstr "正在移除套件 %s"
-
-#: ../urpm/install.pm:257
-#, c-format
-msgid "removing package %s"
-msgstr "正在移除套件 %s"
-
-#: ../urpm/install.pm:273
-#, c-format
-msgid "removing installed rpms (%s) from %s"
-msgstr "正在由 %2$s 移除已安裝的 RPM (%1$s)"
-
-#: ../urpm/install.pm:281
-#, c-format
-msgid "More information on package %s"
-msgstr "更多關於套件 %s 的資訊"
-
-#: ../urpm/ldap.pm:71
-#, c-format
-msgid "Cannot create ldap cache directory"
-msgstr "無法建立 LDAP 快取目錄"
-
-#: ../urpm/ldap.pm:73
-#, c-format
-msgid "Cannot write cache file for ldap\n"
-msgstr "無法寫入 LDAP 快取檔案\n"
-
-#: ../urpm/ldap.pm:162
-#, c-format
-msgid "No server defined, missing uri or host"
-msgstr "未定義伺服器,遺失了 url 或主機"
-
-#: ../urpm/ldap.pm:163
-#, fuzzy, c-format
-msgid "No base defined"
-msgstr "未指定套件"
-
-#: ../urpm/ldap.pm:172 ../urpm/ldap.pm:175
-#, c-format
-msgid "Cannot connect to ldap uri:"
-msgstr "無法連接至 LDAP url:"
-
-#: ../urpm/lock.pm:62
-#, c-format
-msgid "%s database is locked. Waiting..."
-msgstr "%s 資料庫已被鎖定。等待中..."
-
-#: ../urpm/lock.pm:63
-#, c-format
-msgid "aborting"
-msgstr "放棄"
-
-#: ../urpm/lock.pm:65
-#, c-format
-msgid "%s database is locked (another program is already using it)"
-msgstr "%s 資料庫已被鎖定 (另一個程式已經在使用它了)"
-
-#: ../urpm/main_loop.pm:110 ../urpm/main_loop.pm:120 ../urpm/main_loop.pm:154
-#: ../urpm/main_loop.pm:230 ../urpm/main_loop.pm:248
-#, c-format
-msgid "Installation failed"
-msgstr "安裝失敗"
-
-#: ../urpm/main_loop.pm:112 ../urpm/main_loop.pm:122
-#, c-format
-msgid "Try to go on anyway? (y/N) "
-msgstr ""
-
-#: ../urpm/main_loop.pm:121
-#, c-format
-msgid ""
-"Installation failed, bad rpms:\n"
-"%s"
-msgstr ""
-"安裝失敗,損毀的套件:\n"
-"%s"
-
-#: ../urpm/main_loop.pm:139
-#, c-format
-msgid "The following package has bad signature"
-msgstr "下列套件有不正確的簽章"
-
-#: ../urpm/main_loop.pm:140
-#, c-format
-msgid "The following packages have bad signatures"
-msgstr "下列套件有不正確的簽章"
-
-#: ../urpm/main_loop.pm:141
-#, c-format
-msgid "Do you want to continue installation ?"
-msgstr "您要繼續安裝嗎?"
-
-#: ../urpm/main_loop.pm:158
-#, c-format
-msgid "removing installed rpms (%s)"
-msgstr "正在移除已安裝的套件 (%s)"
-
-#: ../urpm/main_loop.pm:178
-#, c-format
-msgid "distributing %s"
-msgstr "正在發佈 %s"
-
-#: ../urpm/main_loop.pm:193
-#, c-format
-msgid "installing %s from %s"
-msgstr "正在由 %2$s 安裝 %1$s"
-
-#: ../urpm/main_loop.pm:195
-#, c-format
-msgid "installing %s"
-msgstr "正在安裝 %s"
-
-#: ../urpm/main_loop.pm:231
-#, c-format
-msgid "Try installation without checking dependencies? (y/N) "
-msgstr "嘗試不檢查相依性直接安裝? (y/N)(是/否)"
-
-#: ../urpm/main_loop.pm:249
-#, c-format
-msgid "Try harder to install (--force)? (y/N) "
-msgstr "嘗試採用強制安裝的方式 (--force)? (y/N)(是/否)"
-
-#: ../urpm/main_loop.pm:295
-#, c-format
-msgid "Packages are up to date"
-msgstr "套件都已經更新了"
-
-#: ../urpm/main_loop.pm:306 ../urpm/parallel.pm:298
-#, c-format
-msgid "Installation is possible"
-msgstr "可以安裝"
-
-#: ../urpm/md5sum.pm:26
-#, c-format
-msgid "examining %s file"
-msgstr "正在檢驗 %s 檔案"
-
-#: ../urpm/md5sum.pm:27
-#, c-format
-msgid "invalid MD5SUM file"
-msgstr ""
-
-#: ../urpm/md5sum.pm:28
-#, c-format
-msgid "warning: md5sum for %s unavailable in MD5SUM file"
-msgstr "警告:在 MD5SUM 檔案中找不到 %s 的 md5sum"
-
-#: ../urpm/media.pm:204
-#, c-format
-msgid "virtual medium \"%s\" should have a clear url, medium ignored"
-msgstr "虛擬媒體 \"%s\" 應該有一個清楚的 url,忽略這個媒體"
-
-#: ../urpm/media.pm:206
-#, c-format
-msgid "unable to access list file of \"%s\", medium ignored"
-msgstr "無法存取 \"%s\" 的列表,忽略這個媒體"
-
-#: ../urpm/media.pm:213
-#, c-format
-msgid "unable to access synthesis file of \"%s\", medium ignored"
-msgstr "無法存取 \"%s\" 的 synthesis 檔案,忽略這個媒體"
-
-#: ../urpm/media.pm:240
-#, c-format
-msgid "trying to override existing medium \"%s\", skipping"
-msgstr "正在嘗試跳過已存在媒體 \"%s\",正在跳過"
-
-#: ../urpm/media.pm:456
-#, c-format
-msgid "failed to migrate removable device, ignoring media"
-msgstr ""
-
-#: ../urpm/media.pm:499 ../urpm/media.pm:505
-#, c-format
-msgid "wrote config file [%s]"
-msgstr "寫入設定檔 [%s]"
-
-#: ../urpm/media.pm:548
-#, c-format
-msgid "Can't use parallel mode with use-distrib mode"
-msgstr "無法於 use-distrib 模式下使用同步管理模式"
-
-#: ../urpm/media.pm:556
-#, c-format
-msgid "using associated media for parallel mode: %s"
-msgstr "於同步管理模式使用相關連的媒體:%s"
-
-#: ../urpm/media.pm:572
-#, c-format
-msgid ""
-"--synthesis cannot be used with --media, --excludemedia, --sortmedia, --"
-"update, --use-distrib or --parallel"
-msgstr ""
-"--synthesis 不能夠與 --media、--excludemedia、--sortmedia、--update、--use-"
-"distrib 以及 --parallel 一起使用"
-
-#: ../urpm/media.pm:666
-#, c-format
-msgid "Search start: %s end: %s"
-msgstr "搜尋開始於:%s 結束於:%s"
-
-#: ../urpm/media.pm:683
-#, c-format
-msgid "skipping package %s"
-msgstr "正在略過套件 %s"
-
-#: ../urpm/media.pm:699
-#, c-format
-msgid "would install instead of upgrade package %s"
-msgstr "將會安裝而非升級套件 %s"
-
-#: ../urpm/media.pm:724
-#, c-format
-msgid "medium \"%s\" already exists"
-msgstr "媒體 \"%s\" 已經存在"
-
-#: ../urpm/media.pm:767
-#, c-format
-msgid "(ignored by default)"
-msgstr "(預設為忽略)"
-
-#: ../urpm/media.pm:773
-#, c-format
-msgid "adding medium \"%s\" before remote medium \"%s\""
-msgstr "在遠端媒體 \"%2$s\" 前新增媒體 \"%1$s\""
-
-#: ../urpm/media.pm:779
-#, c-format
-msgid "adding medium \"%s\""
-msgstr "新增媒體 \"%s\""
-
-#: ../urpm/media.pm:808
-#, c-format
-msgid "directory %s does not exist"
-msgstr "目錄 %s 不存在"
-
-#: ../urpm/media.pm:816
-#, c-format
-msgid "this location doesn't seem to contain any distribution"
-msgstr "這個位置似乎並沒有包含任何散佈套件"
-
-#: ../urpm/media.pm:834
-#, c-format
-msgid "unable to parse media.cfg"
-msgstr "無法解析 media.cfg"
-
-#: ../urpm/media.pm:837
-#, c-format
-msgid "unable to access the distribution medium (no media.cfg file found)"
-msgstr "無法存取散佈媒體 (找不到 media.cfg 檔案)"
-
-#: ../urpm/media.pm:855
-#, c-format
-msgid "skipping non compatible media `%s' (for %s)"
-msgstr ""
-
-#: ../urpm/media.pm:907
-#, c-format
-msgid "retrieving media.cfg file..."
-msgstr "正在擷取 media.cfg 檔案..."
-
-#: ../urpm/media.pm:948
-#, c-format
-msgid "trying to select nonexistent medium \"%s\""
-msgstr "正在嘗試選擇不存在的媒體 \"%s\""
-
-#: ../urpm/media.pm:951
-#, c-format
-msgid "selecting multiple media: %s"
-msgstr "正在選擇多個媒體:\"%s\""
-
-#: ../urpm/media.pm:971
-#, c-format
-msgid "removing medium \"%s\""
-msgstr "移除媒體 \"%s\""
-
-#: ../urpm/media.pm:1055
-#, c-format
-msgid "reconfiguring urpmi for media \"%s\""
-msgstr "正在重新設定媒體 \"%s\" 的 urpmi 設定"
-
-#: ../urpm/media.pm:1089
-#, c-format
-msgid "...reconfiguration failed"
-msgstr "重新設定失敗"
-
-#: ../urpm/media.pm:1095
-#, c-format
-msgid "reconfiguration done"
-msgstr "重新設定完成"
-
-#: ../urpm/media.pm:1111
-#, c-format
-msgid "Error generating names file: dependency %d not found"
-msgstr "生成名稱檔案時發生錯誤:相依性 %d 沒有找到"
-
-#: ../urpm/media.pm:1132
-#, c-format
-msgid "medium \"%s\" is up-to-date"
-msgstr "媒體 \"%s\" 已經處於最新狀態"
-
-#: ../urpm/media.pm:1143
-#, c-format
-msgid "examining synthesis file [%s]"
-msgstr "檢驗 synthesis 檔案 [%s]"
-
-#: ../urpm/media.pm:1163
-#, c-format
-msgid "problem reading synthesis file of medium \"%s\""
-msgstr "讀取 \"%s\" 媒體的 synthesis 檔案時發生問題"
-
-#: ../urpm/media.pm:1176 ../urpm/media.pm:1259
-#, c-format
-msgid "copying [%s] for medium \"%s\"..."
-msgstr "正在複製媒體 \"%2$s\" 的 [%1$s]..."
-
-#: ../urpm/media.pm:1178 ../urpm/media.pm:1233 ../urpm/media.pm:1502
-#, c-format
-msgid "...copying failed"
-msgstr "...複製失敗"
-
-#: ../urpm/media.pm:1229
-#, c-format
-msgid "copying description file of \"%s\"..."
-msgstr "正在複製 \"%s\" 的敘述檔案..."
-
-#: ../urpm/media.pm:1231 ../urpm/media.pm:1263
-#, c-format
-msgid "...copying done"
-msgstr "...複製完成"
-
-#: ../urpm/media.pm:1265
-#, c-format
-msgid "copy of [%s] failed (file is suspiciously small)"
-msgstr "複製 [%s] 失敗 (檔案小得可疑)"
-
-#: ../urpm/media.pm:1310
-#, c-format
-msgid "computing md5sum of retrieved source synthesis"
-msgstr "正在計算來源 synthesis 的 md5sum"
-
-#: ../urpm/media.pm:1312 ../urpm/media.pm:1752
-#, c-format
-msgid "retrieval of [%s] failed (md5sum mismatch)"
-msgstr "[%s] 擷取失敗 (md5sum 不合)"
-
-#: ../urpm/media.pm:1327
-#, fuzzy, c-format
-msgid "genhdlist2 failed on %s"
-msgstr "檢驗 hdlist 檔案 [%s]"
-
-#: ../urpm/media.pm:1337
-#, c-format
-msgid "comparing %s and %s"
-msgstr "正在比對 %s 與 %s"
-
-#: ../urpm/media.pm:1362
-#, fuzzy, c-format
-msgid "invalid hdlist file %s for medium \"%s\""
-msgstr "沒有找到媒體 \"%s\" 的 hdlist 檔案"
-
-#: ../urpm/media.pm:1388
-#, c-format
-msgid "copying MD5SUM file of \"%s\"..."
-msgstr "正在複製 \"%s\" 的 MD5SUM 檔案..."
-
-#: ../urpm/media.pm:1430
-#, fuzzy, c-format
-msgid "invalid MD5SUM file (downloaded from %s)"
-msgstr "無效的 rpm 檔案名稱 [%s]"
-
-#: ../urpm/media.pm:1461
-#, c-format
-msgid "retrieving source synthesis of \"%s\"..."
-msgstr "正在擷取 \"%s\" 的來源 synthesis..."
-
-#: ../urpm/media.pm:1478
-#, fuzzy, c-format
-msgid "found probed synthesis as %s"
-msgstr "發現尋找到的 hdlist (或 synthesis) 為 %s"
-
-#: ../urpm/media.pm:1485 ../urpm/media.pm:1593
-#, c-format
-msgid "no synthesis file found for medium \"%s\""
-msgstr "沒有找到 \"%s\" 媒體的 synthesis 檔案"
-
-#: ../urpm/media.pm:1536
-#, c-format
-msgid "examining pubkey file of \"%s\"..."
-msgstr "檢驗 \"%s\" 的公鑰..."
-
-#: ../urpm/media.pm:1548
-#, c-format
-msgid "...imported key %s from pubkey file of \"%s\""
-msgstr "...由 \"%2$s\" 的公鑰檔案匯入鑰匙 %1$s"
-
-#: ../urpm/media.pm:1552
-#, c-format
-msgid "unable to import pubkey file of \"%s\""
-msgstr "無法匯入 \"%s\" 的公鑰"
-
-#: ../urpm/media.pm:1626
-#, c-format
-msgid "updated medium \"%s\""
-msgstr "已更新媒體 \"%s\""
-
-#: ../urpm/media.pm:1746
-#, c-format
-msgid "retrieval of [%s] failed"
-msgstr ""
-
-#: ../urpm/mirrors.pm:19
-#, c-format
-msgid "trying again with mirror %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:71
-#, c-format
-msgid "Could not find a mirror from mirrorlist %s"
-msgstr "無法從鏡像站列表 %s 找到鏡像站"
-
-#: ../urpm/mirrors.pm:194
-#, c-format
-msgid "found geolocalisation %s %.2f %.2f from timezone %s"
-msgstr ""
-
-#: ../urpm/mirrors.pm:239
-#, c-format
-msgid "getting mirror list from %s"
-msgstr "正由 %s 取得鏡像站列表"
-
-#: ../urpm/msg.pm:63 ../urpmi:514 ../urpmi:529 ../urpmi:627
-#, c-format
-msgid "Nn"
-msgstr "Nn否"
-
-#. -PO: Add here the keys which might be pressed in the "Yes"-case.
-#: ../urpm/msg.pm:64 ../urpme:38 ../urpmi:568 ../urpmi:663 ../urpmi:669
-#: ../urpmi.addmedia:141
-#, c-format
-msgid "Yy"
-msgstr "Yy是"
-
-#: ../urpm/msg.pm:121
-#, c-format
-msgid "Sorry, bad choice, try again\n"
-msgstr "抱歉,選擇錯誤,請再試一次\n"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Package"
-msgstr "套件"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Version"
-msgstr "版本"
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Release"
-msgstr ""
-
-#: ../urpm/msg.pm:152
-#, c-format
-msgid "Arch"
-msgstr "硬體架構"
-
-#: ../urpm/msg.pm:161
-#, c-format
-msgid "(suggested)"
-msgstr "(建議)"
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "medium \"%s\""
-msgstr "媒體 \"%s\""
-
-#: ../urpm/msg.pm:176
-#, c-format
-msgid "command line"
-msgstr "命令列"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "B"
-msgstr "B"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "KB"
-msgstr "KB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../urpm/msg.pm:190
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../urpm/msg.pm:190 ../urpm/msg.pm:199
-#, c-format
-msgid "TB"
-msgstr "TB"
-
-#: ../urpm/orphans.pm:307
-#, c-format
-msgid ""
-"The following package is now orphan, use \"urpme --auto-orphans\" to remove "
-"it."
-msgid_plural ""
-"The following packages are now orphans, use \"urpme --auto-orphans\" to "
-"remove them."
-msgstr[0] ""
-
-#: ../urpm/parallel.pm:14
-#, c-format
-msgid "unable to parse \"%s\" in file [%s]"
-msgstr "無法解析檔案 [%2$s] 內的 \"%1$s\""
-
-#: ../urpm/parallel.pm:23
-#, c-format
-msgid "examining parallel handler in file [%s]"
-msgstr "檢驗 [%s] 檔案內的同步管理處理器"
-
-#: ../urpm/parallel.pm:34
-#, c-format
-msgid "found parallel handler for nodes: %s"
-msgstr "找到屬於節點 %s 的同步管理處理器"
-
-#: ../urpm/parallel.pm:38
-#, c-format
-msgid "unable to use parallel option \"%s\""
-msgstr "無法使用同步管理選項 \"%s\""
-
-#: ../urpm/parallel.pm:93
-#, c-format
-msgid "on node %s"
-msgstr "在節點 %s"
-
-#: ../urpm/parallel.pm:293
-#, fuzzy, c-format
-msgid "Installation failed on node %s"
-msgstr "安裝失敗"
-
-#: ../urpm/parallel_ka_run.pm:58
-#, c-format
-msgid "rshp failed, maybe a node is unreacheable"
-msgstr "rshp 失敗,可能無法連接至該節點"
-
-#: ../urpm/parallel_ka_run.pm:80
-#, c-format
-msgid "mput failed, maybe a node is unreacheable"
-msgstr "mput 失敗,可能無法連接至該節點"
-
-#: ../urpm/parallel_ssh.pm:27
-#, c-format
-msgid "scp failed on host %s (%d)"
-msgstr "主機 %s scp 失敗 (%d)"
-
-#: ../urpm/parallel_ssh.pm:39
-#, fuzzy, c-format
-msgid "cp failed on host %s (%d)"
-msgstr "主機 %s scp 失敗 (%d)"
-
-#: ../urpm/parallel_ssh.pm:86
-#, fuzzy, c-format
-msgid ""
-"%s failed on host %s (maybe it does not have a good version of urpmi?) (exit "
-"code: %d)"
-msgstr "主機 %s 上的 urpmi 版本並不正確 (%d)"
-
-#: ../urpm/removable.pm:32
-#, c-format
-msgid "unable to access medium \"%s\"."
-msgstr "無法存取媒體 \"%s\" 。"
-
-#: ../urpm/removable.pm:72 ../urpm/removable.pm:90
-#, c-format
-msgid "mounting %s"
-msgstr "正在掛載 %s"
-
-#: ../urpm/removable.pm:103
-#, c-format
-msgid "unmounting %s"
-msgstr "正在卸載 %s"
-
-#: ../urpm/search.pm:29 ../urpmf:29
-#, c-format
-msgid ""
-"urpmf version %s\n"
-"Copyright (C) 2002-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage: urpmf [options] pattern-expression\n"
-msgstr ""
-"urpmf 版本號 %s\n"
-"Copyright (C) 2002-2006 Mandriva。\n"
-"這是自由軟體並可於 GNU GPL 條款下重新散佈。\n"
-"\n"
-"用法:urpmf [選項] pattern-expression\n"
-
-#: ../urpm/search.pm:36 ../urpmf:36
-#, c-format
-msgid " --version - print this tool's version number.\n"
-msgstr " --version - 印出這個工具的版本編號。\n"
-
-#: ../urpm/search.pm:37 ../urpmf:37 ../urpmi:132 ../urpmq:80
-#, c-format
-msgid " --env - use specific environment (typically a bug report).\n"
-msgstr " --env - 使用特定環境 (一般用於臭蟲回報)。\n"
-
-#: ../urpm/search.pm:38 ../urpmf:38 ../urpmi:74 ../urpmq:49
-#, c-format
-msgid " --excludemedia - do not use the given media, separated by comma.\n"
-msgstr " --excludemedia - 不使用給定的媒體,不同媒體間請以逗號分隔。\n"
-
-#: ../urpm/search.pm:39 ../urpmf:39
-#, c-format
-msgid ""
-" --literal, -l - don't match patterns, use argument as a literal string.\n"
-msgstr " --literal, -l - 不比對樣版,把參數當作一般字串。\n"
-
-#: ../urpm/search.pm:40 ../urpme:54 ../urpmf:40 ../urpmi:111
-#: ../urpmi.addmedia:72 ../urpmi.recover:36 ../urpmi.removemedia:45
-#: ../urpmi.update:48 ../urpmq:70
-#, c-format
-msgid " --urpmi-root - use another root for urpmi db & rpm installation.\n"
-msgstr " --urpmi-root - 使用另一個根目錄存放 urpmi 資料庫與 RPM 的安裝。\n"
-
-#: ../urpm/search.pm:42 ../urpmf:42 ../urpmi:77 ../urpmq:50
-#, c-format
-msgid ""
-" --sortmedia - sort media according to substrings separated by comma.\n"
-msgstr " --sortmedia - 依據子字串排序媒體,以逗號分開。\n"
-
-#: ../urpm/search.pm:43 ../urpmf:43
-#, c-format
-msgid " --use-distrib - use the given path to access media\n"
-msgstr " --use-distrib - 使用指定的路徑來存取媒體\n"
-
-#: ../urpm/search.pm:44 ../urpmf:44 ../urpmi:78 ../urpmq:51
-#, c-format
-msgid " --synthesis - use the given synthesis instead of urpmi db.\n"
-msgstr " --synthesis - 使用指定的 synthesis 檔而非 urpmi 資料庫。\n"
-
-#: ../urpm/search.pm:45 ../urpmf:45
-#, c-format
-msgid " --uniq - do not print identical lines twice.\n"
-msgstr " --uniq - 不顯示相同的訊息。\n"
-
-#: ../urpm/search.pm:46 ../urpmf:46 ../urpmi:75 ../urpmq:46
-#, c-format
-msgid " --update - use only update media.\n"
-msgstr " --update - 只使用更新媒體。\n"
-
-#: ../urpm/search.pm:47 ../urpmf:47
-#, c-format
-msgid " --verbose - verbose mode.\n"
-msgstr " --verbose - 完整訊息模式。\n"
-
-#: ../urpm/search.pm:48 ../urpmf:48
-#, c-format
-msgid " -i - ignore case distinctions in patterns.\n"
-msgstr " -i - 忽略樣版中的大小寫差異。\n"
-
-#: ../urpm/search.pm:49 ../urpmf:49
-#, c-format
-msgid " -I - honor case distinctions in patterns (default).\n"
-msgstr " -I - 分辨樣版中的大小寫差異 (預設值)。\n"
-
-#: ../urpm/search.pm:50 ../urpmf:50
-#, c-format
-msgid " -F<str> - change field separator (defaults to ':').\n"
-msgstr " -F<字串> - 更改字串分隔符號 (預設為“:”)。\n"
-
-#: ../urpm/search.pm:51 ../urpmf:51
-#, c-format
-msgid "Pattern expressions:\n"
-msgstr "樣版表示式:\n"
-
-#: ../urpm/search.pm:52 ../urpmf:52
-#, c-format
-msgid " text - any text is parsed as a regexp, unless -l is used.\n"
-msgstr " 文字 - 任何文字都將被分析為正規表示式,除非使用了 -l。\n"
-
-#: ../urpm/search.pm:53 ../urpmf:53
-#, c-format
-msgid " -e - include perl code directly as perl -e.\n"
-msgstr " -e - 直接包含 perl 原始碼,類似 perl -e。\n"
-
-#: ../urpm/search.pm:54 ../urpmf:54
-#, c-format
-msgid " -a - binary AND operator.\n"
-msgstr " -a - 二元 AND 運算子。\n"
-
-#: ../urpm/search.pm:55 ../urpmf:55
-#, c-format
-msgid " -o - binary OR operator.\n"
-msgstr " -o - 二元 OR 運算子。\n"
-
-#: ../urpm/search.pm:56 ../urpmf:56
-#, c-format
-msgid " ! - unary NOT.\n"
-msgstr " ! - 一元 NOT 運算子。\n"
-
-#: ../urpm/search.pm:57 ../urpmf:57
-#, c-format
-msgid " ( ) - left and right parentheses.\n"
-msgstr " ( ) - 左右括弧。\n"
-
-#: ../urpm/search.pm:58 ../urpmf:58
-#, c-format
-msgid "List of tags:\n"
-msgstr "標籤清單:\n"
-
-#: ../urpm/search.pm:59 ../urpmf:59
-#, c-format
-msgid " --qf - specify a printf-like output format\n"
-msgstr " --qf - 使用類似 printf 的輸出格式\n"
-
-#: ../urpm/search.pm:60 ../urpmf:60
-#, c-format
-msgid " example: '%%name:%%files'\n"
-msgstr " 範例:'%%name:%%files'\n"
-
-#: ../urpm/search.pm:61 ../urpmf:61
-#, c-format
-msgid " --arch - architecture\n"
-msgstr " --arch - 硬體架構\n"
-
-#: ../urpm/search.pm:62 ../urpmf:62
-#, c-format
-msgid " --buildhost - build host\n"
-msgstr " --buildhost - 建立主機\n"
-
-#: ../urpm/search.pm:63 ../urpmf:63
-#, c-format
-msgid " --buildtime - build time\n"
-msgstr " --buildtime - 建立時間\n"
-
-#: ../urpm/search.pm:64 ../urpmf:64
-#, c-format
-msgid " --conffiles - configuration files\n"
-msgstr " --conffiles - 組態檔\n"
-
-#: ../urpm/search.pm:65 ../urpmf:65
-#, c-format
-msgid " --conflicts - conflict tags\n"
-msgstr " --conflicts - 衝突標籤\n"
-
-#: ../urpm/search.pm:66 ../urpmf:66
-#, c-format
-msgid " --description - package description\n"
-msgstr " --description - 套件描述\n"
-
-#: ../urpm/search.pm:67 ../urpmf:67
-#, c-format
-msgid " --distribution - distribution\n"
-msgstr " --distribution - 發行版\n"
-
-#: ../urpm/search.pm:68 ../urpmf:68
-#, c-format
-msgid " --epoch - epoch\n"
-msgstr " --epoch - 時期\n"
-
-#: ../urpm/search.pm:69 ../urpmf:69
-#, c-format
-msgid " --filename - filename of the package\n"
-msgstr " --filename - 套件檔案名稱\n"
-
-#: ../urpm/search.pm:70 ../urpmf:70
-#, c-format
-msgid " --files - list of files contained in the package\n"
-msgstr " --files - 列出套件內包含的檔案\n"
-
-#: ../urpm/search.pm:71 ../urpmf:71
-#, c-format
-msgid " --group - group\n"
-msgstr " --group - 群組\n"
-
-#: ../urpm/search.pm:72 ../urpmf:72
-#, c-format
-msgid " --license - license\n"
-msgstr " --license - 授權\n"
-
-#: ../urpm/search.pm:73 ../urpmf:73
-#, c-format
-msgid " --name - package name\n"
-msgstr " --name - 套件名稱\n"
-
-#: ../urpm/search.pm:74 ../urpmf:74
-#, c-format
-msgid " --obsoletes - obsoletes tags\n"
-msgstr " --obsoletes - 淘汰標籤\n"
-
-#: ../urpm/search.pm:75 ../urpmf:75
-#, c-format
-msgid " --packager - packager\n"
-msgstr " --packager - 打包者\n"
-
-#: ../urpm/search.pm:76 ../urpmf:76
-#, c-format
-msgid " --provides - provides tags\n"
-msgstr " --provides - 提供標籤\n"
-
-#: ../urpm/search.pm:77 ../urpmf:77
-#, c-format
-msgid " --requires - requires tags\n"
-msgstr " --requires - 需要標籤\n"
-
-#: ../urpm/search.pm:78 ../urpmf:78
-#, c-format
-msgid " --size - installed size\n"
-msgstr " --size - 安裝大小\n"
-
-#: ../urpm/search.pm:79 ../urpmf:79
-#, c-format
-msgid " --sourcerpm - source rpm name\n"
-msgstr " --sourcerpm - 原始碼套件名稱\n"
-
-#: ../urpm/search.pm:80 ../urpmf:80
-#, c-format
-msgid " --suggests - suggests tags\n"
-msgstr " --suggests - 建議標籤\n"
-
-#: ../urpm/search.pm:81 ../urpmf:81
-#, c-format
-msgid " --summary - summary\n"
-msgstr " --summary - 摘要\n"
-
-#: ../urpm/search.pm:82 ../urpmf:82
-#, c-format
-msgid " --url - url\n"
-msgstr " --url - URL\n"
-
-#: ../urpm/search.pm:83 ../urpmf:83
-#, c-format
-msgid " --vendor - vendor\n"
-msgstr " --vendor - 提供者\n"
-
-#: ../urpm/search.pm:84 ../urpmf:84
-#, c-format
-msgid " -m - the media in which the package was found\n"
-msgstr " -m - 這個套件被找到的媒介\n"
-
-#: ../urpm/search.pm:85 ../urpmf:85 ../urpmq:99
-#, c-format
-msgid " -f - print version, release and arch with name.\n"
-msgstr " -f - 顯示版本、發行編號與平台。\n"
-
-#: ../urpm/search.pm:197 ../urpmf:198
-#, c-format
-msgid "Incorrect format: you may use only one multi-valued tag"
-msgstr "格式錯誤:您只能使用一個多值標籤"
-
-#: ../urpm/search.pm:247 ../urpmf:248 ../urpmi:265 ../urpmq:165
-#, c-format
-msgid "using specific environment on %s\n"
-msgstr "正在 %s 上使用特定的環境\n"
-
-#: ../urpm/search.pm:290 ../urpmf:291
-#, c-format
-msgid "no hdlist available for medium \"%s\""
-msgstr "媒體 \"%s\" 沒有可用的 hdlist"
-
-#: ../urpm/search.pm:297 ../urpmf:298
-#, c-format
-msgid "no synthesis available for medium \"%s\""
-msgstr "媒體 \"%s\" 沒有可用的 synthesis"
-
-#: ../urpm/search.pm:304 ../urpmf:307
-#, c-format
-msgid "no xml-info available for medium \"%s\""
-msgstr "媒體 \"%s\" 沒有可用的 xml-info"
-
-#: ../urpm/select.pm:28
-#, c-format
-msgid "urpmi was restarted, and the list of priority packages did not change"
-msgstr ""
-
-#: ../urpm/select.pm:30
-#, c-format
-msgid ""
-"urpmi was restarted, and the list of priority packages did change: %s vs %s"
-msgstr ""
-
-#: ../urpm/select.pm:168
-#, c-format
-msgid "No package named %s"
-msgstr "沒有套件命名為 %s"
-
-#: ../urpm/select.pm:170 ../urpme:115
-#, c-format
-msgid "The following packages contain %s: %s"
-msgstr "以下套件包含 %s:%s"
-
-#: ../urpm/select.pm:172
-#, c-format
-msgid "You should use \"-a\" to use all of them"
-msgstr ""
-
-#: ../urpm/select.pm:300
-#, fuzzy, c-format
-msgid "found package(s) %s in urpmi db, but none are installed"
-msgstr "%s 套件無法安裝"
-
-#: ../urpm/select.pm:543
-#, c-format
-msgid "Package %s is already installed"
-msgstr "%s 套件已經安裝了"
-
-#: ../urpm/select.pm:544
-#, c-format
-msgid "Packages %s are already installed"
-msgstr "%s 套件已經安裝了"
-
-#: ../urpm/select.pm:562 ../urpm/select.pm:613
-#, c-format
-msgid "due to missing %s"
-msgstr "由於遺失了 %s"
-
-#: ../urpm/select.pm:563
-#, c-format
-msgid "due to already installed %s"
-msgstr "由於已經安裝了 %s"
-
-#: ../urpm/select.pm:564 ../urpm/select.pm:611
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr "由於未滿足 %s"
-
-#: ../urpm/select.pm:570
-#, c-format
-msgid "trying to promote %s"
-msgstr "正在試著促進 %s"
-
-#: ../urpm/select.pm:571
-#, c-format
-msgid "in order to keep %s"
-msgstr "為了要保留 %s"
-
-#: ../urpm/select.pm:607
-#, c-format
-msgid "in order to install %s"
-msgstr "為了要安裝 %s"
-
-#: ../urpm/select.pm:617
-#, c-format
-msgid "due to conflicts with %s"
-msgstr "由於與 %s 發生衝突"
-
-#: ../urpm/signature.pm:29
-#, c-format
-msgid "Invalid signature (%s)"
-msgstr "無效的簽名 (%s)"
-
-#: ../urpm/signature.pm:60
-#, c-format
-msgid "Invalid Key ID (%s)"
-msgstr "無效的公鑰 ID (%s)"
-
-#: ../urpm/signature.pm:62
-#, c-format
-msgid "Missing signature (%s)"
-msgstr "遺失簽名 (%s)"
-
-#: ../urpm/sys.pm:156
-#, c-format
-msgid "system"
-msgstr ""
-
-#: ../urpm/sys.pm:191
-#, c-format
-msgid "You should restart %s for %s"
-msgstr ""
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't write file"
-msgstr "無法寫入檔案"
-
-#: ../urpm/sys.pm:276
-#, c-format
-msgid "Can't open file"
-msgstr "無法開啟檔案"
-
-#: ../urpm/sys.pm:289
-#, c-format
-msgid "Can't move file %s to %s"
-msgstr "無法移動檔案 %s 至 %s"
-
-#: ../urpme:41
-#, c-format
-msgid ""
-"urpme version %s\n"
-"Copyright (C) 1999-2008 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpme 版本號 %s\n"
-"Copyright (C) 1999-2008 Mandriva。\n"
-"這是自由軟體並可於 GNU GPL 條款下重新散佈。\n"
-"\n"
-"用法:\n"
-
-#: ../urpme:47
-#, c-format
-msgid " --auto - automatically select a package in choices.\n"
-msgstr " --auto - 自動選擇套件。\n"
-
-#: ../urpme:48
-#, c-format
-msgid " --auto-orphans - remove orphans\n"
-msgstr ""
-
-#: ../urpme:49
-#, c-format
-msgid " --test - verify if the removal can be achieved correctly.\n"
-msgstr " --test - 確認刪除是否能夠正確進行。\n"
-
-#: ../urpme:51 ../urpmi:109 ../urpmq:68
-#, c-format
-msgid " --parallel - distributed urpmi across machines of alias.\n"
-msgstr " --parallel - 在同步管理的機器上分散式的執行 urpmi。\n"
-
-#: ../urpme:52 ../urpmi:141
-#, c-format
-msgid " --repackage - Re-package the files before erasing\n"
-msgstr " --repackage - 在移除前重新打包檔案\n"
-
-#: ../urpme:53
-#, c-format
-msgid " --root - use another root for rpm removal.\n"
-msgstr " --root - 使用另一個根目錄移除 rpm 套件。\n"
-
-#: ../urpme:55 ../urpmi:101
-#, c-format
-msgid " --justdb - update only the rpm db, not the filesystem.\n"
-msgstr " --justdb - 只更新 RPM 資料庫,而非檔案系統。\n"
-
-#: ../urpme:56
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s).\n"
-msgstr " --noscripts - 不執行套件中的命令稿。\n"
-
-#: ../urpme:57
-#, c-format
-msgid ""
-" --use-distrib - configure urpme on the fly from a distrib tree, useful\n"
-" to (un)install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - 立即由一個散佈套件樹設定 urpme,在搭配 --root 選項來安\n"
-" 裝/移除一個 chroot 時很方便。\n"
-
-#: ../urpme:59 ../urpmi:152 ../urpmq:89
-#, c-format
-msgid " --verbose, -v - verbose mode.\n"
-msgstr " --verbose, -v - 詳細訊息模式。\n"
-
-#: ../urpme:60
-#, c-format
-msgid " -a - select all packages matching expression.\n"
-msgstr " -a - 選擇所有符合描述的套件。\n"
-
-#: ../urpme:73
-#, c-format
-msgid "Only superuser is allowed to remove packages"
-msgstr "只有擁有管理者權限的使用者才能移除套件"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown packages"
-msgstr "未知的套件"
-
-#: ../urpme:106
-#, c-format
-msgid "unknown package"
-msgstr "未知的套件"
-
-#: ../urpme:121
-#, fuzzy, c-format
-msgid "Removing the following package will break your system:"
-msgid_plural "Removing the following packages will break your system:"
-msgstr[0] "移除套件 %s 將破壞您的系統"
-
-#: ../urpme:126
-#, c-format
-msgid "Nothing to remove"
-msgstr "沒有東西可移除"
-
-#: ../urpme:143
-#, fuzzy, c-format
-msgid "No orphans to remove"
-msgstr "沒有東西可移除"
-
-#: ../urpme:149
-#, c-format
-msgid "To satisfy dependencies, the following package will be removed"
-msgid_plural ""
-"To satisfy dependencies, the following %d packages will be removed"
-msgstr[0] "為了滿足相依性,下列 %d 個套件將被移除"
-
-#: ../urpme:154
-#, fuzzy, c-format
-msgid "(orphan package)"
-msgid_plural "(orphan packages)"
-msgstr[0] "未知的套件"
-
-#: ../urpme:161
-#, c-format
-msgid "Remove %d package?"
-msgid_plural "Remove %d packages?"
-msgstr[0] "要移除這 %d 個套件嗎?"
-
-#: ../urpme:161 ../urpmi:569 ../urpmi:664 ../urpmi.addmedia:144
-#, c-format
-msgid " (y/N) "
-msgstr " (y/N) (是/否) "
-
-#: ../urpme:166
-#, fuzzy, c-format
-msgid "testing removal of %s"
-msgstr "將可移除式裝置當成 \"%s\""
-
-#: ../urpme:181
-#, c-format
-msgid "Removal failed"
-msgstr "移除失敗"
-
-#: ../urpme:183
-#, fuzzy, c-format
-msgid "Removal is possible"
-msgstr "移除失敗"
-
-#: ../urpmf:153
-#, fuzzy, c-format
-msgid "unterminated expression (%s)"
-msgstr "樣版表示式:\n"
-
-#: ../urpmi:81
-#, c-format
-msgid " --auto-update - update media then upgrade the system.\n"
-msgstr " --auto-update - 當升級系統時更新媒體。\n"
-
-#: ../urpmi:82
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - 不使用 MD5SUM 檔案檢查功能。\n"
-
-#: ../urpmi:83
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - 強制更新 gpg 金鑰。\n"
-
-#: ../urpmi:84
-#, c-format
-msgid " --auto-orphans - remove orphans without asking\n"
-msgstr ""
-
-#: ../urpmi:85 ../urpmq:54
-#, c-format
-msgid " --no-suggests - do not auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - 不要自動選取 \"建議的\" 套件。\n"
-
-#: ../urpmi:86
-#, c-format
-msgid ""
-" --no-uninstall - never ask to uninstall a package, abort the "
-"installation.\n"
-msgstr " --no-uninstall - 絕不要求移除套件,直接中斷安裝。\n"
-
-#: ../urpmi:87
-#, c-format
-msgid " --no-install - don't install packages (only download)\n"
-msgstr " --no-install - 不安裝套件 (只下載)。\n"
-
-#: ../urpmi:88 ../urpmq:56
-#, c-format
-msgid ""
-" --keep - keep existing packages if possible, reject requested\n"
-" packages that lead to removals.\n"
-msgstr ""
-" --keep - 盡可能的保留現存的套件,拒絕安裝會導致移除其他套件的\n"
-" 套件。\n"
-
-#: ../urpmi:90
-#, c-format
-msgid ""
-" --split-level - split in small transaction if more than given packages\n"
-" are going to be installed or upgraded,\n"
-" default is %d.\n"
-msgstr ""
-" --split-level - 如果要安裝或升級的套件數大於指定的數量,將整個安裝程序\n"
-" 分割為幾個小的安裝程序。\n"
-" 預設值為 %d。\n"
-
-#: ../urpmi:94
-#, c-format
-msgid " --split-length - small transaction length, default is %d.\n"
-msgstr " --split-length - 小型安裝程序大小,預設值為 %d。\n"
-
-#: ../urpmi:96
-#, c-format
-msgid " --fuzzy, -y - impose fuzzy search.\n"
-msgstr " --fuzzy, -y - 加上模糊搜尋。\n"
-
-#: ../urpmi:97
-#, c-format
-msgid " --buildrequires - install the buildrequires of the packages\n"
-msgstr ""
-" --buildrequires - 安裝建構此套件所需的套件\n"
-"\n"
-
-#: ../urpmi:98
-#, c-format
-msgid " --install-src - install only source package (no binaries).\n"
-msgstr " --install-src - 只安裝原始碼套件 (不安裝二進位檔)。\n"
-
-#: ../urpmi:99
-#, c-format
-msgid " --clean - remove rpm from cache before anything else.\n"
-msgstr " --clean - 在執行任何事前先由快取中移除 RPM 檔案。\n"
-
-#: ../urpmi:100
-#, c-format
-msgid " --noclean - don't clean rpms from cache.\n"
-msgstr " --noclean - 不清除快取中的 RPM 檔案。\n"
-
-#: ../urpmi:102
-#, c-format
-msgid ""
-" --replacepkgs - force installing packages which are already installed.\n"
-msgstr " --replacepkgs - 強制安裝已經安裝過的套件。\n"
-
-#: ../urpmi:104
-#, c-format
-msgid ""
-" --allow-nodeps - allow asking user to install packages without\n"
-" dependencies checking.\n"
-msgstr " --allow-nodeps - 允許要求使用者不檢查相依性就安裝套件。\n"
-
-#: ../urpmi:106
-#, c-format
-msgid ""
-" --allow-force - allow asking user to install packages without\n"
-" dependencies checking and integrity.\n"
-msgstr ""
-" --allow-force - 允許要求使用者安裝套件而不檢查相依性與完整\n"
-" 性。\n"
-
-#: ../urpmi:108
-#, fuzzy, c-format
-msgid " --allow-suggests - auto select \"suggested\" packages.\n"
-msgstr " --no-suggests - 不要自動選取 \"建議的\" 套件。\n"
-
-#: ../urpmi:112
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree, useful\n"
-" to install a chroot with --root option.\n"
-msgstr ""
-" --use-distrib - 立即由一個散佈套件樹設定 urpmi,在搭配 --root 選項來安\n"
-" 裝/移除一個 chroot 時很方便。\n"
-
-#: ../urpmi:114 ../urpmi.addmedia:59 ../urpmi.update:37
-#, c-format
-msgid " --metalink - generate and use a local metalink.\n"
-msgstr ""
-
-#: ../urpmi:115
-#, c-format
-msgid ""
-" --downloader - program to use to retrieve distant files. \n"
-" known programs: %s\n"
-msgstr ""
-" --downloader - 用來取得遠端檔案的程式。\n"
-" 已知的程式有:%s\n"
-
-#: ../urpmi:118
-#, c-format
-msgid " --curl-options - additional options to pass to curl\n"
-msgstr " --curl-options - 要額外傳給 curl 的參數\n"
-
-#: ../urpmi:119
-#, c-format
-msgid " --rsync-options- additional options to pass to rsync\n"
-msgstr " --rsync-options- 要額外傳給 rsync 的參數\n"
-
-#: ../urpmi:120
-#, c-format
-msgid " --wget-options - additional options to pass to wget\n"
-msgstr " --wget-options - 要額外傳給 wget 的參數\n"
-
-#: ../urpmi:121
-#, c-format
-msgid " --prozilla-options - additional options to pass to prozilla\n"
-msgstr " --prozilla-options - 要額外傳給 prozilla 的參數\n"
-
-#: ../urpmi:122
-#, c-format
-msgid " --aria2-options - additional options to pass to aria2\n"
-msgstr " --aria2-options - 要額外傳給 aria2 的參數\n"
-
-#: ../urpmi:123 ../urpmi.addmedia:60 ../urpmi.update:38
-#, c-format
-msgid " --limit-rate - limit the download speed.\n"
-msgstr " --limit-rate - 限制下載的速度。\n"
-
-#: ../urpmi:124
-#, c-format
-msgid ""
-" --resume - resume transfer of partially-downloaded files\n"
-" (--no-resume disables it, default is disabled).\n"
-msgstr ""
-" --resume - 接著傳送下載到一半的檔案\n"
-" (--no-resume 選項停用它,預設值為停用)。\n"
-
-#: ../urpmi:126 ../urpmi.addmedia:61 ../urpmi.update:39 ../urpmq:76
-#, c-format
-msgid ""
-" --proxy - use specified HTTP proxy, the port number is assumed\n"
-" to be 1080 by default (format is <proxyhost[:port]>).\n"
-msgstr ""
-" --proxy - 使用指定的 HTTP 代理伺服器,通訊埠假設為預設值 1080 \n"
-" (格式為 <proxyhost[:port]>)。\n"
-
-#: ../urpmi:128 ../urpmi.addmedia:63 ../urpmi.update:41 ../urpmq:78
-#, c-format
-msgid ""
-" --proxy-user - specify user and password to use for proxy\n"
-" authentication (format is <user:password>).\n"
-msgstr ""
-" --proxy-user - 指定代理伺服器認證的使用者帳號與密碼\n"
-" (格式為 <user:password>)。\n"
-
-#: ../urpmi:130
-#, c-format
-msgid ""
-" --bug - output a bug report in directory indicated by\n"
-" next arg.\n"
-msgstr " --bug - 輸出臭蟲回報到下一個參數所指定的目錄。\n"
-
-#: ../urpmi:136
-#, c-format
-msgid " --excludepath - exclude path separated by comma.\n"
-msgstr " --excludepath - 排除以逗號分隔的路徑。\n"
-
-#: ../urpmi:137
-#, c-format
-msgid " --excludedocs - exclude doc files.\n"
-msgstr " --excludedocs - 排除說明文件檔案。\n"
-
-#: ../urpmi:138
-#, c-format
-msgid " --ignoresize - don't verify disk space before installation.\n"
-msgstr " --ignoresize - 安裝前不檢查剩餘的磁碟空間。\n"
-
-#: ../urpmi:139
-#, c-format
-msgid " --ignorearch - allow to install rpms for unmatched architectures.\n"
-msgstr " --ignorearch - 允許安裝硬體架構不相符的 RPM 檔。\n"
-
-#: ../urpmi:140
-#, c-format
-msgid " --noscripts - do not execute package scriptlet(s)\n"
-msgstr " --noscripts - 不執行套件中的命令稿\n"
-
-#: ../urpmi:142
-#, c-format
-msgid " --skip - packages which installation should be skipped\n"
-msgstr " --skip - 安裝時應該略過的套件\n"
-
-#: ../urpmi:143
-#, c-format
-msgid " --prefer - packages which should be preferred\n"
-msgstr " --prefer - 應該要優先考慮的套件\n"
-
-#: ../urpmi:144
-#, c-format
-msgid ""
-" --more-choices - when several packages are found, propose more choices\n"
-" than the default.\n"
-msgstr ""
-" --more-choices - 當找到不只一個套件時,提供除了預設值之外的多個選擇。\n"
-
-#: ../urpmi:146
-#, c-format
-msgid " --nolock - don't lock rpm db.\n"
-msgstr " --nolock - 不鎖定 RPM 資料庫。\n"
-
-#: ../urpmi:147
-#, c-format
-msgid " --strict-arch - upgrade only packages with the same architecture.\n"
-msgstr " --strict-arch - 只升級相同平台的套件。\n"
-
-#: ../urpmi:148 ../urpmq:97
-#, c-format
-msgid " -a - select all matches on command line.\n"
-msgstr " -a - 選擇命令列中所有符合的項目。\n"
-
-#: ../urpmi:151
-#, c-format
-msgid " --quiet, -q - quiet mode.\n"
-msgstr " --quiet, -q - 安靜模式。\n"
-
-#: ../urpmi:153
-#, c-format
-msgid " --debug - very verbose mode.\n"
-msgstr " --debug - 非常詳細模式。\n"
-
-#: ../urpmi:154
-#, c-format
-msgid " names or rpm files given on command line will be installed.\n"
-msgstr " 將會安裝於命令列指定的名稱或 RPM 檔案。\n"
-
-#: ../urpmi:182
-#, c-format
-msgid "Error: can't use --auto-select along with package list.\n"
-msgstr "錯誤:無法與套件列表一起使用 --auto-select。\n"
-
-#: ../urpmi:189
-#, c-format
-msgid ""
-"Error: To generate a bug report, specify the usual command-line arguments\n"
-"along with --bug.\n"
-msgstr "錯誤:要生成一個臭蟲回報,請指定平常的命令列參數另外再加上 --bug。\n"
-
-#: ../urpmi:219
-#, c-format
-msgid "You can't install binary rpm files when using --install-src"
-msgstr "當使用 --install-src 時您無法安裝二進制 RPM 檔案"
-
-#: ../urpmi:220
-#, c-format
-msgid "You can't install spec files"
-msgstr "您無法安裝 spec 檔案"
-
-#: ../urpmi:227
-#, c-format
-msgid "defaulting to --buildrequires"
-msgstr "--buildrequires 的預設值"
-
-#: ../urpmi:232
-#, c-format
-msgid ""
-"please use --buildrequires or --install-src, defaulting to --buildrequires"
-msgstr "請使用 --buildrequires 或者 --install-src,預設為 --buildrequires"
-
-#: ../urpmi:252
-#, c-format
-msgid ""
-"Directory [%s] already exists, please use another directory for bug report "
-"or delete it"
-msgstr "目錄 [%s] 已經存在,請指定另一個目錄給臭蟲回報或刪除它"
-
-#: ../urpmi:253
-#, c-format
-msgid "Unable to create directory [%s] for bug report"
-msgstr "無法建立 [%s] 目錄給臭蟲回報使用"
-
-#: ../urpmi:264
-#, c-format
-msgid "Environment directory %s does not exist"
-msgstr "環境目錄 %s 不存在"
-
-#: ../urpmi:287
-#, c-format
-msgid ""
-"Error: %s appears to be mounted read-only.\n"
-"Use --allow-force to force operation."
-msgstr ""
-"錯誤:%s 似乎被掛載為唯讀模式。\n"
-"使用 --allow-force 標籤來強制執行。"
-
-#: ../urpmi:361
-#, c-format
-msgid "Updating media...\n"
-msgstr "正在更新媒體...\n"
-
-#. -PO: here format is "<package_name>: <summary> (to upgrade)"
-#: ../urpmi:448
-#, c-format
-msgid "%s: %s (to upgrade)"
-msgstr "%s:%s (升級用)"
-
-#. -PO: here format is "<package_name> (to upgrade)"
-#: ../urpmi:450
-#, c-format
-msgid "%s (to upgrade)"
-msgstr "%s (升級用)"
-
-#. -PO: here format is "<package_name>: <summary> (to install)"
-#: ../urpmi:454
-#, c-format
-msgid "%s: %s (to install)"
-msgstr "%s:%s (安裝用)"
-
-#. -PO: here format is "<package_name> (to install)"
-#: ../urpmi:456
-#, c-format
-msgid "%s (to install)"
-msgstr "%s (安裝用)"
-
-#: ../urpmi:462
-#, c-format
-msgid ""
-"In order to satisfy the '%s' dependency, one of the following packages is "
-"needed:"
-msgstr "為了滿足 '%s' 的相依性,需要下列套件之一:"
-
-#: ../urpmi:465
-#, c-format
-msgid "What is your choice? (1-%d) "
-msgstr "您要選擇何者? (1-%d) "
-
-#: ../urpmi:507
-#, c-format
-msgid ""
-"The following package cannot be installed because it depends on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"下列套件無法安裝,因為它需要比您系統上的套件為舊的版本:\n"
-"%s"
-
-#: ../urpmi:509
-#, c-format
-msgid ""
-"The following packages can't be installed because they depend on packages\n"
-"that are older than the installed ones:\n"
-"%s"
-msgstr ""
-"下列套件無法安裝,因為它們需要比您系統上的套件為舊的版本:\n"
-"%s"
-
-#: ../urpmi:515 ../urpmi:530
-#, c-format
-msgid ""
-"\n"
-"Continue installation anyway?"
-msgstr ""
-"\n"
-"無論如何都要繼續安裝嗎?"
-
-#: ../urpmi:516 ../urpmi:531 ../urpmi:628 ../urpmi.addmedia:144
-#, c-format
-msgid " (Y/n) "
-msgstr " (Y/n) (是/否) "
-
-#: ../urpmi:524
-#, c-format
-msgid ""
-"A requested package cannot be installed:\n"
-"%s"
-msgstr ""
-"某些要求的套件無法安裝:\n"
-"%s"
-
-#: ../urpmi:525
-#, c-format
-msgid ""
-"Some requested packages cannot be installed:\n"
-"%s"
-msgstr ""
-"某些要求的套件無法安裝:\n"
-"%s"
-
-#: ../urpmi:542
-#, c-format
-msgid "removing package %s will break your system"
-msgstr "移除套件 %s 將破壞您的系統"
-
-#: ../urpmi:551
-#, c-format
-msgid ""
-"The installation cannot continue because the following package\n"
-"has to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"安裝無法繼續,因為下列套件必須移除給其他套件來升級:\n"
-"%s\n"
-
-#: ../urpmi:553
-#, c-format
-msgid ""
-"The installation cannot continue because the following packages\n"
-"have to be removed for others to be upgraded:\n"
-"%s\n"
-msgstr ""
-"安裝無法繼續,因為下列套件必須移除給其他套件來升級:\n"
-"%s\n"
-
-#: ../urpmi:560
-#, c-format
-msgid ""
-"The following package has to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"下列套件必須移除給其他套件來升級:\n"
-"%s"
-
-#: ../urpmi:561
-#, c-format
-msgid ""
-"The following packages have to be removed for others to be upgraded:\n"
-"%s"
-msgstr ""
-"下列套件必須移除給其他套件來升級:\n"
-"%s"
-
-#: ../urpmi:563
-#, c-format
-msgid "(test only, removal will not be actually done)"
-msgstr "(僅測試,移除動作並不會真的執行)"
-
-#: ../urpmi:583
-#, c-format
-msgid ""
-"You must first call urpmi with --buildrequires to install the following "
-"dependencies:\n"
-"%s\n"
-msgstr ""
-"您必須先呼叫 urpmi --buildrequires 來安裝下列相依性套件:\n"
-"%s\n"
-
-#: ../urpmi:594
-#, fuzzy, c-format
-msgid "The following orphan package will be removed."
-msgid_plural "The following orphan packages will be removed."
-msgstr[0] "為了滿足相依性,下列 %d 個套件將被移除"
-
-#: ../urpmi:610
-#, c-format
-msgid "(test only, installation will not be actually done)"
-msgstr "(僅測試,安裝動作並不會真的執行)"
-
-#: ../urpmi:616
-#, c-format
-msgid "%s of additional disk space will be used."
-msgstr "將使用 %s 額外磁碟空間。"
-
-#: ../urpmi:617
-#, c-format
-msgid "%s of disk space will be freed."
-msgstr "將釋放 %s 磁碟空間。"
-
-#: ../urpmi:618
-#, c-format
-msgid "%s of packages will be retrieved."
-msgstr "將取得 %s 軟體套件。"
-
-#: ../urpmi:619
-#, c-format
-msgid "Proceed with the installation of one package?"
-msgid_plural "Proceed with the installation of the %d packages?"
-msgstr[0] "繼續安裝這 %d 個套件?"
-
-#: ../urpmi:640
-#, c-format
-msgid "Cancel"
-msgstr "取消"
-
-#: ../urpmi:648
-#, c-format
-msgid "Press Enter when mounted..."
-msgstr "掛載好後請按 Enter..."
-
-#. -PO: The URI types strings 'file:', 'ftp:', 'http:', and 'cdrom:' must not be translated!
-#. -PO: neither the ``with''. Only what is between <brackets> can be translated.
-#: ../urpmi.addmedia:36
-#, c-format
-msgid ""
-"usage: urpmi.addmedia [options] <name> <url>\n"
-"where <url> is one of\n"
-" [file:/]/<path>\n"
-" ftp://<login>:<password>@<host>/<path>\n"
-" ftp://<host>/<path>\n"
-" http://<host>/<path>\n"
-" cdrom://<path>\n"
-"\n"
-"usage: urpmi.addmedia [options] --distrib --mirrorlist <url>\n"
-"usage: urpmi.addmedia [options] --mirrorlist <url> <name> <relative path>\n"
-"\n"
-"examples:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"and [options] are from\n"
-msgstr ""
-"用法: urpmi.addmedia [選項] <名稱> <url>\n"
-"其中 <url> 是以下其中一項\n"
-" [file:/]/<路徑>\n"
-" ftp://<登入名稱>:<密碼>@<主機名稱>/<路徑>\n"
-" ftp://<主機名稱>/<路徑>\n"
-" http://<主機名稱>/<路徑>\n"
-" cdrom://<路徑>\n"
-"\n"
-"用法:urpmi.addmedia [選項] --distrib --mirrorlist <url>\n"
-"用法:urpmi.addmedia [選項] --mirrorlist <url> <名稱> <相對路徑>\n"
-"\n"
-"範例:\n"
-"\n"
-" urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'\n"
-" urpmi.addmedia --mirrorlist '$MIRRORLIST' backports media/main/backports\n"
-"\n"
-"\n"
-"而 [選項] 是來自\n"
-
-#: ../urpmi.addmedia:55 ../urpmi.update:33 ../urpmq:73
-#, c-format
-msgid " --wget - use wget to retrieve distant files.\n"
-msgstr " --wget - 使用 wget 擷取遠端檔案。\n"
-
-#: ../urpmi.addmedia:56 ../urpmi.update:34 ../urpmq:74
-#, c-format
-msgid " --curl - use curl to retrieve distant files.\n"
-msgstr " --curl - 使用 curl 擷取遠端檔案。\n"
-
-#: ../urpmi.addmedia:57 ../urpmi.update:35 ../urpmq:75
-#, c-format
-msgid " --prozilla - use prozilla to retrieve distant files.\n"
-msgstr " --prozilla - 使用 prozilla 擷取遠端檔案。\n"
-
-#: ../urpmi.addmedia:58 ../urpmi.update:36
-#, fuzzy, c-format
-msgid " --aria2 - use aria2 to retrieve distant files.\n"
-msgstr " --curl - 使用 curl 擷取遠端檔案。\n"
-
-#: ../urpmi.addmedia:65
-#, c-format
-msgid ""
-" --update - create an update medium, \n"
-" or discard non-update media (when used with --distrib)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:67
-#, c-format
-msgid ""
-" --xml-info - use the specific policy for downloading xml info files\n"
-" one of: never, on-demand, update-only, always. cf urpmi."
-"cfg(5)\n"
-msgstr ""
-
-#: ../urpmi.addmedia:69
-#, c-format
-msgid " --probe-synthesis - use synthesis file.\n"
-msgstr " --probe-synthesis - 使用 synthesis 檔案。\n"
-
-#: ../urpmi.addmedia:70
-#, c-format
-msgid " --probe-rpms - use rpm files (instead of synthesis).\n"
-msgstr " --probe-rpms - 使用 RPM 檔案 (而非 synthesis)。\n"
-
-#: ../urpmi.addmedia:71
-#, c-format
-msgid " --no-probe - do not try to find any synthesis file.\n"
-msgstr " --no-probe - 不嘗試尋找任何 synthesis 檔案。\n"
-
-#: ../urpmi.addmedia:73
-#, c-format
-msgid ""
-" --distrib - automatically create all media from an installation\n"
-" medium.\n"
-msgstr " --distrib - 自動根據安裝媒體建立所有的媒體。\n"
-
-#: ../urpmi.addmedia:75
-#, c-format
-msgid " --interactive - with --distrib, ask confirmation for each media\n"
-msgstr " --interactive - 搭配 --distrib,每個媒體都要徵詢同意\n"
-
-#: ../urpmi.addmedia:76
-#, c-format
-msgid " --all-media - with --distrib, add every listed media\n"
-msgstr " --all-media - 搭配 --distrib,加入所有列出的媒體\n"
-
-#: ../urpmi.addmedia:77
-#, c-format
-msgid ""
-" --from - use specified url for list of mirrors, the default is\n"
-" %s\n"
-msgstr ""
-" --from - 使用指定的 URL 取得映射站台清單,預設為\n"
-" %s\n"
-
-#: ../urpmi.addmedia:79
-#, c-format
-msgid " --virtual - create virtual media wich are always up-to-date.\n"
-msgstr " --virtual - 建立永遠保持於最新狀態的虛擬媒體。\n"
-
-#: ../urpmi.addmedia:80 ../urpmi.update:44
-#, c-format
-msgid " --no-md5sum - disable MD5SUM file checking.\n"
-msgstr " --no-md5sum - 不使用 MD5SUM 檔案檢查功能。\n"
-
-#: ../urpmi.addmedia:81
-#, c-format
-msgid " --nopubkey - don't import pubkey of added media\n"
-msgstr " --nopubkey - 不匯入新增的媒體的公鑰\n"
-
-#: ../urpmi.addmedia:82
-#, c-format
-msgid " --raw - add the media in config, but don't update it.\n"
-msgstr " --raw - 加入這個媒介到設定檔中,但不更新它。\n"
-
-#: ../urpmi.addmedia:83 ../urpmi.removemedia:43 ../urpmi.update:53
-#, c-format
-msgid " -q - quiet mode.\n"
-msgstr " -q - 安靜模式。\n"
-
-#: ../urpmi.addmedia:84 ../urpmi.removemedia:44 ../urpmi.update:54
-#, c-format
-msgid " -v - verbose mode.\n"
-msgstr " -v - 完整訊息模式。\n"
-
-#: ../urpmi.addmedia:104
-#, c-format
-msgid "known xml-info policies are %s"
-msgstr "已知的 xml-info 政策為 %s"
-
-#: ../urpmi.addmedia:115
-#, c-format
-msgid "no argument needed for --distrib --mirrorlist <url>"
-msgstr "--distrib --mirrorlist <url> 不需要參數"
-
-#: ../urpmi.addmedia:120
-#, c-format
-msgid "bad <url> (for local directory, the path must be absolute)"
-msgstr "錯誤的 <url> (對於本地目錄,必須使用絕對路徑)"
-
-#: ../urpmi.addmedia:124
-#, c-format
-msgid "Only superuser is allowed to add media"
-msgstr "只有管理者才能新增媒體"
-
-#: ../urpmi.addmedia:127
-#, c-format
-msgid "creating config file [%s]"
-msgstr "正在建立設定檔 [%s]"
-
-#: ../urpmi.addmedia:128
-#, c-format
-msgid "Can't create config file [%s]"
-msgstr "無法建立設定檔 [%s]"
-
-#: ../urpmi.addmedia:136
-#, c-format
-msgid "no need to give <relative path of synthesis> with --distrib"
-msgstr "--distrib 不需給予 <synthesis 檔案的相對路徑>"
-
-#: ../urpmi.addmedia:144
-#, fuzzy, c-format
-msgid ""
-"\n"
-"Do you want to add media '%s'?"
-msgstr ""
-"\n"
-"您要加入媒體 '%s'"
-
-#: ../urpmi.addmedia:170
-#, c-format
-msgid "<relative path of synthesis> missing\n"
-msgstr "<synthesis 檔案的相對路徑> 遺失\n"
-
-#: ../urpmi.addmedia:173
-#, c-format
-msgid "Can't use %s with remote medium"
-msgstr "遠端媒體無法使用 %s"
-
-#: ../urpmi.addmedia:185
-#, c-format
-msgid "unable to add medium"
-msgstr "無法增加媒體"
-
-#: ../urpmi.recover:28
-#, c-format
-msgid ""
-"urpmi.recover version %s\n"
-"Copyright (C) 2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmi.recover 版本號 %s\n"
-"Copyright (C) 2006 Mandriva。\n"
-"這是自由軟體並可於 GNU GPL 條款下重新散佈。\n"
-"\n"
-"用法:\n"
-
-#: ../urpmi.recover:34
-#, c-format
-msgid " --checkpoint - set repackaging start now\n"
-msgstr " --checkpoint - 設定現在開始重新打包\n"
-
-#: ../urpmi.recover:35
-#, c-format
-msgid " --noclean - don't clean repackage directory on checkpoint\n"
-msgstr " --noclean - 不清除檢查點的重新打包目錄。\n"
-
-#: ../urpmi.recover:37
-#, c-format
-msgid ""
-" --list - list transactions since provided date/duration argument\n"
-msgstr " --list - 列出給定的日期至今或給定的期間內的交易\n"
-
-#: ../urpmi.recover:38
-#, c-format
-msgid " --list-all - list all transactions in rpmdb (long)\n"
-msgstr " --list-all - 列出 rpmdb 中的所有交易 (long)\n"
-
-#: ../urpmi.recover:39
-#, c-format
-msgid " --list-safe - list transactions since checkpoint\n"
-msgstr " --list-safe - 列出檢查點至今的交易\n"
-
-#: ../urpmi.recover:40
-#, c-format
-msgid ""
-" --rollback - rollback until specified date,\n"
-" or rollback the specified number of transactions\n"
-msgstr " --rollback - 回復到特定的日期,或者回復特定的交易\n"
-
-#: ../urpmi.recover:42
-#, c-format
-msgid " --disable - turn off repackaging\n"
-msgstr " --disable - 關閉重新打包\n"
-
-#: ../urpmi.recover:57
-#, c-format
-msgid "Invalid date or duration [%s]\n"
-msgstr "錯誤的日期或期間 [%s]\n"
-
-#: ../urpmi.recover:65
-#, c-format
-msgid "Repackage directory not defined\n"
-msgstr "沒有定義重新打包目錄\n"
-
-#: ../urpmi.recover:68
-#, c-format
-msgid "Can't write to repackage directory [%s]\n"
-msgstr "無法寫入重新打包目錄 [%s]\n"
-
-#: ../urpmi.recover:70
-#, c-format
-msgid "Cleaning up repackage directory [%s]...\n"
-msgstr "正在清除重新打包目錄 [%s]...\n"
-
-#: ../urpmi.recover:72
-#, c-format
-msgid "%d file removed\n"
-msgid_plural "%d files removed\n"
-msgstr[0] "移除了 %d 個檔案\n"
-
-#: ../urpmi.recover:82
-#, c-format
-msgid "Spurious command-line arguments [%s]\n"
-msgstr "不合理的命令列參數 [%s]\n"
-
-#: ../urpmi.recover:84
-#, c-format
-msgid "You can't specify --checkpoint and --rollback at the same time\n"
-msgstr "您不能同時指定 --checkpoint 以及 --rollback\n"
-
-#: ../urpmi.recover:86
-#, c-format
-msgid "You can't specify --checkpoint and --list at the same time\n"
-msgstr "您不能同時指定 --checkpoint 以及 --list\n"
-
-#: ../urpmi.recover:88
-#, c-format
-msgid "You can't specify --rollback and --list at the same time\n"
-msgstr "您不能同時指定 --rollback 以及 --list\n"
-
-#: ../urpmi.recover:90
-#, c-format
-msgid "You can't specify --disable along with another option"
-msgstr "您不能在指定 --disable 的同時加上其他任何選項"
-
-#: ../urpmi.recover:115
-#, c-format
-msgid "No transaction found since %s\n"
-msgstr "從 %s 至今沒有找到任何交易\n"
-
-#: ../urpmi.recover:130
-#, c-format
-msgid "You must be superuser to do this"
-msgstr "您必須是超級使用者才能執行"
-
-#: ../urpmi.recover:143 ../urpmi.recover:209
-#, c-format
-msgid "Writing rpm macros file [%s]...\n"
-msgstr "正在寫入 rpm 巨集檔 [%s]...\n"
-
-#: ../urpmi.recover:185
-#, c-format
-msgid "No rollback date found\n"
-msgstr "沒有找到回復日期\n"
-
-#: ../urpmi.recover:188
-#, c-format
-msgid "Rollback until %s...\n"
-msgstr "回復到 %s...\n"
-
-#: ../urpmi.recover:195
-#, c-format
-msgid "Disabling repackaging\n"
-msgstr "關閉重新打包\n"
-
-#: ../urpmi.removemedia:38
-#, c-format
-msgid ""
-"usage: urpmi.removemedia (-a | <name> ...)\n"
-"where <name> is a medium name to remove.\n"
-msgstr ""
-"用法:urpmi.removemedia (-a | <名稱> ...)\n"
-"其中 <名稱> 是要移除的媒體名稱。\n"
-
-#: ../urpmi.removemedia:41
-#, c-format
-msgid " -a - select all media.\n"
-msgstr " -a - 選擇全部的媒體。\n"
-
-#: ../urpmi.removemedia:42
-#, c-format
-msgid " -y - fuzzy match on media names.\n"
-msgstr " -y - 對媒體名稱進行模糊比對。\n"
-
-#: ../urpmi.removemedia:59
-#, c-format
-msgid "Only superuser is allowed to remove media"
-msgstr "只有管理者才可以移除媒體"
-
-#: ../urpmi.removemedia:72
-#, c-format
-msgid "nothing to remove (use urpmi.addmedia to add a media)\n"
-msgstr "沒有東西可以移除 (使用 urpmi.addmedia 來新增一個媒體)\n"
-
-#: ../urpmi.removemedia:78
-#, c-format
-msgid ""
-"the entry to remove is missing\n"
-"(one of %s)\n"
-msgstr ""
-"要移除的項目遺失\n"
-"(%s 的其中之一)\n"
-
-#: ../urpmi.update:30
-#, c-format
-msgid ""
-"usage: urpmi.update [options] <name> ...\n"
-"where <name> is a medium name to update.\n"
-msgstr ""
-"用法:urpmi.update [選項] <名稱> ...\n"
-"其中 <名稱> 為要更新的媒體名稱。\n"
-
-#: ../urpmi.update:43
-#, c-format
-msgid " --update - update only update media.\n"
-msgstr " --update - 只更新更新的媒體。\n"
-
-#: ../urpmi.update:45
-#, c-format
-msgid " --force-key - force update of gpg key.\n"
-msgstr " --force-key - 強制更新 gpg 鑰匙。\n"
-
-#: ../urpmi.update:46
-#, c-format
-msgid " --ignore - don't update, mark the media as ignored.\n"
-msgstr " --ignore - 不更新,並標示此媒體為略過。\n"
-
-#: ../urpmi.update:47
-#, c-format
-msgid " --no-ignore - don't update, mark the media as enabled.\n"
-msgstr " --no-ignore - 不更新,並將此媒體標示為啟用。\n"
-
-#: ../urpmi.update:49
-#, fuzzy, c-format
-msgid " --probe-rpms - do not use synthesis, use rpm files directly\n"
-msgstr " --no-probe - 不尋找任何 synthesis 或 hdlist 檔案。\n"
-
-#: ../urpmi.update:50
-#, c-format
-msgid " -a - select all non-removable media.\n"
-msgstr " -a - 選擇所有不可移除式媒體。\n"
-
-#: ../urpmi.update:51
-#, fuzzy, c-format
-msgid " -f - force updating synthesis\n"
-msgstr " -f - 強制產生 hdlist 檔案。\n"
-
-#: ../urpmi.update:52
-#, fuzzy, c-format
-msgid " -ff - really force updating synthesis\n"
-msgstr " -f - 強制產生 hdlist 檔案。\n"
-
-#: ../urpmi.update:69
-#, c-format
-msgid "Only superuser is allowed to update media"
-msgstr "只有管理者才能跟新媒體"
-
-#: ../urpmi.update:78
-#, c-format
-msgid "nothing to update (use urpmi.addmedia to add a media)\n"
-msgstr "沒有東西可供更新 (使用 urpmi.addmedia 以新增一個媒體)\n"
-
-#: ../urpmi.update:87
-#, c-format
-msgid ""
-"the entry to update is missing\n"
-"(one of %s)\n"
-msgstr ""
-"要更新的項目遺失\n"
-"(%s 的其中之一)\n"
-
-#: ../urpmi.update:102
-#, c-format
-msgid "\"%s\""
-msgstr "\"%s\""
-
-#: ../urpmi.update:103
-#, c-format
-msgid "ignoring media %s"
-msgstr "略過媒體 %s"
-
-#: ../urpmi.update:103
-#, c-format
-msgid "enabling media %s"
-msgstr "啟用媒體 %s"
-
-#: ../urpmq:40
-#, c-format
-msgid ""
-"urpmq version %s\n"
-"Copyright (C) 2000-2006 Mandriva.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"usage:\n"
-msgstr ""
-"urpmq 版本號 %s\n"
-"Copyright (C) 2000-2006 Mandriva。\n"
-"這是自由軟體並可於 GNU GPL 條款下重新散佈。\n"
-"\n"
-"用法:\n"
-
-#: ../urpmq:48
-#, c-format
-msgid ""
-" --searchmedia - use only the given media to search requested (or updated) "
-"packages.\n"
-msgstr " --searchmedia - 只使用指定的媒體來搜尋或升級套件。\n"
-
-#: ../urpmq:53
-#, c-format
-msgid " --auto-orphans - list orphans\n"
-msgstr ""
-
-#: ../urpmq:55
-#, c-format
-msgid " --fuzzy - impose fuzzy search (same as -y).\n"
-msgstr " --fuzzy - 加上模糊搜尋 (與 -y 相同)。\n"
-
-#: ../urpmq:58
-#, c-format
-msgid " --list - list available packages.\n"
-msgstr " --list - 列出可用的的套件。\n"
-
-#: ../urpmq:59
-#, c-format
-msgid " --list-media - list available media.\n"
-msgstr " --list-media - 列出可用的媒體。\n"
-
-#: ../urpmq:60
-#, c-format
-msgid " --list-url - list available media and their url.\n"
-msgstr " --list-url - 列出可用的媒體與其 URL。\n"
-
-#: ../urpmq:61
-#, c-format
-msgid " --list-nodes - list available nodes when using --parallel.\n"
-msgstr " --list-nodes - 當使用 --parallel 選項時列出可用的節點。\n"
-
-#: ../urpmq:62
-#, c-format
-msgid " --list-aliases - list available parallel aliases.\n"
-msgstr " --list-aliases - 列出可用的同步管理別名。\n"
-
-#: ../urpmq:63
-#, c-format
-msgid ""
-" --dump-config - dump the config in form of urpmi.addmedia argument.\n"
-msgstr " --dump-config - 以 urpmi.addmedia 的參數形式的匯出設定值。\n"
-
-#: ../urpmq:64
-#, c-format
-msgid " --src - next package is a source package (same as -s).\n"
-msgstr " --src - 下個套件是原始碼套件 (與 -s 相同)。\n"
-
-#: ../urpmq:65
-#, c-format
-msgid ""
-" --sources - give all source packages before downloading (root only).\n"
-msgstr " --sources - 下載前先給予所有的原始碼套件 (僅供管理者使用).\n"
-
-#: ../urpmq:67
-#, c-format
-msgid " --ignorearch - allow to query rpms for unmatched architectures.\n"
-msgstr " --ignorearch - 允許查詢硬體架構不相符的 RPM 檔。\n"
-
-#: ../urpmq:71
-#, c-format
-msgid ""
-" --use-distrib - configure urpmi on the fly from a distrib tree.\n"
-" This permit to querying a distro.\n"
-msgstr ""
-" --use-distrib - 立即由一個散佈套件樹設定 urpmi。可用來查詢散佈\n"
-" 套件。\n"
-
-#: ../urpmq:81
-#, c-format
-msgid " --changelog - print changelog.\n"
-msgstr " --changelog - 顯示更新紀錄。\n"
-
-#: ../urpmq:82
-#, fuzzy, c-format
-msgid " --conflicts - print conflicts.\n"
-msgstr " --conflicts - 衝突標籤\n"
-
-#: ../urpmq:83
-#, fuzzy, c-format
-msgid " --obsoletes - print obsoletes.\n"
-msgstr " --obsoletes - 淘汰標籤\n"
-
-#: ../urpmq:84
-#, fuzzy, c-format
-msgid " --provides - print provides.\n"
-msgstr " --provides - 提供標籤\n"
-
-#: ../urpmq:85
-#, fuzzy, c-format
-msgid " --requires - print requires.\n"
-msgstr " --requires - 需要標籤\n"
-
-#: ../urpmq:86
-#, fuzzy, c-format
-msgid " --suggests - print suggests.\n"
-msgstr " --suggests - 建議標籤\n"
-
-#: ../urpmq:87
-#, fuzzy, c-format
-msgid " --sourcerpm - print sourcerpm.\n"
-msgstr " --sourcerpm - 原始碼套件名稱\n"
-
-#: ../urpmq:88
-#, c-format
-msgid " --summary, -S - print summary.\n"
-msgstr " --summary, -S - 顯示摘要。\n"
-
-#: ../urpmq:90
-#, fuzzy, c-format
-msgid ""
-" --requires-recursive, -d\n"
-" - query package dependencies.\n"
-msgstr " -d - 延伸套件相依性的查詢。\n"
-
-#: ../urpmq:92
-#, c-format
-msgid " --whatrequires - reverse search to what requires package.\n"
-msgstr " --whatrequires - 逆向搜尋何者需要此套件。\n"
-
-#: ../urpmq:93
-#, c-format
-msgid ""
-" --whatrequires-recursive\n"
-" - extended reverse search (includes virtual packages).\n"
-msgstr ""
-" --whatrequires-recursive\n"
-" - 進階逆向搜尋 (包含虛擬套件)。\n"
-
-#: ../urpmq:95
-#, fuzzy, c-format
-msgid ""
-" --whatprovides, -p\n"
-" - search in provides to find package.\n"
-msgstr " -p - 於 provides 中搜尋套件。\n"
-
-#: ../urpmq:98
-#, c-format
-msgid " -c - complete output with package to be removed.\n"
-msgstr " -c - 完整輸出要移除的套件。\n"
-
-#: ../urpmq:100
-#, c-format
-msgid " -g - print groups with name also.\n"
-msgstr " -g - 顯示群組名稱。\n"
-
-#: ../urpmq:101
-#, c-format
-msgid " -i - print useful information in human readable form.\n"
-msgstr " -i - 以人類可讀的形式顯示有用資訊。\n"
-
-#: ../urpmq:102
-#, c-format
-msgid " -l - list files in package.\n"
-msgstr " -l - 列出套件內包含的檔案。\n"
-
-#: ../urpmq:103
-#, fuzzy, c-format
-msgid " -m - equivalent to -du\n"
-msgstr " -q - 安靜模式。\n"
-
-#: ../urpmq:104
-#, c-format
-msgid " -r - print version and release with name also.\n"
-msgstr " -r - 顯示名稱時一併顯示版本號與發行編號。\n"
-
-#: ../urpmq:105
-#, c-format
-msgid " -s - next package is a source package (same as --src).\n"
-msgstr " -s - 下個套件是原始碼套件 (與 --src 相同)。\n"
-
-#: ../urpmq:106
-#, c-format
-msgid ""
-" -u - remove package if a more recent version is already "
-"installed.\n"
-msgstr " -u - 若已經安裝較新的版本則移除套件。\n"
-
-#: ../urpmq:107
-#, c-format
-msgid " -y - impose fuzzy search (same as --fuzzy).\n"
-msgstr " -y - 加上模糊搜尋 (與 --fuzzy 相同)。\n"
-
-#: ../urpmq:108
-#, c-format
-msgid " -Y - like -y, but forces to match case-insensitively.\n"
-msgstr " -Y - 類似 -y 參數,但強制比對大小寫。\n"
-
-#: ../urpmq:109
-#, c-format
-msgid " names or rpm files given on command line are queried.\n"
-msgstr " 查詢命令列給予的套件名稱或 RPM 檔案。\n"
-
-#: ../urpmq:156
-#, c-format
-msgid "usage: \"urpmq --auto-orphans\" with no argument"
-msgstr ""
-
-#: ../urpmq:209
-#, c-format
-msgid "--list-nodes can only be used with --parallel"
-msgstr "--list-nodes 參數只能夠配合 --parallel 參數一起使用"
-
-#: ../urpmq:233
-#, c-format
-msgid "use -l to list files"
-msgstr "使用 -l 列出檔案"
-
-#: ../urpmq:404
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for package %s"
-msgstr ""
-"注意:因為所有搜尋過的媒體都沒有使用 hdlists,所以 urpmf 無法回傳任何結果\n"
-
-#: ../urpmq:405
-#, fuzzy, c-format
-msgid "no xml info for medium \"%s\", only partial result for packages %s"
-msgstr ""
-"注意:因為所有搜尋過的媒體都沒有使用 hdlists,所以 urpmf 無法回傳任何結果\n"
-
-#: ../urpmq:408
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for package %s"
-msgstr ""
-"注意:因為所有搜尋過的媒體都沒有使用 hdlists,所以 urpmf 無法回傳任何結果\n"
-
-#: ../urpmq:409
-#, fuzzy, c-format
-msgid ""
-"no xml info for medium \"%s\", unable to return any result for packages %s"
-msgstr ""
-"注意:因為所有搜尋過的媒體都沒有使用 hdlists,所以 urpmf 無法回傳任何結果\n"
-
-#: ../urpmq:473
-#, c-format
-msgid "No changelog found\n"
-msgstr "沒有找到更新紀錄\n"
-
-#~ msgid " --update - create an update medium.\n"
-#~ msgstr " --update - 建立更新的媒體。\n"
-
-#~ msgid "malformed URL: [%s]"
-#~ msgstr "畸形的 URL:[%s]"
-
-#~ msgid "Error"
-#~ msgstr "錯誤"
-
-#~ msgid "%d installation transaction failed"
-#~ msgid_plural "%d installation transactions failed"
-#~ msgstr[0] "%d 個安裝程序失敗"
-
-#~ msgid "Package %s can not be installed"
-#~ msgstr "%s 套件無法安裝"
-
-#~ msgid "Checking to remove the following packages"
-#~ msgstr "正在檢查以移除下列套件"
-
-#~ msgid "%s database locked"
-#~ msgstr "%s 資料庫被鎖住了"
-
-#, fuzzy
-#~ msgid ""
-#~ " --auto - non-interactive mode, assume default answers to "
-#~ "questions. --auto\n"
-#~ msgstr " --auto - 非互動式模式,對問題使用預設的回答。\n"
-
-#~ msgid "Unknown option %s"
-#~ msgstr "未知的選項 %s"
-
-#~ msgid "too many mount points for removable medium \"%s\""
-#~ msgstr "可移除式媒體 \"%s\" 的掛載點過多"
-
-#~ msgid "Medium \"%s\" is an ISO image, will be mounted on-the-fly"
-#~ msgstr "媒體 \"%s\" 是一個光碟映像檔,將立即掛載起來"
-
-#~ msgid "using different removable device [%s] for \"%s\""
-#~ msgstr "使用不同的可移除式裝置 [%s] 於 \"%s\" "
-
-#~ msgid "unable to retrieve pathname for removable medium \"%s\""
-#~ msgstr "無法擷取可移除式媒體 \"%s\" 的路徑名稱"
-
-#, fuzzy
-#~ msgid "unable to mount the distribution medium"
-#~ msgstr "無法存取第一個安裝媒體"
-
-#~ msgid ""
-#~ "unable to access medium \"%s\",\n"
-#~ "this could happen if you mounted manually the directory when creating the "
-#~ "medium."
-#~ msgstr ""
-#~ "無法存取媒體 \"%s\",\n"
-#~ "這可能是因為您建立媒體時是手動將這個目錄掛載到系統裡的。"
-
-#~ msgid "inconsistent medium \"%s\" marked removable but not really"
-#~ msgstr "自相矛盾的媒體 \"%s\" 標示為可移除但是事實上卻不是這麼一回事"
-
-#~ msgid " -c - clean headers cache directory.\n"
-#~ msgstr " -c - 清除標頭快取目錄。\n"
-
-#~ msgid "virtual medium needs to be local"
-#~ msgstr "虛擬媒體必須在本地端"
-
-#~ msgid "Error generating names file: Can't write to file (%s)"
-#~ msgstr "生成名稱檔案時發生錯誤:無法寫入檔案 (%s)"
-
-#, fuzzy
-#~ msgid "unable to parse synthesis file of \"%s\""
-#~ msgstr "無法解析 \"%s\" 的 hdlist 檔案"
-
-#, fuzzy
-#~ msgid "computing md5sum of existing source hdlist (or synthesis) [%s]"
-#~ msgstr "計算來源 hdlist (或 synthesis) 的 md5sum"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should not have defined hdlist or list file, medium "
-#~ "ignored"
-#~ msgstr "虛擬媒體 \"%s\" 不應該指定 hdlist 或列表檔案,忽略這個媒體"
-
-#, fuzzy
-#~ msgid "invalid hdlist name"
-#~ msgstr "無效的 rpm 檔案名稱 [%s]"
-
-#~ msgid "unable to find list file for \"%s\", medium ignored"
-#~ msgstr "無法找到 \"%s\" 的列表檔案,忽略這個媒體"
-
-#, fuzzy
-#~ msgid "\"synthesis\" should not be set (medium \"%s\")"
-#~ msgstr "正在嘗試選擇不存在的媒體 \"%s\""
-
-#, fuzzy
-#~ msgid "\"synthesis\" should be set (medium \"%s\")"
-#~ msgstr "為媒體 \"%s\" 建立 hdlist synthesis 檔"
-
-#, fuzzy
-#~ msgid "unable to access list file of \"%s\""
-#~ msgstr "無法解析 \"%s\" 的 hdlist 檔案"
-
-#~ msgid "medium \"%s\" trying to use an already used hdlist, medium ignored"
-#~ msgstr "媒體 \"%s\" 正在嘗試使用一個已經被使用的 hdlist,忽略這個媒體"
-
-#~ msgid "medium \"%s\" trying to use an already used list, medium ignored"
-#~ msgstr "媒體 \"%s\" 正在嘗試使用一個已經被使用的列表,忽略這個媒體"
-
-#, fuzzy
-#~ msgid ""
-#~ "Note: no hdlist for medium \"%s\", unable to return any result for it"
-#~ msgstr ""
-#~ "注意:因為所有搜尋過的媒體都沒有使用 hdlists,所以 urpmf 無法回傳任何結"
-#~ "果\n"
-
-#~ msgid "performing second pass to compute dependencies\n"
-#~ msgstr "正在進行第二個步驟,相依性的計算\n"
-
-#~ msgid "building hdlist [%s]"
-#~ msgstr "正在建立 hdlist [%s]"
-
-#~ msgid ""
-#~ "Unable to build synthesis file for medium \"%s\". Your hdlist file may be "
-#~ "corrupted."
-#~ msgstr "無法為媒介 \"%s\" 建立 synthesis 檔。您的 hdlist 檔可能並不標準。"
-
-#~ msgid "problem reading hdlist or synthesis file of medium \"%s\""
-#~ msgstr "讀取 \"%s\" 媒體的 hdlist 或 synthesis 檔案時發生問題"
-
-#~ msgid "computing md5sum of copied source hdlist (or synthesis)"
-#~ msgstr "正在計算複製的來源 hdlist (或 synthesis) 的 md5sum"
-
-#~ msgid "...retrieving failed: md5sum mismatch"
-#~ msgstr "...擷取失敗:md5sum 不合"
-
-#~ msgid "no rpm files found from [%s]"
-#~ msgstr "在 [%s] 內找不到 rpm 檔案"
-
-#~ msgid "unable to read rpm files from [%s]: %s"
-#~ msgstr "無法由 [%s] 讀取 rpm 套件:%s"
-
-#~ msgid "no rpms read"
-#~ msgstr "沒有讀取到任何的 rpm"
-
-#~ msgid "reading headers from medium \"%s\""
-#~ msgstr "正在讀取媒體 \"%s\" 的標頭"
-
-#, fuzzy
-#~ msgid " --probe-synthesis - use synthesis file.\n"
-#~ msgstr " --probe-synthesis - 嘗試尋找並使用 synthesis 檔案。\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - 嘗試尋找並使用 hdlist 檔案。\n"
-
-#~ msgid ""
-#~ "Note: since no media searched uses hdlists, urpmf was unable to return "
-#~ "any result\n"
-#~ msgstr ""
-#~ "注意:因為所有搜尋過的媒體都沒有使用 hdlists,所以 urpmf 無法回傳任何結"
-#~ "果\n"
-
-#~ msgid "You may want to use --name to search for package names.\n"
-#~ msgstr "您或許想要使用 --name 參數來搜尋套件名稱。\n"
-
-#~ msgid " --src, -s - next package is a source package.\n"
-#~ msgstr " --src, -s - 下個套件是原始碼套件。\n"
-
-#, fuzzy
-#~ msgid " --probe-hdlist - use hdlist file.\n"
-#~ msgstr " --probe-hdlist - 嘗試尋找並使用 hdlist 檔案。\n"
-
-#~ msgid "unable to update medium \"%s\"\n"
-#~ msgstr "無法更新媒體 \"%s\"\n"
-
-#~ msgid "unable to create medium \"%s\"\n"
-#~ msgstr "無法建立媒體 \"%s\"\n"
-
-#~ msgid "there are multiple packages with the same rpm filename \"%s\""
-#~ msgstr "有多個套件具有相同的 rpm 檔名 \"%s\""
-
-#~ msgid "unable to correctly parse [%s] on value \"%s\""
-#~ msgstr "在值 \"%2$s\" 上無法正確解析 [%1$s]"
-
-#~ msgid "(retry as root?)"
-#~ msgstr "(以 root 重試?)"
-
-#~ msgid ""
-#~ "medium \"%s\" uses an invalid list file:\n"
-#~ " mirror is probably not up-to-date, trying to use alternate method"
-#~ msgstr ""
-#~ "媒體 \"%s\" 使用一個無效的列表檔案:\n"
-#~ " 映射站可能不在最新狀態,正在嘗試使用替代的方案"
-
-#~ msgid "medium \"%s\" does not define any location for rpm files"
-#~ msgstr "媒體 \"%s\" 沒有定義任何 rpm 檔案的位置"
-
-#~ msgid "unrequested"
-#~ msgstr "未被要求"
-
-#~ msgid " (%d MB)"
-#~ msgstr " (%d MB)"
-
-#~ msgid "adding package %s (id=%d, eid=%d, update=%d, file=%s)"
-#~ msgstr "正在新增套件 %s (id = %d,eid = %d,更新 = %d,檔案 = %s)"
-
-#~ msgid ""
-#~ "The following packages have bad signatures:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "Do you want to continue installation ?"
-#~ msgstr ""
-#~ "下列套件的簽章並不正確:\n"
-#~ "%s\n"
-#~ "\n"
-#~ "您要繼續安裝嗎?"
-
-#~ msgid "You need to be root to use --use-distrib"
-#~ msgstr "您必須是 root 才能使用 --use-distrib"
-
-#~ msgid "unable to remove package %s"
-#~ msgstr "無法移除套件 %s"
-
-#~ msgid "No filelist found\n"
-#~ msgstr "沒有找到檔案列表\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages will be removed (%d MB)"
-#~ msgstr "為了滿足相依性,下列 %d 個套件將被移除 (%d MB)"
-
-#~ msgid "(%d packages, %d MB)"
-#~ msgstr "(%d 個套件,共 %d MB)"
-
-#~ msgid ""
-#~ " -P - do not search in provides to find package (default).\n"
-#~ msgstr " -P - 不於 provides 中搜尋套件 (預設值)。\n"
-
-#~ msgid " -R - reverse search to what requires package.\n"
-#~ msgstr " -R - 逆向搜尋何者需要此套件。\n"
-
-#~ msgid ""
-#~ " -RR - extended reverse search (includes virtual packages).\n"
-#~ msgstr " -RR - 進階逆向搜尋 (包含虛擬套件)。\n"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "為了滿足相依性的需求,下面的 %d 個套件也必須一併安裝:\n"
-#~ "%s\n"
-
-#~ msgid "skipping media %s: no hdlist"
-#~ msgstr "略過媒體 %s:沒有 hdlist 檔"
-
-#~ msgid "node %s has an old version of urpme, please upgrade"
-#~ msgstr "節點 %s 使用的是舊版的 urpme,請升級"
-
-#~ msgid "Propagating synthesis to nodes..."
-#~ msgstr "正在將綜合文件同步到節點..."
-
-#~ msgid "Resolving dependencies on nodes..."
-#~ msgstr "正在處理節點的相依性"
-
-#~ msgid "Distributing files to nodes..."
-#~ msgstr "正在將檔案發佈到節點..."
-
-#~ msgid "Verifying if install is possible on nodes..."
-#~ msgstr "正在驗證是否可在節點上進行安裝..."
-
-#~ msgid "Installing packages on nodes..."
-#~ msgstr "正在由節點安裝套件..."
-
-#~ msgid "Propagating synthesis to %s..."
-#~ msgstr "正在將綜合文件傳送到 %s..."
-
-#~ msgid "Resolving dependencies on %s..."
-#~ msgstr "正在解决 %s 上的相依性..."
-
-#~ msgid "Distributing files to %s..."
-#~ msgstr "正在發佈檔案到 %s"
-
-#~ msgid "Verifying if install is possible on %s..."
-#~ msgstr "正在驗證使不可以在 %s 上進行安裝..."
-
-#~ msgid "Performing install on %s..."
-#~ msgstr "正在 %s 上進行安装..."
-
-#~ msgid "Preparing install on %s..."
-#~ msgstr "正在準備安裝到 %s 上..."
-
-#~ msgid " --probe-synthesis - try to find and use synthesis file.\n"
-#~ msgstr " --probe-synthesis - 嘗試尋找並使用 synthesis 檔案。\n"
-
-#~ msgid " --probe-hdlist - try to find and use hdlist file.\n"
-#~ msgstr " --probe-hdlist - 嘗試尋找並使用 hdlist 檔案。\n"
-
-#~ msgid "`with' missing for network media\n"
-#~ msgstr "使用網路媒體時遺漏了 `with'\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "unknown options '%s'\n"
-#~ msgstr ""
-#~ "\n"
-#~ "未知的選項 '%s'\n"
-
-#~ msgid "unable to find hdlist file for \"%s\", medium ignored"
-#~ msgstr "無法找到 \"%s\" 的 hdlist 檔案,忽略這個媒體"
-
-#~ msgid "inconsistent list file for \"%s\", medium ignored"
-#~ msgstr "\"%s\" 的列表檔案自相矛盾,忽略這個媒體"
-
-#~ msgid "unable to inspect list file for \"%s\", medium ignored"
-#~ msgstr "無法檢查 \"%s\" 的清單檔案,忽略這個媒體"
-
-#~ msgid "there doesn't seem to be devices in the chroot in \"%s\""
-#~ msgstr "似乎沒有裝置在位於 \"%s\" 的 chroot 內"
-
-#~ msgid "virtual medium \"%s\" is not local, medium ignored"
-#~ msgstr "虛擬媒體 \"%s\" 不在本地端,忽略這個媒體"
-
-#~ msgid ""
-#~ "virtual medium \"%s\" should have valid source hdlist or synthesis, "
-#~ "medium ignored"
-#~ msgstr ""
-#~ "虛擬媒體 \"%s\" 應該有個有效的來源 hdlist 或 synthesis 檔案,忽略這個媒體"
-
-#~ msgid "copying source hdlist (or synthesis) of \"%s\"..."
-#~ msgstr "正在複製 \"%s\" 的來源 hdlist (或 synthesis)..."
-
-#~ msgid "retrieval of source hdlist (or synthesis) failed"
-#~ msgstr "擷取來源 hdlist (或 synthesis) 失敗"
-
-#~ msgid "file [%s] already used in the same medium \"%s\""
-#~ msgstr "檔案 [%s] 已經在相同的媒體 \"%s\" 中使用了"
-
-#~ msgid "nothing written in list file for \"%s\""
-#~ msgstr "沒有寫入資料到 \"%s\" 的列表檔"
-
-#~ msgid "found %d headers in cache"
-#~ msgstr "在快取中找到 %d 個標頭"
-
-#~ msgid "removing %d obsolete headers in cache"
-#~ msgstr "正在移除 %d 個在快取內被廢棄的標頭"
-
-#~ msgid "using process %d for executing transaction"
-#~ msgstr "正在使用第 %d 號程序執行交辦的安裝程序"
-
-#~ msgid " --norebuild - don't try to rebuild hdlist if not readable.\n"
-#~ msgstr ""
-#~ " --norebuild - 如果 hdlist 檔案無法讀取,不要嘗試重新建立\n"
-#~ " 它。\n"
-
-#~ msgid "The following package names were assumed: %s"
-#~ msgstr "以下套件名稱是臆測的:%s"
-
-#~ msgid "copying hdlists file..."
-#~ msgstr "正在複製 hdlist 檔案..."
-
-#~ msgid "invalid hdlist description \"%s\" in hdlists file"
-#~ msgstr "hdlists 檔案中包含了無效的 hdlist 敘述 \"%s\""
-
-#~ msgid "Is this OK?"
-#~ msgstr "這樣可以嗎?"
-
-#~ msgid ""
-#~ " --version - use specified distribution version, the default is "
-#~ "taken\n"
-#~ " from the version of the distribution told by the\n"
-#~ " installed mandriva-release package.\n"
-#~ msgstr ""
-#~ " --version - 使用指定的散佈套件版號,預設值決定於安裝於系統上的\n"
-#~ " mandriva-release 套件回報的散佈套件版本。\n"
-
-#~ msgid ""
-#~ " --arch - use specified architecture, the default is arch of\n"
-#~ " mandriva-release package installed.\n"
-#~ msgstr ""
-#~ " --arch - 使用指定的硬體平台,預設值決定於安裝於系統上的\n"
-#~ " mandriva-release 套件所使用的平台。\n"
-
-#~ msgid ""
-#~ " --headers - extract headers for package listed from urpmi db to\n"
-#~ " stdout (root only).\n"
-#~ msgstr ""
-#~ " --headers - 由 urpmi 資料庫中擷取套件標頭到標準輸出 (僅供管理者\n"
-#~ " 使用)。\n"
-
-#~ msgid "rpm2header utility not found, impossible to use the --header option"
-#~ msgstr "找不到 rpm2header 這個工具,無法使用 --header 這個選項"
-
-#~ msgid ""
-#~ "To satisfy dependencies, the following %d packages are going to be "
-#~ "installed (%d MB)"
-#~ msgstr "為了滿足相依性,下列的 %d 個套件 (%d MB) 將一併安裝"
-
-#~ msgid "installing %s\n"
-#~ msgstr "正在安裝 %s\n"
-
-#~ msgid ""
-#~ "Automatic installation of packages...\n"
-#~ "You requested installation of package %s\n"
-#~ msgstr ""
-#~ "自動化套件安裝...\n"
-#~ "您要求安裝的套件 %s\n"
-
-#~ msgid "%s: command not found\n"
-#~ msgstr "%s:找不到指令\n"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "某些要求的套件無法安裝:\n"
-#~ "%s\n"
-#~ "要繼續嗎?"
-
-#~ msgid ""
-#~ "The following packages have to be removed for others to be upgraded:\n"
-#~ "%s\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "下列套件必須移除以便升級其他的套件:\n"
-#~ "%s\n"
-#~ "要繼續嗎?"
-
-#~ msgid "md5sum mismatch"
-#~ msgstr "md5sum 不合"
-
-#~ msgid ""
-#~ "urpmf version %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva.\n"
-#~ "This is free software and may be redistributed under the terms of the GNU "
-#~ "GPL.\n"
-#~ "\n"
-#~ "usage:\n"
-#~ msgstr ""
-#~ "urpmf 版本 %s\n"
-#~ "Copyright (C) 2002-2004 Mandriva。\n"
-#~ "這是自由軟體並可於 GNU GPL 條款下重新散佈。\n"
-#~ "\n"
-#~ "使用方式:\n"
-
-#~ msgid " --synthesis - use the synthesis given instead of urpmi db.\n"
-#~ msgstr " --synthesis - 使用給定的 synthesis 檔,而非 urpmi 資料庫。\n"
-
-#~ msgid ""
-#~ " --quiet - do not print tag name (default if no tag given on "
-#~ "command\n"
-#~ " line, incompatible with interactive mode).\n"
-#~ msgstr ""
-#~ " --quiet - 不顯示標籤名稱 (除非在命令列給定參數,否則此為預\n"
-#~ " 設值;此外本模式並不相容於互動模式)。\n"
-
-#~ msgid " --uniq - do not print identical lines.\n"
-#~ msgstr " --uniq - 不顯示相同的訊息。\n"
-
-#~ msgid " --all - print all tags.\n"
-#~ msgstr " --all - 顯示全部的標籤。\n"
-
-#~ msgid " --summary - print tag summary: summary.\n"
-#~ msgstr " --summary - 列印摘要標籤:摘要。\n"
-
-#~ msgid " --description - print tag description: description.\n"
-#~ msgstr " --description - 顯示描述標籤:描述。\n"
-
-#~ msgid " --buildhost - print tag buildhost: build host.\n"
-#~ msgstr " --buildhost - 顯示建立主機標籤:建立主機。\n"
-
-#~ msgid " --provides - print tag provides: all provides.\n"
-#~ msgstr " --provides - 顯示提供標籤:提供。\n"
-
-#~ msgid " --requires - print tag requires: all requires.\n"
-#~ msgstr " --requires - 顯示需要標籤:需要。\n"
-
-#~ msgid " --files - print tag files: all files.\n"
-#~ msgstr " --files - 顯示檔案標籤:檔案。\n"
-
-#~ msgid " --obsoletes - print tag obsoletes: all obsoletes.\n"
-#~ msgstr " --obsoletes - 顯示廢棄標籤:廢棄。\n"
-
-#~ msgid ""
-#~ " --env - use specific environment (typically a bug\n"
-#~ " report).\n"
-#~ msgstr " --env - 使用特定環境 (一般用於臭蟲回報)。\n"
-
-#~ msgid " -i - ignore case distinctions in every pattern.\n"
-#~ msgstr " -i - 忽略每個樣版中的大小寫差異。\n"
-
-#~ msgid ""
-#~ " -a - binary AND operator, true if both expression are "
-#~ "true.\n"
-#~ msgstr " -a - 二元 AND 運算子,若兩表示式皆真則其值為真。\n"
-
-#~ msgid ""
-#~ " -o - binary OR operator, true if one expression is true.\n"
-#~ msgstr " -o - 二元 OR 運算子,若表示式之一為真則其值為真。\n"
-
-#~ msgid " ! - unary NOT, true if expression is false.\n"
-#~ msgstr " ! - 一元 NOT 運算子,若表示式假則其值為真。\n"
-
-#~ msgid " ( - left parenthesis to open group expression.\n"
-#~ msgstr " ( - 左括弧用來表示一組表示式的開始。\n"
-
-#~ msgid " ) - right parenthesis to close group expression.\n"
-#~ msgstr " ) - 右括弧用來表示一組表示式的結束。\n"
-
-#~ msgid ""
-#~ "callback is:\n"
-#~ "%s\n"
-#~ msgstr ""
-#~ "回傳值:\n"
-#~ "%s\n"
-
-#~ msgid ""
-#~ "\n"
-#~ "Continue?"
-#~ msgstr ""
-#~ "\n"
-#~ "要繼續嗎?"
-
-#~ msgid ""
-#~ "Some package requested cannot be installed:\n"
-#~ "%s"
-#~ msgstr ""
-#~ "某些要求的套件無法安裝:\n"
-#~ "%s"