Merge branch 'maint'

This commit is contained in:
Dan McGee 2010-09-15 07:31:37 -05:00
commit d201d1f312
12 changed files with 272 additions and 275 deletions

6
NEWS
View file

@ -1,7 +1,6 @@
VERSION DESCRIPTION VERSION DESCRIPTION
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
3.4.1 - fix interaction of --needed and multiple repo groups (FS#20221) 3.4.1 - fix interaction of --needed and multiple repo groups (FS#20221)
- fix crash when using zh_CN.utf8 during install (FS#20188)
- bash completion: small fixes to prevent alias problems - bash completion: small fixes to prevent alias problems
- rankmirrors: fix bogus/empty variable assignment (FS#19911) - rankmirrors: fix bogus/empty variable assignment (FS#19911)
- repo-add: ensure bare DB symlinks are relative (FS#20498) - repo-add: ensure bare DB symlinks are relative (FS#20498)
@ -10,6 +9,11 @@ VERSION DESCRIPTION
- use absolute path to 'du' to exclude wrapper progs (FS#19932) - use absolute path to 'du' to exclude wrapper progs (FS#19932)
- ensure $startdir check doesn't stall indefinitely (FS#19975) - ensure $startdir check doesn't stall indefinitely (FS#19975)
- fix repackaging with multiple passed packages (FS#20272) - fix repackaging with multiple passed packages (FS#20272)
- translations:
- zh_CN: fix crash when using during install (FS#20188)
- sk: new Slovak translation
- pt: new European Portuguese translation
- other small updates to various translations
3.4.0 - new "Architecture" option that will restrict pacman to 3.4.0 - new "Architecture" option that will restrict pacman to
installing only packages from the given architecture. Can be installing only packages from the given architecture. Can be
set to "auto" in which case the output of "uname -m" is used set to "auto" in which case the output of "uname -m" is used

View file

@ -15,6 +15,6 @@ md5sums=('ee5ae84d115f051d87fcaaef3b4ae782')
build() { build() {
cd $srcdir/$pkgname-$pkgver cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr ./configure --prefix=/usr
make || return 1 make
make prefix=$pkgdir/usr install make prefix=$pkgdir/usr install
} }

View file

@ -52,7 +52,7 @@ msgstr "%s атын жаңа %s атына ауыстыру мүмкін еме
#, c-format #, c-format
msgid "%s saved as %s\n" msgid "%s saved as %s\n"
msgstr "%s қазір %s деп сақталды\n" msgstr "%s қазір %s етіп сақталды\n"
#, c-format #, c-format
msgid "could not install %s as %s (%s)\n" msgid "could not install %s as %s (%s)\n"
@ -108,7 +108,7 @@ msgstr "дерекқордағы '%s' жазбасының аты қате\n"
#, c-format #, c-format
msgid "duplicated database entry '%s'\n" msgid "duplicated database entry '%s'\n"
msgstr "деркқордағы '%s' жазбасы қайталанып жатыр\n" msgstr "деркқордағы '%s' жазбасы қайталанып тұр\n"
#, c-format #, c-format
msgid "corrupted database entry '%s'\n" msgid "corrupted database entry '%s'\n"
@ -240,11 +240,11 @@ msgstr "аргумент қате не нөлдік болып тұр"
#, c-format #, c-format
msgid "library not initialized" msgid "library not initialized"
msgstr "library іске қосылмады" msgstr "жинақ іске қосылмады"
#, c-format #, c-format
msgid "library already initialized" msgid "library already initialized"
msgstr "library іске қосылған болып тұр" msgstr "жинақ іске қосылған болып тұр"
#, c-format #, c-format
msgid "unable to lock database" msgid "unable to lock database"
@ -256,7 +256,7 @@ msgstr "дерекқорды ашу мүмкін емес"
#, c-format #, c-format
msgid "could not create database" msgid "could not create database"
msgstr "дерекқорды құру мүмкін емес" msgstr "дерекқорды жасау мүмкін емес"
#, c-format #, c-format
msgid "database not initialized" msgid "database not initialized"
@ -396,7 +396,7 @@ msgstr "дерекқор ішінде %s табылмады -- өткізіп
#, c-format #, c-format
msgid "removing %s from target list\n" msgid "removing %s from target list\n"
msgstr "мақсаттар тізімінен '%s' өшіріру\n" msgstr "мақсаттар тізімінен '%s' өшіру\n"
#, c-format #, c-format
msgid "cannot remove file '%s': %s\n" msgid "cannot remove file '%s': %s\n"
@ -448,7 +448,7 @@ msgstr "дестенің нұсқасын төмендету %s (%s => %s)\n"
#, c-format #, c-format
msgid "unresolvable package conflicts detected\n" msgid "unresolvable package conflicts detected\n"
msgstr "шешілмейтін дестелер ерегісі табылды\n" msgstr "дестелердің шешілмейтін ерегісі табылды\n"
#, c-format #, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n" msgid "removing '%s' from target list because it conflicts with '%s'\n"
@ -481,7 +481,7 @@ msgstr "уақытша файлды %s ішіне көшіру мүмкін ем
#, c-format #, c-format
msgid "could not remove tmpdir %s\n" msgid "could not remove tmpdir %s\n"
msgstr "tmpdir %s өшіру мүмкін емес\n" msgstr "%s уақытша бумасын өшіру мүмкін емес\n"
#, c-format #, c-format
msgid "could not change directory to %s (%s)\n" msgid "could not change directory to %s (%s)\n"
@ -489,7 +489,7 @@ msgstr "%s бумасына ауысу мүмкін емес (%s)\n"
#, c-format #, c-format
msgid "could not fork a new process (%s)\n" msgid "could not fork a new process (%s)\n"
msgstr "жаңа үрдісті құру мүмкін емес (%s)\n" msgstr "жаңа үрдісті жасау мүмкін емес (%s)\n"
#, c-format #, c-format
msgid "could not change the root directory (%s)\n" msgid "could not change the root directory (%s)\n"

View file

@ -11,10 +11,10 @@ msgstr ""
"PO-Revision-Date: 2010-08-31 18:25+0100\n" "PO-Revision-Date: 2010-08-31 18:25+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Gaspar Santos aka ArchGalileu <omeuviolino@gmail.com>\n" "Language-Team: Gaspar Santos aka ArchGalileu <omeuviolino@gmail.com>\n"
"Language: pt_PT\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: pt_PT\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 1.1\n" "X-Generator: Lokalize 1.1\n"
@ -138,8 +138,7 @@ msgstr "não foi possível criar o diretório %s: %s\n"
#, c-format #, c-format
msgid "could not parse package description file in %s\n" msgid "could not parse package description file in %s\n"
msgstr "" msgstr "não foi possível interpretar o ficheiro de descrição do pacote em %s\n"
"não foi possível interpretar o ficheiro de descrição do pacote em %s\n"
#, c-format #, c-format
msgid "missing package name in %s\n" msgid "missing package name in %s\n"
@ -460,8 +459,7 @@ msgstr "detectado conflito entre pacotes sem solução\n"
#, c-format #, c-format
msgid "removing '%s' from target list because it conflicts with '%s'\n" msgid "removing '%s' from target list because it conflicts with '%s'\n"
msgstr "" msgstr "a remover '%s' da lista de pacotes porque entra em conflito com '%s'\n"
"a remover '%s' da lista de pacotes porque entra em conflito com '%s'\n"
#, c-format #, c-format
msgid "failed to retrieve some files from %s\n" msgid "failed to retrieve some files from %s\n"

View file

@ -1729,4 +1729,3 @@ msgstr "No packages modified, nothing to do."
msgid "No packages modified, nothing to do." msgid "No packages modified, nothing to do."
msgstr "No packages modified, nothing to do." msgstr "No packages modified, nothing to do."

View file

@ -1825,4 +1825,3 @@ msgstr "Plus de paquets, création d'un dépôt vide."
msgid "No packages modified, nothing to do." msgid "No packages modified, nothing to do."
msgstr "Aucun paquet modifié, il n'y a rien à faire." msgstr "Aucun paquet modifié, il n'y a rien à faire."

View file

@ -1774,4 +1774,3 @@ msgstr "Nem maradt csomag, üres adatbázis létrehozása."
msgid "No packages modified, nothing to do." msgid "No packages modified, nothing to do."
msgstr "Nem módosultak csomagok, nincs mit tenni." msgstr "Nem módosultak csomagok, nincs mit tenni."

View file

@ -1800,4 +1800,3 @@ msgstr "Non ci sono pacchetti, sto creando un database vuoto."
msgid "No packages modified, nothing to do." msgid "No packages modified, nothing to do."
msgstr "Non è stato modificato alcun pacchetto." msgstr "Non è stato modificato alcun pacchetto."

161
po/kk.po
View file

@ -101,12 +101,13 @@ msgid ""
"Do you want to skip the above package(s) for this upgrade?" "Do you want to skip the above package(s) for this upgrade?"
msgstr "" msgstr ""
"\n" "\n"
"Осы жаңарту үшін жоғарыдағы дестелереді аттап өтеміз бе?" "Осы жаңарту үшін жоғарыдағы дестелерді аттап өтеміз бе?"
#, c-format #, c-format
msgid ":: %s-%s: local version is newer. Upgrade anyway?" msgid ":: %s-%s: local version is newer. Upgrade anyway?"
msgstr "" msgstr ""
":: %s-%s: орнатылған нұсқасы жаңа болып тұр. Сонда да жаңартуды қалайсыз ба?" ":: %s-%s: орнатылған нұсқасы жаңалау болып тұр. Сонда да жаңартуды қалайсыз "
"ба?"
#, c-format #, c-format
msgid ":: File %s is corrupted. Do you want to delete it?" msgid ":: File %s is corrupted. Do you want to delete it?"
@ -198,7 +199,7 @@ msgstr "Жүктелетін көлем : %6.2f Kб\n"
#, c-format #, c-format
msgid "Compressed Size: %6.2f K\n" msgid "Compressed Size: %6.2f K\n"
msgstr "Архив көлемі : %6.2f Kб\n" msgstr "Сығылған көлемі : %6.2f Kб\n"
#, c-format #, c-format
msgid "Installed Size : %6.2f K\n" msgid "Installed Size : %6.2f K\n"
@ -254,7 +255,7 @@ msgstr "Резервті файлдар :\n"
#, c-format #, c-format
msgid "could not calculate checksums for %s\n" msgid "could not calculate checksums for %s\n"
msgstr "%s үшін бақылау сомаларын есептеу мүмкін емес\n" msgstr "%s үшін тексеру сомаларын есептеу мүмкін емес\n"
#, c-format #, c-format
msgid "MODIFIED\t%s\n" msgid "MODIFIED\t%s\n"
@ -419,7 +420,7 @@ msgstr " -k, --check дестеге қатысты файлдарды
#, c-format #, c-format
msgid " -l, --list list the contents of the queried package\n" msgid " -l, --list list the contents of the queried package\n"
msgstr " -l, --list сұранған дестенің құрамасын тізіп шығару\n" msgstr " -l, --list сұралған дестенің құрамасын тізіп шығару\n"
#, c-format #, c-format
msgid "" msgid ""
@ -443,7 +444,7 @@ msgid ""
" -s, --search <regex> search locally-installed packages for matching " " -s, --search <regex> search locally-installed packages for matching "
"strings\n" "strings\n"
msgstr "" msgstr ""
" -s, --search <regex> көрсетілген жолды жергілікті орнатылған дестелер " " -s, --search <regex> көрсетілген мәтінді жергілікті орнатылған дестелер "
"ішінен іздеу\n" "ішінен іздеу\n"
#, c-format #, c-format
@ -554,7 +555,7 @@ msgstr ""
#, c-format #, c-format
msgid "" msgid ""
" --noscriptlet do not execute the install scriptlet if one exists\n" " --noscriptlet do not execute the install scriptlet if one exists\n"
msgstr " --noscriptlet орнату скриптер бар болса, оларды орындамау\n" msgstr " --noscriptlet орнату скриптері бар болса, оларды орындамау\n"
#, c-format #, c-format
msgid " -v, --verbose be verbose\n" msgid " -v, --verbose be verbose\n"
@ -688,7 +689,7 @@ msgstr "alpm жинағын іске қосу мүмкін емес (%s)\n"
#, c-format #, c-format
msgid "you cannot perform this operation unless you are root.\n" msgid "you cannot perform this operation unless you are root.\n"
msgstr "Бір әрекетті жасай алмайсыз, өйткені сіз әкімші емессіз (root).\n" msgstr "Бұл әрекетті жасай алмайсыз, өйткені сіз әкімші емессіз (root).\n"
#, c-format #, c-format
msgid "could not register 'local' database (%s)\n" msgid "could not register 'local' database (%s)\n"
@ -732,7 +733,7 @@ msgstr "\"%s\" тобы табылмады\n"
#, c-format #, c-format
msgid "root path too long\n" msgid "root path too long\n"
msgstr "түбірлік жол тым ұзын\n" msgstr "түбірлік жолы тым ұзын\n"
#, c-format #, c-format
msgid "file path too long\n" msgid "file path too long\n"
@ -740,7 +741,7 @@ msgstr "файл жолы тым ұзын\n"
#, c-format #, c-format
msgid "%s: %d total files, %d missing file(s)\n" msgid "%s: %d total files, %d missing file(s)\n"
msgstr "%s: %d барлық файлдар, %d файл жоқ\n" msgstr "%s: барлығы %d файл, %d файл жоқ\n"
#, c-format #, c-format
msgid "no usable package repositories configured.\n" msgid "no usable package repositories configured.\n"
@ -836,7 +837,7 @@ msgstr "кэш ішінен барлық файлдар өшірілуде...\n"
#, c-format #, c-format
msgid "could not access cache directory %s\n" msgid "could not access cache directory %s\n"
msgstr "%s кэш бумасына жету мүмкін емес\n" msgstr "%s кэш бумасына қатынау мүмкін емес\n"
#, c-format #, c-format
msgid "File %s does not seem to be a valid package, remove it?" msgid "File %s does not seem to be a valid package, remove it?"
@ -864,7 +865,7 @@ msgstr "'%s' репозиторийі жоқ болып тұр\n"
#, c-format #, c-format
msgid "package '%s' was not found in repository '%s'\n" msgid "package '%s' was not found in repository '%s'\n"
msgstr "'%s' дестесі '%s' репозиторий ішінен табылмады\n" msgstr "'%s' дестесі '%s' репозиторийден табылмады\n"
#, c-format #, c-format
msgid "package '%s' was not found\n" msgid "package '%s' was not found\n"
@ -888,7 +889,7 @@ msgstr ":: %s және %s өзара ерегіседі\n"
#, c-format #, c-format
msgid ":: %s and %s are in conflict (%s)\n" msgid ":: %s and %s are in conflict (%s)\n"
msgstr ":: %s and %s өзара ерегіседі (%s)\n" msgstr ":: %s және %s өзара ерегіседі (%s)\n"
#, c-format #, c-format
msgid "Proceed with download?" msgid "Proceed with download?"
@ -900,7 +901,7 @@ msgstr "Орнатуды бастау керек пе?"
#, c-format #, c-format
msgid "%s exists in both '%s' and '%s'\n" msgid "%s exists in both '%s' and '%s'\n"
msgstr "%s қазір '%s' пен '%s' құрамында бар\n" msgstr "%s қазір '%s' және '%s' құрамында бар\n"
#, c-format #, c-format
msgid "%s: %s exists in filesystem\n" msgid "%s: %s exists in filesystem\n"
@ -944,7 +945,7 @@ msgstr ""
#, c-format #, c-format
msgid "failed to release transaction (%s)\n" msgid "failed to release transaction (%s)\n"
msgstr "әрекетті жалғастыру қатемен аяқталды (%s)\n" msgstr "әрекетті босату сәтсіз (%s)\n"
#, c-format #, c-format
msgid "None" msgid "None"
@ -956,11 +957,11 @@ msgstr "Мақсаттар (%d):"
#, c-format #, c-format
msgid "Total Download Size: %.2f MB\n" msgid "Total Download Size: %.2f MB\n"
msgstr "Жүктеліп алынатын көлем: %.2f МБ\n" msgstr "Жүктеліп алынатын көлем: %.2f Мб\n"
#, c-format #, c-format
msgid "Total Installed Size: %.2f MB\n" msgid "Total Installed Size: %.2f MB\n"
msgstr "Орнатылатын көлем : %.2f МБ\n" msgstr "Орнатылатын көлем : %.2f Мб\n"
#, c-format #, c-format
msgid "Remove (%d):" msgid "Remove (%d):"
@ -968,7 +969,7 @@ msgstr "Өшіру (%d):"
#, c-format #, c-format
msgid "Total Removed Size: %.2f MB\n" msgid "Total Removed Size: %.2f MB\n"
msgstr "Өшірілетін көлем: %.2f МБ\n" msgstr "Өшірілетін көлем: %.2f Мб\n"
#, c-format #, c-format
msgid "New optional dependencies for %s\n" msgid "New optional dependencies for %s\n"
@ -1036,7 +1037,7 @@ msgid "Cleaning up..."
msgstr "Тазарту... " msgstr "Тазарту... "
msgid "Unable to find source file %s." msgid "Unable to find source file %s."
msgstr "Бастапқы кодалар %s файлын табу мүмкін емес." msgstr "Бастапқы кодтар %s файлын табу мүмкін емес."
msgid "Aborting..." msgid "Aborting..."
msgstr "Үзу..." msgstr "Үзу..."
@ -1045,7 +1046,7 @@ msgid "There is no agent set up to handle %s URLs. Check %s."
msgstr "URL %s өңдеу үшін агент орнатылмады. %s тексеріңіз." msgstr "URL %s өңдеу үшін агент орнатылмады. %s тексеріңіз."
msgid "The download program %s is not installed." msgid "The download program %s is not installed."
msgstr "%s жүктемелер бағдарламасы орнатылмаған." msgstr "%s жүктеу бағдарламасы орнатылмаған."
msgid "'%s' returned a fatal error (%i): %s" msgid "'%s' returned a fatal error (%i): %s"
msgstr "'%s' қатаң қатені қайтарды (%i): %s" msgstr "'%s' қатаң қатені қайтарды (%i): %s"
@ -1057,22 +1058,22 @@ msgid "'%s' failed to install missing dependencies."
msgstr "'%s' керек тәуелділіктерді орната алмады." msgstr "'%s' керек тәуелділіктерді орната алмады."
msgid "Failed to install all missing dependencies." msgid "Failed to install all missing dependencies."
msgstr "Барлық тәуелділіктерін орнату мүмкін емес." msgstr "Барлық тәуелділіктерді орнату қатемен аяқталды."
msgid "Missing Dependencies:" msgid "Missing Dependencies:"
msgstr "Керек тәуелділіктер:" msgstr "Керек тәуелділіктер:"
msgid "Failed to remove installed dependencies." msgid "Failed to remove installed dependencies."
msgstr "Барлық орнатылған тәуелділіктерді өшіру мүмкін емес." msgstr "Барлық орнатылған тәуелділіктерді өшіру қатемен аяқталды."
msgid "Retrieving Sources..." msgid "Retrieving Sources..."
msgstr "Бастапқы кодалар файлдарын алу..." msgstr "Бастапқы кодтар файлдарын алу..."
msgid "Found %s" msgid "Found %s"
msgstr "Табылды %s" msgstr "Табылды %s"
msgid "%s was not found in the build directory and is not a URL." msgid "%s was not found in the build directory and is not a URL."
msgstr "Жасалу бумасында %s табылмады және ол URL емес." msgstr "Жасалу бумасында %s табылмады және ол сілтеме емес."
msgid "Downloading %s..." msgid "Downloading %s..."
msgstr "%s жүктелуде..." msgstr "%s жүктелуде..."
@ -1081,7 +1082,7 @@ msgid "Failure while downloading %s"
msgstr "%s жүктелуі қатемен аяқталды" msgstr "%s жүктелуі қатемен аяқталды"
msgid "Generating checksums for source files..." msgid "Generating checksums for source files..."
msgstr "Бастапқы кодалар файлдарының бақылау сомалары есептелуде..." msgstr "Бастапқы кодтар файлдарының тексеру сомалары есептелуде..."
msgid "Cannot find openssl." msgid "Cannot find openssl."
msgstr "openssl табылмады." msgstr "openssl табылмады."
@ -1090,7 +1091,7 @@ msgid "Invalid integrity algorithm '%s' specified."
msgstr "Қате '%s' алгоритмі көрсетілген." msgstr "Қате '%s' алгоритмі көрсетілген."
msgid "Validating source files with %s..." msgid "Validating source files with %s..."
msgstr "%s көмегімен бастапқы кодалар файлдарын тексеру..." msgstr "%s көмегімен бастапқы кодтар файлдарын тексеру..."
msgid "NOT FOUND" msgid "NOT FOUND"
msgstr "ТАБЫЛМАДЫ" msgstr "ТАБЫЛМАДЫ"
@ -1112,7 +1113,7 @@ msgid "Integrity checks are missing."
msgstr "Бүтіндігін тексеру жоқ болып тұр." msgstr "Бүтіндігін тексеру жоқ болып тұр."
msgid "Extracting Sources..." msgid "Extracting Sources..."
msgstr "Бастапқы кодаларын тарқату..." msgstr "Бастапқы код файлдарын тарқату..."
msgid "Extracting %s with %s" msgid "Extracting %s with %s"
msgstr "%s тарқатылуда %s көмегімен" msgstr "%s тарқатылуда %s көмегімен"
@ -1121,7 +1122,7 @@ msgid "Failed to extract %s"
msgstr "%s тарқату мүмкін емес" msgstr "%s тарқату мүмкін емес"
msgid "Starting %s()..." msgid "Starting %s()..."
msgstr "%s() қосылуда..." msgstr "%s() іске қосылуда..."
msgid "Tidying install..." msgid "Tidying install..."
msgstr "Тазарту..." msgstr "Тазарту..."
@ -1137,7 +1138,7 @@ msgstr "man мен info парақтарын сығу..."
msgid "Stripping unneeded symbols from binaries and libraries..." msgid "Stripping unneeded symbols from binaries and libraries..."
msgstr "" msgstr ""
"Орындалатын файлдардан мен жинақтардан керек емес таңбаларды алып тастау..." "Орындалатын файлдар мен жинақтардан керек емес таңбаларды алып тастау..."
msgid "Removing libtool .la files..." msgid "Removing libtool .la files..."
msgstr "libtool .la файлдарын өшіру..." msgstr "libtool .la файлдарын өшіру..."
@ -1146,7 +1147,7 @@ msgid "Removing empty directories..."
msgstr "Бос бумаларды өшіру..." msgstr "Бос бумаларды өшіру..."
msgid "Generating .PKGINFO file..." msgid "Generating .PKGINFO file..."
msgstr ".PKGINFO файлын құру..." msgstr ".PKGINFO файлын жасау..."
msgid "Please add a license line to your %s!" msgid "Please add a license line to your %s!"
msgstr "Өзініңіздің %s ішіне лицензия жолын қосыңыз!" msgstr "Өзініңіздің %s ішіне лицензия жолын қосыңыз!"
@ -1164,7 +1165,7 @@ msgid "Missing pkg/ directory."
msgstr "pkg/ бумасы жоқ болып тұр." msgstr "pkg/ бумасы жоқ болып тұр."
msgid "Creating package..." msgid "Creating package..."
msgstr "Дестені құру... " msgstr "Дестені жасау... "
msgid "Adding install script..." msgid "Adding install script..."
msgstr "Орнату скрипті қосылуда..." msgstr "Орнату скрипті қосылуда..."
@ -1176,10 +1177,10 @@ msgid "Compressing package..."
msgstr "Десте сығылуда... " msgstr "Десте сығылуда... "
msgid "'%s' is not a valid archive extension." msgid "'%s' is not a valid archive extension."
msgstr "'%s' архивтің дұрыс кеңейтуі емес." msgstr "'%s' - архивтің дұрыс кеңейтуі емес."
msgid "Failed to create package file." msgid "Failed to create package file."
msgstr "Десте файлын құру сәтсіз аяқталды." msgstr "Десте файлын жасау сәтсіз аяқталды."
msgid "Failed to create symlink to package file." msgid "Failed to create symlink to package file."
msgstr "Десте файлына сілтеме жасау сәтсіз аяқталды." msgstr "Десте файлына сілтеме жасау сәтсіз аяқталды."
@ -1188,7 +1189,7 @@ msgid "Skipping integrity checks."
msgstr "Бүтіндікті тексеруді аттап кету." msgstr "Бүтіндікті тексеруді аттап кету."
msgid "Creating source package..." msgid "Creating source package..."
msgstr "Бастапқы кодалар дестесі құрылуда..." msgstr "Бастапқы кодтар дестесі жасалуда..."
msgid "Adding %s..." msgid "Adding %s..."
msgstr "%s қосылуда... " msgstr "%s қосылуда... "
@ -1197,10 +1198,10 @@ msgid "Adding %s file (%s)..."
msgstr "%s файлы қосылуда (%s)..." msgstr "%s файлы қосылуда (%s)..."
msgid "Compressing source package..." msgid "Compressing source package..."
msgstr "Бастапқы кодалар дестесі сығылуда..." msgstr "Бастапқы кодтар дестесі сығылуда..."
msgid "Failed to create source package file." msgid "Failed to create source package file."
msgstr "Бастапқы кодалар десте файлын құру сәтсіз аяқталды.." msgstr "Бастапқы кодтар десте файлын жасау сәтсіз аяқталды.."
msgid "Installing package %s with %s -U..." msgid "Installing package %s with %s -U..."
msgstr "%s дестесі %s -U көмегімен орнатылуда..." msgstr "%s дестесі %s -U көмегімен орнатылуда..."
@ -1310,13 +1311,13 @@ msgstr ""
"дайындау" "дайындау"
msgid " -h, --help This help" msgid " -h, --help This help"
msgstr " -h, --help Осы көмек ақпараты" msgstr " -h, --help Осы көмек ақпаратын шығару"
msgid " -i, --install Install package after successful build" msgid " -i, --install Install package after successful build"
msgstr " -i, --install Сәтті жинаудан кейін дестені орнату" msgstr " -i, --install Сәтті жинаудан кейін дестені орнату"
msgid " -L, --log Log package build process" msgid " -L, --log Log package build process"
msgstr " -L, --log Жинау үрдісін лог файлға жазу" msgstr " -L, --log Жинау үрдісін лог файлына жазу"
msgid " -m, --nocolor Disable colorized output messages" msgid " -m, --nocolor Disable colorized output messages"
msgstr " -m, --nocolor Түрлі-түсті хабарламаларды сөндіру" msgstr " -m, --nocolor Түрлі-түсті хабарламаларды сөндіру"
@ -1343,8 +1344,8 @@ msgid ""
" --allsource Generate a source-only tarball including downloaded " " --allsource Generate a source-only tarball including downloaded "
"sources" "sources"
msgstr "" msgstr ""
" --source Бастапқы кодалар бар, жүктеліп алынған файлдармен қоса, " " --allsource Бастапқы кодтары бар, жүктеліп алынған файлдармен "
"архивті құру" "қоса, архивті жасау"
msgid " --asroot Allow makepkg to run as root user" msgid " --asroot Allow makepkg to run as root user"
msgstr " --asroot makepkg үшін root атынан қосылуға рұқсат беру" msgstr " --asroot makepkg үшін root атынан қосылуға рұқсат беру"
@ -1356,8 +1357,8 @@ msgid ""
" --holdver Prevent automatic version bumping for development " " --holdver Prevent automatic version bumping for development "
"PKGBUILDs" "PKGBUILDs"
msgstr "" msgstr ""
" --holdver Өндірістегі PKGBUILD-тар үшін автоматты нұсқалардың өзгеруін " " --holdver Өндірістегі PKGBUILD-тар үшін автоматты нұсқалардың "
"болдырмау" "өзгеруін болдырмау"
msgid " --pkg <list> Only build listed packages from a split package" msgid " --pkg <list> Only build listed packages from a split package"
msgstr " --pkg <тізім> Бөлінетін дестеден тек тізілген дестелерді жинау" msgstr " --pkg <тізім> Бөлінетін дестеден тек тізілген дестелерді жинау"
@ -1368,8 +1369,8 @@ msgstr " --skipinteg Бүтіндікке тексеру жоқ болған
msgid "" msgid ""
" --source Generate a source-only tarball without downloaded sources" " --source Generate a source-only tarball without downloaded sources"
msgstr "" msgstr ""
" --source Бастапқы кодалар бар, жүктеліп алынған файлдардары жоқ, " " --source Бастапқы кодтары бар, жүктеліп алынған файлдардары жоқ, "
"архивті құру" "архивті жасау"
msgid "These options can be passed to pacman:" msgid "These options can be passed to pacman:"
msgstr "Келесі опциялар pacman-ға беріле алады:" msgstr "Келесі опциялар pacman-ға беріле алады:"
@ -1391,10 +1392,11 @@ msgid ""
"free software; see the source for copying conditions.\\nThere is NO " "free software; see the source for copying conditions.\\nThere is NO "
"WARRANTY, to the extent permitted by law.\\n" "WARRANTY, to the extent permitted by law.\\n"
msgstr "" msgstr ""
"Copyright (c) 2006-2009 Pacman-ды өндіру тобы <pacman-dev@archlinux.org>." "Copyright (c) 2006-2010 Pacman-ды өндіру тобы <pacman-dev@archlinux.org>."
"\\nCopyright (C) 2002-2006 Judd Vinet <jvinet@zeroflux.org>.\\n\\nБұл еркін " "\\nCopyright (C) 2002-2006 Judd Vinet <jvinet@zeroflux.org>.\\n\\nБұл - "
"бағдарламалық қамтама; көшірме жасау шарттарын бастапқы кодында қараңыз." "еркін бағдарламалық қамтама; көшірме жасау шарттарын бастапқы кодында "
"\\nБірақ олар заңдарға қайшы келмейтініне КЕПІЛДЕМЕ ЖОҚ." "қараңыз.\\nБірақ, заңмен рұқсат етілген шектері ішінде ешқандай КЕПІЛДЕМЕ "
"берілмейді."
msgid "%s not found." msgid "%s not found."
msgstr "%s табылмады." msgstr "%s табылмады."
@ -1418,7 +1420,7 @@ msgid "Problem removing files; you may not have correct permissions in %s"
msgstr "Файлдарды өшіру мүмкін емес; сіздің құқығыңыз %s ішінде аз шығар" msgstr "Файлдарды өшіру мүмкін емес; сіздің құқығыңыз %s ішінде аз шығар"
msgid "Source cache cleaned." msgid "Source cache cleaned."
msgstr "Бастапқы кодалар кэші тазартылды." msgstr "Бастапқы кодтар кэші тазартылды."
msgid "No files have been removed." msgid "No files have been removed."
msgstr "Файлдар өшірілмеді." msgstr "Файлдар өшірілмеді."
@ -1444,10 +1446,10 @@ msgid "The --asroot option is meant for the root user only."
msgstr "Бұл --asroot опциясы тек root үшін қолданылады." msgstr "Бұл --asroot опциясы тек root үшін қолданылады."
msgid "Please rerun makepkg without the --asroot flag." msgid "Please rerun makepkg without the --asroot flag."
msgstr "Қазір makepkg қайтадан --asroot опциясыз қосыңыз." msgstr "Қазір makepkg қайтадан --asroot опциясыз іске қосыңыз."
msgid "Fakeroot must be installed if using the 'fakeroot' option" msgid "Fakeroot must be installed if using the 'fakeroot' option"
msgstr "fakeroot орнатылған болу керек егер 'fakeroot' опциясы" msgstr "fakeroot орнатылған болу керек, егер 'fakeroot' опциясы"
msgid "in the BUILDENV array in %s." msgid "in the BUILDENV array in %s."
msgstr "BUILDENV массивінде %s ішінде қолданылса." msgstr "BUILDENV массивінде %s ішінде қолданылса."
@ -1457,7 +1459,7 @@ msgstr "makepkg бағдарламасын әкімші емес пайдала
msgid "ownership of the packaged files. Try using the fakeroot environment by" msgid "ownership of the packaged files. Try using the fakeroot environment by"
msgstr "" msgstr ""
"иесі root емес дестелердің құрылуына әкеледі. fakeroot ортасын қолданып " "иесі root емес дестелердің жасалуына әкеледі. fakeroot ортасын қолданып "
"көріңіз," "көріңіз,"
msgid "placing 'fakeroot' in the BUILDENV array in %s." msgid "placing 'fakeroot' in the BUILDENV array in %s."
@ -1476,7 +1478,7 @@ msgid "%s contains CRLF characters and cannot be sourced."
msgstr "%s құрамында CRLF таңбалары бар және оны қосуға болмайды." msgstr "%s құрамында CRLF таңбалары бар және оны қосуға болмайды."
msgid "A package has already been built, installing existing package..." msgid "A package has already been built, installing existing package..."
msgstr "Десте жиналған, бар болып тұрған десте орнатылуда..." msgstr "Десте жиналған болып тұр, бар болып тұрған десте орнатылуда..."
msgid "A package has already been built. (use -f to overwrite)" msgid "A package has already been built. (use -f to overwrite)"
msgstr "Десте жиналып тұр. (алмастыру үшін -f қолданыңыз)" msgstr "Десте жиналып тұр. (алмастыру үшін -f қолданыңыз)"
@ -1506,10 +1508,10 @@ msgid "Making package: %s"
msgstr "Дестені жинау: %s" msgstr "Дестені жинау: %s"
msgid "A source package has already been built. (use -f to overwrite)" msgid "A source package has already been built. (use -f to overwrite)"
msgstr "Бастапқы кодалар дестесі жиналып тұр. (алмастыру үшін -f қолданыңыз)" msgstr "Бастапқы кодтар дестесі жиналып тұр. (алмастыру үшін -f қолданыңыз)"
msgid "Source package created: %s" msgid "Source package created: %s"
msgstr "Бастапқы кодалар дестесі құрылған: %s" msgstr "Бастапқы кодтар дестесі құрылған: %s"
msgid "Skipping dependency checks." msgid "Skipping dependency checks."
msgstr "Тәуелділіктерді тексеруді аттап кету." msgstr "Тәуелділіктерді тексеруді аттап кету."
@ -1528,20 +1530,20 @@ msgstr "%s PATH жерінен табылмады; тәуелділіктерд
msgid "Skipping source retrieval -- using existing src/ tree" msgid "Skipping source retrieval -- using existing src/ tree"
msgstr "" msgstr ""
"Бастапқы кода файлдарды алу орындалмайды -- src/ ішінде барлар қолданылады" "Бастапқы код файлдарын алу орындалмайды -- src/ ішінде барлары қолданылады"
msgid "Skipping source integrity checks -- using existing src/ tree" msgid "Skipping source integrity checks -- using existing src/ tree"
msgstr "" msgstr ""
"Бастапқы кода файлдардың бүтіндігін тексеру орындалмайды -- src/ ішінде " "Бастапқы код файлдардың бүтіндігін тексеру орындалмайды -- src/ ішінде "
"барлар қолданылады" "барлары қолданылады"
msgid "Skipping source extraction -- using existing src/ tree" msgid "Skipping source extraction -- using existing src/ tree"
msgstr "" msgstr ""
"Бастапқы кода файлдарын тарқату орындалмайдыі -- src/ ішінде барлар " "Бастапқы код файлдарын тарқату орындалмайды -- src/ ішінде барлары "
"қолданылады" "қолданылады"
msgid "The source directory is empty, there is nothing to build!" msgid "The source directory is empty, there is nothing to build!"
msgstr "Бастапқы кодалар бумасы бос. Жинайтын ешнәрсе жоқ!" msgstr "Бастапқы кодтар бумасы бос. Жинайтын ешнәрсе жоқ!"
msgid "The package directory is empty, there is nothing to repackage!" msgid "The package directory is empty, there is nothing to repackage!"
msgstr "Десте бумасы бос. Қайта сығу үшін ешнәрсе жоқ!" msgstr "Десте бумасы бос. Қайта сығу үшін ешнәрсе жоқ!"
@ -1578,10 +1580,10 @@ msgid ""
"disk as much.\\n" "disk as much.\\n"
msgstr "" msgstr ""
"Дестелерді бақылау үшін pacman көп кішкентай файлдарды қолданған соң," "Дестелерді бақылау үшін pacman көп кішкентай файлдарды қолданған соң,"
"\\nуақыт өте ол файлдар диск бойында тарап, фрагментацияға әкеп соғады." "\\nуақыт өте ол файлдар диск бойына тарап, фрагментацияға әкеп соғады.\\nБұл "
"\\nБұл скрипт ол файлдарды дискідегі үзіліссіз орнастыруға тырысады." "скрипт ол файлдарды дискіде үзіліссіз орналастыруға тырысады.\\nНәтижесінде "
"\\nНәтижесінде қатты диск ол файлдарды тезірек оқуы керек,\\nөйткені дискіге " "қатты диск ол файлдарды тезірек оқуы керек,\\nөйткені дискіге енді аздау "
"енді аздау әрекеттер жасау керек болады.\\n" "әрекеттер жасау керек болады.\\n"
msgid "diff tool was not found, please install diffutils." msgid "diff tool was not found, please install diffutils."
msgstr "diff утилитасы табылмады, diffutils орнатыңыз." msgstr "diff утилитасы табылмады, diffutils орнатыңыз."
@ -1598,22 +1600,22 @@ msgstr ""
"болмайды." "болмайды."
msgid "ERROR: Can not create temp directory for database building." msgid "ERROR: Can not create temp directory for database building."
msgstr "ҚАТЕ: Дерекқорды құру үшін уақытша буманы жасау мүмкін емес." msgstr "ҚАТЕ: Дерекқорды жасау үшін уақытша буманы жасау мүмкін емес."
msgid "MD5sum'ing the old database..." msgid "MD5sum'ing the old database..."
msgstr "Ескі дерекқордың MD5 сомасы есептелуде..." msgstr "Ескі дерекқордың MD5 сомасы есептелуде..."
msgid "Tar'ing up %s..." msgid "Tar'ing up %s..."
msgstr "%s tar ішіне сығу ..." msgstr "%s tar көмегімен сығу ..."
msgid "Tar'ing up %s failed." msgid "Tar'ing up %s failed."
msgstr "%s tar ішіне сығу мүмкін емес." msgstr "%s tar көмегімен сығу мүмкін емес."
msgid "Making and MD5sum'ing the new database..." msgid "Making and MD5sum'ing the new database..."
msgstr "Жаңа дерекқор құрылуда мен MD5 сомасы есептелуде..." msgstr "Жаңа дерекқор жасалуда мен MD5 сомасы есептелуде..."
msgid "Untar'ing %s failed." msgid "Untar'ing %s failed."
msgstr "%s tar'ын тарқату қатемен аяқталды" msgstr "%s tar көмегімен тарқату қатемен аяқталды."
msgid "Syncing database to disk..." msgid "Syncing database to disk..."
msgstr ":: Дестелер дерекқоры синхрондалуда..." msgstr ":: Дестелер дерекқоры синхрондалуда..."
@ -1660,10 +1662,11 @@ msgstr ""
msgid "Example: repo-add /path/to/repo.db.tar.gz pacman-3.0.0.pkg.tar.gz" msgid "Example: repo-add /path/to/repo.db.tar.gz pacman-3.0.0.pkg.tar.gz"
msgstr "" msgstr ""
"Мысалы: repo-add /репозиторийге/дейін/жол.db.tar.gz pacman-3.0.0.pkg.tar.gz" "Мысалы: repo-add /репозиторийге/дейінгі/жол.db.tar.gz pacman-3.0.0.pkg.tar."
"gz"
msgid "Example: repo-remove /path/to/repo.db.tar.gz kernel26" msgid "Example: repo-remove /path/to/repo.db.tar.gz kernel26"
msgstr "Мысалы: repo-remove /репозиторийге/дейін/жол.db.tar.gz kernel26" msgstr "Мысалы: repo-remove /репозиторийге/дейінгі/жол.db.tar.gz kernel26"
msgid "" msgid ""
"Copyright (C) 2006-2008 Aaron Griffin <aaron@archlinux.org>.\\nCopyright (c) " "Copyright (C) 2006-2008 Aaron Griffin <aaron@archlinux.org>.\\nCopyright (c) "
@ -1672,12 +1675,12 @@ msgid ""
"permitted by law.\\n" "permitted by law.\\n"
msgstr "" msgstr ""
"Copyright (C) 2006-2008 Aaron Griffin <aaron@archlinux.org>.\\nCopyright (C) " "Copyright (C) 2006-2008 Aaron Griffin <aaron@archlinux.org>.\\nCopyright (C) "
"2007-2008 Dan McGee <dan@archlinux.org>.\\nБұл еркін бағдарламалық қамтама; " "2007-2008 Dan McGee <dan@archlinux.org>.\\nБұл - еркін бағдарламалық "
"көшірме жасау шарттарын бастапқы кодында қараңыз.\\nБірақ олар заңдарға " "қамтама; көшірме жасау шарттарын бастапқы кодында қараңыз.\\nБірақ, заңмен "
"қайшы келмейтініне КЕПІЛДЕМЕ ЖОҚ." "рұқсат етілген шектері ішінде ешқандай КЕПІЛДЕМЕ берілмейді."
msgid "Creating 'deltas' db entry..." msgid "Creating 'deltas' db entry..."
msgstr "ДҚ ішінде 'deltas' жазбасын құру..." msgstr "ДҚ ішінде 'deltas' жазбасын жасау..."
msgid "An entry for '%s' already existed" msgid "An entry for '%s' already existed"
msgstr "'%s' үшін жазба бар болып тұр" msgstr "'%s' үшін жазба бар болып тұр"
@ -1689,13 +1692,13 @@ msgid "Invalid package file '%s'."
msgstr "'%s' десте файлы қате." msgstr "'%s' десте файлы қате."
msgid "Creating 'desc' db entry..." msgid "Creating 'desc' db entry..."
msgstr "ДҚ ішінде 'desc' жазбасын құру..." msgstr "ДҚ ішінде 'desc' жазбасын жасау..."
msgid "Computing md5 checksums..." msgid "Computing md5 checksums..."
msgstr "Бақылау md5 сомаларын есептеу..." msgstr "md5 тексеру сомаларын есептеу..."
msgid "Creating 'depends' db entry..." msgid "Creating 'depends' db entry..."
msgstr "ДҚ ішінде 'depends' жазбасын құру..." msgstr "ДҚ ішінде 'depends' жазбасын жасау..."
msgid "Failed to acquire lockfile: %s." msgid "Failed to acquire lockfile: %s."
msgstr "Оқшау файлын алу мүмкін емес: %s." msgstr "Оқшау файлын алу мүмкін емес: %s."
@ -1749,7 +1752,7 @@ msgid "Cannot create temp directory for database building."
msgstr "Дерекқорды жасау үшін уақытша буманы құру мүмкін емес." msgstr "Дерекқорды жасау үшін уақытша буманы құру мүмкін емес."
msgid "Creating updated database file '%s'" msgid "Creating updated database file '%s'"
msgstr "Жаңартылған дерекқор %s файлын құру" msgstr "Жаңартылған дерекқор %s файлын жасау"
msgid "'%s' does not have a valid archive extension." msgid "'%s' does not have a valid archive extension."
msgstr "'%s' дұрыс архив кеңейтілуіне ие емес." msgstr "'%s' дұрыс архив кеңейтілуіне ие емес."

231
po/pt.po
View file

@ -10,13 +10,13 @@ msgstr ""
"Project-Id-Version: Pacman package manager 3.3.1\n" "Project-Id-Version: Pacman package manager 3.3.1\n"
"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n" "Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n"
"POT-Creation-Date: 2010-08-23 21:30-0500\n" "POT-Creation-Date: 2010-08-23 21:30-0500\n"
"PO-Revision-Date: 2010-08-29 08:25+0100\n" "PO-Revision-Date: 2010-09-10 02:46+0100\n"
"Last-Translator: \n" "Last-Translator: Gaspar Santos aka ArchGalileu <omeuviolino@gmail.com>\n"
"Language-Team: Gaspar Santos aka ArchGalileu <omeuviolino@gmail.com>\n" "Language-Team: Portuguese <omeuviolino@gmail.com>\n"
"Language: pt_PT\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: pt_PT\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 1.1\n" "X-Generator: Lokalize 1.1\n"
@ -38,7 +38,7 @@ msgstr "a procurar por conflitos internos...\n"
#, c-format #, c-format
msgid "installing %s...\n" msgid "installing %s...\n"
msgstr "instalando %s...\n" msgstr "a instalar %s...\n"
#, c-format #, c-format
msgid "removing %s...\n" msgid "removing %s...\n"
@ -79,7 +79,7 @@ msgstr ":: A obter pacotes de %s...\n"
#, c-format #, c-format
msgid ":: %s is in IgnorePkg/IgnoreGroup. Install anyway?" msgid ":: %s is in IgnorePkg/IgnoreGroup. Install anyway?"
msgstr "" msgstr ""
":: %s está no Pacotes Ignorados/Groupo Ignorados. Instalar mesmo assim?" ":: %s está no Pacotes Ignorados/Grupos Ignorados. Instalar mesmo assim?"
#, c-format #, c-format
msgid ":: Replace %s with %s/%s?" msgid ":: Replace %s with %s/%s?"
@ -107,7 +107,7 @@ msgid ""
"Do you want to skip the above package(s) for this upgrade?" "Do you want to skip the above package(s) for this upgrade?"
msgstr "" msgstr ""
"\n" "\n"
"Você deseja ignorar o(s) seguinte(s) pacote(s) nesta actualização?" "Deseja ignorar o(s) seguinte(s) pacote(s) nesta actualização?"
#, c-format #, c-format
msgid ":: %s-%s: local version is newer. Upgrade anyway?" msgid ":: %s-%s: local version is newer. Upgrade anyway?"
@ -331,12 +331,13 @@ msgstr " -d, --nodeps ignorar a verificação de dependências\n"
msgid "" msgid ""
" -k, --dbonly only remove database entries, do not remove files\n" " -k, --dbonly only remove database entries, do not remove files\n"
msgstr "" msgstr ""
" -k, --dbonly remover apenas as entradas em bases de dados, não " " -k, --dbonly remover apenas as entradas em bases de dados, "
"remover os ficheiros\n" "não remover os ficheiros\n"
#, c-format #, c-format
msgid " -n, --nosave remove configuration files as well\n" msgid " -n, --nosave remove configuration files as well\n"
msgstr " -n, --nosave remover também os ficheiros de configuração\n" msgstr ""
" -n, --nosave remover também os ficheiros de configuração\n"
#, c-format #, c-format
msgid "" msgid ""
@ -344,8 +345,7 @@ msgid ""
" (-ss includes explicitly installed dependencies too)\n" " (-ss includes explicitly installed dependencies too)\n"
msgstr "" msgstr ""
" -s, --recursive também remover as dependências (que não causem " " -s, --recursive também remover as dependências (que não causem "
"ruptura " "ruptura em pacotes)\n"
"em pacotes)\n"
" (-ss também incluir dependências explicitamente " " (-ss também incluir dependências explicitamente "
"instaladas)\n" "instaladas)\n"
@ -354,16 +354,15 @@ msgid ""
" -u, --unneeded remove unneeded packages (that won't break packages)\n" " -u, --unneeded remove unneeded packages (that won't break packages)\n"
msgstr "" msgstr ""
" -u, --unneeded remover pacotes desnecessários (que não provocam " " -u, --unneeded remover pacotes desnecessários (que não provocam "
"ruptura" "rupturade outros pacotes)\n"
"de outros pacotes)\n"
#, c-format #, c-format
msgid "" msgid ""
" --print only print the targets instead of performing the " " --print only print the targets instead of performing the "
"operation\n" "operation\n"
msgstr "" msgstr ""
" --print mostrar apenas os pacotes alvo em vez de executar a " " --print mostrar apenas os pacotes alvo em vez de "
"operação\n" "executar a operação\n"
#, c-format #, c-format
msgid "" msgid ""
@ -371,32 +370,34 @@ msgid ""
" specify how the targets should be printed\n" " specify how the targets should be printed\n"
msgstr "" msgstr ""
" --print-format <string>\n" " --print-format <string>\n"
" especificar como os pacotes alvo devem ser " " especificar como os pacotes alvo devem "
"visualizados\n" "ser visualizados\n"
#, c-format #, c-format
msgid " --asdeps install packages as non-explicitly installed\n" msgid " --asdeps install packages as non-explicitly installed\n"
msgstr "" msgstr ""
" --asdeps instalar pacotes como não-explicitamente instalados\n" " --asdeps instalar pacotes como não-explicitamente "
"instalados\n"
#, c-format #, c-format
msgid " --asexplicit install packages as explicitly installed\n" msgid " --asexplicit install packages as explicitly installed\n"
msgstr "" msgstr ""
" --asexplicit instalar pacotes como explicitamente instalados\n" " --asexplicit instalar pacotes como explicitamente "
"instalados\n"
#, c-format #, c-format
msgid " -f, --force force install, overwrite conflicting files\n" msgid " -f, --force force install, overwrite conflicting files\n"
msgstr "" msgstr ""
" -f, --force forçar instalação, sobrescrever ficheiros em " " -f, --force forçar instalação, sobrescrever ficheiros "
"conflito\n" "em conflito\n"
#, c-format #, c-format
msgid "" msgid ""
" -k, --dbonly add database entries, do not install or keep existing " " -k, --dbonly add database entries, do not install or keep existing "
"files\n" "files\n"
msgstr "" msgstr ""
" -k, --dbonly adicionar apenas as entradas à base de dados, não " " -k, --dbonly adicionar apenas as entradas à base de dados, "
"instalar ou manter ficheiros existentes\n" "não instalar ou manter ficheiros existentes\n"
#, c-format #, c-format
msgid " -c, --changelog view the changelog of a package\n" msgid " -c, --changelog view the changelog of a package\n"
@ -406,8 +407,8 @@ msgstr " -c, --changelog visualizar o changelog de um pacote\n"
msgid "" msgid ""
" -d, --deps list packages installed as dependencies [filter]\n" " -d, --deps list packages installed as dependencies [filter]\n"
msgstr "" msgstr ""
" -d, --deps listar os pacotes instalados como dependências " " -d, --deps listar os pacotes instalados como "
"[filtro] \n" "dependências [filtro] \n"
#, c-format #, c-format
msgid " -e, --explicit list packages explicitly installed [filter]\n" msgid " -e, --explicit list packages explicitly installed [filter]\n"
@ -418,46 +419,47 @@ msgstr ""
#, c-format #, c-format
msgid " -g, --groups view all members of a package group\n" msgid " -g, --groups view all members of a package group\n"
msgstr "" msgstr ""
" -g, --groups visualizar todos os membros de um grupo de pacotes\n" " -g, --groups visualizar todos os membros de um grupo de "
"pacotes\n"
#, c-format #, c-format
msgid "" msgid ""
" -i, --info view package information (-ii for backup files)\n" " -i, --info view package information (-ii for backup files)\n"
msgstr "" msgstr ""
" -i, --info visualizar informações do pacote (-ii para ficheiros " " -i, --info visualizar informações do pacote (-ii "
"em " "para ficheiros em cópia de segurança)\n"
"cópia de segurança)\n"
#, c-format #, c-format
msgid "" msgid ""
" -k, --check check that the files owned by the package(s) are " " -k, --check check that the files owned by the package(s) are "
"present\n" "present\n"
msgstr "" msgstr ""
" -k, --check verificar se os ficheiros do(s) pacote(s) estão " " -k, --check verificar se os ficheiros do(s) pacote(s) "
"presentes\n" "estão presentes\n"
#, c-format #, c-format
msgid " -l, --list list the contents of the queried package\n" msgid " -l, --list list the contents of the queried package\n"
msgstr " -l, --list listar o conteúdo do pacote consultado\n" msgstr ""
" -l, --list listar o conteúdo do pacote "
"consultado\n"
#, c-format #, c-format
msgid "" msgid ""
" -m, --foreign list installed packages not found in sync db(s) " " -m, --foreign list installed packages not found in sync db(s) "
"[filter]\n" "[filter]\n"
msgstr "" msgstr ""
" -m, --foreign listar o(s) pacotes instalado(s) não encontrado(s) na" " -m, --foreign listar o(s) pacotes instalado(s) não "
"(s) base(s) de dados sincronizada(s) [filtro]\n" "encontrado(s) na(s) base(s) de dados sincronizada(s) [filtro]\n"
#, c-format #, c-format
msgid " -o, --owns <file> query the package that owns <file>\n" msgid " -o, --owns <file> query the package that owns <file>\n"
msgstr "" msgstr " -o, --owns <arquivo> consultar qual o pacote que contém <arquivo>\n"
" -o, --owns <arquivo> consultar qual o pacote que contém <arquivo>\n"
#, c-format #, c-format
msgid " -p, --file <package> query a package file instead of the database\n" msgid " -p, --file <package> query a package file instead of the database\n"
msgstr "" msgstr ""
" -p, --file <pacote> consultar um ficheiro do pacote em vez da base de " " -p, --file <pacote> consultar um ficheiro do pacote em vez da base "
"dados\n" "de dados\n"
# ? # ?
#, c-format #, c-format
@ -472,36 +474,39 @@ msgstr ""
msgid "" msgid ""
" -t, --unrequired list packages not required by any package [filter]\n" " -t, --unrequired list packages not required by any package [filter]\n"
msgstr "" msgstr ""
" -t, --unrequired listar pacotes desnecessários por qualquer outro" " -t, --unrequired listar pacotes desnecessários por qualquer "
"pacote [filtro]\n" "outropacote [filtro]\n"
#, c-format #, c-format
msgid " -u, --upgrades list outdated packages [filter]\n" msgid " -u, --upgrades list outdated packages [filter]\n"
msgstr "" msgstr ""
" -u, --upgrades listar todos os pacotes desactualizados [filtro]\n" " -u, --upgrades listar todos os pacotes desactualizados "
"[filtro]\n"
#, c-format #, c-format
msgid " -q, --quiet show less information for query and search\n" msgid " -q, --quiet show less information for query and search\n"
msgstr "" msgstr ""
" -q, --quiet mostrar menos informações nas consultas e pesquisas\n" " -q, --quiet mostrar menos informações nas consultas e "
"pesquisas\n"
#, c-format #, c-format
msgid "" msgid ""
" -c, --clean remove old packages from cache directory (-cc for " " -c, --clean remove old packages from cache directory (-cc for "
"all)\n" "all)\n"
msgstr "" msgstr ""
" -c, --clean remover pacotes antigos do diretório de cache (usar " " -c, --clean remover pacotes antigos do diretório de "
"-" "cache (usar -cc para remover todos)\n"
"cc para remover todos)\n"
#, c-format #, c-format
msgid " -i, --info view package information\n" msgid " -i, --info view package information\n"
msgstr " -i, --info visualizar as informações do pacote\n" msgstr ""
" -i, --info visualizar as informações do pacote\n"
#, c-format #, c-format
msgid " -l, --list <repo> view a list of packages in a repo\n" msgid " -l, --list <repo> view a list of packages in a repo\n"
msgstr "" msgstr ""
" -l, --list <repo> visualizat a lista dos pacotes num repositório\n" " -l, --list <repo> visualizat a lista dos pacotes num "
"repositório\n"
#, c-format #, c-format
msgid "" msgid ""
@ -529,8 +534,8 @@ msgstr ""
msgid "" msgid ""
" -y, --refresh download fresh package databases from the server\n" " -y, --refresh download fresh package databases from the server\n"
msgstr "" msgstr ""
" -y, --refresh actualizar a base de dados de pacotes a partir do " " -y, --refresh actualizar a base de dados de pacotes a "
"servidor\n" "partir do servidor\n"
#, c-format #, c-format
msgid " --needed don't reinstall up to date packages\n" msgid " --needed don't reinstall up to date packages\n"
@ -541,8 +546,8 @@ msgid ""
" --ignore <pkg> ignore a package upgrade (can be used more than " " --ignore <pkg> ignore a package upgrade (can be used more than "
"once)\n" "once)\n"
msgstr "" msgstr ""
" --ignore <pkg> ignorar a actualização de um pacote (pode ser usado " " --ignore <pkg> ignorar a actualização de um pacote (pode ser "
"mais de uma vez)\n" "usado mais de uma vez)\n"
#, c-format #, c-format
msgid "" msgid ""
@ -550,15 +555,14 @@ msgid ""
" ignore a group upgrade (can be used more than once)\n" " ignore a group upgrade (can be used more than once)\n"
msgstr "" msgstr ""
" --ignoregroup <grp>\n" " --ignoregroup <grp>\n"
" ignorar a actualização de um grupo (pode ser usado " " ignorar a actualização de um grupo "
"mais " "(pode ser usado mais de uma vez)\n"
"de uma vez)\n"
#, c-format #, c-format
msgid " --asdeps mark packages as non-explicitly installed\n" msgid " --asdeps mark packages as non-explicitly installed\n"
msgstr "" msgstr ""
" --asdeps marcar o(s) pacote(s) como não-explicitamente " " --asdeps marcar o(s) pacote(s) como não-"
"instalado(s)\n" "explicitamente instalado(s)\n"
#, c-format #, c-format
msgid " --asexplicit mark packages as explicitly installed\n" msgid " --asexplicit mark packages as explicitly installed\n"
@ -584,15 +588,14 @@ msgid ""
" --noprogressbar do not show a progress bar when downloading files\n" " --noprogressbar do not show a progress bar when downloading files\n"
msgstr "" msgstr ""
" --noprogressbar não mostrar a barra de progresso enquanto " " --noprogressbar não mostrar a barra de progresso enquanto "
"descarrega " "descarrega os ficheiros\n"
"os ficheiros\n"
#, c-format #, c-format
msgid "" msgid ""
" --noscriptlet do not execute the install scriptlet if one exists\n" " --noscriptlet do not execute the install scriptlet if one exists\n"
msgstr "" msgstr ""
" --noscriptlet não executar o script de instalação se o mesmo " " --noscriptlet não executar o script de instalação se o "
"existir\n" "mesmo existir\n"
#, c-format #, c-format
msgid " -v, --verbose be verbose\n" msgid " -v, --verbose be verbose\n"
@ -617,8 +620,8 @@ msgstr ""
#, c-format #, c-format
msgid " --cachedir <dir> set an alternate package cache location\n" msgid " --cachedir <dir> set an alternate package cache location\n"
msgstr "" msgstr ""
" --cachedir <dir> definir uma localização diferente para a cache de " " --cachedir <dir> definir uma localização diferente para a cache "
"pacotes\n" "de pacotes\n"
#, c-format #, c-format
msgid " --arch <arch> set an alternate architecture\n" msgid " --arch <arch> set an alternate architecture\n"
@ -725,8 +728,7 @@ msgid ""
"recognized.\n" "recognized.\n"
msgstr "" msgstr ""
"ficheiro de configuração %s, linha %d: instrução '%s' na secção do " "ficheiro de configuração %s, linha %d: instrução '%s' na secção do "
"repositório " "repositório '%s' não reconhecida.\n"
"'%s' não reconhecida.\n"
#, c-format #, c-format
msgid "failed to initialize alpm library (%s)\n" msgid "failed to initialize alpm library (%s)\n"
@ -1007,7 +1009,7 @@ msgstr "Alvos (%d):"
#, c-format #, c-format
msgid "Total Download Size: %.2f MB\n" msgid "Total Download Size: %.2f MB\n"
msgstr "Tamanho total da Descarga: %.2f MB\n" msgstr "Tamanho Total da Descarga: %.2f MB\n"
#, c-format #, c-format
msgid "Total Installed Size: %.2f MB\n" msgid "Total Installed Size: %.2f MB\n"
@ -1340,7 +1342,8 @@ msgstr " -A, --ignorearch Ignorar o campo arch incompleto em %s"
msgid " -c, --clean Clean up work files after build" msgid " -c, --clean Clean up work files after build"
msgstr "" msgstr ""
" -c, --clean Apagar ficheiroa utilizados na compilação após a mesma" " -c, --clean Apagar ficheiroa utilizados na compilação após a "
"mesma"
msgid " -C, --cleancache Clean up source files from the cache" msgid " -C, --cleancache Clean up source files from the cache"
msgstr " -C, --cleancache Limpar ficheiros fonte da cache" msgstr " -C, --cleancache Limpar ficheiros fonte da cache"
@ -1364,87 +1367,92 @@ msgid " -h, --help This help"
msgstr " -h, --help Esta ajuda" msgstr " -h, --help Esta ajuda"
msgid " -i, --install Install package after successful build" msgid " -i, --install Install package after successful build"
msgstr " -i, --install Instalar pacote após compilação bem-sucedida" msgstr ""
" -i, --install Instalar pacote após compilação bem-sucedida"
msgid " -L, --log Log package build process" msgid " -L, --log Log package build process"
msgstr " -L, --log Gerar log do processo de compilação" msgstr " -L, --log Gerar log do processo de compilação"
# ? # ?
msgid " -m, --nocolor Disable colorized output messages" msgid " -m, --nocolor Disable colorized output messages"
msgstr " -m, --nocolor Inabilitar mensagens de saída coloridas" msgstr " -m, --nocolor Inabilitar mensagens de saída coloridas"
msgid " -o, --nobuild Download and extract files only" msgid " -o, --nobuild Download and extract files only"
msgstr " -o, --nobuild Fazer apenas desrcarga e extrair os ficheiros" msgstr ""
" -o, --nobuild Fazer apenas desrcarga e extrair os ficheiros"
msgid " -p <file> Use an alternate build script (instead of '%s')" msgid " -p <file> Use an alternate build script (instead of '%s')"
msgstr "" msgstr ""
" -p <arquivo> Usar um script alternativo de compilação (ao invés de '%s')" " -p <arquivo> Usar um script alternativo de compilação (ao invés "
"de '%s')"
msgid "" msgid ""
" -r, --rmdeps Remove installed dependencies after a successful build" " -r, --rmdeps Remove installed dependencies after a successful build"
msgstr "" msgstr ""
" -r, --rmdeps Remover as dependências instaladas após compilação bem-" " -r, --rmdeps Remover as dependências instaladas após "
"sucedido" "compilação bem-sucedido"
msgid " -R, --repackage Repackage contents of the package without rebuilding" msgid " -R, --repackage Repackage contents of the package without rebuilding"
msgstr " -R, --repackage Re-empacotar o conteúdo do pacote sem recompilar" msgstr ""
" -R, --repackage Re-empacotar o conteúdo do pacote sem recompilar"
msgid " -s, --syncdeps Install missing dependencies with pacman" msgid " -s, --syncdeps Install missing dependencies with pacman"
msgstr " -s, --syncdeps Instalar as dependências em falta com o pacman" msgstr ""
" -s, --syncdeps Instalar as dependências em falta com o pacman"
# ? # ?
msgid "" msgid ""
" --allsource Generate a source-only tarball including downloaded " " --allsource Generate a source-only tarball including downloaded "
"sources" "sources"
msgstr "" msgstr ""
" --allsource Gerar um tarball somente com os fontes, incluindo os " " --allsource Gerar um tarball somente com os fontes, "
"que foram descarregados" "incluindo os que foram descarregados"
msgid " --asroot Allow makepkg to run as root user" msgid " --asroot Allow makepkg to run as root user"
msgstr " --asroot Permitir executar o makepkg como utilizador root" msgstr ""
" --asroot Permitir executar o makepkg como utilizador "
"root"
msgid " --config <file> Use an alternate config file (instead of '%s')" msgid " --config <file> Use an alternate config file (instead of '%s')"
msgstr "" msgstr ""
" --config <arquivo> Usar um ficheiro de configuração alternativo (ao invés " " --config <arquivo> Usar um ficheiro de configuração alternativo (ao "
"de " "invés de \"%s\")"
"\"%s\")"
msgid "" msgid ""
" --holdver Prevent automatic version bumping for development " " --holdver Prevent automatic version bumping for development "
"PKGBUILDs" "PKGBUILDs"
msgstr "" msgstr ""
" --holdver Previnir actualização automática da versão para PKGBUILDs " " --holdver Previnir actualização automática da versão "
"de desenvolvimento" "para PKGBUILDs de desenvolvimento"
msgid " --pkg <list> Only build listed packages from a split package" msgid " --pkg <list> Only build listed packages from a split package"
msgstr "" msgstr ""
" --pkg <lista> Compilar apenas os pacotes listados a partir de um " " --pkg <lista> Compilar apenas os pacotes listados a partir de "
"pacote " "um pacote dividido"
"dividido"
msgid " --skipinteg Do not fail when integrity checks are missing" msgid " --skipinteg Do not fail when integrity checks are missing"
msgstr "" msgstr ""
" --skipinteg Não falhar quando os testes de integridade estão em falta" " --skipinteg Não falhar quando os testes de integridade "
"estão em falta"
msgid "" msgid ""
" --source Generate a source-only tarball without downloaded sources" " --source Generate a source-only tarball without downloaded sources"
msgstr "" msgstr ""
" --source Gerar um tarball somente com os fontes que não foram " " --source Gerar um tarball somente com os fontes que não "
"descarregadas" "foram descarregadas"
msgid "These options can be passed to pacman:" msgid "These options can be passed to pacman:"
msgstr "Estas opções podem ser comunicadas ao pacman:" msgstr "Estas opções podem ser comunicadas ao pacman:"
msgid "" msgid ""
" --noconfirm Do not ask for confirmation when resolving dependencies" " --noconfirm Do not ask for confirmation when resolving dependencies"
msgstr " --noconfirm Não pedir confirmação ao resolver dependências" msgstr ""
" --noconfirm Não pedir confirmação ao resolver dependências"
msgid " --noprogressbar Do not show a progress bar when downloading files" msgid " --noprogressbar Do not show a progress bar when downloading files"
msgstr "" msgstr ""
" --noprogressbar Não mostrar a barra de progresso enquanto descarrega os " " --noprogressbar Não mostrar a barra de progresso enquanto "
"ficheiros" "descarrega os ficheiros"
msgid "If -p is not specified, makepkg will look for '%s'" msgid "If -p is not specified, makepkg will look for '%s'"
msgstr "Se -p não estiver especificado, o makepkg irá procurar por '%s'" msgstr "Se -p não estiver especificado, o makepkg irá procurar por '%s'"
@ -1481,8 +1489,7 @@ msgstr " Tem certeza que deseja fazer isto? "
msgid "Problem removing files; you may not have correct permissions in %s" msgid "Problem removing files; you may not have correct permissions in %s"
msgstr "" msgstr ""
"Problema ao remover os ficheiros; pode não ter as permissões correctas em " "Problema ao remover os ficheiros; pode não ter as permissões correctas em %s"
"%s"
msgid "Source cache cleaned." msgid "Source cache cleaned."
msgstr "Cache de fontes limpa." msgstr "Cache de fontes limpa."
@ -1494,7 +1501,6 @@ msgid "Source destination must be defined in %s."
msgstr "O destino do código fonte deve estar definido em %s." msgstr "O destino do código fonte deve estar definido em %s."
# ? # ?
msgid "In addition, please run makepkg -C outside of your cache directory." msgid "In addition, please run makepkg -C outside of your cache directory."
msgstr "" msgstr ""
"Adicionalmente, por favor execute makepkg -C fora do seu diretório de cache." "Adicionalmente, por favor execute makepkg -C fora do seu diretório de cache."
@ -1518,17 +1524,14 @@ msgid "Fakeroot must be installed if using the 'fakeroot' option"
msgstr "Fakeroot deve ser instalado para utilizar a opção 'fakeroot'" msgstr "Fakeroot deve ser instalado para utilizar a opção 'fakeroot'"
# ? # ?
msgid "in the BUILDENV array in %s." msgid "in the BUILDENV array in %s."
msgstr "na ordem de BUILDENV em %s." msgstr "na ordem de BUILDENV em %s."
# ? # ?
msgid "Running makepkg as an unprivileged user will result in non-root" msgid "Running makepkg as an unprivileged user will result in non-root"
msgstr "Executar o makepkg como um utilizador não-privilegiado irá resultar em" msgstr "Executar o makepkg como um utilizador não-privilegiado irá resultar em"
# ? # ?
msgid "ownership of the packaged files. Try using the fakeroot environment by" msgid "ownership of the packaged files. Try using the fakeroot environment by"
msgstr "" msgstr ""
"propriedade não-root dos ficheiros empacotados. Tente usar o ambiente " "propriedade não-root dos ficheiros empacotados. Tente usar o ambiente "
@ -1543,14 +1546,13 @@ msgstr ""
msgid "Sudo can not be found. Will use su to acquire root privileges." msgid "Sudo can not be found. Will use su to acquire root privileges."
msgstr "" msgstr ""
"O comando sudo está em falta. Use o comando su para adquirir " "O comando sudo está em falta. Use o comando su para adquirir privilégios de "
"privilégios de root." "root."
msgid "%s does not exist." msgid "%s does not exist."
msgstr "%s não existe." msgstr "%s não existe."
# ? # ?
msgid "%s contains CRLF characters and cannot be sourced." msgid "%s contains CRLF characters and cannot be sourced."
msgstr "%s contém carácteres CRLF e não se pode encontrar a fonte" msgstr "%s contém carácteres CRLF e não se pode encontrar a fonte"
@ -1641,8 +1643,8 @@ msgid ""
"pacman when reading/writing to its filesystem-based database.\\n\\n" "pacman when reading/writing to its filesystem-based database.\\n\\n"
msgstr "" msgstr ""
"pacman-optimize é um hack que deve melhorar a performance \\ndo pacman " "pacman-optimize é um hack que deve melhorar a performance \\ndo pacman "
"quando está a ler/escrever a base de dados baseada no sistema de " "quando está a ler/escrever a base de dados baseada no sistema de ficheiros\\n"
"ficheiros\\n\\n" "\\n"
msgid "" msgid ""
"Because pacman uses many small files to keep track of packages,\\nthere is a " "Because pacman uses many small files to keep track of packages,\\nthere is a "
@ -1652,10 +1654,9 @@ msgid ""
"them faster, since the hard drive head\\ndoes not have to move around the " "them faster, since the hard drive head\\ndoes not have to move around the "
"disk as much.\\n" "disk as much.\\n"
msgstr "" msgstr ""
"Devido ao fato do pacman usar muitos arquivos pequenos para gerir os " "Devido ao fato do pacman usar muitos arquivos pequenos para gerir os pacotes,"
"pacotes,\\nhá uma tendência que esses arquivos fiquem fragmentados com o " "\\nhá uma tendência que esses arquivos fiquem fragmentados com o passar do "
"passar do tempo. \\nEste script tenta realocar esses arquivos pequenos num " "tempo. \\nEste script tenta realocar esses arquivos pequenos num local "
"local "
"contínuo \\ndo disco rígido. O resultado será o disco ler os arquivos " "contínuo \\ndo disco rígido. O resultado será o disco ler os arquivos "
"\\nmais rápido, já que a cabeça do disco não precisará de mover-se tanto " "\\nmais rápido, já que a cabeça do disco não precisará de mover-se tanto "
"pelo disco.\\n" "pelo disco.\\n"
@ -1670,12 +1671,10 @@ msgid "You must have correct permissions to optimize the database."
msgstr "Deve ter as permissões correctas para optimizar a base de dados." msgstr "Deve ter as permissões correctas para optimizar a base de dados."
# ? # ?
msgid "Pacman lock file was found. Cannot run while pacman is running." msgid "Pacman lock file was found. Cannot run while pacman is running."
msgstr "" msgstr ""
"Ficheiro lock do pacman foi encontrado. Não é possível executar enquanto " "Ficheiro lock do pacman foi encontrado. Não é possível executar enquanto "
"pacman " "pacman está em execução."
"está em execução."
msgid "ERROR: Can not create temp directory for database building." msgid "ERROR: Can not create temp directory for database building."
msgstr "" msgstr ""
@ -1720,7 +1719,6 @@ msgstr ""
"Uso: repo-remove [-q] <localização-para-bd> <nomedopacote|delta> ...\\n\\n" "Uso: repo-remove [-q] <localização-para-bd> <nomedopacote|delta> ...\\n\\n"
# ? # ?
msgid "" msgid ""
"repo-add will update a package database by reading a package file." "repo-add will update a package database by reading a package file."
"\\nMultiple packages to add can be specified on the command line.\\n\\n" "\\nMultiple packages to add can be specified on the command line.\\n\\n"
@ -1743,9 +1741,8 @@ msgid ""
"Use the -q/--quiet flag to minimize output to basic messages, warnings," "Use the -q/--quiet flag to minimize output to basic messages, warnings,"
"\\nand errors\\n\\n" "\\nand errors\\n\\n"
msgstr "" msgstr ""
"Use o parâmetro -q/--quiet para minimizar a saída para mensagens, " "Use o parâmetro -q/--quiet para minimizar a saída para mensagens, alertas,"
"alertas,\\ne " "\\ne erros\\n\\n"
"erros\\n\\n"
msgid "Example: repo-add /path/to/repo.db.tar.gz pacman-3.0.0.pkg.tar.gz" msgid "Example: repo-add /path/to/repo.db.tar.gz pacman-3.0.0.pkg.tar.gz"
msgstr "" msgstr ""
@ -1761,8 +1758,8 @@ msgid ""
"permitted by law.\\n" "permitted by law.\\n"
msgstr "" msgstr ""
"Copyright (C) 2006-2008 Aaron Griffin <aaron@archlinux.org>.\\nCopyright (c) " "Copyright (C) 2006-2008 Aaron Griffin <aaron@archlinux.org>.\\nCopyright (c) "
"2007-2008 Dan McGee <dan@archlinux.org>.\\n\\nEste software é livre, veja " "2007-2008 Dan McGee <dan@archlinux.org>.\\n\\nEste software é livre, veja o "
"o código-fonte para condições de cópia.\\nNÃO HÁ GARANTIA, à extensão " "código-fonte para condições de cópia.\\nNÃO HÁ GARANTIA, à extensão "
"permitida pela lei.\\n" "permitida pela lei.\\n"
msgid "Creating 'deltas' db entry..." msgid "Creating 'deltas' db entry..."

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Pacman package manager 3.3.1\n" "Project-Id-Version: Pacman package manager 3.3.1\n"
"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n" "Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n"
"POT-Creation-Date: 2010-06-04 13:33-0500\n" "POT-Creation-Date: 2010-08-23 21:30-0500\n"
"PO-Revision-Date: 2010-06-06 10:02+0300\n" "PO-Revision-Date: 2010-06-06 10:02+0300\n"
"Last-Translator: Sergey Tereschenko <serg.partizan@gmail.com>\n" "Last-Translator: Sergey Tereschenko <serg.partizan@gmail.com>\n"
"Language-Team: Russian\n" "Language-Team: Russian\n"

View file

@ -1740,4 +1740,3 @@ msgstr "Nezostali žiadne balíčky, vytváram prázdnu databázu."
msgid "No packages modified, nothing to do." msgid "No packages modified, nothing to do."
msgstr "Nebol zmenený žiaden balíček, nie je čo robiť." msgstr "Nebol zmenený žiaden balíček, nie je čo robiť."